/**
 * @file
 * Importing components.
 */
@font-face {
  font-family: "byuicons";
  src: url('../fonts/byuicons.eot?1433327258');
  src: url('../fonts/byuicons.eot?&1433327258#iefix') format('embedded-opentype'), url('../fonts/byuicons.svg?1433327258#kvd') format('svg'), url('../fonts/byuicons.woff?1433327258') format('woff'), url('../fonts/byuicons.ttf?1433327258') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
.heading-1,
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * 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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 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;
}

/*
 * HTML5 Boilerplate
 *
 * 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
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * 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;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   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;
}

/** Prettify **/
.com {
  color: #93a1a1;
}

.lit {
  color: #195f91;
}

.pun, .opn, .clo {
  color: #93a1a1;
}

.fun {
  color: #dc322f;
}

.str, .atv {
  color: #D14;
}

.kwd, .prettyprint .tag {
  color: #1e347b;
}

.typ, .atn, .dec, .var {
  color: teal;
}

.pln {
  color: #48484c;
}

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px;
  /* IE indents via margin-left */
}

ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}

.byu-content:after, .node-type-story .pane-page-content:after, .view-related-stories:after, .front .byu-content-top .byu-inner:after, .view-promoted-stories:after, .view-recent-stories .views-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.story-header .views-label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.byu-social-media a, .byu-header .byu-menu-toggle a, .pane-social-share .pane-content .chicklets {
  display: inline-block;
  line-height: 24px;
  position: relative;
  text-indent: -9999px;
  height: 24px;
}
.byu-social-media a:before, .byu-header .byu-menu-toggle a:before, .pane-social-share .pane-content .chicklets:before {
  text-indent: 0;
  content: '';
  display: inline-block;
  font-family: 'byuicons';
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.byu-social-media .byu-facebook:before, .pane-social-share .pane-content .chicklets.facebook:before {
/*  content: '\e604';*/
    content: url(/sites/all/themes/contrib/byu_bootstrap/img/branding/facebook-24-tall.png);
}

.byu-social-media .byu-twitter:before, .pane-social-share .pane-content .chicklets.twitter:before {
/*  content: '\e603';*/
    content: url(/sites/all/themes/contrib/byu_bootstrap/img/branding/twitter-24-tall.png);
}

.byu-social-media .byu-instagram:before {
/*  content: '\e601';*/
    content: url(/sites/all/themes/contrib/byu_bootstrap/img/branding/instagram-24-tall.png);
}

.byu-social-media .byu-youtube:before {
/*  content: '\e600';*/
    content: url(/sites/all/themes/contrib/byu_bootstrap/img/branding/youtube-24-tall.png);
}

.byu-social-media .byu-google:before, .pane-social-share .pane-content .chicklets.googleplus:before {
/*  content: '\e608';*/
    content: url(/sites/all/themes/contrib/byu_bootstrap/img/branding/google-24-tall.png);
}

.pane-social-share .pane-content .chicklets.email:before {
  content: '\e602';
}

ul.pagination > li.prev a:before, .pane-story-navigation .node-story.first-item a:before, body .flexslider .flex-direction-nav .flex-prev:before {
  font-family: 'byuicons';
  content: '\e609';
  font-size: 24px;
    color: #ededed;
}

ul.pagination > li.next a:before, .pane-story-navigation .node-story.last-item a:before, body .flexslider .flex-direction-nav .flex-next:before {
  font-family: 'byuicons';
  content: '\e60a';
  font-size: 24px;
    color: #ededed;
}

.byu-sidebar .pane-title, .page-search .byu-content .search-form .search-advanced .panel-heading {
  background: #f4f4f4;
  color: #114477;
  padding: 10px 20px;
}

.slider-wide .views-field-title, .html h3, .view-popular-stories .views-field-title, .pane-story-navigation .node-story .field-name-title-field, .view-promoted-stories .views-field-title h2, .view-news-categories .views-row a, .byu-calendar .day a, .page-about .byu-bottom-section .pane-byu-calendar-byu-calendar .day a, .heading-1,.html h1, .html h2, .html h4, .html h5, .html h6, .pane-title, .byu-sidebar h2, .story-header .views-field-title, .page-listing .byu-content .pane-taxonomy-term-field-first-last-name .field-name-field-first-last-name {
  font-family: "Sentinel A", "Sentinel B", "CreteRound", "Palatino", "DroidSerif", "Droid Serif", Georgia, serif;
  font-weight: normal;
}

.html, .html p, .byu-header .pane-menu-menu-header-menu .menu a, .byu-menu .pane-system-main-menu .menu > li > a, ul.pager-load-more > li a, .view-tweets .views-row a, .byu-calendar .day h3,
.byu-calendar .day span,
.byu-calendar .day .time, .view-popular-stories .views-field-term-node-tid, .slider-wide .views-field-field-category, .view-promoted-stories .views-field-field-category, .view-recent-stories .views-field-field-category, .page-listing .byu-content .pane-taxonomy-term-field-first-last-name .pane-title, .page-listing .pane-views-panes .views-field-field-category, .search-results .search-result .story_category, .page-about .byu-bottom-section .pane-byu-calendar-byu-calendar .day h3 {
  font-family: "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

.html, .html p, .byu-header .pane-menu-menu-header-menu .menu a, .byu-menu .pane-system-main-menu .menu > li > a, ul.pager-load-more > li a, .view-tweets .views-row a, .byu-calendar .day h3,
.byu-calendar .day span,
.byu-calendar .day .time {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .html, .html p, .byu-header .pane-menu-menu-header-menu .menu a, .byu-menu .pane-system-main-menu .menu > li > a, ul.pager-load-more > li a, .view-tweets .views-row a, .byu-calendar .day h3,
  .byu-calendar .day span,
  .byu-calendar .day .time {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  .html, .html p, .byu-header .pane-menu-menu-header-menu .menu a, .byu-menu .pane-system-main-menu .menu > li > a, ul.pager-load-more > li a, .view-tweets .views-row a, .byu-calendar .day h3,
  .byu-calendar .day span,
  .byu-calendar .day .time {
    font-size: 17px;
    line-height: 26px;
  }
    .special-heading-1 {
        font-size: 16px;
    }
}
.special-heading-1,
.views-field-field-newsletter-category .field-content,
.view-story-header .views-field.views-field-field-newsletter-category .field-content,
.view-story .views-field.views-field-field-newsletter-category .field-content,
.view-popular-stories .views-field-term-node-tid, .slider-wide .views-field-field-category, .view-promoted-stories .views-field-field-category, .view-recent-stories .views-field-field-category, .page-listing .byu-content .pane-taxonomy-term-field-first-last-name .pane-title, .page-listing .pane-views-panes .views-field-field-category, .search-results .search-result .story_category {
  font-size: 16px;
  text-transform: uppercase;
  line-height: normal;
}

.slider-wide .views-field-title {
  font-size: 18px;
  line-height: normal;
}
@media (min-width: 620px) {
  .slider-wide .views-field-title {
    font-size: 18px;
  }
}
@media (min-width: 920px) {
  .slider-wide .views-field-title {
    font-size: 21px;
  }
}
@media (min-width: 1280px) {
  .slider-wide .views-field-title {
    font-size: 27px;
  }
}

.html h3, .view-popular-stories .views-field-title, .pane-story-navigation .node-story .field-name-title-field, .view-promoted-stories .views-field-title h2, .view-news-categories .views-row a, .byu-calendar .day a, .page-about .byu-bottom-section .pane-byu-calendar-byu-calendar .day a {
  font-size: 18px;
  line-height: normal;
}
@media (min-width: 1280px) {
  .html h3, .view-popular-stories .views-field-title, .pane-story-navigation .node-story .field-name-title-field, .view-promoted-stories .views-field-title h2, .view-news-categories .views-row a, .byu-calendar .day a, .page-about .byu-bottom-section .pane-byu-calendar-byu-calendar .day a {
    font-size: 19px;
  }
}

.slider-wide .views-field-view-node a, .view-recent-stories .views-field-view-node, .view-about .views-field-view-node, .byu-calendar .pane-title a, .page-about .byu-about-story .views-field-view-node a, .page-about .byu-facts .view-y-facts .views-field-field-learn-more, .page-listing .pane-views-panes .views-field-view-node a, .search-results .search-result .read_more_link a {
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
}
@media (min-width: 1280px) {
  .slider-wide .views-field-view-node a, .view-recent-stories .views-field-view-node, .view-about .views-field-view-node, .byu-calendar .pane-title a, .page-about .byu-about-story .views-field-view-node a, .page-about .byu-facts .view-y-facts .views-field-field-learn-more, .page-listing .pane-views-panes .views-field-view-node a, .search-results .search-result .read_more_link a {
    font-size: 16px;
  }
}

.byu-contact {
  font-weight: 600;
  font-size: 18px;
}


.view-story-page-slideshow .views-field-field-cutline {
  /*  position: absolute;
    bottom: 44px; /* was 50px */
    position: relative;
/*    top: -35px;*/
    bottom: 65px;
    color: white;
    font-size: 12px;
    line-height: 17px;
/*    text-transform: uppercase;*/
    background: black;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 65px;
/*    margin: 0px 12px;*/
    padding: 10px 20px;
}
.story-content .views-field-body .media-element-container .field-name-field-cutline p, .view-story-page-slideshow .views-field-field-cutline p {
  padding: 10px 30px; 
  margin: 0;
}

.story-content .views-field-body .media-element-container .field-name-field-credit, .view-story-page-slideshow .views-field-field-credit {
  font-size: 14px;
    color: #888;
}
@media (min-width: 768px) {
  .story-content .views-field-body .media-element-container .field-name-field-credit, .view-story-page-slideshow .views-field-field-credit {
    font-size: 14px;
  }
}

/* ------ new slideshow look --------- */
.view.view-story-page-slideshow.view-id-story_page_slideshow.view-display-id-default {
    margin-bottom: 65px;
}
div#flexslider-1 {
    background: #000;
    width: 720px;
    height: 400px;
}
img.img-responsive:hover {
/*    opacity: .75;*/
/*    -webkit-box-shadow: inset 0px -1px 181px 16px rgba(0,0,0,1);*/
/*    -moz-box-shadow: inset 0px -1px 181px 16px rgba(0,0,0,1);*/
/*    box-shadow: inset 0px -1px 181px 16px rgba(0,0,0,1)!important;*/
}
.view-story-page-slideshow .views-field-field-require-agreement {
    display: block;
    width: 100%;
    text-align: right;
    padding: 10px 10px;
/*    background: #fff;*/
    margin-top: -83px; /* was -37px */
}
.story-page-slideshow .views-field-field-credit {
    
}
.flexslider .flex-next, .flexslider .flex-prev {
/*
    opacity: 1;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 23%, rgba(214,214,214,1) 49%, rgba(132,132,132,1) 85%, rgba(84,84,84,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 23%,rgba(214,214,214,1) 49%,rgba(132,132,132,1) 85%,rgba(84,84,84,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.7) 0%,rgba(239,239,239,.5) 23%,rgba(214,214,214,0.4) 49%,rgba(132,132,132,0.1) 85%,rgba(84,84,84,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#545454',GradientType=1 );
*/
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
/*
    opacity: 1;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 23%, rgba(214,214,214,1) 49%, rgba(132,132,132,1) 85%, rgba(84,84,84,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 23%,rgba(214,214,214,1) 49%,rgba(132,132,132,1) 85%,rgba(84,84,84,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(239,239,239,.7) 23%,rgba(214,214,214,0.5) 49%,rgba(132,132,132,0.2) 85%,rgba(84,84,84,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#545454',GradientType=1 );
*/
}

/* maybe use somewhere:
    box-shadow: inset 3px 3px 10px 0 #000000;
*/


img.img-responsive:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

}
/* ---------------- */


.story-content .views-field-body .media-element-container .field-name-field-download-link a,
.story-content .views-field-body .media-element-container .field-name-field-require-agreement .byu-download, .view-story-page-slideshow .views-field-field-download-link a,
.view-story-page-slideshow .views-field-field-require-agreement .byu-download {
  font-weight: 600;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding-right: 20px;
  background: url(../img/download.png) no-repeat 100% 2px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .story-content .views-field-body .media-element-container .field-name-field-download-link a,
  .story-content .views-field-body .media-element-container .field-name-field-require-agreement .byu-download, .view-story-page-slideshow .views-field-field-download-link a,
  .view-story-page-slideshow .views-field-field-require-agreement .byu-download {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/download2x.png");
    background-size: 15px 15px;
  }
}

.pane-social-share .pane-content .comment-link, .story-links li a, .view-recent-stories .byu-slider-description, .page-about .byu-masonry .pane-node .field-name-field-image-link a, .page-about .byu-bottom-section .pane-byu-calendar-byu-calendar .day .time {
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
}

.byu-video .group-desc .field-name-title-field, .view-related-stories .views-field-title {
  font-family: "Droid Serif", serif;
  font-weight: 700;
}

@media (min-width: 920px) {
  .front .byu-panel-2col .byu-main,
  .front .byu-panel-2col .byu-sidebar {
    float: left;
  }
  .front .byu-panel-2col .byu-main {
    width: 69.41%;
    padding-right: 51px;
    border-right: 1px solid #ebebeb;
  }
  .front .byu-panel-2col .byu-sidebar {
    width: 30.59%;
    padding-left: 53px;
  }
  .front .byu-panel-2col .byu-inner {
    max-width: 1585px;
  }
}

@media (min-width: 1024px) {
  .node-type-story .byu-panel-2col .byu-main,
  .node-type-story .byu-panel-2col .byu-sidebar {
    float: left;
  }
}
@media (min-width: 1360px) {
  .node-type-story .byu-panel-2col .byu-main,
  .node-type-story .byu-panel-2col .byu-sidebar {
    box-sizing: content-box;
  }
}
@media (min-width: 1024px) {
  .node-type-story .byu-panel-2col .byu-main {
    width: 69%;
    padding-right: 45px;
  }
}
@media (min-width: 1360px) {
  .node-type-story .byu-panel-2col .byu-main {
    width: 720px;
    padding-right: 51px;
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .node-type-story .byu-panel-2col .byu-sidebar {
    width: 31%;
  }
}
@media (min-width: 1360px) {
  .node-type-story .byu-panel-2col .byu-sidebar {
    width: 420px;
    padding-left: 53px;
  }
}

.byu-header-img {
  text-align: center;
  margin-bottom: 20px;
}
.page-node .byu-header-img {
    text-align: left;
    padding: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.page-node .byu-header-img h2 {
    display: none;
}
.page-node .byu-header-img .panel-2col-stacked .panel-col-first {
    padding-right: 10px;
}
.page-node .byu-header-img .panel-2col-stacked .panel-col-last {
    padding-left: 10px;
}
.html {
  min-width: 320px;
  background: none;
}
.heading-1,
.html h1 {
  font-size: 21px;
  line-height: normal;
}
@media (min-width: 920px) {
  .heading-1,
  .html h1 {
    font-size: 23px;
  }
}
@media (min-width: 1360px) {
    .heading-1,
    .html h1 {
    font-size: 27px;
  }
}

.html h2 {
  font-size: 19px;
  line-height: 21px;
}
@media (min-width: 1024px) {
  .html h2 {
    font-size: 21px;
    line-height: 24px;
  }
}
.html p, .html ul, .html ol {
  margin-bottom: 23px;
}

.html li {
  line-height: 24px;
}
.html blockquote {
  font-style: italic;
  padding-left: 45px;
  border: none;
}
.html blockquote:before {
  content: '\201C';
  padding-right: 1px;
}
.html blockquote:after {
  content: '\201D';
}
.html blockquote p {
  display: inline;
}

a {
  color: #114477;
}
a:active {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
.story-body figure img {
  max-width: 720px;
/*    width: 100%;*/
  height: auto;
}
@media (max-width: 768px) {
    .story-body figure img {
        width: 100%;
    }
    .story-body figure.image {
        float: none!important;
        text-align: center!important;
    }
}
.ie .story-body figure img {
  max-width: 720px;
  height: auto;
} 
@media(min-width: 1024px){
    .story-body figure img {
      max-width: 600px;
    }  
    .ie .story-body figure img {
      max-width: 600px;
    } 
}
@media(min-width: 1100px){
    .story-body figure img {
      max-width: 650px!important;
    }  
    .ie .story-body figure img {
      max-width: 650px;
    } 
    
}
@media(min-width: 1150px) and (max-width: 1199px){
    .story-body figure img {
      max-width: 680px!important;
    }  
    .ie .story-body figure img {
      max-width: 680px;
    } 
    
}

.byu-content a:hover {
  color: #eeaa00;
  text-decoration: none;
}

.byu-social-media a {
/*  margin: 0 18px;*/
}
@media (min-width: 1280px) {
  .byu-social-media a {
/*    margin: 0 30px;*/
  }
}
@media (min-width: 0) and (max-width: 619px) {
  .byu-social-media a.byu-facebook {
/*    margin-left: 0;*/
  }
  .byu-social-media a.byu-google {
/*    margin-right: 0;*/
  }
}

.byu-inner {
  max-width: 1285px;
  margin: 0 auto;
  padding: 0 20px;
}

.byu-header {
  background: #114477;
  overflow: hidden;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  height: 73px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media(max-width: 620px) {
    .byu-header {
        height: 82px;
    }
}
.admin-menu .byu-header {
  top: 21px;
}
@media (min-width: 920px) {
  .byu-header {
    position: static;
  }
}
.byu-header .byu-inner {
  max-width: 1285px;
}
@media (min-width: 920px) {
  .byu-header .byu-header-left,
  .byu-header .byu-header-right {
    float: right;
    width: 315px;
  }
}
.byu-header .byu-header-bottom {
  background: #eeaa00;
  min-height: 40px;
}
.byu-header .byu-menu-toggle {
  float: left;
}
@media (min-width: 920px) {
  .byu-header .byu-menu-toggle {
    display: none;
  }
}
.byu-header .byu-menu-toggle a {
  height: 25px;
  width: 25px;
  line-height: 25px;
  color: white;
}
.byu-header .byu-menu-toggle a:hover {
  color: #eeaa00;
}
.byu-header .byu-menu-toggle a:focus {
  outline: none;
}
.byu-header .byu-menu-toggle a:before {
  content: "\e607";
  font-size: 25px;
  left: -7px;
}
.byu-header .byu-menu-toggle p {
  margin: 0;
}
.byu-header .byu-page-indicator {
  display: inline-block;
  width: 115px;
}
@media (min-width: 920px) {
  .byu-header .byu-page-indicator {
    padding-top: 2px;
  }
}
.byu-header .byu-page-indicator #logo {
  padding-left: 0;
}
.byu-header .pane-page-logo {
  text-transform: uppercase;
  float: left;
  margin-top: 5px;
  width: 239px;
  display: none;
}
@media (min-width: 920px) {
  .byu-header .pane-page-logo {
    display: block;
  }
}
.byu-header .pane-menu-menu-header-menu {
  float: left;
  display: none;
}
@media (min-width: 920px) {
  .byu-header .pane-menu-menu-header-menu {
    display: block;
  }
}
.byu-header .pane-menu-menu-header-menu .menu {
  margin: 0;
}
.byu-header .pane-menu-menu-header-menu .menu a {
  padding: 5px 0;
  width: 95px;
  font-size: 16px;
  line-height: 23px;
}
.byu-header .pane-search-form {
  float: right;
  width: 215px;
  display: none;
}
@media (min-width: 920px) {
  .byu-header .pane-search-form {
    display: block;
  }
}
.byu-header .pane-search-form form {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #4d7399;
}
.byu-header .pane-search-form input {
  background: transparent;
  border: none;
  height: 30px;
}
.byu-header .pane-search-form .form-text {
  color: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.byu-header .pane-search-form .form-text::-webkit-input-placeholder {
  color: white;
}
.byu-header .pane-search-form .form-text:-moz-placeholder {
  color: white;
}
.byu-header .pane-search-form .form-text::-moz-placeholder {
  color: white;
}
.byu-header .pane-search-form .form-text:-ms-input-placeholder {
  color: white;
}
.byu-header .pane-search-form .input-group-btn button {
  background: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
.byu-header .pane-search-form .glyphicon-search:before {
  color: #fff;
}
.byu-header .byu-mobile-search {
  float: right;
  margin: 2px 20px 0 0;
}
@media (min-width: 920px) {
  .byu-header .byu-mobile-search {
    display: none;
  }
}
.byu-header .byu-mobile-search a {
  color: white;
  font-size: 0;
}
.byu-header .byu-mobile-search a:hover {
  color: #eeaa00;
}
.byu-header .byu-mobile-search a i:before {
  font-size: 19px;
}
.byu-header .byu-mobile-search p {
  margin: 0;
}
.byu-header .pane-menu-menu-header-menu .menu li,
.byu-header .pane-menu-menu-header-menu .menu a {
  display: inline-block;
}
.byu-header .pane-menu-menu-header-menu .menu a {
  color: white;
}
.byu-header .pane-menu-menu-header-menu .menu a:hover, .byu-header .pane-menu-menu-header-menu .menu a:focus {
  background: none;
}

.byu-menu {
  background: #f4f4f4;
  display: none;
  position: fixed;
  top: 73px;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 235px;
}
@media (min-width: 768px) {
  .byu-menu {
    width: 630px;
  }
}
@media (min-width: 920px) {
  .byu-menu {
    display: none !important;
  }
}
.byu-menu .pane-system-main-menu {
  border-top: 1px solid #f4f4f4;
}
@media (min-width: 920px) {
  .byu-menu .pane-system-main-menu {
    display: block;
    padding-bottom: 0;
    text-align: center;
  }
}
.byu-menu .pane-system-main-menu .menu {
  margin: 0;
}
.byu-menu .pane-system-main-menu .menu > li {
  display: block;
  border-bottom: 1px solid white;
}
@media (min-width: 920px) {
  .byu-menu .pane-system-main-menu .menu > li {
    display: inline-block;
    text-align: center;
  }
  .byu-menu .pane-system-main-menu .menu > li.first a {
    padding-left: 0;
  }
}
.byu-menu .pane-system-main-menu .menu > li.open > a {
  background: #114477;
  color: #eeaa00;
}
.byu-menu .pane-system-main-menu .menu > li.open > a .caret {
  border-top-color: #114477;
  border-bottom-color: #114477;
}
.byu-menu .pane-system-main-menu .menu > li > a {
  color: #114477;
  padding: 14px 20px;
  font-size: 18px;
}
@media (min-width: 920px) {
  .byu-menu .pane-system-main-menu .menu > li > a {
    padding: 13px 35px;
  }
}
.byu-menu .pane-system-main-menu .menu > li > a:hover, .byu-menu .pane-system-main-menu .menu > li > a:focus {
  background: #114477;
  color: #eeaa00;
}
.byu-menu .pane-system-main-menu .menu > li > a:hover .caret, .byu-menu .pane-system-main-menu .menu > li > a:focus .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.byu-menu .pane-system-main-menu .menu > li > a .caret {
  border-top-color: #114477;
  border-bottom-color: #114477;
  float: right;
}
.byu-menu .pane-system-main-menu .menu .dropdown-menu {
  position: static !important;
  width: 100%;
  float: none;
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.byu-menu .pane-system-main-menu .menu .dropdown-menu li {
  width: 100%;
}
.byu-menu .pane-system-main-menu .menu .dropdown-menu li a {
  padding: 8px 20px;
}
.byu-menu .pane-system-main-menu .menu .dropdown-menu li a:hover, .byu-menu .pane-system-main-menu .menu .dropdown-menu li a:focus {
  background: #eeaa00;
}
.byu-menu .byu-social-media {
  text-align: center;
}
.byu-menu .byu-social-media a {
  height: 45px;
  width: 45px;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .byu-menu .byu-social-media a {
    width: 124px;
  }
}
.byu-menu .byu-social-media a:before {
  height: 45px;
  width: 45px;
  line-height: 45px;
}
@media (min-width: 768px) {
  .byu-menu .byu-social-media a:before {
    width: 124px;
  }
}
.byu-menu .byu-social-media a:hover:before {
  background: #114477;
  color: #eeaa00;
}

.byu-menu-open .byu-content-wrapper {
  margin-left: 235px;
}
@media (min-width: 768px) {
  .byu-menu-open .byu-content-wrapper {
    margin-left: 630px;
  }
}
@media (min-width: 920px) {
  .byu-menu-open .byu-content-wrapper {
    margin-left: 0;
  }
}
.byu-menu-open .byu-menu {
  display: block;
}

.byu-content-wrapper {
  padding-top: 73px;
}
@media (min-width: 920px) {
  .byu-content-wrapper {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .byu-content {
    padding-bottom: 60px;
  }
}

.byu-footer {
  background: #114477;
  font-family: "Droid Sans", sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
  z-index: 10;
  position: relative;
}
@media (min-width: 1024px) {
  .byu-footer {
    padding: 20px 0;
  }
}
.byu-footer p {
  margin: 0;
  font-size: 12px;
}
.byu-footer .pane-custom {
  max-width: 310px;
  margin: 0 auto;
}
@media (min-width: 620px) {
  .byu-footer .pane-custom {
    max-width: 450px;
  }
}
@media (min-width: 1024px) {
  .byu-footer .pane-custom {
    max-width: none;
  }
}
.byu-footer .pane-menu-menu-footer-menu {
  display: none;
}
@media (min-width: 1024px) {
  .byu-footer .pane-menu-menu-footer-menu {
    display: block;
  }
}
.byu-footer .menu {
  margin: 0 0 5px 0;
}
.byu-footer .menu li {
  display: block;
}
@media (min-width: 620px) {
  .byu-footer .menu li {
    display: inline-block;
  }
}
.byu-footer .menu li a {
  color: #fff;
  padding: 0 5px;
}
.byu-footer .menu li a:hover {
  background: none;
}

.byu-sidebar .pane-title {
  margin: 0 0 30px;
}
.byu-sidebar .panel-pane {
  margin-bottom: 30px;
}
.byu-sidebar .panel-pane .pane-content {
  padding: 0 20px;
}
.byu-sidebar h2 {
  font-size: 21px;
}

ul.pagination {
  width: 100%;
}
ul.pagination > li > a,
ul.pagination > li > span {
  border: none;
  float: none;
  padding: 6px 3px;
  font-weight: bold;
  font-size: 18px;
}
ul.pagination > li > a:hover,
ul.pagination > li > span:hover {
  background: none;
  color: #eeaa00;
}
ul.pagination > li.active > a {
  background: none;
  color: #eeaa00;
}
ul.pagination > li.active > a:hover {
  background: none;
  color: #eeaa00;
}
ul.pagination > li.prev a, ul.pagination > li.next a {
  font-size: 16px;
}
ul.pagination > li.prev a:before, ul.pagination > li.next a:before {
  position: absolute;
  top: 0;
  font-weight: normal;
}
ul.pagination > li.prev {
  float: left;
}
ul.pagination > li.prev a {
  padding-left: 25px;
}
ul.pagination > li.prev a:before {
  left: 0;
}
ul.pagination > li.next {
  float: right;
}
ul.pagination > li.next a {
  padding-right: 25px;
}
ul.pagination > li.next a:before {
  right: 0;
}

ul.pager-load-more > li a {
  background: none;
  border: none;
  font-weight: 600;
}
ul.pager-load-more > li a:hover {
  background: none;
}

html, body {
  height: 100%;
}

.byu-wrap {
  min-height: 100%;
  margin-bottom: -105px;
}
@media (min-width: 620px) {
  .byu-wrap {
    margin-bottom: -75px;
  }
}
@media (min-width: 1024px) {
  .byu-wrap {
    margin-bottom: -95px;
  }
}

.byu-wrap:after {
  content: "";
  display: block;
}

.byu-footer, .byu-wrap:after {
  height: 105px;
}
@media (min-width: 620px) {
  .byu-footer, .byu-wrap:after {
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .byu-footer, .byu-wrap:after {
    height: 95px;
  }
}

.byu-video {
  line-height: 0;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}
.byu-video:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(17, 68, 119, 0.75);
}
.byu-video.byu-is-playing .group-desc {
  display: none;
}
.byu-video.byu-is-playing:before {
  content: none;
}
.byu-video .group-desc {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  padding: 0 10px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.byu-video .group-desc .field-name-title-field {
  font-size: 17px;
  line-height: normal;
  margin-bottom: 5px;
  padding: 0 20px;
}
@media (min-width: 620px) {
  .byu-video .group-desc .field-name-title-field {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.byu-video .group-desc .field-name-title-field p {
  margin: 0;
}
.byu-video .group-desc .field-name-title-field:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  background: url(../img/play-small.png) no-repeat 0 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .byu-video .group-desc .field-name-title-field:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/play-small.png");
    background-size: 51px 51px;
  }
}
@media (min-width: 620px) {
  .byu-video .group-desc .field-name-title-field:after {
    margin-top: 18px;
    width: 51px;
    height: 51px;
    background: url(../img/play.png) no-repeat 0 0;
  }
}
@media (min-width: 620px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 620px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 620px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 620px) and (min-device-pixel-ratio: 1.3), (min-width: 620px) and (min-resolution: 1.3dppx) {
  .byu-video .group-desc .field-name-title-field:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/play.png");
    background-size: 35px 35px;
  }
}

.byu-video .group-desc .field-name-field-credits,
.byu-video .group-desc .field-name-field-credits p {
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 620px) {
  .byu-video .group-desc .field-name-field-credits,
  .byu-video .group-desc .field-name-field-credits p {
    font-size: 14px;
    line-height: 21px;
  }
}
.byu-video .group-desc .field-name-field-credits p,
.byu-video .group-desc .field-name-field-credits p p {
  margin: 0;
}

.node-type-story.admin-menu .statistics_counter {
  display: none;
}
@media (min-width: 0) and (max-width: 1555px) {
  .node-type-story .byu-content {
    padding-bottom: 55px;
  }
}
.node-type-story .byu-content > .byu-inner {
  padding: 0;
  max-width: none;
}
.node-type-story .byu-content-bottom > .byu-inner {
  padding: 0;
}
@media (min-width: 1024px) {
  .node-type-story .byu-content-bottom > .byu-inner {
    padding: 0 20px;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .node-type-story .byu-content-bottom .byu-main,
  .node-type-story .byu-content-bottom .byu-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.node-type-story .pane-page-content {
  position: relative;
}
.node-type-story .pane-page-content > .pane-content > .contextual-links-region {
  position: static;
}
.node-type-story .byu-main {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .node-type-story .byu-main {
    margin-bottom: 60px;
  }
}
@media (min-width: 1555px) {
  .node-type-story .byu-main {
    margin-bottom: 0;
  }
}
.node-type-story .byu-sidebar {
  background: #f4f4f4;
}
@media (min-width: 1024px) {
  .node-type-story .byu-sidebar {
    background: none;
  }
}
.node-type-story .byu-sidebar .panel-pane {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid white;
}
@media (min-width: 1024px) {
  .node-type-story .byu-sidebar .panel-pane {
    margin-bottom: 30px;
    border-bottom: none;
    padding: 0;
  }
  .node-type-story .byu-sidebar .panel-pane.pane-story-images-story-images-display {
    margin-bottom: 0;
  }
}
.node-type-story .byu-sidebar .pane-title {
  color: #444;
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .node-type-story .byu-sidebar .pane-title {
    color: #114477;
    padding: 10px 20px;
    margin-bottom: 30px;
  }
}
.node-type-story .byu-sidebar .byu-social-media {
  display: none;
}
@media (min-width: 1024px) {
  .node-type-story .byu-sidebar .byu-social-media {
    display: block;
  }
}

.byu-header-img h2 {
  display: none;
}

.story-header {
  max-width: 1285px;
  margin: 0 auto 25px;
  padding: 0 20px;
}
.story-header .views-field-term-node-tid {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (min-width: 568px) {
  .story-header .views-field-term-node-tid {
    font-size: 16px;
  }
}
.story-header .views-field-title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 568px) {
  .story-header .views-field-title {
    font-size: 27px;
  }
}
.story-header .views-field-created,
.story-header .views-field-field-writer,
.story-header .views-field-field-phone,
.story-header .views-field-field-email {
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 568px) {
  .story-header .views-field-created,
  .story-header .views-field-field-writer,
  .story-header .views-field-field-phone,
  .story-header .views-field-field-email {
    font-size: 16px;
  }
}
.story-header .views-field-created .field-content,
.story-header .views-field-field-writer .field-content,
.story-header .views-field-field-phone .field-content,
.story-header .views-field-field-email .field-content {
  display: inline;
}

.story-content {
/*  margin-bottom: 25px;*/
}
.story-content .story-body {
/*
  border-top: 2px solid #f4f4f4;
  padding-top: 25px;
*/
}
.views-field-field-highlights-1 .field-content,
.story-content .views-field-field-highlights {
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 20px;
}

.views-label-field-highlights-1,
.story-content .views-field-field-highlights .views-label {
  font-weight: 600;
  color: #114477;
  display: block;
  margin-bottom: 10px;
}
.story-content .views-field-field-highlights .field-content ul {
  list-style-type: none;
  margin: 0 0 20px 0;
}
.story-content .views-field-field-highlights .field-content ul li {
  text-indent: -15px;
  padding-left: 15px;
}
.story-content .views-field-field-highlights .field-content ul li:before {
  content: "-";
  margin-right: 7px;
}
.story-content .views-field-field-highlights .field-content ul li.first {
  padding: 0;
  text-indent: 0;
}
.story-content .views-field-field-highlights .field-content ul li.first:before {
  content: none;
}
.story-content .views-field-field-highlights .field-content ul li p {
/*  display: inline;*/
}
.story-content .views-field-field-link {
  font-size: 16px;
  margin-bottom: 30px;
}
.story-content .views-field-field-link a {
  padding: 0 7px;
}
.story-content .views-field-field-headline {
  font-weight: 600;
  margin-bottom: 25px;
}
.story-content .views-field-body {
  margin-bottom: 30px;
}
.story-content .views-field-body video {
  width: 100%;
  height: auto;
}

/* ------------media uploader inline images formatting ---------- */

.story-content .views-field-body .media-element-container {
  position: relative;
  margin-bottom: 15px;
  overflow: visible;
    display:table;
}

/*
.story-content .views-field-body .media-element-container .caption-and-cutline {   
//need to add this div around the two fields for cutline and credit 
    display: table-caption;
    
}
*/
.media-element-container fieldset div.panel-body {
    display: table-caption;
    min-width: 250%;
    padding:0px;
}
.story-content .views-field-body .media-element-container fieldset.panel-default {
    border: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.story-content .views-field-body .media-element-container fieldset legend {
    display: none;
}

.story-content .views-field-body .media-element-container .field-name-field-cutline {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    
}
@media(min-width: 768px){
    .story-content .views-field-body .media-element-container .field-name-field-cutline {
        margin-top: -30px;
        margin-bottom: 0px;
    }
    
}
.story-content .views-field-body .media-element-container .field-name-field-cutline p {
  font-size: inherit;
  line-height: inherit;
}
.story-content .views-field-body .media-element-container .field-name-field-credit {
    float: left;
    margin-bottom: -20px;
    margin-top: 5px;
    margin-left: 20px;
    width: 100%;
}
.story-content .views-field-body .media-element-container .field-name-field-credit p {
  margin: 0;
}
.story-content .views-field-body .media-element-container .field-name-field-download-link,
.story-content .views-field-body .media-element-container .field-name-field-require-agreement {
  float: right;
  display: none;
}
@media (min-width: 920px) {
  .story-content .views-field-body .media-element-container .field-name-field-download-link,
  .story-content .views-field-body .media-element-container .field-name-field-require-agreement {
    display: block;
  }
}

.story-content .views-field-body .media-element-container .field-name-field-download-link {
/*  margin-top: 10px;*/
    display: none;
}
.story-content .views-field-body p, .story-content .views-field-body blockquote, .story-content .views-field-body ul, .story-content .views-field-body ol {
/*  clear: both;*/
}


/* ------ inline youtube vids --- */
.story-content .media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.story-content .media-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.story-content .story-tag {
  overflow: hidden;
  font-size: 16px;
}
.story-content .story-tag .views-label {
  float: left;
  font-weight: 600;
  margin-right: 8px;
}

.view-story-page-slideshow .views-field-field-cutline p {
  font-size: inherit;
  line-height: inherit;
}
.view-story-page-slideshow .views-field-field-photos {
/*  margin-bottom: 10px;*/
}
.view-story-page-slideshow .views-field-field-credit {
  float: left;
    margin-top: -50px;
}
.view-story-page-slideshow .views-field-field-credit p {
  margin: 0;
}
.view-story-page-slideshow .views-field-field-download-link,
.view-story-page-slideshow .views-field-field-require-agreement {
/*  display: none;*/
  float: right;
}
@media (min-width: 920px) {
  .view-story-page-slideshow .views-field-field-download-link,
  .view-story-page-slideshow .views-field-field-require-agreement {
    display: block;
      font-size: 14px;
  }
}

.view-related-stories .views-row {
  margin-bottom: 20px;
  clear: both;
}
@media (min-width: 568px) {
  .view-related-stories .views-row {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 0;
    clear: none;
  }
  .view-related-stories .views-row.views-row-last {
    margin: 0;
  }
}
.view-related-stories img {
/*  margin-bottom: 10px;*/
}
.view-related-stories .views-field-title {
  font-size: 18px;
}

.view-story-images {
  overflow: hidden;
}
.view-story-images .views-row {
  float: left;
  margin-bottom: 15px;
  width: 48%;
  margin-right: 4%;
}
.view-story-images .views-row.views-row-even {
  margin-right: 0;
}
@media (min-width: 568px) {
  .view-story-images .views-row {
    width: 24%;
    margin-right: 1.25%;
  }
  .view-story-images .views-row.views-row-even {
    margin-right: 1.25%;
  }
  .view-story-images .views-row:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .view-story-images .views-row {
    width: 46.5%;
    margin-right: 7%;
    margin-bottom: 25px;
  }
  .view-story-images .views-row.views-row-even {
    margin-right: 0;
  }
}

.pane-download-link {
  text-align: center;
  position: relative;
}

.views-field-field-require-agreement {
  position: relative;
}

.byu-download {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}
.byu-download:focus {
  outline: none;
  text-decoration: none;
}

a.click-to-download {
  background: #114477;
  color: white;
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
  padding: 1px 10px;
  margin-right: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
a.click-to-download:hover {
  background: #eeaa00;
  color: white;
}

.byu-popup {
  min-width: 280px;
  display: none;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #f4f4f4;
  padding: 15px;
  z-index: 10;
  text-align: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.byu-popup a {
  font-weight: bold;
}
.byu-popup .byu-close {
  position: absolute;
  right: 10px;
  top: 0px;
}

.view-story-highlights li {
  margin-bottom: 10px;
}

.popular-stories-section {
  display: none;
}
@media (min-width: 1024px) {
  .popular-stories-section {
    display: block;
  }
}

.view-popular-stories .panel-2col .panel-col-first {
  width: auto;
}
.view-popular-stories .panel-2col .panel-col-last {
  float: none;
  width: auto;
  overflow: hidden;
}
.view-popular-stories .panel-2col .panel-col-last .inside {
  margin: 0;
}
.view-popular-stories .views-row {
  margin-bottom: 30px;
  overflow: hidden;
}
.view-popular-stories .views-field-field-feature-image {
  float: left;
  margin-right: 15px;
  display: none;
}
@media (min-width: 1555px) {
  .view-popular-stories .views-field-field-feature-image {
    display: block;
  }
}
.view-popular-stories .views-field-term-node-tid {
  margin-bottom: 2px;
}
.view-popular-stories .views-field-term-node-tid a {
  color: #444;
}

.views-field-field-tags1 .field-content, 
span.views-label.views-label-field-tags1 {
    display: inline;
}

.pane-social-share {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0;
  border-top: 1px solid white;
  z-index: 10;
}


@media (min-width: 0) and (max-width: 1555px) {
/*
  .pane-social-share {
    top: auto !important;
    left: 0;
  }
*/

}
@media (min-width: 1555px) {
  .pane-social-share {
    border-top: none;
    top: auto;
    bottom: auto;
/*    z-index: auto;*/
      z-index: 2;
  }
/*
    .social-wrapper {
        display: none;
    }
    .social-wrapper.showShareBar {
        display: block;
    }
*/
    .pane-social-share {
        position: fixed;
        width: 8%;
        text-align: center;
        /* margin-bottom: -200px; */
        bottom: 0;
        border-top: 1px solid white;
        z-index: 10;
    }
    .pane-page-content .pane-content #block-views-story-header-block {
        margin: 0 auto;
        max-width: 1285px;
        padding: 0px 20px 20px;
        bottom: auto !important;
    }
  .pane-social-share .pane-content {
    margin: 0 auto;
    max-width: 1285px;
    bottom: auto !important;
    z-index: 2;
  }
}
/* adjusting positioning of share bar with adjusting widths */
@media (min-width: 1700px) {
    .pane-social-share {
        width: 11%;
    }
}
@media (min-width: 1800px) {
    .pane-social-share {
        width: 13%;
/*        margin-top: 150px;*/
    }
}
@media (min-width: 1950px) {
    .pane-social-share {
        width: 16%;
    }
}
@media (min-width: 2100px) {
    .pane-social-share {
        width: 19%;
    }
}
@media (min-width: 2350px) {
    .pane-social-share {
        width: 21%;
    }
}
@media (min-width: 2500px) {
    .pane-social-share {
        width: 24%;
    }
}


.pane-social-share .social-wrapper {
  background: #f4f4f4;
  min-width: 320px;
}
@media (min-width: 1555px) {
/*
  .pane-social-share .social-wrapper {
    position: relative;
    right: 150px;
    width: 120px;
    min-width: 0;
  }
*/
.pane-social-share .social-wrapper {
    position: relative;
    /* right: 150px; */
    width: 120px;
    min-width: 0;
    float: right;
}
  .pane-social-share .social-wrapper:after {
    position: absolute;
    right: -10px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f4f4f4;
  }
}
.pane-social-share h2 {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  display: inline-block;
  border-right: 1px solid white;
}
@media (min-width: 1555px) {
  .pane-social-share h2 {
    display: block;
  }
}
.pane-social-share h2,
.pane-social-share .comment-link {
  border-right: 1px solid white;
  padding: 13px 17px;
  display: none;
}
@media (min-width: 568px) {
  .pane-social-share h2,
  .pane-social-share .comment-link {
    display: inline-block;
  }
}
@media (min-width: 1555px) {
  .pane-social-share h2,
  .pane-social-share .comment-link {
    display: block;
  }
}
@media (min-width: 1555px) {
  .pane-social-share h2,
  .pane-social-share .comment-link {
    padding: 13px 0;
    border-right: none;
  }
}
.pane-social-share .pane-content .st_facebook,
.pane-social-share .pane-content .st_googleplus,
.pane-social-share .pane-content .st_twitter,
.pane-social-share .pane-content .st_email {
  display: inline-block;
}
@media (min-width: 1555px) {
  .pane-social-share .pane-content .st_facebook,
  .pane-social-share .pane-content .st_googleplus,
  .pane-social-share .pane-content .st_twitter,
  .pane-social-share .pane-content .st_email {
    float: left;
  }
}
.pane-social-share .pane-content .st_facebook > span,
.pane-social-share .pane-content .st_googleplus > span,
.pane-social-share .pane-content .st_twitter > span,
.pane-social-share .pane-content .st_email > span {
  margin: 0;
}
@media (min-width: 1555px) {
  .pane-social-share .pane-content .st_twitter {
    clear: both;
  }
}
.pane-social-share .pane-content .chicklets {
  background: none;
  padding: 0;
  color: #114477;
  width: 60px;
  height: 55px;
  line-height: 55px;
  border-right: 1px solid white;
}
.pane-social-share .pane-content .chicklets:before {
  width: 60px;
}
@media (min-width: 1555px) {
  .pane-social-share .pane-content .chicklets {
    border: 1px solid white;
    border-right: none;
  }
}
.pane-social-share .pane-content .chicklets:hover {
  color: #eeaa00;
}
.pane-social-share .pane-content .chicklets:after {
  width: 60px;
  height: 55px;
}
.pane-social-share .pane-content .chicklets.facebook {
  border-bottom: none;
  border-left: 1px solid white;
}
@media (min-width: 568px) {
  .pane-social-share .pane-content .chicklets.facebook {
    border-left: none;
  }
}
.pane-social-share .pane-content .chicklets.googleplus {
  border-bottom: none;
}
.pane-social-share .pane-content .chicklets.twitter {
  border-left: none;
}
.pane-social-share .pane-content .comment-link {
  font-size: 14px;
}

.pane-story-navigation {
  padding: 20px 0;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  overflow: hidden;
  margin-bottom: 30px;
  display: none;
}
@media (min-width: 1060px) {
  .pane-story-navigation {
    display: block;
  }
}
.pane-story-navigation .node-story {
  width: 50%;
  padding: 20px 0;
}
.pane-story-navigation .node-story.first-item {
  border-right: 1px solid #f4f4f4;
  float: left;
  padding-right: 20px;
}
.pane-story-navigation .node-story.first-item a {
  padding-left: 24px;
}
.pane-story-navigation .node-story.first-item a:before {
  left: -6px;
}
.pane-story-navigation .node-story.first-item .field-name-field-feature-image {
  float: left;
  margin-right: 10px;
}
.pane-story-navigation .node-story.last-item {
  float: right;
  padding-left: 20px;
  text-align: right;
}
.pane-story-navigation .node-story.last-item a {
  padding-right: 24px;
}
.pane-story-navigation .node-story.last-item a:before {
  right: -6px;
}
.pane-story-navigation .node-story.last-item .field-name-field-feature-image {
  float: right;
  margin-left: 10px;
}
.pane-story-navigation .node-story .links {
  display: none;
}
.pane-story-navigation .field-name-title-field {
  overflow: hidden;
}
.pane-story-navigation a {
  font-weight: 600;
  font-size: 15px;
  display: block;
  overflow: hidden;
  position: relative;
}
.pane-story-navigation a:before {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  font-weight: normal;
}

body .flexslider {
  border: none;
  margin-bottom: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.touch body .flexslider .flex-direction-nav {
/*  display: none;*/
}
body .flexslider .flex-direction-nav a {
  display: block;
  transition: none;
  color: #114477;
  line-height: 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body .flexslider .flex-direction-nav a:before {
  line-height: 40px;
}
body .flexslider .flex-direction-nav a:hover {
  color: #002255;
}
body .flexslider .flex-direction-nav .flex-prev {
/*  left: -22px;*/
    left: 10px;
    z-index: 1000;
}
@media (min-width: 768px) {
  body .flexslider .flex-direction-nav .flex-prev {
    left: 20px;
  }
}
body .flexslider .flex-direction-nav .flex-next {
    right: 10px;
    z-index: 1000;
}
@media (min-width: 768px) {
  body .flexslider .flex-direction-nav .flex-next {
    right: 20px;
  }
}
body .flexslider .panel-2col .panel-col-first {
  position: relative;
}
body .flexslider .panel-2col .panel-col-first,
body .flexslider .panel-2col .panel-col-last {
  float: none;
  width: auto;
}
body .flexslider .panel-2col .panel-col-first .inside,
body .flexslider .panel-2col .panel-col-last .inside {
  margin: 0;
}
body .flexslider .panel-2col .views-field-field-credit span {
  font-weight: bold;
}
body .flexslider .panel-2col .views-field-field-credit .field-content {
  display: inline-block;
}

.story-links ul {
  margin: 0;
}
.story-links li {
  list-style: none;
  margin-bottom: 7px;
}
.story-links li a {
  font-size: 16px;
  line-height: normal;
}

.front .byu-content > .byu-inner {
  max-width: none;
  padding: 0;
}
.front .byu-content-top {
  padding-top: 25px;
}

.slider-wide {
  margin-bottom: 25px;
  position: relative;
}
.slider-wide .pagination {
  display: none;
}
.slider-wide .byu-slider-image {
  text-align: center;
}
.slider-wide .byu-slider-description {
  padding: 13px 0;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
/*  max-width: 1920px;*/
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 0) and (max-width: 619px) {
  .slider-wide .byu-slider-description {
    position: inherit;
    background: transparent;
    color: #333;
  }
}
.slider-wide .byu-slider-description .byu-inner {
  position: relative;
}
@media (min-width: 620px) {
  .slider-wide .byu-slider-description .byu-inner {
    padding-right: 120px;
  }
}
.slider-wide .views-field-field-category {
  margin-bottom: 10px;
}
.slider-wide .views-field-title {
  margin-bottom: 10px;
}
.slider-wide .views-field-title a {
  color: #444;
}
@media (min-width: 620px) {
  .slider-wide .views-field-title a {
    color: white;
  }
}
@media (min-width: 620px) {
  .slider-wide .views-field-field-headline {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .slider-wide .views-field-field-headline {
    font-weight: bold;
    font-size: 19px;
  }
}
.slider-wide .views-field-field-headline p {
  margin-bottom: 0;
}
@media (min-width: 620px) {
  .slider-wide .views-field-view-node {
    position: absolute;
    top: 50%;
    right: 20px;
  }
}
.slider-wide .views-field-view-node a {
  display: inline-block;
  margin-top: 8px;
  color: white;
}
@media (min-width: 0) and (max-width: 619px) {
  .slider-wide .views-field-view-node a {
    color: #114477;
  }
  .slider-wide .views-field-view-node a:hover {
    color: #eeaa00;
  }
}

.view-promoted-stories {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.view-promoted-stories .views-row {
  margin-bottom: 20px;
}
@media (min-width: 620px) and (max-width: 920px) {
  .view-promoted-stories .views-row {
    float: left;
    width: 49.5%;
    margin-right: 1%;
  }
  .view-promoted-stories .views-row.views-row-even {
    margin-right: 0;
  }
}
@media (min-width: 920px) {
  .view-promoted-stories .views-row {
    float: left;
    width: 24.5%;
    margin-right: 0.66%;
  }
  .view-promoted-stories .views-row.views-row-last {
    margin-right: 0;
  }
}
.view-promoted-stories .views-field-field-feature-image {
  margin-bottom: 10px;
}
.view-promoted-stories .views-field-field-category {
  margin-bottom: 7px;
}

.view-recent-stories .panel-2col .panel-col-first,
.view-recent-stories .panel-2col .panel-col-last {
  float: none;
  width: auto;
}
.view-recent-stories .panel-2col .panel-col-first {
  margin-bottom: 10px;
}
@media (min-width: 620px) {
  .view-recent-stories .panel-2col .panel-col-first,
  .view-recent-stories .panel-2col .panel-col-last {
    width: 50%;
  }
  .view-recent-stories .panel-2col .panel-col-first {
    float: left;
    margin-bottom: 0;
  }
  .view-recent-stories .panel-2col .panel-col-last {
    float: right;
  }
}
@media (min-width: 1280px) {
  .view-recent-stories .panel-2col .panel-col-first {
    width: 42%;
  }
  .view-recent-stories .panel-2col .panel-col-last {
    width: 58%;
  }
}
.view-recent-stories .panel-2col .inside {
  margin: 0;
}
.view-recent-stories .views-row {
  margin-bottom: 40px;
}
.view-recent-stories .view-content {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.view-recent-stories .byu-slider-description {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 0) and (max-width: 619px) {
  .view-recent-stories .byu-slider-description {
    margin-bottom: 25px;
  }
}
.view-recent-stories .byu-slider-description li a {
  background: none;
  border: none;
}
.view-recent-stories .views-field-field-feature-image {
  margin-right: 25px;
}
@media (min-width: 620px) {
  .view-recent-stories .views-field-field-feature-image {
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .view-recent-stories .views-field-field-feature-image {
    margin-right: 45px;
  }
}
@media (min-width: 0) and (max-width: 619px) {
  .view-recent-stories .views-field-field-feature-image {
    width: 100%;
    margin-right: 0px;
    max-width: 100%;
  }
}
.byu-sidebar .view-recent-stories .views-field-field-feature-image {
  max-width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 920px) {
  .byu-sidebar .view-recent-stories .views-field-field-feature-image {
    margin: 0 0 20px 0;
  }
}
.view-recent-stories .views-field-field-category {
  margin-bottom: 10px;
}
.view-recent-stories .views-field-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (min-width: 568px) {
  .view-recent-stories .views-field-title {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .view-recent-stories .views-field-title {
    font-size: 21px;
  }
}
.view-recent-stories .views-field-body {
  margin-bottom: 10px;
}
.view-recent-stories .views-field-view-node {
  text-align: right;
}

.view-about .views-field-field-headliner-image {
  margin-bottom: 10px;
}
.view-about .views-field-field-headline p {
  margin-bottom: 10px;
}
.view-about .views-field-view-node {
  text-align: right;
}

.byu-contact strong,
.byu-contact a {
  display: inline-block;
  margin-bottom: 7px;
}

.view-tweets .views-row {
  margin-bottom: 22px;
}
.view-tweets .views-row a {
  font-weight: 600;
}
.view-tweets .views-field-screen-name {
  margin-bottom: 5px;
}

.view-news-categories .views-row {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .view-news-categories .views-row {
    margin-bottom: 8px;
  }
}

.byu-calendar .pane-title a {
  line-height: 27px;
  display: block;
  float: none;
}
@media (min-width: 1280px) {
  .byu-calendar .pane-title a {
    float: right;
  }
}
.byu-calendar .day {
  padding: 0;
  margin-bottom: 25px;
}
.byu-calendar .day a {
  margin: 0 0 10px 0;
}
@media (min-width: 1024px) {
  .byu-calendar .day h3,
  .byu-calendar .day span,
  .byu-calendar .day .time {
    font-size: 16px;
  }
}
.byu-calendar .day h3 {
  margin-bottom: 5px;
  font-weight: normal;
}
.byu-calendar .day .time {
  font-weight: bold;
}

.page-about .byu-content {
  padding-bottom: 0;
}
.page-about .byu-content > .byu-inner {
  padding: 0;
  max-width: none;
}
.page-about .view-about-headliner-image img {
  width: 100%;
}
.page-about .byu-about {
  text-align: center;
}
.page-about .byu-about .pane-title {
  color: #114477;
  margin: 20px 0;
  font-size: 24px;
}
@media (min-width: 920px) {
  .page-about .byu-about .pane-title {
    font-size: 36px;
    margin: 30px 0;
  }
}
.page-about .byu-about .pane-content > p {
  max-width: 1000px;
  margin: 0 auto 30px;
}
.page-about .byu-about-story {
  overflow: hidden;
}
.page-about .byu-about-story .panel-panel {
  width: auto;
  float: none;
}
@media (min-width: 920px) {
  .page-about .byu-about-story .panel-panel {
    float: left;
    max-width: 50%;
  }
}
.page-about .byu-about-story .panel-col-first .inside,
.page-about .byu-about-story .panel-col-last .inside {
  margin: 0;
}
.page-about .byu-about-story .panel-col-first {
  margin-bottom: 10px;
}
@media (min-width: 620px) {
  .page-about .byu-about-story .panel-col-first {
    margin-bottom: 0;
  }
}
.page-about .byu-about-story .panel-col-last {
  float: none;
}
@media (min-width: 620px) {
  .page-about .byu-about-story .panel-col-last {
    padding: 30px;
    overflow: hidden;
  }
}
.page-about .byu-about-story .views-row {
  margin-bottom: 20px;
}
@media (min-width: 620px) {
  .page-about .byu-about-story .views-row {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 45px;
    background: #f4f4f4;
  }
  .page-about .byu-about-story .views-row:nth-child(2n) {
    margin-right: 0;
  }
  .page-about .byu-about-story .views-row:nth-child(3n) {
    clear: left;
  }
}
.page-about .byu-about-story .views-field-field-feature-image {
  text-align: center;
}
.page-about .byu-about-story .views-field-title {
  font-size: 21px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 920px) {
  .page-about .byu-about-story .views-field-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.page-about .byu-about-story .views-field-view-node {
  text-align: right;
}
.page-about .byu-social-media {
  text-align: center;
  padding: 20px 0;
}
.page-about .byu-social-media a {
  font-size: 16px !important;
  font-weight: bold;
  overflow: hidden;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .page-about .byu-social-media a {
    overflow: visible;
    text-indent: 0;
  }
}
.page-about .byu-social-media a:before {
  position: static;
  display: block;
  width: auto;
  padding-bottom: 20px;
  text-align: center;
  font-weight: normal;
}
.page-about .byu-video:before {
  background: none;
}
.page-about .byu-video:hover:before {
  background: rgba(244, 244, 244, 0.75);
}
.page-about .byu-video .group-desc {
  color: #114477;
}
@media (min-width: 1024px) {
  .page-about .byu-video .group-desc .field-name-title-field {
    font-size: 36px;
  }
}
.page-about .byu-video .group-desc .field-name-title-field:after {
  content: '\e60d';
  color: white;
  font-family: 'byuicons';
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  background: #114477;
}
.page-about .byu-video video {
  width: 100%;
  height: auto;
}
.page-about .byu-masonry {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.page-about .byu-masonry .pane-node {
  float: left;
  position: relative;
  cursor: pointer;
}
.page-about .byu-masonry .pane-node:hover .field-name-field-image-link {
  display: block;
}
.page-about .byu-masonry .pane-node:nth-child(1), .page-about .byu-masonry .pane-node:nth-child(2), .page-about .byu-masonry .pane-node:nth-child(5), .page-about .byu-masonry .pane-node:nth-child(7) {
  width: 25%;
}
.page-about .byu-masonry .pane-node:nth-child(3), .page-about .byu-masonry .pane-node:nth-child(4), .page-about .byu-masonry .pane-node:nth-child(6) {
  width: 50%;
}
.page-about .byu-masonry .pane-node:nth-child(5) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-about .byu-masonry .pane-node:nth-child(6) {
  clear: left;
}
.page-about .byu-masonry .pane-node:nth-child(5), .page-about .byu-masonry .pane-node:nth-child(6), .page-about .byu-masonry .pane-node:nth-child(7) {
  margin-top: -1px;
}
.page-about .byu-masonry .pane-node .field-name-field-image,
.page-about .byu-masonry .pane-node .field-name-field-image div {
  line-height: 0;
  font-size: 0;
}
.page-about .byu-masonry .pane-node img {
  width: 100%;
}
.page-about .byu-masonry .pane-node .field-name-field-image-link {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}





.page-about .byu-masonry .pane-node .field-name-field-image-link a {
  font-size: 12px;
  color: white;
  position: absolute;
  width: 101%;
  height: 100%;
  text-align: center;
  vertical-align:middle;
  padding-top: 41%;
  padding-bottom: 41%;
  line-height: 100%;
  display:table;
  top: 50%;
  left: 0;
  background: rgba(17, 68, 119, 0.8);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-indent: -9999px;
  padding-top: 1px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

  .page-about .byu-masonry .pane-node #node-10272 .field-name-field-image-link a,
  .page-about .byu-masonry .pane-node #node-10277 .field-name-field-image-link a {
    padding-top: 46%;
    padding-bottom: 47%;
  }

  .page-about .byu-masonry .pane-node #node-10271 .field-name-field-image-link a,
  .page-about .byu-masonry .pane-node #node-10275 .field-name-field-image-link a {
    padding-top: 95%;
    padding-bottom: 94%;
  }

@media (min-width: 300px) {
  .page-about .byu-masonry .pane-node .field-name-field-image-link a {
    font-size: 12px;
    padding-top: 23%;
    padding-bottom: 23%;
    text-indent: 0;
  }
}

@media (min-width: 620px) {
  .page-about .byu-masonry .pane-node .field-name-field-image-link a {
    font-size: 14px;
    padding-top: 23%;
    padding-bottom: 24%;
  }
  .page-about .byu-masonry .pane-node #node-10271 .field-name-field-image-link a,
  .page-about .byu-masonry .pane-node #node-10275 .field-name-field-image-link a {
    padding-top: 97%;
    padding-bottom: 97%;
  }
}

@media (min-width: 1024px) {
  .page-about .byu-masonry .pane-node .field-name-field-image-link a {
    font-size: 16px;
    padding-top: 24%;
    padding-bottom: 24%;
  }
  .page-about .byu-masonry .pane-node #node-10272 .field-name-field-image-link a,
  .page-about .byu-masonry .pane-node #node-10277 .field-name-field-image-link a {
    padding-top: 48%;
    padding-bottom: 48%;
  }
  .page-about .byu-masonry .pane-node #node-10271 .field-name-field-image-link a,
  .page-about .byu-masonry .pane-node #node-10275 .field-name-field-image-link a {
    padding-top: 98%;
    padding-bottom: 98%;
  }
}





.page-about .byu-facts {
  clear: both;
  text-align: center;
  overflow: hidden;
  background: #f4f4f4;
}
.page-about .byu-facts .pane-title {
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0 20px;
}
.page-about .byu-facts .view-y-facts .views-row {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-about .byu-facts .view-y-facts .views-row {
    padding: 30px;
    float: left;
    width: 50%;
  }
  .page-about .byu-facts .view-y-facts .views-row:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  .page-about .byu-facts .view-y-facts .views-row {
    width: 33.33333%;
  }
  .page-about .byu-facts .view-y-facts .views-row:nth-child(2n+1) {
    clear: none;
  }
  .page-about .byu-facts .view-y-facts .views-row:nth-child(3n+1) {
    clear: both;
  }
}
.page-about .byu-facts .view-y-facts .views-field-title {
  font-size: 21px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-about .byu-facts .view-y-facts .views-field-title a {
  text-decoration: none;
}
.page-about .byu-facts .view-y-facts .views-field-body {
  margin-bottom: 20px;
}
.page-about .byu-bottom-section {
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .page-about .byu-bottom-section {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
@media (min-width: 920px) {
  .page-about .byu-bottom-section .panel-pane {
    float: left;
    padding: 0 25px;
    width: 33.33333%;
  }
}
.page-about .byu-bottom-section .pane-title {
  color: #114477;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
}
.page-about .byu-bottom-section .view-latest-news .views-row {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.page-about .byu-bottom-section .pane-byu-calendar-byu-calendar .day {
  padding: 0;
}
.page-about .byu-bottom-section .pane-byu-calendar-byu-calendar .day h3 {
  font-size: 16px;
  color: #444;
}
.page-about .byu-bottom-section .pane-byu-calendar-byu-calendar .day h3 .date {
  font-size: inherit;
}
.page-about .byu-bottom-section .pane-byu-calendar-byu-calendar .day a {
  margin: 0 0 10px 0;
  text-decoration: none;
}
.page-about .byu-bottom-section .pane-byu-calendar-byu-calendar .day .time {
  font-size: 16px;
}
.page-about .byu-about-contact {
  padding: 50px 0;
  background: url(../img/contact.jpg) no-repeat center top;
}
.page-about .byu-about-contact h2 {
  font-size: 30px;
  margin: 0 0 23px 0;
}
.page-about .byu-about-contact p {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 7px;
}

.page-listing .byu-content {
  padding-bottom: 0;
  background: url(../img/archives.jpg) no-repeat center bottom;
}
.page-listing .byu-content .pane-taxonomy-term-field-first-last-name .pane-title {
  margin-bottom: 15px;
}
.page-listing .byu-content .pane-taxonomy-term-field-first-last-name .field-name-field-first-last-name {
  color: #114477;
  margin-bottom: 3px;
  font-size: 21px;
}
@media (min-width: 1024px) {
  .page-listing .byu-content .pane-taxonomy-term-field-first-last-name .field-name-field-first-last-name {
    font-size: 23px;
  }
}
.page-listing .byu-content .field-name-field-header {
  font-size: 16px;
  margin-bottom: 14px;
}
@media (min-width: 620px) {
  .page-listing .byu-content .file-image {
    float: right;
    margin-left: 45px;
    max-width: 50%;
  }
}
.page-listing .byu-content .file-image,
.page-listing .byu-content .pane-taxonomy-term-description {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .page-listing .byu-content .file-image,
  .page-listing .byu-content .pane-taxonomy-term-description {
    margin-bottom: 60px;
  }
}
.page-listing .pane-views-panes {
  clear: both;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  margin-bottom: 70px;
}
@media (min-width: 620px) {
  .page-listing .pane-views-panes {
    margin-bottom: 140px;
  }
}
.page-listing .pane-views-panes .pane-title {
  color: #114477;
  margin: 0 0 25px 0;
}
@media (min-width: 920px) {
  .page-listing .pane-views-panes .pane-title {
    margin: 0 0 50px 0;
    font-size: 23px;
  }
}
@media (min-width: 1280px) {
  .page-listing .pane-views-panes .pane-title {
    font-size: 27px;
  }
}
.page-listing .pane-views-panes .views-row {
  overflow: hidden;
  margin-bottom: 40px;
}
.page-listing .pane-views-panes .views-row .panel-col-first,
.page-listing .pane-views-panes .views-row .panel-col-last {
  float: none;
  width: auto;
}
@media (min-width: 620px) {
  .page-listing .pane-views-panes .views-row .panel-col-first,
  .page-listing .pane-views-panes .views-row .panel-col-last {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-listing .pane-views-panes .views-row .panel-col-first,
  .page-listing .pane-views-panes .views-row .panel-col-last {
    width: auto;
  }
}
.page-listing .pane-views-panes .views-row .panel-col-first .inside,
.page-listing .pane-views-panes .views-row .panel-col-last .inside {
  margin: 0;
}
@media (min-width: 620px) {
  .page-listing .pane-views-panes .views-row .panel-col-last {
    float: right;
  }
}
@media (min-width: 768px) {
  .page-listing .pane-views-panes .views-row .panel-col-last {
    float: none;
    padding-left: 410px;
  }
}
.page-listing .pane-views-panes .views-field-field-feature-image {
  margin-bottom: 15px;
}
@media (min-width: 620px) {
  .page-listing .pane-views-panes .views-field-field-feature-image {
    margin: 0 25px 15px 0;
  }
}
@media (min-width: 1024px) {
  .page-listing .pane-views-panes .views-field-field-feature-image {
    margin: 0 45px 15px 0;
  }
}
.page-listing .pane-views-panes .views-field-field-category {
  margin-bottom: 10px;
}
.page-listing .pane-views-panes .views-field-title {
  margin-bottom: 15px;
}
.page-listing .pane-views-panes .views-field-view-node {
  text-align: right;
}
.page-listing .pane-archive {
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 920px) {
  .page-listing .pane-archive {
    padding: 10px 0;
  }
}
.page-listing .pane-archive .pane-title {
  color: #114477;
  padding-bottom: 30px;
}
@media (min-width: 920px) {
  .page-listing .pane-archive .pane-title {
    padding-bottom: 20px;
  }
}
.page-listing .pane-archive .pane-content {
  font-weight: 600;
  font-size: 18px;
}
.page-listing .pane-archive .pane-title,
.page-listing .pane-archive .pane-content {
  max-width: 540px;
  margin: 0 auto;
}
.page-listing .pane-archive .years {
  margin-bottom: 10px;
}
@media (min-width: 620px) {
  .page-listing .pane-archive .years {
    padding-bottom: 20px;
  }
}
.page-listing .pane-archive .years a {
  padding: 0 12px;
}
.page-listing .pane-archive .months a {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 619px) {
  .page-listing .pane-archive .months a {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.page-search .byu-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 620px) {
  .page-search .byu-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-search .byu-content h2 {
  font-size: 27px;
}
.page-search .byu-content .search-form .form-type-checkboxes {
  display: none;
}
.page-search .byu-content .search-form .form-group {
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .page-search .byu-content .search-form .form-group {
    margin-bottom: 35px;
  }
}
.page-search .byu-content .search-form #edit-basic .form-text {
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding-left: 22px;
  padding-right: 22px;
  font-size: 21px;
}
.page-search .byu-content .search-form #edit-basic .btn-default {
  -moz-border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.page-search .byu-content .search-form #edit-basic .form-text,
.page-search .byu-content .search-form #edit-basic .btn-default {
  height: 40px;
}
@media (min-width: 1024px) {
  .page-search .byu-content .search-form #edit-basic .form-text,
  .page-search .byu-content .search-form #edit-basic .btn-default {
    height: 50px;
  }
}
.page-search .byu-content .search-form .form-text {
  height: 40px;
}
.page-search .byu-content .search-form .btn-default {
  width: 57px;
}
.page-search .byu-content .search-form .btn-default .icon {
  top: 3px;
  color: #114477;
  font-size: 19px;
}
.page-search .byu-content .search-form .search-advanced {
  border: none;
  outline: none;
}
.page-search .byu-content .search-form .search-advanced .panel-heading {
  border: none;
}
.page-search .byu-content .search-form .search-advanced .panel-heading a {
  font-weight: 600;
  font-size: 21px;
  line-height: normal;
  text-decoration: none;
}
.page-search .byu-content .search-form .search-advanced .panel-body {
  padding: 30px 0;
}

.search-results {
  margin-left: 0;
}
.search-results .search-result {
  overflow: hidden;
  margin: 0 0 40px 0;
}
.search-results .search-result .story_image {
  margin-bottom: 15px;
}
@media (min-width: 568px) {
  .search-results .search-result .story_image {
    float: left;
    padding-right: 25px;
    max-width: 48%;
    margin-bottom: 15px;
  }
}
@media (min-width: 620px) {
  .search-results .search-result .story_description {
    float: right;
    width: 52%;
  }
}
@media (min-width: 920px) {
  .search-results .search-result .story_description {
    float: none;
    width: auto;
    padding-left: 410px;
  }
}
.search-results .search-result .title {
  font-size: 21px;
  line-height: normal;
  margin-bottom: 15px;
}
.search-results .search-result .story_body img {
  float: left;
  margin: 0 10px 10px 0;
}
.search-results .search-result .story_body p {
  margin-bottom: 5px;
}
.search-results .search-result .read_more_link {
  text-align: right;
}

/*# sourceMappingURL=base.css.map */



section#block-masquerade-masquerade {
    margin-left: 150px;
}