/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   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 `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * 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.
 */
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,
.strong {
  font-weight: bold; }

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/*
p {
  -webkit-hyphens: auto;
  -epub-hyphens:   auto;
  -moz-hyphens:    auto;
  hyphens:         auto;

}
*/
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * 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.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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: inherit;
  -webkit-box-sizing: inherit;
  /* 2 */
  box-sizing: inherit; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/**/
/**/
/*$link-hover:        darken($link-color, 9%);*/
/*----------------
Fonts
----------------*/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE) 
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/*
p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
      word-break: break-word;
     word-break: break-word;
  // cleaning up the ragged lines and breaks
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
  // sets a minimum number of characters before and after the break
  -webkit-hyphenate-before: 2;
   -webkit-hyphenate-after: 3;
           hyphenate-lines: 3;
  // enabling fancy ligatures when available
  -webkit-font-feature-settings: "liga", "dlig";
   -moz-font-feature-settings: "liga=1, dlig=1";
      -ms-font-feature-settings: "liga", "dlig";
       -o-font-feature-settings: "liga", "dlig";
          font-feature-settings: "liga", "dlig";
}
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/*// using a mixin since we can't use placeholder selectors*/
/*
  ! This makes columns equal in width with no margin/padding gap on the right side of the last column !

  Width of a grid is calculated like so:

  divide by 100% by number of columns (so 1of2 = 50%)
  -2% for margin right (so 1of2 = 48%)
  then add margin right diveded by number of columns (2%/2 = 1% so 1of2 = 49%)

  ! AND remove the margin-right of the last column via the class .last-col or using :last-of-type pseudo class !

*/
ul.full-1of4 li, ul.full-1of1 li, ul.full-1of2 li, ul.full-1of3 li {
  float: left;
  margin-right: 2%;
  width: 23.5%; }
ul.full-1of4 li:nth-of-type(4n), ul.full-1of1 li:nth-of-type(4n), ul.full-1of2 li:nth-of-type(4n), ul.full-1of3 li:nth-of-type(4n) {
  margin-right: 0; }

ul.full-1of5 li {
  float: left;
  margin-right: 2%;
  width: 18.4%; }
ul.full-1of5 li:nth-of-type(5n) {
  margin-right: 0; }

ul.full-1of6 li {
  float: left;
  margin-right: 2%;
  width: 15.0%; }
ul.full-1of6 li:nth-of-type(6n) {
  margin-right: 0; }

/* About Friends of UFG page */
.page-template-page-about .full-1of3 {
  float: left;
  margin-right: 2%;
  width: 32%; }

.page-template-page-about .full-1of3:nth-of-type(4n) {
  margin-right: 0; }

@media (min-width: 768px) {
  .page-template-page-about .full-1of3:nth-of-type(4n) {
    padding-right: 0;
    margin-right: 0; } }
@media (max-width: 590px) and (min-width: 400px) {
  .page-template-page-about .full-1of3:nth-of-type(2n) {
    padding-right: 0;
    margin-right: 0; }

  .page-template-page-about .full-1of3 {
    float: left;
    margin-right: 2%;
    width: 49%; } }
@media (max-width: 400px) {
  .page-template-page-about .full-1of3:nth-of-type(1n) {
    padding-right: 0; }

  .page-template-page-about .full-1of3 {
    float: left;
    margin-right: 2%;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
    float: none; } }
@media (max-width: 767px) and (min-width: 591px) {
  .page-template-page-about .full-1of4:nth-of-type(3n) {
    padding-right: 0;
    margin-right: 0; }

  .page-template-page-about .full-1of4 {
    float: left;
    margin-right: 2%;
    width: 32%; } }
/*--------------------------*/
/*// the last column*/
.last-col {
  /* float: right; */
  padding-right: 0;
  margin-right: 0; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 2%;
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 2%;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 2%;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 2%;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 2%;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 2%;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 2%;
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 2%;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 2%;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 2%;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 2%;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 2%;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 2%;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 2%;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 2%;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 2%;
    width: 80%; } }
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 2%;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 2%;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 2%;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 2%;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 2%;
    width: 23.5%; }

  .d-3of4 {
    float: left;
    padding-right: 2%;
    width: 73.5%; }

  .d-1of5 {
    float: left;
    padding-right: 2%;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 2%;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 2%;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 2%;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 2%;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 2%;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 2%;
    width: 28.571428571%; }

  .d-3of7 {
    float: left;
    padding-right: 2%;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 2%;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 2%;
    width: 71.428571428%; }

  .d-6of7 {
    float: left;
    padding-right: 2%;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 2%;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 2%;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 2%;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 2%;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 2%;
    width: 8.33%; } }
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #ebebeb;
  background: #F8F8F8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, .red-btn, a.excerpt-read-more, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .red-btn:hover, a.excerpt-read-more:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .red-btn:focus, a.excerpt-read-more:focus, .comment-reply-link:focus, #submit:focus {
    color: #fff;
    text-decoration: none; }
  .blue-btn:active, .red-btn:active, a.excerpt-read-more:active, .comment-reply-link:active, #submit:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #2980b9; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #2574a8; }
  .blue-btn:active {
    background-color: #2472a4; }

.red-btn, a.excerpt-read-more, .comment-reply-link, #submit {
  background-color: #B1171E; }
  .red-btn:hover, a.excerpt-read-more:hover, .comment-reply-link:hover, #submit:hover, .red-btn:focus, a.excerpt-read-more:focus, .comment-reply-link:focus, #submit:focus {
    background-color: #9f151b; }
  .red-btn:active, a.excerpt-read-more:active, .comment-reply-link:active, #submit:active {
    background-color: #9a141a; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 36px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #574741;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f7f8fa; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  /*-webkit-appearance: none;*/
  /* 1 */
  /*
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 93.5% center;
  */ }

.checkbox,
.radio {
  /* Enable absolute positioning of the hidden form controls */
  position: relative;
  /* Just a bit of space. */
  margin-bottom: 0.5em;
  /*
  Match line-height to the height of the replacement image to ensure it
  doesn't get clipped
  */
  line-height: 22px; }

fieldset :last-child {
  margin-bottom: 0; }

/* Position and hide the real checkboxes and radio buttons */
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  /* Match the image dimensions */
  width: 22px;
  height: 22px;
  /* Reset anything that could peek out or interfere with dimensions */
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0; }

/*
Insert a pseudo element inside each label and give it a background
image that will become the custom checkbox or radio button.
Using inline-block lets you use vertical-align to adjust it vertically
as needed.
*/
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  background: url(../images/radio-checkbox.png) no-repeat;
  content: " ";
  vertical-align: top; }

/*
Position the background image differently depending on the state of each
checkbox and radio button.
*/
input[type="radio"]:focus + label:before {
  background-position: 0 -22px; }

input[type="radio"]:checked + label:before {
  background-position: 0 -44px; }

input[type="radio"]:checked:focus + label:before {
  background-position: -0 -66px; }

input[type="checkbox"] + label:before {
  background-position: 0 -88px; }

input[type="checkbox"]:focus + label:before {
  background-position: 0 -110px; }

input[type="checkbox"]:checked + label:before {
  background-position: 0 -132px; }

input[type="checkbox"]:checked:focus + label:before {
  background-position: 0 -154px; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "cronos-pro", helvertica, arial;
  font-size: 100%;
  line-height: 1.5;
  color: #574741;
  /*#*/
  -webkit-font-smoothing: antialiased;
  background-color: #333; }

time {
  font-size: .9em; }

input[type="submit"], button {
  background-color: #A60807;
  color: #fff;
  border: none;
  padding: 5px 10px;
  text-align: center;
  border-radius: 3px;
  background: #B1171E;
  /* Old browsers */ }

img {
  width: auto;
  height: auto; }

/* For screen readers only */
.hide, .lang_sel_list_wrap-desktop.hide {
  position: absolute;
  z-index: -9;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0; }

.entry-content hr {
  border: 1px dotted; }

/* used for js to tell what the resolution is */
#isMobile {
  content: 'true';
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 1px; }

span.rightArrow {
  background-image: url(/wp-content/themes/ufg/library/images/arrow_right.png);
  background-position: center;
  background-size: 22px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: 9999px; }

/* bxslider */
div.bx-wrapper {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  margin: 9px 0 18px; }

a.bx-next, a.bx-prev {
  display: none; }

ul.bxslider li {
  display: none; }

ul.bxslider li:first-of-type {
  display: block; }
  ul.bxslider li:first-of-type img {
    width: 100%; }

.bx-wrapper ul.bxslider li {
  display: block; }

.entry-content div.bx-wrapper .bxslider img {
  width: 100%; }

div.bx-wrapper .bx-controls-auto, div.bx-wrapper .bx-pager {
  bottom: 30px; }

div.bx-wrapper .bx-pager.bx-default-pager a.active, div.bx-wrapper .bx-pager.bx-default-pager a.active:focus, div.bx-wrapper .bx-pager.bx-default-pager a.active:hover {
  background-color: rgba(166, 8, 7, 0.8);
  border: 3px solid rgba(0, 0, 0, 0.5);
  padding: 4px;
  border-radius: 50%; }

div.bx-wrapper .bx-pager.bx-default-pager a, div.bx-wrapper .bx-pager.bx-default-pager a:hover, div.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: rgba(255, 255, 255, 0.8);
  border: 3px solid rgba(0, 0, 0, 0.3);
  padding: 4px;
  border-radius: 50%; }

section.entry-content img.singleFeatured-img {
  width: 100%;
  margin: 0 0 30px 0; }

a.notice, a.notice:visited {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  color: #574741;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a.notice .line1, a.notice:visited .line1 {
    display: block;
    padding-top: 10px;
    border-top: 1px dotted;
    font-size: 1.5em;
    font-family: 'skolar', serif;
    line-height: 1.2em;
    font-weight: bold; }
  a.notice .line2, a.notice:visited .line2 {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dotted; }
  a.notice .line3, a.notice:visited .line3 {
    display: block;
    padding: 10px  0 0;
    border-bottom: 1px dotted; }
    a.notice .line3 span, a.notice:visited .line3 span {
      display: inline-block;
      vertical-align: top;
      padding-right: 20px;
      padding-bottom: 20px; }

a.notice:visited:hover, a.notice:hover {
  border-color: #574741;
  color: #574741; }

/*---------------------
	WP Gallery Styling
---------------------*/
.gallery-columns-3 .gallery-item {
  display: inline-block;
  width: 33%;
  padding: 20px;
  vertical-align: middle; }

@media (max-width: 600px) {
  .gallery-columns-3 .gallery-item {
    width: 50%; }
  .gallery-columns-3 br {
    display: none; } }
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
.home .entry-content {
  padding-bottom: 13px;
  border-bottom: 1px dotted #574741; }
.home .latestEvents .evt-status {
  display: inline-block;
  margin: 10px 0 0; }
.home .latestEvents .evt-status-upcoming {
  color: #007607; }
.home .latestEvents .evt-status-past,
.home .latestEvents .evt-status-cancelled {
  color: #A60807; }
.home .book-your-events-callout {
  margin: 0 10px 15px 0;
  text-align: center; }
  .home .book-your-events-callout a {
    display: block;
    padding: 10px;
    border: 1px solid;
    color: #574741;
    background-color: #eee;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .home .book-your-events-callout a:hover {
    color: #574741;
    background-color: #d8d4ca; }
.home .latestContent img.wp-post-image {
  max-width: 100%; }
.home .latestcontent h3 {
  margin-top: 0;
  font-size: 1.28em; }
.home #main h3 {
  margin: 0 0 -10px 0;
  line-height: 1.2em; }
.home #main p {
  margin-top: 0; }
.home div#downloadApp {
  /*
  	padding: 2em;
  	background: gainsboro;
  	text-align: center;
  */ }
  .home div#downloadApp img {
    width: 100%; }
.home .FoUFG h3 {
  line-height: 1em; }
.home .widget:last-of-type {
  border: none; }
.home .bookEvent {
  /*display: none;*/ }
.home #main .book-your-event-action {
  background-color: #322010;
  color: #fff; }
  .home #main .book-your-event-action h3 {
    margin-top: -45px;
    padding-left: 20px;
    font-size: 3em; }
    .home #main .book-your-event-action h3 a {
      color: #fff; }
  .home #main .book-your-event-action div {
    padding: 10px 20px; }
  .home #main .book-your-event-action p {
    margin-bottom: 0;
    line-height: 1.2em;
    font-size: 1.2em; }
  .home #main .book-your-event-action p:nth-of-type(2) {
    color: #D8AD68; }
    .home #main .book-your-event-action p:nth-of-type(2) a, .home #main .book-your-event-action p:nth-of-type(2) a:visited {
      color: #D8AD68; }
    .home #main .book-your-event-action p:nth-of-type(2) a:hover {
      color: #ecc380; }

@media (max-width: 1030px) {
  .footer p.source-org.copyright {
    float: none;
    text-align: center;
    width: 100%; }
  .footer ul.footer-nav {
    float: none;
    margin: 0 auto;
    display: block;
    clear: both;
    max-width: 350px; }
    .footer ul.footer-nav li {
      margin: 0 0 1em;
      width: 100%;
      text-align: center; }
    .footer ul.footer-nav li:first-of-type a {
      border: none; }
  .footer .govLogoWrap {
    text-align: center; }
    .footer .govLogoWrap a {
      display: inline-block; }
  .footer .govLogo {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto; }
  .footer .canadaGovLogo {
    margin: 1em auto; } }
.search h3.search-title {
  text-align: left; }

.error404 h1 {
  text-align: center; }
.error404 .entry-content p {
  text-align: center; }
.error404 .checkbox.include-media-field label {
  color: #574741; }
.error404 .search {
  max-width: 360px;
  margin: auto; }
.error404 input[type="submit"], .error404 button {
  margin-top: 10px; }
.error404 .hideSearchbar {
  opacity: 1; }
.error404 .toggle-searchbar {
  display: none; }

.page-template-page-donation div.sidebar {
  display: block; }
.page-template-page-donation h3.widgettitle {
  font-size: 1.2em;
  font-style: italic;
  text-align: center; }
.page-template-page-donation .smartDonationsWallTable td {
  border: none; }
.page-template-page-donation h2.widgettitle {
  font-size: .8em;
  width: 49%;
  float: left;
  margin: 0; }
.page-template-page-donation span.mr_social_sharing, .page-template-page-donation span.mr_social_sharing_top {
  margin-top: 5px; }
  .page-template-page-donation span.mr_social_sharing img, .page-template-page-donation span.mr_social_sharing_top img {
    width: 25px; }
.page-template-page-donation div.smartDonationsDonationGeneratedItem {
  margin: 0; }
.page-template-page-donation .donationWallShare h3.widgettitle {
  width: 100%; }
.page-template-page-donation div.sidebar {
  padding: 0 !important; }
.page-template-page-donation .donationWallShare {
  margin: 0; }
.page-template-page-donation input.smartDonationsDonationButton.smartDonationsEditableItem {
  margin: 0; }
.page-template-page-donation select.redNaoSelect {
  max-width: none; }

.entry-content blockquote.bg {
  clear: both;
  margin: 25px 0;
  padding: 5px;
  background-color: #eee;
  border-left: 1px solid #574741;
  border-top: none;
  border-bottom: none;
  color: #574741;
  font-style: normal; }
  .entry-content blockquote.bg p {
    margin-bottom: 5px;
    margin: 10px 10px 5px;
    font-size: 1em; }
  .entry-content blockquote.bg h5 {
    margin: 0;
    line-height: 1.5em;
    margin-bottom: -5px;
    margin-left: 40px;
    margin-bottom: 10px;
    margin: 10px;
    text-transform: none; }
  .entry-content blockquote.bg h5 strong {
    text-transform: uppercase; }

section.about-person-wrap {
  min-height: 430px;
  border-top: 1px solid #666; }
  section.about-person-wrap h2 {
    text-align: center;
    font-family: 'skolar';
    font-size: 1.2em; }
  section.about-person-wrap h3 {
    font-weight: bold;
    font-size: 1em;
    margin: 5px 0; }
  section.about-person-wrap p {
    line-height: 1.2em; }

@media (max-width: 480px) {
  .home #main .book-your-event-action h3 {
    margin-top: -34px;
    font-size: 2.25em; } }
@media (max-width: 400px) {
  section.about-person-wrap h3, section.about-person-wrap p {
    width: 222px;
    margin: auto; } }
#spco-copy-attendee-dv {
  display: none; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap, .lang_sel_list_wrap {
  width: 92%;
  margin: 0 auto; }

#container {
  background-color: #fff; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #DB1919;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:visited:hover {
    color: #FF0000; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-family: 'skolar', serif;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.75em;
  font-family: 'skolar', serif;
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.3em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/*********************
HEADER STYLES
*********************/
.header {
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 99; }

/* language switcher */
.mlp_language_box {
  position: absolute;
  left: 15px; }

/*-----------------
 Font Switcher 
------------------*/
ul#fontSwitcher {
  /*position: absolute;
  right: 15px;*/
  float: right;
  margin: 0; }
  ul#fontSwitcher li {
    display: inline-block; }
    ul#fontSwitcher li a {
      padding: 10px;
      color: #574741;
      text-decoration: none; }
    ul#fontSwitcher li a:hover {
      text-decoration: underline; }
  ul#fontSwitcher #regularFont {
    font-size: 1rem; }
  ul#fontSwitcher #largeFont {
    font-size: 1.2rem; }
  ul#fontSwitcher #XlargeFont {
    font-size: 1.5rem; }

body.largeFont {
  font-size: 1.2rem; }

body.XlargeFont {
  font-size: 1.5rem; }

/*
DONATION BAR STYLE
*/
#popupBar {
  /*display: none;*/
  /*height: 40px;*/
  padding: 6px 0 0;
  background: #c21f1f;
  text-align: center;
  font-family: 'skolar', serif;
  transition: margin .5s ease-in-out;
  -webkit-transition: margin .5s ease-in-out; }
  #popupBar div.smartDonationsDonationGeneratedItem {
    max-width: 680px;
    margin: auto; }
    #popupBar div.smartDonationsDonationGeneratedItem span span {
      font-weight: bold;
      font-style: italic; }
  #popupBar span.smartDonationsTextBoxDonationField.smartDonationsCommentText.smartDonationsEditableItem {
    color: #fff; }
  #popupBar input.smartDonationsNumericField.smartDonationsTextBoxDonationField.smartDonationsDonationBox.smartDonationsEditableItem {
    padding-bottom: 6px; }
  @media (max-width: 767px) {
    #popupBar input.smartDonationsDonationButton.smartDonationsEditableItem {
      margin: 5px; }
    #popupBar div.wcontainer {
      /*display: inline-block;*/ }
      #popupBar div.wcontainer input.smartDonationsNumericField.smartDonationsTextBoxDonationField.smartDonationsDonationBox.smartDonationsEditableItem {
        clear: both;
        margin: 0 auto;
        margin-left: 35% !important;
        margin-top: 5px; } }
  @media (max-width: 620px) {
    #popupBar span.smartDonationsTextBoxDonationField.smartDonationsCommentText.smartDonationsEditableItem {
      display: block;
      float: none !important;
      padding-right: 40px; } }
  @media (max-width: 535px) {
    #popupBar div.wcontainer input.smartDonationsNumericField.smartDonationsTextBoxDonationField.smartDonationsDonationBox.smartDonationsEditableItem {
      margin-left: 28% !important; } }
  #popupBar div.wcontainer {
    /*display: inline-block;*/ }
    #popupBar div.wcontainer span.smartDonationsTextBoxDonationField {
      float: left; }
    #popupBar div.wcontainer input {
      width: 100px;
      height: 25px;
      float: left;
      margin-bottom: 0; }
  #popupBar span#exitDonationBar {
    float: right; }

#popupBar.hideDonationBar {
  margin-top: -40px; }

/* 
Volunteer Bar
*/
#popupBar {
  position: relative;
  padding: 6px;
  background-color: #B1171E;
  text-align: center;
  transition: all .5s .5s ease-in-out;
  -webkit-transition: all .5s .5s ease-in-out; }
  #popupBar p {
    color: #fff;
    font-style: italic;
    padding: 2px 20px 0;
    margin: 0;
    transition: opacity .5s ease-in-out, margin .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out, margin .5s ease-in-out; }
    #popupBar p span {
      display: block;
      margin-bottom: 10px;
      padding: 0 10px; }
    #popupBar p a {
      display: inline-block;
      padding: 5px 20px;
      margin-left: 10px;
      text-decoration: none;
      color: #fff;
      background-color: #7f6f62;
      border-radius: 5px;
      border: 1px solid #9b7c5d;
      background: #7f6f62;
      /* Old browsers */
      background: -moz-linear-gradient(top, #7f6f62 2%, #7f6f62 49%, #554742 51%, #554742 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #7f6f62), color-stop(49%, #7f6f62), color-stop(51%, #554742), color-stop(100%, #554742));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #7f6f62 2%, #7f6f62 49%, #554742 51%, #554742 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #7f6f62 2%, #7f6f62 49%, #554742 51%, #554742 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #7f6f62 2%, #7f6f62 49%, #554742 51%, #554742 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #7f6f62 2%, #7f6f62 49%, #554742 51%, #554742 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6f62', endColorstr='#554742',GradientType=0 );
      /* IE6-9 */ }
    #popupBar p img {
      position: absolute;
      top: 6px;
      right: 0; }
  #popupBar img#exitPopupBar {
    float: right;
    width: 20px;
    margin: 10px 20px 0 0;
    position: absolute;
    top: 0;
    right: 0; }
  #popupBar img#exitPopupBar:hover {
    cursor: pointer; }

#popupBar.hidePopupBar {
  /*margin-top: -40px;
  padding-bottom: 46px;*/ }

#popupBar.hidePopupBar p, #popupBar.hidePopupBar div {
  opacity: 0;
  -webkit-transition: all .9s ease;
  transition: all .9s ease; }

.home .header {
  margin: -1px 0; }

.header {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%; }
  .header div#inner-header {
    max-width: 1680px;
    width: 100%;
    padding: 0 20px; }
    .header div#inner-header nav {
      display: block;
      max-width: 960px;
      margin: auto; }

div#menuButton {
  float: left;
  color: #fff;
  padding: 10px 10px;
  margin-left: 10px;
  position: relative;
  top: 10px;
  cursor: pointer; }

@media (max-width: 365px) {
  div#menuButton {
    margin-left: 0; } }
#logo {
  max-width: 200px;
  width: 100%;
  height: 62px;
  padding: 5px 20px;
  margin: auto;
  z-index: 0;
  float: none;
  padding-left: 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  #logo a {
    color: #fff;
    height: 100%;
    display: block; }
    #logo a img {
      width: 100%; }

@media (max-width: 345px) {
  #logo {
    float: left; } }
.socialMedia {
  display: none; }

.accessability {
  max-width: 960px;
  display: none;
  width: 92%;
  margin: 62px auto 0; }
  .accessability #lang_sel_list .lang_sel_sel {
    color: #B1171E; }
  .accessability #lang_sel_list .lang_sel_other {
    font-size: 1em; }
  .accessability #lang_sel_list ul a {
    font-size: 1em;
    font-family: 'cronos-pro', arial, helvetica, sans-serif; }
  .accessability ul#fontSwitcher {
    display: none; }

/* Breadcrumbs */
#breadcrumbs {
  list-style: none;
  overflow: hidden;
  margin: 15px 10px 6px 0;
  float: right; }
  #breadcrumbs li {
    float: left;
    margin-right: 15px; }
  #breadcrumbs .separator {
    margin-top: -4px;
    font-weight: 700;
    font-size: 20px;
    color: #999; }

@media (min-width: 1030px) {
  .search #main.d-5of7 {
    width: 66.228571%; } }

.page-search-wrapper .page-search.one-field {
  display: block; }

.page-search-wrapper .page-search.one-field div.field-wrapper {
  white-space: initial; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */ }
  .nav li {
    float: left;
    height: 64px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .nav li a {
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
    .nav li ul.children li a:hover,
    .nav li ul.children li a:focus {
      background-color: transparent;
      text-decoration: underline; }
    .nav li ul.sub-menu li:first-child, .nav li ul.sub-menu li:first-child a,
    .nav li ul.children li:first-child,
    .nav li ul.children li:first-child a {
      padding-left: 0; }
    .nav li ul.sub-menu li:last-child, .nav li ul.sub-menu li:last-child a,
    .nav li ul.children li:last-child,
    .nav li ul.children li:last-child a {
      padding-right: 0; }

/* end .nav */
footer .nav li {
  height: auto; }
  footer .nav li a:hover {
    color: #FF0000; }

ul.footer-nav {
  margin: 1em 0; }

@media (max-width: 380px) {
  ul.footer-nav li {
    width: 100%;
    text-align: center; }

  .footer .footer-nav li a {
    border: none; } }
.desktopNav, .header div#inner-header nav.desktopNav, .header div#inner-header nav.desktopNav {
  display: none; }

/*--------------------------------
	Mobile Nav(mmenu) Overrides
------------------------------*/
@media (max-width: 1030px) {
  #mm-mobile_menu .mm-panels > .mm-panel {
    padding-top: 119px; }

  #mm-mobile_menu .mm-panels > .mm-panel#mm-menu-mobile-french,
  #mm-mobile_menu .mm-panels > .mm-panel#mm-menu-mobile {
    padding-top: 138px; }

  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
    tap-highlight-color: transparent !important; }

  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    tap-highlight-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected a,
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected span {
      color: #fff; }

  div#mm-menu-mobile-french .mm-navbar,
  div#mm-menu-mobile .mm-navbar {
    display: none; }

  .mm-btn.mm-prev {
    float: left;
    position: relative;
    padding-top: 37px;
    margin-left: -60px; }

  .mm-btn.mm-prev + a.mm-title {
    margin-left: -10px;
    padding: 15px 0; }

  .mm-menu.mm-theme-dark .mm-navbar a.mm-title {
    text-align: left;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6); }

  .mm-panel .mm-navbar {
    position: static;
    margin-bottom: 30px;
    border: none; }

  nav#mm-mobile_menu {
    background-color: #4C4140; }

  nav#mm-mobile_menu li {
    float: none;
    height: auto;
    padding: 5px 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px dotted #928C86 !important; }
    nav#mm-mobile_menu li a {
      outline: none; }
    nav#mm-mobile_menu li a:after {
      border-bottom: none; }
    nav#mm-mobile_menu li:hover, nav#mm-mobile_menu li:hover a, nav#mm-mobile_menu li a:hover {
      color: #fff; }

  .mm-listview .mm-next:before {
    border-left: 1px dotted #928C86 !important; } }
.mm-listview > li:not(.mm-divider):after {
  border: none !important; }

html.mm-opened .mm-page.mm-slideout {
  height: 1px;
  overflow: hidden; }

.overlayblack-wrap {
  width: 100%;
  height: 100%;
  left: 0 !important;
  top: 0 !important; }
  .overlayblack-wrap .tp-loop-wrap {
    width: 100%;
    height: 100%; }
  .overlayblack-wrap .tp-mask-wrap {
    width: 100% !important;
    height: 100% !important; }

#mm-mobile_menu,
#mobile_menu {
  /* right arrow styling */ }
  #mm-mobile_menu li,
  #mobile_menu li {
    float: none; }
  #mm-mobile_menu a.mm-subopened + a, #mm-mobile_menu a.mm-subopened + span,
  #mm-mobile_menu a.mm-subopen + a, #mm-mobile_menu a.mm-subopen + span,
  #mobile_menu a.mm-subopened + a,
  #mobile_menu a.mm-subopened + span,
  #mobile_menu a.mm-subopen + a,
  #mobile_menu a.mm-subopen + span {
    margin-right: 55px; }
  #mm-mobile_menu li a.mm-subclose,
  #mobile_menu li a.mm-subclose {
    text-indent: 0;
    padding-left: 40px; }
  #mm-mobile_menu a.mm-subopened,
  #mm-mobile_menu a.mm-subopen,
  #mobile_menu a.mm-subopened,
  #mobile_menu a.mm-subopen {
    width: 55px; }
  #mm-mobile_menu a.mm-subopened.mm-fullsubopen,
  #mm-mobile_menu a.mm-subopen.mm-fullsubopen,
  #mobile_menu a.mm-subopened.mm-fullsubopen,
  #mobile_menu a.mm-subopen.mm-fullsubopen {
    width: 100%; }
  #mm-mobile_menu a.mm-subopened:before,
  #mm-mobile_menu a.mm-subopen:before,
  #mobile_menu a.mm-subopened:before,
  #mobile_menu a.mm-subopen:before {
    opacity: 0;
    visibility: hidden; }
  #mm-mobile_menu a.mm-subopened:after,
  #mm-mobile_menu a.mm-subopen:after,
  #mobile_menu a.mm-subopened:after,
  #mobile_menu a.mm-subopen:after {
    right: 25px; }

ul.mm-list > li > a, .mm-list > li > span {
  white-space: normal; }

nav#mm-mobile_menu,
nav#mobile_menu {
  background-color: #4C4140; }
  nav#mm-mobile_menu.mm-opened,
  nav#mobile_menu.mm-opened {
    display: block !important; }
  nav#mm-mobile_menu a:hover,
  nav#mobile_menu a:hover {
    color: inherit; }
  nav#mm-mobile_menu .mm-custom-search,
  nav#mobile_menu .mm-custom-search {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 5px 0;
    background-color: #4c4140; }
  nav#mm-mobile_menu form#mobileSearchbar,
  nav#mobile_menu form#mobileSearchbar {
    width: 80%;
    margin: 0 5% 0 auto; }
  nav#mm-mobile_menu label.search-submit,
  nav#mobile_menu label.search-submit {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -1px;
    margin-left: -40px;
    background-image: url(/wp-content/themes/ufg/library/images/search-white-32.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    cursor: pointer; }
    nav#mm-mobile_menu label.search-submit input,
    nav#mobile_menu label.search-submit input {
      height: 1px;
      width: 1px;
      padding: 0;
      position: absolute;
      left: -999px; }
  nav#mm-mobile_menu span.screen-reader-text,
  nav#mobile_menu span.screen-reader-text {
    display: none; }
  nav#mm-mobile_menu input.search-field,
  nav#mobile_menu input.search-field {
    border-radius: 20px;
    width: 100%;
    margin: 20px auto; }
  nav#mm-mobile_menu ul.sub-menu li:first-of-type,
  nav#mobile_menu ul.sub-menu li:first-of-type {
    border-top: none; }
  nav#mm-mobile_menu ul#mm-0 li:first-of-type a,
  nav#mobile_menu ul#mm-0 li:first-of-type a {
    background-color: rgba(0, 0, 0, 0.1); }
  nav#mm-mobile_menu li.current_page_item a, nav#mm-mobile_menu li.mm-selected,
  nav#mobile_menu li.current_page_item a,
  nav#mobile_menu li.mm-selected {
    background-color: rgba(255, 255, 255, 0.1); }
  nav#mm-mobile_menu .mm-list > li > a.mm-subclose,
  nav#mobile_menu .mm-list > li > a.mm-subclose {
    color: inherit; }
  nav#mm-mobile_menu ul.mm-panel,
  nav#mobile_menu ul.mm-panel {
    padding-top: 0;
    height: 84%;
    top: 16%;
    top: 165px; }

li.mm-subtitle {
  border-top: 1px dotted #928C86;
  border-bottom: 1px dotted #928C86; }

.mm-list a.mm-subclosed,
.mm-list a.mm-subclose {
  margin-top: 0px !important; }

.mm-list a.mm-subclosed:before,
.mm-list a.mm-subclose:before {
  margin-bottom: -3px !important; }

/* mobile nav arrow */
.mm-list a.mm-subopened:before,
.mm-list a.mm-subopen:before {
  border-left: 1px dotted #928C86 !important; }

.mm-menu .mm-list > li > a:not(.mm-subopened), .mm-menu .mm-list > li > span,
.mm-menu .mm-list > li > a:not(.mm-subopen), .mm-menu .mm-list > li > span {
  padding: 20px;
  font-size: 1.15em;
  text-transform: uppercase; }

@media (max-width: 360px) {
  .mm-menu .mm-list > li > a:not(.mm-subopened), .mm-menu .mm-list > li > span,
  .mm-menu .mm-list > li > a:not(.mm-subopen), .mm-menu .mm-list > li > span {
    font-size: 1em; } }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0 !important;
  border-bottom: 1px dotted #928C86 !important; }

.mm-menu .mm-list > li > a:focus, .mm-menu .mm-list > li > span:focus {
  color: inherit;
  outline: none; }

/* ==========================
 Rev Slider 
========================== */
/* Home Slider */
.mm-slideout .rev_slider_wrapper {
  left: 0 !important; }

@media (max-width: 480px) {
  .tp-parallax-wrap,
  .tp-loop-wrap,
  .tp-mask-wrap,
  .ufgtext {
    width: 100% !important;
    margin: auto !important; }

  .ufgtext-left {
    margin: -10px 0 0 5px !important; }
    .ufgtext-left h2 {
      text-align: left !important; }
    .ufgtext-left div {
      line-height: 1.25em !important; }

  .tp-caption h2 {
    font-size: 2em !important;
    line-height: 1.2em !important;
    margin-top: 30px !important;
    text-align: center; }

  .tp-caption p {
    display: none; }

  .tp-caption div {
    text-align: center;
    font-size: 1.8em !important; }

  .ufgtext .dinner-event-register {
    min-width: 150px;
    margin-top: 30px !important; }

  .ufgtext div span.rightArrow {
    width: 25px;
    height: 25px;
    background-size: 100%;
    margin: 0 0 0 5px !important; }

  .tp-rightarrow.default, .tp-leftarrow.default {
    top: 55% !important; }

  .custom-slider-text-0 {
    margin-top: -25px !important;
    margin-left: 10px !important; }
    .custom-slider-text-0 h2 {
      text-align: left !important; }
    .custom-slider-text-0 div {
      line-height: 22px !important; } }
@media (max-width: 380px) {
  .custom-slider-text-0 {
    margin-top: -40px !important; }

  .fr-FR .custom-slider-text-0 div {
    width: 200px; } }
@media (max-width: 330px) {
  .custom-slider-text-0 {
    margin-top: -40px !important; }
    .custom-slider-text-0 div {
      line-height: 14px !important; } }
.slotholder {
  background-color: #000; }

/* overlay to darken images for legiablity in revslider */
.tp-revslider-mainul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.overlayblack {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0 !important; }

div.rev_slider_wrapper {
  overflow: hidden !important; }

.custom-slider-text-0 div {
  line-height: 22px !important; }

ul.tp-revslider-mainul {
  overflow: visible !important; }

.ufgtext p {
  font-family: 'cronos-pro', arial, helvetica, sans-serif; }

.ufgtext div {
  font-style: italic; }
  .ufgtext div span.rightArrow {
    width: 28px;
    height: 28px;
    background-size: 28px;
    margin: 0 0 0 5px !important; }

@media (max-width: 590px) {
  .tp-caption.tp-fade.tp-resizeme {
    border: none; } }
/*********************
POSTS & CONTENT STYLES
*********************/
.home #main > article {
  margin-top: 20px; }

#main > article {
  margin-top: 30px; }

#main > article div.bx-wrapper:first-of-type {
  margin-top: -10px; }

/* defualt page header */
.single header.article-header {
  text-align: center; }

.article-header img {
  width: 100%; }

#content {
  margin-top: 70px; }

.home #content {
  margin-top: 0; }

img.attachment-large {
  width: 100%; }

.hentry {
  /*background-color: $white;*/ }
  .hentry header h3 a {
    color: #574741; }
  .hentry header h3 a:hover {
    color: #574741;
    text-decoration: underline; }
  .hentry footer {
    padding: 1.5em; }
    .hentry footer p {
      margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  font-size: 1.8em;
  margin: 20px 0;
  clear: both;
  text-align: center; }

/* post meta */
.byline {
  color: #ABA491;
  font-style: italic;
  margin: 0; }

.single .byline {
  /*margin-bottom: 20px;*/ }

/* entry content */
.entry-content {
  clear: both;
  /* for byline/article header */
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content p {
    margin: 0 0 1.5em; }
  .entry-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #ABA491;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content iframe {
    width: 100%; }
  .entry-content tr {
    border-bottom: 1px solid #eaedf2; }
    .entry-content tr:nth-child(even) {
      background-color: #f8f9fa; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    clear: both;
    margin: 1em 0;
    padding: 20px;
    font-style: italic;
    color: #ABA491;
    border-top: 2px solid #BEB7A6;
    border-bottom: 2px solid #BEB7A6; }
    .entry-content blockquote p {
      margin: 1.5em 2em;
      font-size: 1.2em; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    float: left;
    margin: 5px 30px 10px 0px; }
  .entry-content img.alignright, .entry-content .wp-caption.alignright {
    float: right;
    margin: 5px 0px 10px 30px; }
  .entry-content img.alignleft.wp-image-23569 {
    max-width: 300px; }
  @media (max-width: 680px) {
    .entry-content img.alignleft.wp-image-23569 {
      float: none;
      margin: auto; } }
  .entry-content img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
  .entry-content .featuredImg img {
    padding-bottom: 20px; }
  .entry-content img.attachment-featuredImage {
    width: 100%;
    margin: 18px 0; }
  .entry-content .wp-caption {
    background-color: transparent;
    padding: 0;
    margin: 10px auto 20px; }
    .entry-content .wp-caption img {
      margin: 0; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
.tags {
  margin: 0; }

/* ufg blog */
article.post {
  border-bottom: 1px dotted;
  margin-bottom: 20px; }

a.excerpt-read-more {
  padding: 0 10px;
  margin-top: 10px;
  font-size: .9em;
  line-height: 1.5em;
  display: inline-block;
  color: #fff; }

article.post:last-of-type {
  border-bottom: none; }

.post-title {
  clear: both;
  text-align: left;
  font-size: 1.4em;
  margin-top: 0; }
  .post-title a, .post-title a:hover, .post-title a:link, .post-title a:visited, .post-title a:focus {
    color: #574741; }
  .post-title a:hover {
    text-decoration: underline; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-family: 'skolar', serif;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #DB1919; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      text-decoration: underline; }
  .pagination .current {
    cursor: default;
    color: #574741; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #574741; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
.comments-wrap {
  border-top: 1px dotted;
  margin-top: 40px; }

/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa; }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment article {
    border-bottom: 1px dotted #574741;
    padding-bottom: 20px; }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal;
      font-family: 'skolar', serif;
      font-size: 1.1em; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #ABA491;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      width: auto;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0; }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }

/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em 60px;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: left;
  margin-top: -10px;
  margin-left: 60px; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }

#reply-title {
  margin: 0;
  font-size: 1.75em; }

.logged-in-as {
  color: #ABA491;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #574741; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

#commentform textarea, #commentform input:not(.submit) {
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #574741; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  margin-top: 20px; }

#home-sidebar {
  padding-right: 0;
  margin-top: 2%; }

#page-sidebar {
  display: none; }

.widget {
  font-size: 1em;
  background-color: #d8d4ca;
  padding: 15px 15px; }
  .widget ul li {
    padding: 3px 0; }
  .widget .dpe-flexible-posts li {
    line-height: 1.2em; }

h4.widgettitle {
  margin: 0px 0 10px 0;
  font-size: 1.4em; }

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

.forEducators .textwidget {
  width: 33%;
  float: left; }

@media (min-width: 768px) {
  .widget.widget-no-padding-top {
    border-top: 1px dotted; } }
@media (max-width: 480px) {
  .widget.widget-no-padding-top {
    border-top: 1px dotted; } }
@media (max-width: 767px) and (min-width: 481px) {
  .page-template-page-front .widget.widget-canadaLogo {
    float: left; } }
/* Multi Language Links, addThis social media,  */
div#mlp_widget-2, div#addthis-widget-2 {
  background-color: transparent;
  padding: 0;
  margin: 2.2em 0; }

/* Newsletter Form */
.page-id-2720 .mymail-wrapper.mymail-submit-wrapper.form-submit input.submit-button.button {
  width: 190px;
  float: left; }

.mymail-widget-text.mymail-widget-text-before {
  margin: 15px 0; }

.mymail-form {
  margin-bottom: 10px; }

.mymail-form .submit-button {
  width: 140px;
  padding: 8px 10px;
  margin: auto;
  display: block;
  font-weight: bold;
  font-size: 1.2em; }

.mymail-form .submit-button:active {
  margin: auto; }

.sidebar .bookTourGuide {
  background-color: #554742; }
  .sidebar .bookTourGuide a {
    color: #fff;
    text-decoration: none;
    display: inline-block; }

div.widget_mymail_signup .mymail-widget-text.mymail-widget-text-before {
  width: 100%; }
div.widget_mymail_signup h4.show.widgettitle {
  display: block; }
div.widget_mymail_signup .mymail-widget-text.mymail-widget-text-before {
  margin-top: 0; }

.FoUFG p span, .page-template-page-contact p.foufg span {
  display: block; }
  .FoUFG p span span.FoUFG-phone, .FoUFG p span span.FoUFG-mail, .page-template-page-contact p.foufg span span.FoUFG-phone, .page-template-page-contact p.foufg span span.FoUFG-mail {
    display: inline-block;
    min-width: 100px; }
  .FoUFG p span span.FoUFG-zip, .page-template-page-contact p.foufg span span.FoUFG-zip {
    display: inline-block;
    min-width: 55px; }
  .FoUFG p span span.bull, .page-template-page-contact p.foufg span span.bull {
    display: inline; }

@media (max-width: 400px) {
  .page-template-page-contact p.foufg span span.bull {
    display: none; }

  .FoUFG p span span.bull {
    display: none; } }
@media (max-width: 620px) {
  .FoUFG {
    float: left;
    width: 100%;
    margin-top: 20px; }
    .FoUFG img {
      max-width: 190px;
      width: 35%;
      margin-right: 5%; }
    .FoUFG h3 {
      float: left;
      width: 60%;
      margin-top: 0;
      margin-bottom: 0; }
    .FoUFG p {
      float: left;
      width: 60%; }

  .front-footer div.bookEvent {
    float: right;
    width: 60%;
    margin-top: 6px; }

  .bookEvent h3 {
    margin: 10px 0; }
  .bookEvent button {
    margin: 10px 0; } }
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  padding-bottom: 20px; }
  .footer div#inner-footer {
    border-top: 2px dotted #F0DFD8; }
  .footer p.source-org.copyright {
    float: left;
    margin-right: 0.3em; }

.footer-nav {
  float: left; }
  .footer-nav li a {
    margin: 1.2em 0;
    padding: 0 .3em;
    border-left: 2px solid #574741;
    /*#*/
    line-height: 1em;
    color: #DB1919;
    text-decoration: none; }
    .footer-nav li a:hover {
      background-color: transparent;
      text-decoration: underline; }
  .footer-nav li:hover a {
    background-color: transparent; }

.single footer.article-footer {
  padding: 1em 0; }

footer.article-footer {
  width: 100%;
  display: inline-block;
  padding: 5px 0 5px; }
  footer.article-footer .tags {
    float: left;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 20px; }
  footer.article-footer .sharing {
    width: 50%;
    margin: auto;
    float: none;
    clear: both;
    text-align: center; }
    footer.article-footer .sharing p {
      display: none; }
    footer.article-footer .sharing .mr_social_sharing_wrapper {
      width: auto;
      display: inline-block; }
    footer.article-footer .sharing span.mr_social_sharing img, footer.article-footer .sharing .mr_social_sharing_top img {
      width: 25px; }

.govLogo {
  width: 140px;
  margin: 1.2em 0;
  float: right; }

.canadaGovLogo {
  width: 106px;
  margin: 1.2em 20px;
  float: right; }

img.canadaGovLogo-sidebar {
  max-width: 50%;
  padding: .5em 0 1.2em;
  display: block; }

/************************
 Miscellaneous / Other / Plugins
**************************/
/* addThis button */
/*.shareThis_wrap {
	margin-top: -5px;
	padding-bottom: 10px;
}

.addthis_button img {
	margin-bottom: 0;
}*/
/* add this ads */
/*#at_pspromo {
	display: none!important;
}*/
/* hide unnecessary share button on home page */
/*.home .entry-content .addthis_button, .home .entry-content .addthis_button_compact {
	display: none;
	visibility: hidden;
}*/
/*--------------------
 Footnotes plugin
---------------------- */
.footnote_plugin_tooltip_text {
  color: #B1171E; }

.footnote_plugin_tooltip_text:hover {
  color: #DB1919; }

/*----------------------------
social sharring toolkit plugin
--------------------------- */
/* hide unnecessary share button on home page */
.home .entry-content .mr_social_sharing_wrapper {
  display: none; }

.page-id-22 div#mr-social-sharing-toolkit-widget-2 {
  background-color: transparent; }

div.MR_Social_Sharing_Toolkit_Widget {
  background-color: transparent;
  padding: 20px 0; }
  div.MR_Social_Sharing_Toolkit_Widget .mr_social_sharing_wrapper {
    margin-top: 6px !important; }
  div.MR_Social_Sharing_Toolkit_Widget .widgettitle {
    width: 50%;
    margin: 3px 0 10px 0;
    line-height: 1.1em;
    font-size: 1.2em;
    font-weight: normal;
    float: left; }

@media (max-width: 1030px) {
  div.MR_Social_Sharing_Toolkit_Widget h4.widgettitle {
    width: 100%; } }
/*----------------------
 Social Media plgunin
-------------------------*/
span.mr_social_sharing img, .mr_social_sharing_top img {
  max-width: 32px;
  padding: 3px !important; }

/*-----------------------------
 language converter link
 ------------------------------ */
.mm-slideout #lang_sel_list {
  display: none; }

.mm-menu #lang_sel_list a {
  font-size: 1em; }

#lang_sel_list a {
  font-family: 'cronos-pro', arial, helvetica, sans-serif; }

.lang_sel_list_wrap {
  width: 100%;
  padding-top: 86px;
  z-index: 1;
  position: relative; }
  .lang_sel_list_wrap li {
    background-color: #4c4140; }

.lang_sel_list_wrap-desktop {
  display: none;
  visibility: hidden; }

.mm-menu .lang_sel_list_wrap a {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.6) !important;
  padding: 17px 20px !important;
  font-size: .875em;
  text-transform: uppercase;
  border-bottom: 1px dotted #928C86; }

.en-US li.icl-en {
  display: none; }

.fr-FR li.icl-fr {
  display: none; }

/*--------------
Donation plugin 
---------------*/
/* Donation Wall */
.widget-wrapper h3.widgettitle {
  border-bottom: 1px solid;
  padding-bottom: 15px; }

.donation-wall h3.widgettitle {
  width: 100%; }

.page-template-page-donation .widget {
  border: none;
  width: 50%;
  margin: 0 auto; }

.smartdonationsWallCounter {
  display: none; }

/* donation wall social media share */
.donationWallShare {
  width: 300px;
  margin: 0 auto; }

.donationWallShare h3.widgettitle {
  width: 50%;
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  line-height: 1.2em;
  text-align: left; }

.donationWallShare .mr_social_sharing_wrapper {
  width: auto;
  display: inline-block;
  margin-top: 0;
  vertical-align: sub; }

span.mr_social_sharing, span.mr_social_sharing_top {
  margin-top: 0; }

form.donationForm img {
  width: auto; }

/* Forms */
div.smartDonationsDonationGeneratedItem {
  max-width: 480px;
  margin: auto; }

form#redNaoElementlist {
  width: auto !important;
  padding: 20px 60px 0 !important; }
  form#redNaoElementlist select.redNaoSelect {
    line-height: 1em !important;
    padding: 4px 25px 4px 5px !important;
    background-color: #fff;
    min-width: 50%;
    width: 100% !important; }
  form#redNaoElementlist label.rednao_control_label {
    float: none !important; }
  form#redNaoElementlist textarea.redNaoTextArea {
    max-width: 100%;
    width: 100% !important;
    padding: 5px 10px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; }
  form#redNaoElementlist input.redNaoInputText {
    max-width: 100%;
    width: 100% !important;
    padding: 15px 10px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; }
  form#redNaoElementlist .redNaoControls {
    margin-left: 0 !important; }

input.smartDonationsDonationButton.smartDonationsEditableItem {
  margin: auto;
  display: block; }

.smartDonationsDonationGeneratedItem {
  text-align: left !important; }

/* donation amount */
.rednaodonationamount input.redNaoInputText {
  text-align: left !important; }

/* make anonymous donation */
div.smartDonationsDonationGeneratedItem form#redNaoElementlist.donationForm.formelements div.rednaoanonymousdonation label.rednao_control_label {
  float: left !important;
  width: auto !important;
  text-align: left !important;
  padding-top: 0 !important;
  padding-right: 10px; }

.rednaoanonymousdonation label.redNaoCheckBox {
  padding-top: 5px !important;
  padding-right: 0 !important; }

.redNaoValidationMessage {
  opacity: 0; }

@media (max-width: 348px) {
  div.smartDonationsDonationGeneratedItem form#redNaoElementlist.donationForm.formelements div.rednaoanonymousdonation label.rednao_control_label {
    width: 60% !important; }

  .rednaoanonymousdonation label.redNaoCheckBox {
    margin-top: 13px;
    margin-left: 10px; } }
/* custom tile thing */
h3.tileTitle {
  text-align: center;
  border-top: 1px solid #e7ddda;
  border-bottom: 1px solid #e7ddda;
  padding: 20px 0; }

.tileContentWrap {
  position: relative;
  height: 680px;
  color: #E8D5C2;
  background-color: #584642; }
  .tileContentWrap nav {
    float: left;
    width: 33%;
    height: 100%;
    padding: 20px;
    color: #584842;
    background-color: #C5B79F;
    position: absolute;
    left: 0; }
  .tileContentWrap .tileContent {
    width: 67%;
    padding: 20px;
    position: absolute;
    right: 0;
    background-color: #584642; }
    .tileContentWrap .tileContent .tileImg {
      max-height: 300px;
      overflow: hidden; }

span.expandArrow {
  margin: 0px 0px 0px -25px;
  padding: 10px;
  background-image: url(/wp-content/themes/ufg/library/images/expandArrow.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 50%;
  float: left;
  cursor: pointer;
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.open span.expandArrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

#inner-content ul.menu > li > a.hasExpandArrow:before {
  display: none; }

.page-template-page-contact #inner-content .featuredImg img {
  padding-top: 0; }

#inner-content .featuredImg {
  width: 100%; }
  #inner-content .featuredImg img {
    padding-top: 10px;
    width: 100%; }

/* Planning Your Visit */
.page-template-page-planning-visit #mapWrapper {
  height: 100%;
  position: relative;
  min-height: 400px; }
.page-template-page-planning-visit .mapPanels {
  position: relative;
  height: 100%; }
.page-template-page-planning-visit .mapInfoPanel {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  overflow: scroll;
  background: #eee;
  padding: 20px;
  width: 100%;
  opacity: 0.8; }
.page-template-page-planning-visit .mapTabs {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px; }
  .page-template-page-planning-visit .mapTabs .tab {
    width: 50%;
    display: table-cell; }

.tp-bullets.hesperiden .tp-bullet {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 3px solid rgba(0, 0, 0, 0.3); }
.tp-bullets.hesperiden .tp-bullet.selected {
  background: #A60807;
  border: 3px solid rgba(0, 0, 0, 0.5);
  background: rgba(166, 8, 7, 0.8); }

/* Home page -book your event widget */
.widget-callout {
  background: #554742;
  color: #fff; }
  .widget-callout h4 {
    color: #fff;
    margin-bottom: 10px; }
  .widget-callout a {
    color: #fff; }
  .widget-callout a:visited {
    color: #ddd; }
  .widget-callout a:visited:hover {
    color: #ddd; }
  .widget-callout p {
    margin-top: 0px;
    margin-bottom: 0px; }

.mymail-form .mymail-form-info p {
  margin-bottom: 0px;
  margin-top: 0px; }

.downloadApp {
  display: inline-block;
  margin-right: 20px;
  max-width: 200px; }

.downloadApp.ufg-app {
  float: right;
  clear: both;
  margin-left: 60px; }

@media (max-width: 680px) {
  .downloadApp.ufg-app {
    float: none;
    margin-left: 0; }

  .downloadApp.ufg-app + strong {
    display: block; } }
@media (max-width: 768px) {
  .downloadApp {
    width: 48%;
    margin-right: 1%; } }
/* Goofy height of text boxes hides content */
.redNaoInputText {
  height: auto !important; }

form#redNaoElementlist input.redNaoInputText {
  padding: 10px !important; }

.smartDonationsDonationGeneratedItem {
  padding: 0px !important; }
  .smartDonationsDonationGeneratedItem form#redNaoElementlist {
    padding: 0px !important;
    margin: 0px  !important; }

.side-banner {
  background: none;
  padding: 0px; }
  .side-banner img {
    width: 100%; }
  .side-banner a {
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 0px; }

/* Chairmans Message */
.chairMessage p {
  clear: both;
  margin-top: 10px; }
.chairMessage img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
  border: 1px solid #999;
  padding: 5px; }

/* Wall Guide page template */
iframe.frame-wall-guide {
  height: 360px;
  margin-top: 10px;
  border: 1px solid; }

.page-template-page-wall .article-header h1 {
  margin-top: 15px;
  margin-bottom: 25px; }
.page-template-page-wall .article-header img {
  width: 50px;
  margin-bottom: -15px; }
.page-template-page-wall .article-header span {
  display: inline-block;
  margin-bottom: -10px; }

.page-template-page-wall .mll-logo-full-wrap {
  text-align: center; }

.page-template-page-wall img.mll-logo-full {
  width: 200px;
  display: inline-block; }

.page-template-page-wall img.mll-logo {
  display: inline-block;
  width: 50px;
  margin-bottom: -15px; }

/*
	Captcha
*/
.mymail-wrapper.mymail-_coolcaptcha-wrapper img {
  margin-top: 5px; }

.flag-img {
  padding-bottom: 20px; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  Header STYLES
  *********************/
  .accessability {
    min-height: 40px; }

  #logo {
    padding: 0 15px 0 0; }

  .socialMedia {
    display: block;
    float: right;
    margin-top: -47px;
    margin-right: 10px; }
    .socialMedia li {
      display: inline-block;
      padding: 0 5px; }
      .socialMedia li img {
        max-width: 30px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }

  .single-title,
  .page-title,
  .entry-title {
    font-size: 2.2em;
    margin: 20px 0;
    clear: both; }

  /*********************
  NAVIGATION STYLES
  *********************/
  nav#mobile_menu form#mobileSearchbar {
    margin: 0 auto; }

  /*********************
  SIDEBAR STYLES
  *********************/
  #home-sidebar {
    margin-top: 0;
    display: block; } }
@media only screen and (min-width: 481px) and (max-width: 767px) and (max-width: 767px) {
  /*.widget {
  	width: 46.5%;
  	margin: 3% 1.5% 0;
  }*/
  #home-sidebar {
    width: 100%;
    margin-left: 0%; }

  .widget {
    width: 100%;
    float: left;
    margin: 3% 4% 0 0; }

  div.widget_mymail_signup {
    margin-left: 0;
    margin-right: 0; }
    div.widget_mymail_signup .mymail-widget-text.mymail-widget-text-before {
      float: left;
      margin-top: 0; }
    div.widget_mymail_signup form.mymail-form {
      width: 48%;
      float: right; }

  .page-template-page-front .widget {
    width: 48%; }
  .page-template-page-front .widget-callout {
    margin: 3% 0 0; }
  .page-template-page-front .mymail-form-widget-wrap {
    width: 48%;
    float: right; }
  .page-template-page-front div.widget_mymail_signup form.mymail-form {
    float: none;
    width: 100%; }
  .page-template-page-front div.mymail-text {
    float: right;
    margin-bottom: -20px; }
    .page-template-page-front div.mymail-text h4.show.widgettitle {
      margin-bottom: 0; }
  .page-template-page-front .widget-canadaLogo {
    float: right; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  div#dpe_fp_widget-5 {
    clear: left; } }
@media only screen and (min-width: 481px) and (max-width: 767px) and (max-width: 530px) {
  .mymail-wrapper.mymail-_coolcaptcha-wrapper img {
    width: 100% !important;
    height: auto !important; } }
@media only screen and (min-width: 481px) and (max-width: 767px) and (max-width: 767px) {
  .page-template-page-donation .smartDonationsWallTable tr {
    width: 70%;
    padding: 0px;
    margin: 0 auto;
    display: block; }
  .page-template-page-donation .smartDonationsWallTable td {
    width: 50%;
    display: inline-block; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* Home Content */ }
@media only screen and (min-width: 481px) and (max-width: 767px) and (max-width: 768px) and (min-width: 600px) {
  .latestContent {
    display: inline-block;
    width: 48%;
    vertical-align: top; }

  .latestContent:first-of-type {
    margin-right: 5px; }

  .latestEvents {
    margin-right: 3%; }

  .latestEvents.is-no-events {
    width: 28%; }

  .latestBlogs.is-no-events {
    width: 68%; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  footer.article-footer .tags {
    max-width: 60%; }
  footer.article-footer .sharing {
    float: right;
    width: auto;
    padding-top: 0;
    clear: none; }
    footer.article-footer .sharing p {
      display: inline-block;
      margin: 7px 5px 0 0;
      vertical-align: top; } }
@media only screen and (min-width: 481px) and (max-width: 767px) and (max-width: 550px) {
  footer.article-footer .tags {
    max-width: 100%; }
  footer.article-footer .sharing {
    width: 50%;
    margin: auto;
    float: none;
    clear: both; }
    footer.article-footer .sharing p {
      display: none; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  /*********************
  FOOTER STYLES
  *********************/
  .bookEvent {
    margin-bottom: 20px; } }
@media only screen and (min-width: 481px) and (max-width: 767px) and (max-width: 767px) and (min-width: 620px) {
  .FoUFG {
    float: left;
    width: 70%;
    margin-top: 20px; }
    .FoUFG img {
      max-width: 180px;
      width: 37%;
      margin-right: 2%;
      /*width: 37%;*/
      /*margin-left: 7%;*/ }
    .FoUFG h3 {
      float: left;
      width: 60%;
      margin-top: 0;
      margin-bottom: 0; }
    .FoUFG p {
      float: left;
      width: 60%; }
      .FoUFG p span {
        display: inline-block; }
      .FoUFG p span.FoUFG-phone, .FoUFG p span.FoUFG-mail {
        display: inline; }

  .front-footer div.bookEvent {
    float: right;
    width: 30%;
    margin-top: 6px; }

  .bookEvent h3 {
    margin: 10px 0; }
  .bookEvent button {
    margin: 10px 0; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .govLogo {
    margin: .5em 0 1.2em; }

  /* end .footer-links */
  .ufgtext {
    margin-left: 7% !important; }

  .ufgimg.canadaLogo {
    margin-left: 40% !important; } }
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  .home .header {
    margin-bottom: -62px;
    background-color: rgba(0, 0, 0, 0.5); }
  .home .front-footer {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid gainsboro;
    /*#*/ }
    .home .front-footer .FoUFG img {
      float: left;
      width: 25%;
      margin-top: -5px;
      margin-right: 3%; }
    .home .front-footer .FoUFG h3 {
      margin: 0; }
    .home .front-footer .FoUFG p {
      float: left;
      width: 72%; }
    .home .front-footer .bookEvent {
      padding-left: 3%;
      border-left: 1px solid gainsboro;
      /*#*/ }
      .home .front-footer .bookEvent h3 {
        margin: 0;
        line-height: 1em; }

  /* Large font styling */
  .home.largeFont {
    /* Header (top) */
    /* Header (scrolledDown) */ }
    .home.largeFont .header {
      margin-bottom: -66px; }
      .home.largeFont .header #logo {
        margin-top: -5px; }
        .home.largeFont .header #logo a img {
          width: 106%; }
    .home.largeFont header.fixedNav .nav li a {
      padding: 8px 30px; }

  /* X large font styling */
  .home.XlargeFont {
    /* Header (top) */
    /* Header (scrolledDown) */ }
    .home.XlargeFont .header {
      margin-bottom: -75px;
      /*line-height: 1.2em;*/ }
      .home.XlargeFont .header #logo {
        margin-top: -5px; }
        .home.XlargeFont .header #logo a img {
          width: 120%; }
    .home.XlargeFont header.fixedNav .nav li {
      height: 62px; }
      .home.XlargeFont header.fixedNav .nav li a {
        padding: 13px 30px; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap, .lang_sel_list_wrap {
    max-width: 760px; }

  .packery {
    margin: 0 auto; }

  /*********************
  HEADER STYLES
  *********************/
  /* Donation Bar */
  #popupBar p span {
    display: inline;
    margin-bottom: 0; }
  #popupBar p a {
    display: inline; }

  .single-title,
  .page-title,
  .entry-title {
    font-size: 2.2em; }

  .post-title {
    font-size: 1.5em; }

  header.article-header {
    /*margin-bottom: 50px;*/ }

  /*.blog header.article-header {
  	margin-bottom: 0;
  }
  */
  .home .accessability {
    display: none;
    margin-top: 0; }

  .accessability {
    display: block;
    max-width: 760px;
    margin: 50px auto 0;
    opacity: 0; }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* language switcher */
  .mlp_language_box {
    left: 25px; }

  .nav {
    border: 0;
    /* end .menu ul li */ }
    .nav ul {
      margin-top: 0; }
    .nav li {
      /*
      plan your menus and drop-downs wisely.
      */ }
      .nav li a {
        border-bottom: 0;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
        .nav li a:hover, .nav li a:focus {
          color: #fff; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        overflow: hidden;
        visibility: hidden; }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 0; }

  .widgettitle {
    margin-bottom: 0.75em; }

  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }

  /* Newsletter Signup before text */
  div.widget_mymail_signup, .widget {
    border-bottom: 1px dotted; }

  #home-sidebar {
    padding-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1030px) {
  /* Home Slider */
  .tp-caption.ufgtext, .ufgtext {
    /*left: 0%!important;
    margin-left: 10%!important;*/ } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-donation div.sidebar {
    display: block;
    width: 100%; }
  .page-template-page-donation div#main.d-5of7 {
    width: 100%;
    padding-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1029px) {
  .page-template-page-donation .smartDonationsWallTable tr {
    width: 50%;
    padding: 0px;
    margin: 0 auto;
    display: block; }
  .page-template-page-donation .smartDonationsWallTable td {
    width: 50%;
    display: inline-block; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*********************
  Content STYLES
  *********************/
  #content {
    margin-top: 1.5em; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */
  .ufgtext {
    margin-left: 15% !important; }

  .ufgimg.canadaLogo {
    margin-left: 92% !important; }

  /* Chairmans Message */
  .chairMessage p {
    clear: both;
    margin-top: 10px; }
  .chairMessage img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0px;
    margin-left: 20px;
    float: right; } }
@media only screen and (width: 1024px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  .home .header {
    margin-bottom: -62px;
    background-color: rgba(0, 0, 0, 0.5); }
  .home .front-footer {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid gainsboro;
    /*#*/ }
    .home .front-footer .FoUFG img {
      float: left;
      width: 25%;
      margin-top: -5px;
      margin-right: 3%; }
    .home .front-footer .FoUFG h3 {
      margin: 0; }
    .home .front-footer .FoUFG p {
      float: left;
      width: 72%; }
    .home .front-footer .bookEvent {
      padding-left: 3%;
      border-left: 1px solid gainsboro;
      /*#*/ }
      .home .front-footer .bookEvent h3 {
        margin: 0;
        line-height: 1em; }

  /* Large font styling */
  .home.largeFont {
    /* Header (top) */
    /* Header (scrolledDown) */ }
    .home.largeFont .header {
      margin-bottom: -66px; }
      .home.largeFont .header #logo {
        margin-top: -5px; }
        .home.largeFont .header #logo a img {
          width: 106%; }
    .home.largeFont header.fixedNav .nav li a {
      padding: 8px 30px; }

  /* X large font styling */
  .home.XlargeFont {
    /* Header (top) */
    /* Header (scrolledDown) */ }
    .home.XlargeFont .header {
      margin-bottom: -75px;
      /*line-height: 1.2em;*/ }
      .home.XlargeFont .header #logo {
        margin-top: -5px; }
        .home.XlargeFont .header #logo a img {
          width: 120%; }
    .home.XlargeFont header.fixedNav .nav li {
      height: 62px; }
      .home.XlargeFont header.fixedNav .nav li a {
        padding: 13px 30px; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap, .lang_sel_list_wrap {
    max-width: 960px; }

  .packery {
    margin: 0 auto; }

  /*********************
  HEADER STYLES
  *********************/
  /* Donation Bar */
  #popupBar p span {
    display: inline;
    margin-bottom: 0; }
  #popupBar p a {
    display: inline; }

  .single-title,
  .page-title,
  .entry-title {
    font-size: 2.5em; }

  .post-title {
    font-size: 1.5em; }

  header.article-header {
    /*margin-bottom: 50px;*/ }

  /*.blog header.article-header {
  	margin-bottom: 0;
  }
  */
  .home .accessability {
    display: none;
    margin-top: 0; }

  .accessability {
    display: block;
    margin: 62px auto 0;
    max-width: 760px; }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* language switcher */
  .mlp_language_box {
    left: 25px; }

  .nav {
    border: 0;
    /* end .menu ul li */ }
    .nav ul {
      margin-top: 0; }
    .nav li {
      /*
      plan your menus and drop-downs wisely.
      */ }
      .nav li a {
        border-bottom: 0;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
        .nav li a:hover, .nav li a:focus {
          color: #fff; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        overflow: hidden;
        visibility: hidden; }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 0; }

  .widgettitle {
    margin-bottom: 0.75em; }

  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }

  /* Newsletter Signup before text */
  div.widget_mymail_signup, .widget {
    border-bottom: 1px dotted; }

  #home-sidebar {
    padding-right: 0; } }
@media only screen and (width: 1024px) and (max-width: 1030px) {
  /* Home Slider */
  .tp-caption.ufgtext, .ufgtext {
    /*left: 0%!important;
    margin-left: 10%!important;*/ } }
@media only screen and (width: 1024px) {
  .page-template-page-donation div.sidebar {
    display: block;
    width: 100%; }
  .page-template-page-donation div#main.d-5of7 {
    width: 100%;
    padding-right: 0; } }
@media only screen and (width: 1024px) and (max-width: 1029px) {
  .page-template-page-donation .smartDonationsWallTable tr {
    width: 50%;
    padding: 0px;
    margin: 0 auto;
    display: block; }
  .page-template-page-donation .smartDonationsWallTable td {
    width: 50%;
    display: inline-block; } }

@media only screen and (width: 1024px) {
  /*********************
  Content STYLES
  *********************/
  #content {
    margin-top: 1.5em; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */
  .ufgtext {
    margin-left: 4% !important; }

  .ufgtext {
    /*
    left:70px !important;
    */ } }
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  .wrap, .lang_sel_list_wrap-desktop {
    max-width: 960px; }

  .accessability {
    max-width: 960px;
    display: block;
    margin-bottom: -62px; }

  .home .accessability {
    margin: 18px auto 0; }

  #isMobile {
    content: 'false';
    position: absolute;
    top: 0; }

  /*--------------------
  	Header 
  ---------------------*/
  @-webkit-keyframes showSubNav {
    0% {
      display: none;
      visibility: hidden;
      opacity: 0; }
    1% {
      display: block;
      visibility: visible;
      overflow: visible;
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes showSubNav {
    0% {
      display: none;
      visibility: hidden;
      opacity: 0; }
    1% {
      display: block;
      visibility: visible;
      overflow: visible;
      opacity: 0; }
    100% {
      opacity: 1; } }
  #logo {
    float: left;
    overflow: hidden; }
    #logo a {
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }

  .header {
    height: 64px;
    -webkit-transition: height .2s ease;
    transition: height .2s ease; }
    .header #menuButton {
      display: none; }
    .header nav.desktopNav {
      display: block !important; }
    .header nav li {
      /* showing sub-menus */
      			/*div.custom-sub-wrap.hover, ul.sub-menu.hover {
      				top: auto;
      				-webkit-animation: showSubNav .1s;
          			animation: showSubNav .1s;
      				padding-top: 5px;
      			}*/ }
      .header nav li a {
        display: block;
        padding: 21px 20px 22px;
        color: #fff;
        font-size: .85em;
        text-transform: uppercase;
        text-decoration: none;
        position: relative; }
      .header nav li a:visited:hover {
        color: #fff; }
      .header nav li ul {
        max-width: 960px; }
        .header nav li ul li a {
          padding: 4px 0;
          background-color: transparent;
          text-align: center;
          text-transform: none;
          display: block;
          max-width: 220px; }
          .header nav li ul li a img {
            display: block;
            width: 100%;
            margin-bottom: 5px; }
        .header nav li ul li:hover a {
          text-decoration: underline; }
      .header nav li div.custom-sub-wrap {
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 25;
        display: none;
        /*
        				background-color: rgb(85,71,66);
        */
        background-color: rgba(85, 71, 66, 0.9); }
      .header nav li:hover div.custom-sub-wrap, .header nav li:hover ul.sub-menu {
        top: auto;
        min-height: 180px;
        padding-top: 5px;
        display: block;
        float: left;
        visibility: visible;
        overflow: visible;
        opacity: 1;
        -webkit-animation: showSubNav .4s;
        animation: showSubNav .4s; }
    .header nav > ul > li:hover {
      background-color: rgba(85, 71, 66, 0.9); }
    .header nav li.menu-item-has-children:hover {
      /*
      			background-color: rgb(85,71,66);
      */
      background-color: rgba(85, 71, 66, 0.9);
      height: auto; }
      .header nav li.menu-item-has-children:hover a {
        height: auto; }
    .header nav li.menu-item-has-children {
      height: auto; }
      .header nav li.menu-item-has-children a {
        height: auto; }
    .header nav li:hover > a {
      /*
      			background-color: #4d403c;
      */
      text-decoration: none; }
    .header nav .subWrap {
      width: 960px;
      /*min-height: 170px;*/
      margin: 0 auto; }
    .header nav li:hover ul.sub-menu {
      margin: 0;
      border: 1px solid transparent;
      /* jQuery sliding glitch fix */ }
      .header nav li:hover ul.sub-menu li {
        height: auto;
        margin-top: 8px;
        margin-bottom: 20px;
        line-height: 1em; }
        .header nav li:hover ul.sub-menu li a {
          color: #fff;
          text-decoration: none;
          display: inline-block; }
      .header nav li:hover ul.sub-menu li:hover {
        background-color: transparent; }
      .header nav li:hover ul.sub-menu li:hover a {
        background-color: transparent;
        text-decoration: underline; }
    .header nav li:hover p {
      float: left;
      margin: 10px -25% 0 20px;
      color: #fff;
      font-style: italic; }
    .header nav ul.extra-links {
      width: 17%;
      display: inline-block;
      float: left;
      margin-right: -35%;
      margin-left: 20px;
      margin-top: 40px; }
      .header nav ul.extra-links li {
        display: block;
        float: none;
        height: auto;
        color: #fff;
        line-height: 1em;
        padding: 3px 0; }
        .header nav ul.extra-links li a {
          height: auto;
          padding: 0;
          text-align: left;
          text-transform: none;
          background-color: transparent; }
        .header nav ul.extra-links li a:hover {
          text-decoration: underline; }
    .header .top-nav > li.menu-item-has-children > a:before {
      content: "";
      width: 0;
      height: 0;
      padding: 0 5px 0 0;
      display: inline-block;
      border-color: rgba(255, 255, 255, 0) #FFFFFF;
      border-style: solid;
      border-width: 0.25em 0em 0.25em 0.35em;
      font-size: 1.2em;
      -webkit-transistion: transform .2s ease;
      transistion: transform .2s ease; }
    .header .top-nav > li.menu-item-has-children:hover > a:before {
      content: "";
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      margin: 5px 5px -2px -5px; }
    .header .nav li.searchbarWrap a {
      padding: 18px 20px 17px; }

  .header.fixedNav {
    position: fixed;
    top: 0 !important;
    z-index: 99;
    width: 100%;
    height: 36px; }
    .header.fixedNav #logo {
      /*display: none;
      max-width: 120px;
      max-height: 36px;
      margin-top: -2px;*/
      /*margin-top: -9px;		*/
      height: 36px; }
      .header.fixedNav #logo a {
        margin-top: -30px;
        opacity: 0; }
    .header.fixedNav .nav {
      height: 36px; }
    .header.fixedNav .nav > li {
      max-height: 36px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
      .header.fixedNav .nav > li a {
        padding: 8px 20px 7px;
        font-size: .85em;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
      .header.fixedNav .nav > li ul li a {
        padding: 0; }
    .header.fixedNav .top-nav > li.menu-item-has-children > a:before {
      -webkit-transistion: transform .2s ease;
      transistion: transform .2s ease; }
    .header.fixedNav .nav li.searchbarWrap a {
      padding: 8px 20px 7px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
      .header.fixedNav .nav li.searchbarWrap a img {
        width: 17px;
        vertical-align: middle; }
    .header.fixedNav .socialMedia {
      margin-top: -29px;
      margin-bottom: 0; }
      .header.fixedNav .socialMedia img {
        max-width: 24px; }
    .header.fixedNav .nav li.searchbarWrap form {
      top: 36px; }

  li.searchbarWrap {
    position: relative;
    float: right; }
    li.searchbarWrap a.active, li.searchbarWrap a:hover {
      background-color: #7D5A3E;
      /*background-color: #7D7D7D;*/ }
    li.searchbarWrap a {
      padding: 16px 26px 17px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
      li.searchbarWrap a img {
        width: 22px; }
    li.searchbarWrap form {
      width: 600px;
      padding: 10px;
      position: absolute;
      right: 0;
      top: 64px;
      z-index: 25;
      background-color: #7D5A3E;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      /*background-color: #554742;*/
      transition: opacity .2s ease;
      -webkit-transition: opacity .2s ease; }
      li.searchbarWrap form label {
        float: left;
        width: 493px; }
        li.searchbarWrap form label span.screen-reader-text {
          position: absolute;
          height: 1px;
          width: 1px;
          overflow: hidden;
          opacity: 0; }
        li.searchbarWrap form label input.search-field {
          border-radius: 5px 0 0 5px;
          height: 31px;
          max-width: none;
          margin: 0; }
      li.searchbarWrap form input.search-submit {
        width: auto;
        padding: 6px 20px;
        /*
        				background-color: #D8DBE0;
        */
        border: none;
        border-radius: 0 5px 5px 0; }

  li.searchbarWrap:hover a, li.searchbarWrap.active a, li.searchbarWrap.active, li.searchbarWrap:hover {
    /*
    		background-color: #7D5A3E!important;
    */
    /*background-color: #7D7D7D;*/
    /*background-color: #4d403c;*/ }

  .hideSearchbar {
    opacity: 0; }

  .desktopNav {
    display: block; }

  .lang_sel_list_wrap-desktop {
    display: block;
    position: absolute;
    margin: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    padding-top: 0; }

  #lang_sel_list ul a.lang_sel_other {
    font-family: 'cronos-pro', helvertica, arial; }

  #lang_sel_list ul a.lang_sel_other:hover {
    background-color: transparent;
    text-decoration: underline !important; }

  .home .mm-slideout #lang_sel_list {
    float: none;
    height: 18px; }
    .home .mm-slideout #lang_sel_list ul {
      border: none; }
    .home .mm-slideout #lang_sel_list a {
      padding-left: 0; }

  .mm-slideout #lang_sel_list {
    display: block;
    margin-top: 18px;
    float: left;
    z-index: 1; }
    .mm-slideout #lang_sel_list ul {
      border: none !important; }
    .mm-slideout #lang_sel_list a {
      padding-left: 0;
      font-size: 1em;
      background-color: transparent !important; }
    .mm-slideout #lang_sel_list a:hover {
      color: #DB1919;
      text-decoration: underline !important;
      background-color: transparent !important; }

  #breadcrumbs {
    display: none;
    margin: 15px 0; } }
@media only screen and (min-width: 1030px) and (max-width: 1360px) {
  .header nav li div ul.sub-menu {
    max-width: 790px;
    margin-top: 0; }

  /*.header nav ul.extra-links, .header nav li p {
  	margin-left: 50px;		
  }*/ }
@media only screen and (min-width: 1030px) {
  /* Main Nav spacing */ }
@media only screen and (min-width: 1030px) and (max-width: 1230px) {
  .header .nav li a {
    padding: 21px 16px 21px; }

  .header .nav li ul li a {
    padding: 0; }

  .header .top-nav > li.menu-item-has-children > a::before {
    left: .25em; } }
@media only screen and (min-width: 1030px) and (max-width: 1185px) {
  .header div#inner-header nav {
    max-width: 900px; }
  .header .nav li a {
    padding: 21px 14px 21px; } }
@media only screen and (min-width: 1030px) and (max-width: 1140px) {
  .header .top-nav > li.menu-item-has-children > a::before {
    left: .25em; }
  .header .nav li a {
    padding: 21px 10px 22px; }
  .header .nav li.searchbarWrap a {
    padding: 18px 20px 17px; }

  .header.fixedNav .nav li a {
    padding: 6px 10px 5px; } }
@media only screen and (min-width: 1030px) {
  /*@media (max-width: 1115px ){
  	.socialMedia {
  		display: none;
  	}
  }
  */
  .byline {
    float: left;
    margin-bottom: 0; }

  /*----------------------
  	Content
  -----------------------*/
  .packery {
    min-width: 940px;
    margin: 0 auto; }

  .entry-content iframe:not(.instagram-media) {
    height: 360px; }

  .latestContent {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 20px; }

  .latestEvents {
    margin-right: 5px; }

  .latestEvents.is-no-events {
    width: 28%; }

  .latestBlogs.is-no-events {
    width: 70%; }

  /*--------------------
  	Sidebars
  ---------------------*/
  #page-sidebar li a.active {
    color: #CC0202; }

  #page-sidebar {
    display: block;
    margin-bottom: 20px; }
    #page-sidebar div {
      background-color: transparent;
      border: none;
      padding-top: 0; }
    #page-sidebar ul {
      margin: 0; }
    #page-sidebar li {
      margin-bottom: 10px; }
    #page-sidebar li a {
      color: #574741;
      text-decoration: none;
      font-size: 1.2em; }
    #page-sidebar li a:link:hover {
      text-decoration: underline; }
    #page-sidebar ul li ul li {
      list-style: disc;
      padding: 0; }
    #page-sidebar .sub-menu li {
      padding-bottom: 5px; }
    #page-sidebar .sub-menu a {
      line-height: 1em; }

  ul.sub-menu {
    display: none; }

  #page-sidebar > div > ul > li {
    margin: 10px 0; }

  #page-sidebar ul li ul li {
    margin-left: 15px; }

  #page-sidebar ul.dpe-flexible-posts li {
    margin-left: 6px; }

  #page-sidebar div.border {
    border-right: 1px dashed #574741; }

  .widgettitle {
    font-family: 'cronos-pro', helvertica, arial;
    position: relative;
    display: inline-block;
    color: #574741;
    font-size: 1.4em;
    text-decoration: none;
    line-height: 1.1em; }

  /*--------------
   Sidebar nav
  -------------- */
  #inner-content .menu > li > a.active {
    color: #CC0202; }

  #inner-content .menu {
    margin: 0; }
    #inner-content .menu > li {
      margin-top: 10px; }
      #inner-content .menu > li > a {
        position: relative;
        display: inline-block;
        color: #574741;
        font-size: 1.4em;
        text-decoration: none;
        line-height: 1em;
        cursor: pointer; }

  /*Down Arrow*/
  #inner-content ul.menu > li > a:before {
    content: "";
    border-color: #111 transparent;
    border-style: solid;
    border-width: 0.35em 0.25em 0em 0.25em;
    border: none;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    left: -1em;
    top: .3em;
    transition: transform .2s ease;
    -wenkit-transition: transform .2s ease; }

  /*Right Arrow*/
  #inner-content ul.menu > li > a:before {
    content: "";
    /*border-color: transparent #111 ;
    border-width: 0.25em 0em 0.25em 0.35em;*/
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); }

  #inner-content ul.menu > li.menu-item-has-children > a:before {
    border-color: #111 transparent;
    border-style: solid;
    border-width: 0.35em 0.25em 0em 0.25em;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }

  div.widget_nav_menu {
    background: transparent;
    border-right: 2px dashed;
    border-bottom: none; }

  /*div#nav_menu-2 {
  	position: relative;
  }
  div#nav_menu-2:after {
  	position: absolute;
  	top: 0;
  	right: 0;
  	content: '';
  	float: right;
  	padding: 15px 1px;
  	display: block;
  	height: 100%;
  	background-image: linear-gradient(to top, rgb(11, 36, 99) 0%, rgb(10, 36, 99) 64.70588%, rgba(255, 0, 0, 0) 64.70588%);
  	background-position: 0px 0%;
  	background-size: 1px 17px;
  	background-repeat: repeat-y;
  }*/
  .menu-pagemenu-container a {
    color: #574741; }

  /*--------------
   Widgets as menu
   -------------*/
  #page-sidebar div.widget > ul {
    padding-left: 10px; }

  #page-sidebar div.widget > ul li {
    list-style: disc;
    padding: 0; }
    #page-sidebar div.widget > ul li a {
      font-size: 1.2em;
      display: inherit;
      list-style: none; }

  #inner-content #page-sidebar h4.widgettitle {
    position: relative;
    margin: 0;
    font-weight: normal; }

  /*---------------------
   donation sidebar
  -------------------- */
  .page-template-page-donation div.sidebar {
    display: block;
    width: 35%;
    padding-right: 0;
    padding-left: 3%; }
  .page-template-page-donation h3.widgettitle {
    text-align: left; }
  .page-template-page-donation div#main.d-5of7 {
    width: 65%;
    padding-right: 0; }
  .page-template-page-donation .widget {
    width: 100%;
    margin: 0; }

  /* ------------------
   contact page
   ----------------- */
  .FoUFG p span, .page-template-page-contact p.foufg span {
    display: inline-block; }

  .FoUFG p span.FoUFG-phone-mail, .page-template-page-contact p.foufg span.FoUFG-phone-mail {
    display: block; }

  .page-template-page-contact .wpcf7-form-control.wpcf7-submit {
    float: left; }
  .page-template-page-contact img.ajax-loader {
    width: auto;
    padding-top: 8px;
    padding-left: 8px; }
  .page-template-page-contact div.wpcf7-validation-errors {
    border: 2px solid #a60807;
    margin-left: 0; }

  /* Planning Your Visit */
  .page-template-page-planning-visit #mapWrapper {
    height: 600px; }
  .page-template-page-planning-visit .mapPanels {
    position: relative;
    height: 600px; }
  .page-template-page-planning-visit .mapInfoPanel {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    overflow: scroll;
    background: #eee;
    padding: 20px;
    width: 30%;
    opacity: 0.8; }
  .page-template-page-planning-visit .mapTabs {
    display: none; }

  .ufgtext {
    margin-left: 4% !important; }

  .ufgimg.canadaLogo {
    margin-left: 22% !important; }

  /* Chairmans Message */
  .chairMessage p {
    clear: both;
    margin-top: 10px; }
  .chairMessage img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0px;
    margin-left: 20px;
    float: right; } }
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  .header nav li ul.sub-menu {
    max-width: 960px;
    width: 100%; }

  li:hover ul.sub-menu li a {
    padding: 0; }

  .header nav li:hover p {
    /*margin-left: 0;*/ }

  .home .accessability {
    margin-top: 0; }

  .accessability {
    display: block;
    width: 100%;
    max-width: 960px;
    height: 40px; }

  /* Breadcrumbs */
  #breadcrumbs {
    max-width: 960px;
    padding-top: 15px;
    margin: 7px auto 0;
    float: none; }
    #breadcrumbs li {
      float: left;
      margin-right: 15px; }

  .ufgtext {
    margin-left: 0% !important; }

  .ufgimg.canadaLogo {
    margin-left: 0% !important; }

  /* Chairmans Message */
  .chairMessage p {
    clear: both;
    margin-top: 10px; }
  .chairMessage img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0px;
    margin-left: 20px;
    float: right; } }
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .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; }

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

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
.button, a.excerpt-read-more {
  color: #FFF;
  border: medium none;
  padding: 5px 10px;
  text-align: center;
  border-radius: 3px;
  background: linear-gradient(to bottom, #C44B47 1%, #C44B47 48%, #B1171E 52%, #B1171E 100%) repeat scroll 0% 0% transparent;
  text-decoration: none; }

a.button:hover, a.excerpt-read-more:hover {
  color: #fff; }

a.button:visited, a.excerpt-read-more:visited {
  color: #fff;
  text-decoration: none; }

/* Media Library */
.media-library img {
  width: 100%;
  height: 200px; }
.media-library .media-image {
  width: 100%;
  display: inline-block;
  height: 200px;
  background-size: contain;
  background-position: center bottom;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top; }
  .media-library .media-image a {
    display: block;
    width: 100%;
    height: 200px; }
.media-library .media-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 15px 15px 0px; }
.media-library .media-title {
  font-weight: bold;
  text-align: left;
  font-size: 1.1em; }
.media-library .entry {
  border-top: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  /*min-height:300px;*/ }
  .media-library .entry .media-creator,
  .media-library .entry .media-date,
  .media-library .entry .media-archive,
  .media-library .entry .media-medium,
  .media-library .entry .media-source,
  .media-library .entry .media-download {
    vertical-align: top;
    border-top: 1px solid #eee;
    padding-top: 3px; }
    .media-library .entry .media-creator .data-label,
    .media-library .entry .media-date .data-label,
    .media-library .entry .media-archive .data-label,
    .media-library .entry .media-medium .data-label,
    .media-library .entry .media-source .data-label,
    .media-library .entry .media-download .data-label {
      display: inline-block;
      vertical-align: top;
      width: 40%;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 0.9em; }
    .media-library .entry .media-creator .data-field,
    .media-library .entry .media-date .data-field,
    .media-library .entry .media-archive .data-field,
    .media-library .entry .media-medium .data-field,
    .media-library .entry .media-source .data-field,
    .media-library .entry .media-download .data-field {
      display: inline-block;
      vertical-align: top;
      width: 59%;
      text-align: left; }
  .media-library .entry .media-title {
    padding-bottom: 10px; }
  .media-library .entry .media-download {
    padding-top: 10px; }

@media only screen and (min-width: 480px) {
  .media-library .entry {
    width: 50%; }
  .media-library .entry:nth-child(2n+1) {
    padding: 10px 5px 5px 0px; }
  .media-library .entry:nth-child(2n+2) {
    padding: 10px 0px 5px 5px; } }
@media only screen and (min-width: 600px) {
  .media-library .entry {
    width: 33.333333%;
    max-width: 100%; }
  .media-library .entry:nth-child(3n+1) {
    padding: 10px 5px 5px 0px; }
  .media-library .entry:nth-child(3n+2) {
    padding: 10px 5px 5px 5px; }
  .media-library .entry:nth-child(3n+3) {
    padding: 10px 0px 5px 5px; } }
.bibliography {
  border-top: 1px solid #999;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .bibliography:last-child {
    border-bottom: 0px; }
  .bibliography .bib-content {
    padding-bottom: 10px; }
  .bibliography .bib-info {
    padding-top: 10px;
    padding-bottom: 10px; }
  .bibliography .bib-ref {
    display: block; }
  .bibliography .bib-url {
    padding-top: 10px; }
  .bibliography .bib-available {
    font-weight: bold;
    display: block; }
  .bibliography .bib-taxes {
    padding: 10px 0px 10px 0px; }
  .bibliography .bib-tax .tax-name {
    font-weight: bold;
    display: table-cell; }
  .bibliography .bib-tax .tax-entries {
    display: table-cell; }
  .bibliography .bib-tax ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .bibliography .bib-tax ul li {
      display: inline-block;
      margin-left: 10px; }

.checkbox.include-media-field {
  color: #fff;
  margin-bottom: 0em; }
  .checkbox.include-media-field label {
    padding-top: 10px;
    font-weight: normal; }
  .checkbox.include-media-field input {
    margin-right: 10px; }

.search-post-type-wrapper h2 {
  cursor: pointer;
  text-decoration: underline; }

.page-search-wrapper .page-search {
  vertical-align: top;
  padding: 10px;
  margin-bottom: 10px;
  /*
  		background:#D8D4CA;	
  */
  border-radius: 3px;
  display: table;
  width: 100%;
  padding: 9px 0px 0px 15px; }
  .page-search-wrapper .page-search form {
    display: table-row; }
  .page-search-wrapper .page-search .field-wrapper {
    width: 39%;
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
    white-space: nowrap; }
    .page-search-wrapper .page-search .field-wrapper input[type="text"],
    .page-search-wrapper .page-search .field-wrapper select {
      width: 100%;
      max-width: 100%; }
    .page-search-wrapper .page-search .field-wrapper label {
      display: block;
      font-weight: bold;
      padding-right: 10px;
      font-size: 1.1em;
      vertical-align: middle; }
  .page-search-wrapper .page-search .search-button {
    display: table-cell;
    text-align: right;
    width: 3%;
    min-width: 70px;
    padding-top: 28px;
    padding-right: 10px; }
    .page-search-wrapper .page-search .search-button button {
      text-transform: uppercase;
      vertical-align: top;
      margin-top: 2px;
      min-height: 35px;
      margin: 0px 0px 13px 0px !important; }
.page-search-wrapper .page-search.one-field {
  display: table;
  width: 100%; }
  .page-search-wrapper .page-search.one-field label {
    display: block; }
  .page-search-wrapper .page-search.one-field .field-wrapper {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
    white-space: nowrap; }
    .page-search-wrapper .page-search.one-field .field-wrapper.search-keywords {
      width: 99%; }
    .page-search-wrapper .page-search.one-field .field-wrapper button {
      margin: 0px 0px 13px 0px !important; }
.page-search-wrapper .page-search.three-fields label {
  display: block; }
.page-search-wrapper .page-search.three-fields .field-wrapper {
  width: 27%;
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  white-space: nowrap; }
  .page-search-wrapper .page-search.three-fields .field-wrapper.search-materials {
    width: 33%; }
  .page-search-wrapper .page-search.three-fields .field-wrapper.search-button {
    width: 3%;
    min-width: 70px; }
  .page-search-wrapper .page-search.three-fields .field-wrapper button {
    margin: 0px 0px 13px 0px !important; }
.page-search-wrapper .search-media {
  padding-bottom: 5px; }
.page-search-wrapper .checkbox.include-media-field {
  color: #333; }
  .page-search-wrapper .checkbox.include-media-field label {
    padding-top: 0px;
    padding-bottom: 5px;
    font-weight: normal; }

.view-more {
  background: #eee;
  text-align: center; }
  .view-more a {
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px; }

@media only screen and (max-width: 767px) {
  .page-search-wrapper .page-search form {
    display: inline; }
  .page-search-wrapper .page-search .field-wrapper {
    width: 100% !important;
    display: block !important;
    max-width: 100% !important; }
    .page-search-wrapper .page-search .field-wrapper input[type=text] {
      width: 100% !important;
      max-width: 100% !important; }
    .page-search-wrapper .page-search .field-wrapper select {
      width: 100% !important;
      max-width: 100% !important; }
  .page-search-wrapper .search-button {
    padding-top: 0px !important;
    margin-top: 5px !important; }
    .page-search-wrapper .search-button label {
      display: none !important; } }
.page-search .search-section {
  display: block;
  padding: 10px 30px 10px 10px;
  border: 1px solid #9A9A97;
  margin-bottom: 20px;
  text-decoration: none;
  color: #9A9A97; }
  .page-search .search-section:hover {
    color: #574741;
    border: 1px solid #574741; }
    .page-search .search-section:hover i {
      color: #574741; }
  .page-search .search-section i {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    color: #9A9A97;
    margin-right: 20px; }
  .page-search .search-section span.line1 {
    font-size: 1.5em;
    line-height: 1em;
    display: block; }
  .page-search .search-section span.line2 {
    font-size: 1em;
    display: block; }

.result-count {
  font-weight: bold;
  font-size: 1.2em; }

.hidden {
  display: none; }

/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
.block-group, .block, .block-group:after, .block:after, .block-group:before, .block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.block-group {
  *zoom: 1; }

.block-group:before, .block-group:after {
  display: table;
  content: "";
  line-height: 0; }

.block-group:after {
  clear: both; }

.block-group {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important; }

.block {
  float: left;
  width: 100%; }

div.loadingTile {
  display: none;
  position: absolute;
  top: 50%;
  left: 67%;
  z-index: 9;
  padding: 20px 40px;
  margin: 0 0 0 -70px;
  border-radius: 5px;
  border: 1px solid #FBE7A9;
  color: #fff;
  background-color: #ff4742;
  background-color: rgba(85, 71, 66, 0.8); }

.og-grid:after {
  content: ' ';
  display: block;
  clear: both; }

.tileItem {
  width: 300px;
  height: auto;
  height: auto;
  display: inline-block; }

.tileItem:hover {
  cursor: pointer; }

.tileItem h2 {
  padding-top: 8px;
  text-align: center;
  font-size: 1.3em;
  border-top: 1px dotted; }

.tileItem h2 a {
  color: #574741; }

.tileItem-content {
  width: 320px;
  height: 100%;
  display: table-cell;
  padding-bottom: 20px;
  -webkit-transition: width 0.4s, height 0.4s;
  -moz-transition: width 0.4s, height 0.4s;
  -o-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s; }

.tileItem-content div {
  /*
  			float: left;
  */
  width: 100%; }

.tileMenu {
  height: 100%;
  width: 33.33333%;
  background-color: #d0cdc2;
  display: table-cell; }

.tileItem ul {
  margin: 0; }

.tileItem li {
  padding: 10px 10px 10px 20px;
  background-color: #d0cdc2; }

.tileItem li a, .tileItem li a:hover {
  color: #4c4240;
  text-decoration: none; }

.tileItem li a:focus {
  color: #4c4240;
  outline: none; }

.tileItem li.hasData {
  background-color: #554742;
  transition: background .5s ease, color .5s ease;
  -webkit-transition: background .5s ease, color .5s ease; }

.tileItem li.hasData a {
  color: #fbe7c1; }

.tileMenu li:hover {
  background-color: #B4AEA1;
  cursor: pointer; }

.tileMenu li.hasData:hover {
  background-color: #554742; }

img.attachment-tileThumb {
  display: block;
  width: 100%;
  margin: 0; }

img.attachment-tileFull {
  width: 0px;
  height: 0px;
  opacity: 0;
  transition: opacity .4s .4s ease;
  -webkit-transition: opacity .4s .4s ease; }

.tileExcerpt {
  opacity: 0;
  transition: opacity .4s .4s ease;
  -webkit-transition: opacity .4s .4s ease;
  margin: 0 4% 4%;
  color: #fff; }

.tileExcerpt a {
  color: #fff !important;
  font-style: italic;
  text-decoration: none;
  float: right; }

.tileItem span.rightArrow {
  margin-left: 5px; }

/* item has expanded size */
.tileItem-content {
  background: #554742 none repeat scroll 0% 0%;
  vertical-align: top; }

.og-details {
  height: auto;
  margin-bottom: 60px;
  cursor: default;
  display: table-row;
  vertical-align: top; }

.og-details .tileMenu {
  display: table-cell;
  vertical-align: top; }

.og-details .tileItem-content img {
  width: 600px;
  margin: 4%; }

.og-details img.attachment-tileThumb {
  display: none; }

.og-details img.attachment-tileFull {
  width: 92%;
  height: auto;
  opacity: 1; }

.og-details .tileExcerpt {
  width: 92%;
  opacity: 1;
  transition: opacity .4s .4s ease;
  -webkit-transition: opacity .4s .4s ease; }

.tileItem h1 {
  text-align: center;
  padding-top: 10px; }

.tileItem:hover .tileItem-content {
  border-color: white; }

.og-details {
  width: 100%;
  z-index: 2;
  -webkit-transition: width .3s, height .3s, margin .3s ease;
  -moz-transition: width .3s, height .3s, margin .3s ease;
  -o-transition: width .3s, height .3s, margin .3s ease;
  transition: width .3s, height .3s, margin .3s ease; }

.tileItem .tileItem-content {
  display: none; }

.og-details .tileMenu {
  display: table-cell; }

.og-details .tileItem-content {
  /*
  	float: left;
  */
  display: table-cell;
  width: 66.666666666666%;
  background: #554742; }

@media (min-width: 767px) {
  .packery {
    width: 620px; }

  .tileItem {
    width: 300px; } }
@media (max-width: 767px) {
  .packery {
    width: 620px;
    margin: 0 auto; } }
@media (min-width: 700px) {
  .og-details {
    width: 100%; } }
@media (max-width: 700px) {
  .packery {
    width: 50%;
    min-width: 360px;
    margin: auto; }

  .tileItem {
    width: 100%; }

  .tileItem h2 {
    width: 92%;
    margin: auto; }

  img.attachment-tileThumb, .is-expanded img.attachment-tileThumb {
    width: 92%;
    display: block;
    margin: auto; }

  .tileMenu {
    background-color: transparent; }

  .tileItem li {
    padding: 0;
    margin: 1px 0; }

  .tileItem a {
    display: inline-block;
    width: 100%;
    color: #4c4240;
    text-decoration: none; }

  .tileItem li.hasData {
    background-color: #d0cdc2; }

  .tileItem li.hasData:hover {
    background-color: #B4AEA1; }

  div.tileItem li.hasData a, div.tileItem li.hasData a:hover {
    color: #4c4240; }

  .tileItem-content {
    max-width: 100%; }

  .og-details {
    height: auto;
    margin-bottom: 10px; }

  .og-details .tileItem-content {
    display: none;
    width: auto; }

  .tileMenu {
    width: 100%;
    margin-top: 20px; }

  div.loadingTile {
    left: 50%; } }
@media (max-width: 420px) {
  .packery {
    min-width: 340px; } }
@media (max-width: 400px) {
  /*.page-template-page-tiles .wrap {
  	width: 100%;
  }*/
  .packery {
    width: 100%;
    min-width: 299px;
    margin: auto; }

  .tileItem-content div {
    float: none; }

  div.packery div.tileItem {
    width: 108%;
    margin-left: -4%; } }
@media (min-width: 767px) {
  .tileItem {
    width: 23.9%; }

  .tileItem {
    margin-right: .9%; }

  .tileItem:nth-child(4n) {
    margin: 0; } }
@media (min-width: 379px) and (max-width: 767px) {
  .tileItem {
    width: 49%; }

  .tileItem:nth-child(1n) {
    margin-right: 1%; }

  .tileItem:nth-child(2n) {
    margin-right: 0; }

  .tileItem h2 {
    width: 99%; }

  img.attachment-tileThumb, .is-expanded img.attachment-tileThumb {
    width: 99%; } }
@media (max-width: 379px) {
  .tileItem {
    width: 100%; }

  .tileItem {
    margin-right: 0; } }
/*
Specific tile heights

*/
/*
@media (min-width: 1024px){
	.tile-historic-structures.og-expanded {
		height:1200px !important;
		.og-expander {
			height:800px  !important;
		}
		.og-expander-inner {
			height:800px  !important;
		}
	}
}
*/
/* hide english events on french home page*/
.home.page.fr-FR .widget-en-events {
  display: none !important; }

/* invoice download page */
div#invoice {
  padding: 20px; }

#print_button_div {
  padding: 20px; }

/* hide french events on english home page*/
.home.page.en-US .widget-fr-events {
  display: none !important; }

.event-tickets-block {
  width: 100%; }

.single-espresso_events #content {
  margin-top: 0px; }

.event-header .entry-title {
  text-align: left; }

@media only screen and (min-width: 1024px) {
  .event-details-block {
    width: 50%;
    padding-right: 20px; }

  .event-venue-block {
    width: 50%;
    padding-left: 20px; } }
@media only screen and (min-width: 1024px) {
  .event-details-block {
    width: 50%;
    padding-right: 20px; }

  .event-venue-block {
    width: 50%;
    padding-left: 20px; } }
/* Buffet Brunch Fundraiser */
.postid-23298 .accessability {
  display: none; }

/* Hide the ability to add a new state when registering for an event */
.ee-form-add-new-state-lnk {
  display: none !important; }

@media (max-width: 480px) {
  /* Buffet Brunch Fundraiser */
  .postid-23298 {
    /* Slider */ }
    .postid-23298 .tp-caption p {
      display: block !important; }
    .postid-23298 .tp-caption h2 {
      text-align: left; }
    .postid-23298 .tp-caption div {
      font-size: 16px !important; } }

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