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


html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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



a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }


a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }



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



/**
 * Correct overflow displayed oddly in IE 9.
 */



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


p {
  -ms-word-wrap: normal;
  word-break: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -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"; }

/*********************
LINK STYLES
*********************/
a {
  color: #215d8d;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus {
    color: #12344f;
    text-decoration: none; }
  a: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, h2, h3, h4, h5 {
  text-rendering: optimizelegibility;
  font-weight: 600;
  font-family: "Open Sans", serif;
  margin: 0;
  color: #000;
}

h1 {
  font-size: 29px;
  line-height: 35px;
  margin-bottom: 20px;
  letter-spacing: -0.02em; }


h2 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 6px;
  font-weight: 500; }



h3 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px; }

h4 { 
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 11px; }

h5 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px; }




@media screen and (max-width: 767px) {
  .m-hide {
    display: none !important; }
  .t-only {
    display: none !important; }
  .d-only {
    display: none !important; }
  .b-only {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .t-hide {
    display: none !important; }
  .m-only {
    display: none !important; }
  .d-only {
    display: none !important; }
  .b-only {
    display: none !important; } }

@media screen and (min-width: 992px) and (max-width: 1379px) {
  .d-hide {
    display: none !important; }
  .m-only {
    display: none !important; }
  .t-only {
    display: none !important; }
  .b-only {
    display: none !important; } }

@media screen and (min-width: 1380px) {
  .d-hide {
    display: none !important; }
  .b-hide {
    display: none !important; }
  .m-only {
    display: none !important; }
  .t-only {
    display: none !important; } }


.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-m, .col-t, .col-d, .col-b, .col-m-1, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-m-10, .col-m-11, .col-m-12, .col-t-1, .col-t-2, .col-t-3, .col-t-4, .col-t-5, .col-t-6, .col-t-7, .col-t-8, .col-t-9, .col-t-10, .col-t-11, .col-t-12, .col-d-1, .col-d-2, .col-d-3, .col-d-4, .col-d-5, .col-d-6, .col-d-7, .col-d-8, .col-d-9, .col-d-10, .col-d-11, .col-d-12, .col-b-1, .col-b-2, .col-b-3, .col-b-4, .col-b-5, .col-b-6, .col-b-7, .col-b-8, .col-b-9, .col-b-10, .col-b-11, .col-b-12 {
  float: left;
  padding-left: 10px;
  padding-right: 10px; }

.col-m, .col-t, .col-d, .col-b {
  max-width: 100%; }

/**
 * Generate a set of grid column classes using a namespace
 *
 * .col-[namespace] for intelligent column division
 * .col-[namespace]-[number] for a column that covers a specific number of columns (e.g. 1-12 by default)
 * .off-[namespace]-[number] for pushing a col a specific number of columns (e.g. 1-11 by default)
 */
/**
 * Build the grid in two steps, to help minimize file size
 * Step 1, for each namespace, create the grid-base
 * Step 2, for each namespace, wrap the col width/offset measurements in their breakpoint media query
 */
.col-m-1 {
  width: 8.33333%; }

.col-m-2 {
  width: 16.66667%; }

.col-m-3 {
  width: 25%; }

.col-m-4 {
  width: 33.33333%; }

.col-m-5 {
  width: 41.66667%; }

.col-m-6 {
  width: 50%; }

.col-m-7 {
  width: 58.33333%; }

.col-m-8 {
  width: 66.66667%; }

.col-m-9 {
  width: 75%; }

.col-m-10 {
  width: 83.33333%; }

.col-m-11 {
  width: 91.66667%; }

.col-m-12 {
  width: 100%; }

.off-m-1 {
  margin-left: 8.33333%; }

.off-m-2 {
  margin-left: 16.66667%; }

.off-m-3 {
  margin-left: 25%; }

.off-m-4 {
  margin-left: 33.33333%; }

.off-m-5 {
  margin-left: 41.66667%; }

.off-m-6 {
  margin-left: 50%; }

.off-m-7 {
  margin-left: 58.33333%; }

.off-m-8 {
  margin-left: 66.66667%; }

.off-m-9 {
  margin-left: 75%; }

.off-m-10 {
  margin-left: 83.33333%; }

.off-m-11 {
  margin-left: 91.66667%; }

@media only screen and (min-width: 768px) {
  .col-t-1 {
    width: 8.33333%; }
  .col-t-2 {
    width: 16.66667%; }
  .col-t-3 {
    width: 25%; }
  .col-t-4 {
    width: 33.33333%; }
  .col-t-5 {
    width: 41.66667%; }
  .col-t-6 {
    width: 50%; }
  .col-t-7 {
    width: 58.33333%; }
  .col-t-8 {
    width: 66.66667%; }
  .col-t-9 {
    width: 75%; }
  .col-t-10 {
    width: 83.33333%; }
  .col-t-11 {
    width: 91.66667%; }
  .col-t-12 {
    width: 100%; }
  .off-t-1 {
    margin-left: 8.33333%; }
  .off-t-2 {
    margin-left: 16.66667%; }
  .off-t-3 {
    margin-left: 25%; }
  .off-t-4 {
    margin-left: 33.33333%; }
  .off-t-5 {
    margin-left: 41.66667%; }
  .off-t-6 {
    margin-left: 50%; }
  .off-t-7 {
    margin-left: 58.33333%; }
  .off-t-8 {
    margin-left: 66.66667%; }
  .off-t-9 {
    margin-left: 75%; }
  .off-t-10 {
    margin-left: 83.33333%; }
  .off-t-11 {
    margin-left: 91.66667%; } }

@media only screen and (min-width: 992px) {
  .col-d-1 {
    width: 8.33333%; }
  .col-d-2 {
    width: 16.66667%; }
  .col-d-3 {
    width: 25%; }
  .col-d-4 {
    width: 33.33333%; }
  .col-d-5 {
    width: 41.66667%; }
  .col-d-6 {
    width: 50%; }
  .col-d-7 {
    width: 58.33333%; }
  .col-d-8 {
    width: 66.66667%; }
  .col-d-9 {
    width: 75%; }
  .col-d-10 {
    width: 83.33333%; }
  .col-d-11 {
    width: 91.66667%; }
  .col-d-12 {
    width: 100%; }
  .off-d-1 {
    margin-left: 8.33333%; }
  .off-d-2 {
    margin-left: 16.66667%; }
  .off-d-3 {
    margin-left: 25%; }
  .off-d-4 {
    margin-left: 33.33333%; }
  .off-d-5 {
    margin-left: 41.66667%; }
  .off-d-6 {
    margin-left: 50%; }
  .off-d-7 {
    margin-left: 58.33333%; }
  .off-d-8 {
    margin-left: 66.66667%; }
  .off-d-9 {
    margin-left: 75%; }
  .off-d-10 {
    margin-left: 83.33333%; }
  .off-d-11 {
    margin-left: 91.66667%; } }

@media only screen and (min-width: 1380px) {
  .col-b-1 {
    width: 8.33333%; }
  .col-b-2 {
    width: 16.66667%; }
  .col-b-3 {
    width: 25%; }
  .col-b-4 {
    width: 33.33333%; }
  .col-b-5 {
    width: 41.66667%; }
  .col-b-6 {
    width: 50%; }
  .col-b-7 {
    width: 58.33333%; }
  .col-b-8 {
    width: 66.66667%; }
  .col-b-9 {
    width: 75%; }
  .col-b-10 {
    width: 83.33333%; }
  .col-b-11 {
    width: 91.66667%; }
  .col-b-12 {
    width: 100%; }
  .off-b-1 {
    margin-left: 8.33333%; }
  .off-b-2 {
    margin-left: 16.66667%; }
  .off-b-3 {
    margin-left: 25%; }
  .off-b-4 {
    margin-left: 33.33333%; }
  .off-b-5 {
    margin-left: 41.66667%; }
  .off-b-6 {
    margin-left: 50%; }
  .off-b-7 {
    margin-left: 58.33333%; }
  .off-b-8 {
    margin-left: 66.66667%; }
  .off-b-9 {
    margin-left: 75%; }
  .off-b-10 {
    margin-left: 83.33333%; }
  .off-b-11 {
    margin-left: 91.66667%; } }

/*********************
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.



GENERAL STYLES
*********************/
html {
  overflow-x: hidden; }
  html.scrolled.menu-open {
    overflow: hidden; }

body {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  letter-spacing: -0.01em;
  line-height: 25px;
  color: #444;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  body.scrolled.menu-open {
    overflow: hidden; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
.search-results article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .search-results article:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 87.5%;
  margin: 0 auto; }

.floatoverflow {
  overflow: hidden; }

.main-col,
.side-col {
  float: left;
  width: 100%; }

/*********************
HEADER STYLES
*********************/
.header.spacer {
  padding-bottom: 80px; }
  .header.spacer.extra-space {
    padding-bottom: 120px; }

#siteinfo {
  text-align: center;
  font-family: "Open Sans", serif;
  color: #000;
  line-height: 30px;
  padding-bottom: 9px;
  padding-top: 15px; }
  #siteinfo img {
    display: block;
    margin: 0 auto;
    width: 72px;
    height: 72px; }
  #siteinfo span {
    display: block;
    margin-bottom: 5px; }
  #siteinfo .name {
    font-size: 28px; }
    #siteinfo .name a {
      color: inherit;
      font-size: 26px;	  
      text-decoration: none;
    }

#sidebarfold {
  background: #eee;
  border-bottom: 1px solid #e0e0e0;
  padding: 6px 6.25%;
  text-transform: uppercase;
  font-family: "Open Sans", serif;
  font-size: 14px;
  cursor: pointer; }
  #sidebarfold .fa {
    margin-left: 10px; }

.titlebar {
  background: url("../images/defaultbanner.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  position: relative; }
  .titlebar h1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/*********************
NAVIGATION STYLES
*********************/
.main-menu-wrap {
  background: #922f2b;
  margin-bottom: 10px; }
  .main-menu-wrap.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99; }
    .main-menu-wrap.sticky.open {
      max-height: 100%;
      overflow-y: auto; }

#menu-toggle {
  font-family: "Open Sans", serif;
  color: #FFF;
  text-transform: uppercase;
  padding: 18px 6.25% 17px;
  cursor: pointer;
  display: inline-block; }
  #menu-toggle .fa {
    margin-right: 10px; }

.tablet-ctas {
  float: right;
  padding: 14px 6.25% 14px 0; }
  .tablet-ctas a.btn, .tablet-ctas a.blue-btn, .tablet-ctas a.comment-reply-link, .tablet-ctas a#submit, .tablet-ctas a.red-btn, .tablet-ctas a.green-btn, .tablet-ctas a.grey-btn, .tablet-ctas a.white-btn {
    font-size: 13px; }

#main-menu {
  font-family: "Open Sans", serif;
  font-size: 15px; }
  #main-menu li {
    border-top: 1px solid #BE3A34; }
    #main-menu li a {
      color: #FFF;
      padding: 10px 6.25%; }
      #main-menu li a:focus, #main-menu li a:active, #main-menu li a:hover {
        background: #BE3A34; }
    #main-menu li ul li {
      padding-left: 6.25%;
      background: #12344f; }
    #main-menu li .open-children {
      background: #12344f;
      color: #FFF;
      float: right;
      text-align: center;
      width: 46px;
      height: 46px;
      line-height: 46px; }
  #main-menu .open-children {
    display: none; }
  #main-menu .menu-item-has-children > .open-children {
    display: block; }
  #main-menu ul {
    display: none; }
    #main-menu ul.active {
      display: block; }

.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li a {
    display: block;
    text-decoration: none; 
    font-family: "Open Sans";
    font-size:12px;
  }
    .nav li a:hover, .nav li a:focus {
      text-decoration: none; }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin: 0; }

/* end .nav */
/*********************
HOMEBINS STYLING
*********************/
.homebins {
  margin-left: -5px;
  margin-right: -5px; }
  .homebins .hero {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 100%;
    padding-bottom: 10px; }
  .homebins .quicklinks {
    width: 100%;
    float: left;
    margin-top: -5px; }
  .homebins .quicklink {
    width: 87.5%;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    font-family: "Open Sans", serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600; }
    .homebins .quicklink .background {
      position: relative;
      background: #be3a34; }
    .homebins .quicklink a {
      width: 100%;
      height: 100%;
      padding: 10px 20px;
      display: block;
      color: #FFF; }
    .homebins .quicklink .title .border-wrap {
      display: block;
      border-left: 10px solid #922f2b;
      padding: 10px 20px;
      margin: -10px -20px; }

@media (max-width: 767px) {
  .homebins .quicklink .background {
    background-image: none !important; } }

.boxes .box {
  font-size: 14px;
  background: #FFF;
  margin-bottom: 20px; }
  .boxes .box .imagebox {
    width: 100%;
    height: 260px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
    .boxes .box .imagebox a {
      display: block;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      -webkit-transition: opacity 0.24s ease-in-out;
      transition: opacity 0.24s ease-in-out; }
      .boxes .box .imagebox a:hover, .boxes .box .imagebox a:focus, .boxes .box .imagebox a:active {
        opacity: 0.35; }
  .boxes .box .contentbox {
    padding: 23px 25px 32px; }
    .boxes .box .contentbox a {
      text-transform: uppercase;
      color: #5c9619; }
      .boxes .box .contentbox a:hover, .boxes .box .contentbox a:focus, .boxes .box .contentbox a:active {
        text-decoration: underline; }

.cutaway {
  background: #e6e0d9;
  padding: 80px 0 85px; }
  .cutaway h2, .cutaway .placeholder-for-division-link {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin-bottom: 36px; }

.events-news {
  padding-bottom: 50px; }
  .events-news h2, .events-news .placeholder-for-division-link {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 600; }

.listing-block {
  padding: 24px 0 30px; }
  .listing-block .daterange {
    display: block;
    margin-top: -10px;
    margin-bottom: 8px; }
  .listing-block .location {
    display: block;
    margin-top: 10px;
    margin-bottom: -8px; }
  .listing-block h3 {
    color: #be3a34;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase; }
  .listing-block .block {
    background: #F5F5F5;
    padding: 40px 20px;
    margin-bottom: 20px;
    position: relative; }
    .listing-block .block .imagewrap {
      display: none; }
    .listing-block .block .contentwrap {
      padding-right: 20px;
      padding-left: 20px; }
  .listing-block a.more {
    font-size: 14px;
    text-transform: uppercase;
    color: #5c9619;
    padding: 5px 25px;
    display: block; }
    .listing-block a.more :after {
      content: ' >'; }
    .listing-block a.more:hover, .listing-block a.more:focus, .listing-block a.more:active {
      text-decoration: underline; }
  .listing-block.shortcoded .block {
    padding: 7px;
    background: none;
    border: 1px solid #ddd;
    margin-bottom: 0; }
    .listing-block.shortcoded .block:not(:last-child) {
      border-bottom: 0; }
    .listing-block.shortcoded .block .contentwrap {
      padding: 7px 0; }

.field-items .filefield-file img {
  margin: 0 15px 0 0; }

.licencee-grid > div:nth-child(odd) {
  clear: left; }

.licencee-grid .item {
  text-align: center;
  margin-bottom: 20px; }
  .licencee-grid .item .imgwrap {
    border: 1px solid #ddd;
    background: #eee;
    padding: 20px; }
  .licencee-grid .item img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 100px; }
  .licencee-grid .item strong, .licencee-grid .item span {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd; }
    .licencee-grid .item strong:last-child, .licencee-grid .item span:last-child {
      border-bottom: 0; }

/*********************
SLIDER STYLES
*********************/
.flexslider {
  border: none;
  margin-bottom: 0; }
  .flexslider .slides > li {
    background-color: #ebebeb; }
  .flexslider .slide-content-wrap {
    width: 87.5%;
    margin: 0 auto;
    display: block;
    padding: 47px 0 49px 30px; }
    .flexslider .slide-content-wrap h2, .flexslider .slide-content-wrap .placeholder-for-division-link {
      font-size: 40px;
      line-height: 40px;
      display: block;
      margin-bottom: 20px;
      position: relative; }
      .flexslider .slide-content-wrap h2 .pretitle, .flexslider .slide-content-wrap .placeholder-for-division-link .pretitle {
        font-weight: bold;
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 3px;
        text-transform: uppercase;
        display: block; }
      .flexslider .slide-content-wrap h2:before, .flexslider .slide-content-wrap .placeholder-for-division-link:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -28px;
        width: 5px;
        height: 70px;
        background: #be3a34; }
    .flexslider .slide-content-wrap .learnmore {
      color: #FFF;
      font-weight: bold;
      display: table;
      margin-top: 15px; }
  .flexslider .flex-control-nav {
    top: 20px;
    bottom: auto;
    right: 0;
    z-index: 10;
    padding: 0 20px;
    width: auto; }
    .flexslider .flex-control-nav li {
      margin: 0 3px; }
      .flexslider .flex-control-nav li a {
        box-shadow: none;
        background-color: #ccc; }
        .flexslider .flex-control-nav li a.flex-active {
          background-color: #5c9619; }
        .flexslider .flex-control-nav li a:hover, .flexslider .flex-control-nav li a:focus, .flexslider .flex-control-nav li a:active {
          background-color: #34540e; }

@media (max-width: 767px) {
  .flexslider .slides > li {
    background-image: none !important; } }

/*********************
POSTS & CONTENT STYLES
*********************/
#inner-content {
  padding: 0 0 127px; }

.bulletin .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .bulletin .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

.hentry footer p {
  margin: 0; }

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
  font-style: italic;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .byline > span {
    margin-right: 15px; }
  .byline .grouping:after {
    content: ', '; }
  .byline .grouping:last-child:after {
    content: ''; }

/* entry content */
/* 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 */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

.speaker {
  border: 1px solid #ddd;
  padding: 7px; }
  .speaker:not(:first-child) {
    border-top: 0; }
  .speaker span {
    width: 100%;
    display: block; }
    .speaker span.title {
      width: auto;
      color: #888;
      font-style: italic; }

/******************************************************************
XML STYLES
******************************************************************/
.xml-title {
  margin-bottom: 20px; }

.winner {
  border: 1px solid #ddd;
  padding: 7px 20px 2px;
  margin-bottom: 26px;
  position: relative;
  text-align: center; }

.winner-box {
  display: inline-block; }
  .winner-box strong {
    margin-top: 11px;
    display: block;
    color: #222;
    position: absolute;
    left: 50%;
    top: -25px;
    background: #FFF;
    padding: 0 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .winner-box strong:before {
      content: '- '; }
    .winner-box strong:after {
      content: ' -'; }
  .winner-box .trophy {
    text-align: center; }
    .winner-box .trophy .image-box {
      overflow: hidden; }
      .winner-box .trophy .image-box img {
        margin: 0;
        max-width: 145px; }
  .winner-box .winnertext {
    overflow: hidden;
    padding: 22px 15px 0; }
    .winner-box .winnertext span {
      display: block;
      font-size: 18px;
      color: #888;
      margin-bottom: 11px; }
    .winner-box .winnertext p {
      margin: 0; }

.xml-row {
  margin-bottom: 20px; }
  .xml-row .xml-item {
    margin-bottom: 20px; }
    .xml-row .xml-item .inner {
      padding: 15px 12px 4px;
      border: 1px solid #ddd; }
      .xml-row .xml-item .inner h3 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px; }
        .xml-row .xml-item .inner h3 a {
          color: inherit; }
          .xml-row .xml-item .inner h3 a:hover, .xml-row .xml-item .inner h3 a:focus, .xml-row .xml-item .inner h3 a:active {
            color: #922f2b; }
      .xml-row .xml-item .inner div {
        font-size: 14px;
        border-top: 1px solid #ddd;
        padding: 4px 12px;
        margin: 0 -12px; }
        .xml-row .xml-item .inner div:nth-child(even) {
          /*background: #fafafa;*/ }
        .xml-row .xml-item .inner div:last-child {
          margin-bottom: -4px;
          padding-bottom: 4px; }
        .xml-row .xml-item .inner div span {
          font-size: 11px;
          line-height: 12px;
          color: #922f2b;
          text-transform: uppercase;
          padding-top: 5px;
          display: block; }
          .xml-row .xml-item .inner div span.fa {
            display: inline-block;
            margin-right: 8px;
            font-size: 16px; }
        .xml-row .xml-item .inner div a {
          font-weight: bold; }
      .xml-row .xml-item .inner .titlewrap {
        border-top: 0;
        padding: 0;
        margin: 0;
        position: relative;
        min-height: 40px; }
        .xml-row .xml-item .inner .titlewrap h3 {
          position: absolute;
          bottom: 0;
          left: 0; }
  .xml-row.table-style .xml-item {
    margin: 0; }
    .xml-row.table-style .xml-item:nth-child(2n) {
      background: #fafafa; }
    .xml-row.table-style .xml-item .inner {
      padding: 0 10px;
      margin: 0; }
      .xml-row.table-style .xml-item .inner h3 {
        font-size: 14px;
        line-height: 18px; }
      .xml-row.table-style .xml-item .inner div {
        border: 0;
        padding: 15px 10px;
        margin: 0; }
        .xml-row.table-style .xml-item .inner div:last-child {
          margin: 0;
          padding: 15px 10px; }
        .xml-row.table-style .xml-item .inner div:nth-child(even) {
          background: none; }

.xml-collapse .xml-title {
  cursor: pointer;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 8px;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px; }
  .xml-collapse .xml-title:hover, .xml-collapse .xml-title:focus, .xml-collapse .xml-title:active {
    color: #12344f; }
  .xml-collapse .xml-title .fa {
    font-size: 20px;
    color: #215d8d;
    float: right;
    position: relative;
    bottom: -7px;
    right: -1px; }

.xml-collapse .xml-row {
  display: none; }

.xml-collapse.active .xml-row {
  display: block; }

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

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    padding: 0;
    clear: both; }
  .pagination li {
    padding: 0;
    margin: 0;
    display: inline-block;
    overflow: hidden; }
  .pagination a, .pagination li > span {
    margin: 5px;
    text-decoration: none;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 5px 10px;
    min-width: 1em;
    display: block;
    background: #eee;
    border-radius: 4px; }
    .pagination a:hover, .pagination a:focus, .pagination li > span:hover, .pagination li > span:focus {
      background-color: #215d8d;
      color: #FFF; }
  .pagination .current {
    cursor: default;
    color: #888; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #eee;
      color: #888; }

/* 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 */
.filter {
  text-align: center;
  margin-bottom: 20px; }
  .filter a {
    margin: 0 5px 10px; }

.button-row {
  margin-top: 30px;
  text-align: center;
  clear: both; }

.news-listing .item {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.01em; }
  .news-listing .item h2, .news-listing .item .placeholder-for-division-link {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px; }
  .news-listing .item .date {
    font-size: 15px; }
  .news-listing .item .groupings {
    margin: 7px -10px 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px; }
    .news-listing .item .groupings .grouping {
      display: block;
      width: 50%;
      padding: 10px;
      float: left;
      box-sizing: padding-box; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #999;
  /* number of comments span */ }

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

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #999;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #999;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .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.odd {
    background-color: #FFF; }
  .comment.even {
    background: #999; }

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

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

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

#reply-title {
  margin: 0; }

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

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

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

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

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

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

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

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  margin-top: 40px;
  display: none; }
  .sidebar.active {
    display: block; }

#main {
  margin-top: 40px; }

.widgettitle {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  background: #215d8d;
  border-radius: 5px 5px 0 0;
  padding: 7px 14px;
  margin: -17px -15px 16px;
  border-bottom: 1px solid #ddd; }
  .widgettitle.current_page_item a {
    color: #FFF; }
  .widgettitle a {
    color: inherit; }

.widget {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 16px 14px 18px;
  margin-bottom: 30px; }
  .widget ul {
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", serif;
    margin: 0;
    line-height: 20px; }
    .widget ul li {
      position: relative;
      padding-left: 18px;
      margin-top: 10px;
      /* deep nesting */ }
      .widget ul li.toggle {
        font-size: 0; }
        .widget ul li.toggle a {
          font-size: 14px;
          display: inline;
          padding-right: 22px; }
      .widget ul li .control {
        font-size: 14px;
        display: inline;
        width: 14px;
        margin-right: -22px;
        margin-left: -22px;
        cursor: pointer; }
        .widget ul li .control:before {
          padding: 5px; }
      .widget ul li a {
        color: #444; }
        .widget ul li a:hover, .widget ul li a:focus, .widget ul li a:active {
          text-decoration: underline; }
      .widget ul li.current_page_item > a {
        color: #5c9619; }
      .widget ul li ul {
        display: none;
        font-weight: normal;
        color: #6e6e6e; }
      .widget ul li.active > ul {
        display: block; }

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

.cta-block {
  font-family: "Open Sans", serif;
  padding: 40px 28px;
  background-color: #215d8d;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  border-radius: 5px; }
  .cta-block h3 {
    font-size: 24px;
    font-weight: 900;
    color: #FFF;
    line-height: 28px; }
  .cta-block .extra {
    margin-bottom: 15px; }
  .cta-block.has-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .cta-block.has-image * {
      z-index: 4;
      position: relative; }
    .cta-block.has-image:before {
      border-radius: 5px;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 3;
      left: 0;
      top: 0;
      background: transparent;
      background: -webkit-linear-gradient(top, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

/*********************
FOOTER STYLES
*********************/
.footer {
  font-family: "Open Sans", serif;
  clear: both;
  color: #FFF; }
  .footer .top-footer {
    text-align: center;
    padding: 22px 0 2px;
    background: #922f2b; }
    .footer .top-footer .col-m-12 {
      margin-bottom: 20px; }
  .footer .bottom-footer {
    background: #be3a34; }
  .footer a:not(.white-btn) {
    color: inherit; }
    .footer a:not(.white-btn):focus, .footer a:not(.white-btn):hover, .footer a:not(.white-btn):active {
      color: #d66d69; }

.social-block {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #eee;
  font-size: 20px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px 0 0; }
  .social-block:last-child {
    margin: 0; }
  .social-block a {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%; }
    .social-block a span {
      color: #be3a34;
      -webkit-transition: color 0.24s ease-in-out;
      transition: color 0.24s ease-in-out; }
    .social-block a:focus span, .social-block a:hover span, .social-block a:active span {
      color: inherit !important; }
  .social-block .name {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }

.contact {
  padding: 37px 0 18px; }
  .contact p {
    font-size: 15px;
    line-height: 25px;
    margin: 0; }
  .contact .name {
    font-weight: bold; }
  .contact .address .street,
  .contact .address .postal {
    display: block; }
  .contact .barwrap {
    position: relative;
    padding-left: 23px;
    margin-bottom: 18px;
    max-width: 275px; }
    .contact .barwrap:before {
      content: '';
      display: block;
      width: 5px;
      height: calc(100% - 8px);
      position: absolute;
      left: 0;
      top: 4px;
      background: #FFF; }
  .contact .telnumbers {
    padding-left: 23px; }
    .contact .telnumbers > span {
      display: block; }

.copyright {
  font-size: 13px;
  line-height: 20px;
  color: #d7d7d7;
  padding: 40px 10px 38px; }
  .copyright span {
    display: block; }

body .nc_socialPanelSide .nc_tweetContainer {
  width: 50px; }

body .nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes):hover {
  width: 120px; }

.entry-content {
  /******************************************************************
Stylesheet: Elements Stylesheet
******************************************************************/
  /*
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 18px; }
  .entry-content ul.content-list, .entry-content ol.content-list {
    margin: 0 0 18px; }
    .entry-content ul.content-list li, .entry-content ol.content-list li {
      padding-left: 30px;
      padding-bottom: 7px;
      position: relative; }
      .entry-content ul.content-list li:last-child, .entry-content ol.content-list li:last-child {
        padding-bottom: 0; }
    .entry-content ul.content-list ul,
    .entry-content ul.content-list ol, .entry-content ol.content-list ul,
    .entry-content ol.content-list ol {
      margin: 8px 0 0; }
  .entry-content ul.content-list > li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 9px;
    left: 13px;
    background: #be3a34; }
  .entry-content ol.content-list {
    counter-reset: orderedlist; }
    .entry-content ol.content-list > li:before {
      content: counter(orderedlist) ".";
      counter-increment: orderedlist;
      display: block;
      position: absolute;
      top: 0;
      left: 9px; }
  .entry-content table {
    width: 100%;
    border: 1px solid #ddd; }
  .entry-content .table-container {
    width: auto;
    min-width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 26px; }
  .entry-content tr {
    border-bottom: 1px solid #ddd; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #ddd; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: bold;
    text-align: left;
    padding: 7px; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #215d8d;
    font-style: italic; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 18px 0;
    max-width: 100%;
    height: auto; }
  .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: #000;
    color: #999;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/*********************
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) {
  /******************************************************************
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.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 15px;
      max-width: 50%;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 15px;
      max-width: 100%;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
 }



@media only screen and (min-width: 768px) {
  /******************************************************************
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
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 728px; }
  .main-col {
    width: 66.666667%; }
    .main-col.full {
      width: 100%; }
  .side-col {
    width: 33.333333%; }
  /*********************
HEADER STYLES
*********************/
  .header.spacer {
    padding-bottom: 80px; }
    .header.spacer.extra-space {
      padding-bottom: 80px; }
  #sidebarfold {
    display: none; }
  #siteinfo {
    padding-top:13px;
    padding-bottom: 19px;
    text-align: left;
    padding-left: 9px; }
    #siteinfo img {
      margin: 0 10px 0;
      width: auto;
      height: auto; }
    #siteinfo .logo {
      float: left; }
    #siteinfo .name {
      padding-top: 18px; }
    #siteinfo .description {
      font-size: 14px;
      font-family: "Open Sans";
      text-transform: uppercase; }
  .news-listing #postgrid > div:nth-child(2n+1) {
    clear: both; }
  /*********************
HOMEBINS STYLING
*********************/
  .listing-block .block .imagewrap {
    float: left;
    margin-right: 20px;
    display: block; }
  .listing-block .block .contentwrap.clearimg {
    padding-left: 120px; }
  .listing-block .block img {
    display: block;
    margin: 0;
    height: auto;
    width: 100px; }
  /*********************
SLIDER STYLES
*********************/
  .flexslider {
    border: none;
    margin-bottom: 0; }
    .flexslider .slides > li {
      height: 560px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      .flexslider .slides > li:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: transparent;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.36) 34%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(34%, rgba(0, 0, 0, 0.36)), color-stop(70%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.75)));
        background: -webkit-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: -o-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: -ms-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
    .flexslider .slide-content-wrap {
      width: 100%;
      color: #FFF;
      margin: 0;
      z-index: 5;
      right: 0;
      padding: 55px 80px;
      position: absolute;
      bottom: 0; }
      .flexslider .slide-content-wrap h2, .flexslider .slide-content-wrap .placeholder-for-division-link {
        color: inherit;
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 10px; }
        .flexslider .slide-content-wrap h2 .pretitle, .flexslider .slide-content-wrap .placeholder-for-division-link .pretitle {
          font-size: 24px;
          line-height: 24px; }
        .flexslider .slide-content-wrap h2 a, .flexslider .slide-content-wrap .placeholder-for-division-link a {
          font-weight: bold;
          color: #FFF;
          display: initial; }
          .flexslider .slide-content-wrap h2 a:focus, .flexslider .slide-content-wrap .placeholder-for-division-link a:focus, .flexslider .slide-content-wrap h2 a:hover, .flexslider .slide-content-wrap .placeholder-for-division-link a:hover, .flexslider .slide-content-wrap h2 a:active, .flexslider .slide-content-wrap .placeholder-for-division-link a:active {
            color: #be3a34; }
  .winner-box .trophy {
    float: left; }
  .winner-box .winnertext {
    text-align: left; }
  .speaker span {
    width: 50%;
    float: left; }
    .speaker span.title, .speaker span.date {
      clear: both;
      float: none;
      width: auto; }
  /*********************
NAVIGATION STYLES
*********************/
  #inner-content {
    padding: 38px 0 127px; }
  #menu-toggle {
    float: left; }
  #menu-item-3745 > a:before,
  #menu-item-5050 > a:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: '\f2be';
    margin-right: 7px;
    position: relative;
    top: 1px; }
  .tablet-ctas *:first-child {
    margin-right: 17px; }
  #main-menu {
    clear: both; }
  /*********************
HOMEBINS STYLING
*********************/
  .homebins .quicklink {
    width: 50%;
    height: 285px;
    float: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600; }
    .homebins .quicklink .background {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%; }
      .homebins .quicklink .background:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: transparent;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.36) 34%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(34%, rgba(0, 0, 0, 0.36)), color-stop(70%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.75)));
        background: -webkit-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: -o-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: -ms-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
    .homebins .quicklink .title {
      width: calc(100% - 40px);
      padding: 45px 0;
      position: absolute;
      bottom: 0; }
      .homebins .quicklink .title .border-wrap {
        display: block;
        border-left: 5px solid #be3a34;
        padding: 0 0 0 20px;
        margin: 0; }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 0;
    padding-right: 40px;
    display: block; }
  #main {
    margin-top: 0; }
  .widget ul li {
    /* deep nesting */ }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  .licencee-grid > div:nth-child(odd) {
    clear: none; }
  .licencee-grid > div:nth-child(3n+1) {
    clear: left; }
  .xml-row > div:nth-child(odd) {
    clear: left; }
  /*********************
FOOTER STYLES
*********************/
  .footer .top-footer {
    text-align: left;
    padding: 17px 0 0; }
    .footer .top-footer .social {
      text-align: right; }
    .footer .top-footer .col-m-12 {
      margin-bottom: 13px; }
  .contact {
    margin: 0 -10px; }
    .contact > * {
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .contact .barwrap {
      padding-left: 40px; }
      .contact .barwrap:before {
        left: 10px; }
    .contact .telnumbers {
      padding-left: 42px;
      padding-top: 25px; }
  .copyright {
    padding: 38px 10px 18px; }
    .copyright span {
      display: inline-block; } }

/*********************
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: 992px) {
  /******************************************************************
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.

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  html.scrolled.menu-open {
    overflow: auto;
    overflow-x: hidden; }
  body.scrolled.menu-open {
    overflow: auto;
    overflow-x: hidden; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 95%;
    max-width: 1200px; }
  .main-col {
    width: 72.25%; }
    .main-col.full {
      width: 100%; }
  .side-col {
    width: 27.75%;
    padding-right: 4.333333%; }
  /*********************
HEADER STYLES
*********************/
  .header.spacer {
    padding-bottom: 0; }
    .header.spacer.extra-spacing {
      padding-bottom: 0; }
  .header-ctas {
    clear: both;
    float: right;
    font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif; }
    .header-ctas * {
      display: block;
      float: left;
      margin-left: 20px; }
      .header-ctas *:first-child {
        margin-left: 0; }
    .header-ctas #searchsite {
      margin-top: 3px;
      font-size: 15px;
      text-transform: uppercase;
      color: #be3a34;
      text-decoration: none; }
      .header-ctas #searchsite > span {
        font-size: 13px;
        color: #FFF;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: #be3a34;
        border-radius: 100%;
        margin-right: 7px; }
      .header-ctas #searchsite:focus, .header-ctas #searchsite:active, .header-ctas #searchsite:hover {
        color: #922f2b;
        text-decoration: none; }
        .header-ctas #searchsite:focus > span, .header-ctas #searchsite:active > span, .header-ctas #searchsite:hover > span {
          color: #FFF;
          background: #922f2b; }
  .speaker span.location {
    clear: none;
    float: left;
    width: 25%; }
  .speaker span.who {
    clear: none;
    float: left;
    width: 50%; }
  .speaker span.date {
    clear: none;
    float: left;
    width: 25%; }
  .news-listing #postgrid > div:nth-child(2n+1) {
    clear: none; }
  .news-listing #postgrid > div:nth-child(3n+1) {
    clear: both; }
  /*********************
NAVIGATION STYLES
*********************/
  .main-menu-wrap.sticky {
    position: static;
    width: auto;
    top: auto;
    z-index: 99; }
  #header-menu {
    font-family: "Open Sans", serif;
    text-align: right;
    padding-top: 28px;
    padding-bottom: 7px;
    font-size: 15px; }
    #header-menu > ul {
      float: right; }
    #header-menu li {
      display: block;
      float: left;
      margin-left: 20px; }
      #header-menu li:first-child {
        margin-left: 0; }
      #header-menu li a {
        display: block;
        color: #4b4b4b;
        padding: 7px 0; }
        #header-menu li a:hover, #header-menu li a:focus, #header-menu li a:active {
          color: #be3a34; }
  /*
    Main Menu
*/
  #main-menu {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    /*
        Top Level
    */ }
    #main-menu ul {
      display: block; }
    #main-menu li {
      border-top: none;
      display: block;
      position: relative; }
      #main-menu li.edge ul {
        right: 0; }
      #main-menu li ul {
        background: #f0f0f0;
        padding: 5px 0 11px;
        text-align: left;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        font-family: "Open Sans", serif;
        text-transform: none;
        border: 1px solid #215d8d;
        border-radius: 0 0 8px 8px; }
        #main-menu li ul .menu-item-has-children > a:after {
          content: ' >';
          display: inline-block;
          margin-left: 10px; }
        #main-menu li ul li {
          white-space: nowrap;
          padding-left: 0;
          position: relative;
          background: none; }
          #main-menu li ul li ul {
            left: 100%;
            top: 0 !important; }
          #main-menu li ul li a {
            color: #444;
            font-size: 14px;
            font-weight: 600;
            margin-top: 6px;
            padding: 6px 30px 5px; }
            #main-menu li ul li a:focus, #main-menu li ul li a:active, #main-menu li ul li a:hover {
              color: #FFF;
              background: #be3a34; }
      #main-menu li:hover > ul {
        top: auto;
        visibility: visible; }
    #main-menu > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #main-menu > ul.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #main-menu > ul > li {
        display: inline-block;
        float: left;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-transform: uppercase;
        text-align: center; }
        #main-menu > ul > li.wpml-ls-item {
          display: none; }
        #main-menu > ul > li > a {
          margin: 20px 0;
          border-right: 1px solid #BE3A34;
          padding: 0 8px; }
          #main-menu > ul > li > a:focus, #main-menu > ul > li > a:active, #main-menu > ul > li > a:hover {
            background: none;
            color: #6c90ad; }
        #main-menu > ul > li:first-child > a {
          padding-left: 0; }
        #main-menu > ul > li:last-child > a, #main-menu > ul > li#menu-item-5055 > a, #main-menu > ul > li#menu-item-5074 > a {
          border-right: 0;
          padding-right: 0; }
    #main-menu .open-children {
      display: none !important; }
  /*********************
HOMEBINS STYLING
*********************/
  .homebins .hero {
    width: 40%; }
  .homebins .quicklinks {
    width: 60%; }
  .homebins .quicklink {
    width: 33.33333%; }
    .homebins .quicklink a {
      padding: 30px; }
    .homebins .quicklink .title {
      width: calc(100% - 60px); }
  .licencee-grid > div:nth-child(odd) {
    clear: none; }
  .licencee-grid > div:nth-child(3n+1) {
    clear: none; }
  .licencee-grid > div:nth-child(4n+1) {
    clear: left; }
  .xml-row > div:nth-child(odd) {
    clear: none; }
  .xml-row > div:nth-child(3n+1) {
    clear: left; }
  /*********************
FOOTER STYLES
*********************/
  .footer .top-footer {
    text-align: left;
    padding: 17px 0 0; }
    .footer .top-footer .social {
      text-align: right; }
    .footer .top-footer .col-m-12 {
      margin-bottom: 13px; }
  .footer .bottom-footer {
    padding-bottom: 21px; }
  .contact .barwrap {
    padding-left: 9px; }
    .contact .barwrap:before {
      left: -21px; }
  .copyright {
    text-align: right;
    padding: 75px 10px 18px; }
    .copyright span {
      display: block; }
  body .nc_socialPanelSide {
    left: -8px !important; }
  .nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide) {
    display: none !important; } }

/*********************
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.

******************************************************************/ }

/*********************
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, .placeholder-for-division-link, h3 {
    orphans: 3;
    widows: 3; }
  h2, .placeholder-for-division-link,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }






  .review {
    margin-left: 40px;
    margin-right: 40px;
}

#siteinfo .name a {
    font-size: 28px !important;
    text-decoration: none !important;
}

  

nav a {
    font-size: 15px !important;

  
}



footer {
  margin-top:30px;
  margin-bottom:30px;
}

footer a {
  font-size:16px !important;
  
}

div#login {

    margin-left: 50px;
  margin-right:50px;

}

@media (max-width: 992px) {
    li.menu-item:hover {
      background: #BE3A34 !important;
  }
}


@media only screen and (min-width: 992px) {
  .header-ctas *:first-child {
      margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .header-ctas * {
      display: block;
      float: left;
      margin-left: 20px;
  }
}







@media only screen and (min-width: 992px) {
  .header-ctas {
      clear: both;
      float: right;
      font-family: "Open Sans", serif;
  }
}

.clearfix, .cf, .comment-respond {
    zoom: 1;
}



.header-ctas {
  margin-top: 50px;
}

.tablet-ctas {
    float: right;
    padding: 14px 6.25% 14px 0;
}

@media screen and (min-width: 992px) and (max-width: 1379px) {
  .d-hide {
    display: none !important; }
 }

 @media screen and (min-width: 1380px) {
   .d-hide {
     display: none !important; }
 }

 .tablet-ctas a.green-btn {
     font-size: 13px;
 }

 @media only screen and (min-width: 768px) {
   .tablet-ctas *:first-child {
       margin-right: 17px;
   }

}

.green-btn {
    display: inline-block;
    position: relative;
    background-color: #5c9619;
    font-family: "Open Sans", serif;
    text-decoration: none;
    text-transform: uppercase;
    color: white !important;
    font-size: 15px !important;
    line-height: 30px;
    font-weight: 600;
    padding: 5px 11px 6px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
  text-decoration: none !important;

}

.main-menu-wrap a.green-btn {
    background: red !important;

}

.green-btn:hover {
    background-color: #34540e;
    color: white;
}

a.mobile-btn:hover {
    background-color: #34540e !important;
    color: white;
}


.container p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container .row a {
    font-size: 16px;
}

.container {
margin-top: 40px;
}

.container article {
margin-top: 40px;
}


figcaption.figure-caption {
    font-size: 16px;
}

  .image-area {
      margin-top: 10px;
  }

@media (max-width:768px) {

  .image-area .col-md-2 {
      margin-bottom: 15px;
  }

  #menu-toggle .fa {
      font-size: 15px;
  }

  #menu-toggle {
      font-size: 15px;
  }

} 

@media (max-width:992px) {

  #menu-toggle .fa {
      font-size: 15px;
  }

  #menu-toggle {
      font-size: 15px;
  }

} 

@media (max-width:992px) {
  .image-area .col-md-2 {
      margin-bottom: 15px;
  }
}  


.container ul li {
    font-size: 16px;
    line-height: 26px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
} 

.container ul li:before {
    content: "•  \00a0";
    /* content: '\25CF'; */
    font-size: 20px;
}

.container ul li { 
  text-indent: -16px;
} 


.container ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container ul li p{ 
  padding-left: 20px; 
  text-indent: 0px;
  padding-top: 10px;
} 

label {
  font-size: 16px;
}

.image-width {
  width: 50%;
}


@media (max-width:768px) {

  .container p {
      font-size: 13px;
      line-height: 22px;
  }

  .container .row a {
      font-size: 13px;
  }

  .container ul li p { 
    padding-top: 5px;
  }

  .container ul li {
      font-size: 13px;
      line-height: 22px;
  } 

  label {
    font-size: 13px;
  }

  h1 {
    font-size: 20px;
    line-height: 30px;
    }

  h3 {
    font-size: 16px;
    line-height: 22px;
    }  

  h4 { 
    font-size: 16px;
    line-height: 22px;
  }

   .form-control {
       font-size: 13px;
    }

    .image-width {
      width: 100%;
    }

    figcaption.figure-caption {
        font-size: 13px;
    }    

}  