/*!
Theme Name: UF CJC
Theme URI: http://underscores.me/
Author: Simplefly Creative
Author URI: http://simpleflycreative.com/
Description: A custom theme created for the University of Florida College of Journalism & Communications
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uf-cjc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

UF CJC is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 20px; }
  @media (max-width: 1028px) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 18px; } }
  @media (max-width: 825px) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin: 0 0 25px; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

p {
  margin: 0 0 25px; }

ul, ol {
  /* margin: 0 0 1.5em 3em; } CRL */
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  /* margin-left: 1.5em; */}

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button a {
  background: #225098;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  transition: .25s ease background;
  border: 0; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button a:hover {
    background: #193a6e;
    color: #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #8e8e8e;
  border: 0;
  border-radius: 0;
  font-weight: 800;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 10px; }

textarea {
  padding-left: 10px;
  width: 100%;
  height: 200px; }

::-webkit-input-placeholder {
  text-transform: uppercase; }

:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase; }

::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase; }

:-ms-input-placeholder {
  text-transform: uppercase; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
#page {
  max-width: 1720px;
  margin: auto;
  overflow: hidden; }

.container {
  max-width: 1500px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto; }

.container .container {
  padding-left: 0;
  padding-right: 0; }

.container.relative {
  position: relative; }

.small-container {
  max-width: 1200px; }

.page-template-default .small-container {
  max-width: 1470px;
  }

/*
.featured-snippets .small-container, .intro .small-container, .news-events .small-container {
  max-width: 1200px;
  }
*/
.small-container .entry-content h2, .small-container .right-column .section-block h2 {
	/* text-transform: capitalize; */
	font-weight: bold;
	color: #225098;
}
.small-container .entry-content h3, .small-container .right-column .section-block h3, .single-post .content-wrapper h3 {
	font-weight: bold;
	color: #e97444;
}
.small-container .entry-content h4, .small-container .right-column .section-block h4, .single-post .content-wrapper h4 {
	font-weight: bold;
	color: #225098;
}
.smaller-container {
  max-width: 980px; }

.site-branding {
  float: left;
  padding: 25px 0; }
  @media (max-width: 480px) {
    .site-branding {
      max-width: 70%;
      padding-top: 30px; } }

.social {
  float: right;
  padding: 0 0 0 10px; }
  .social a {
    color: #8a8b8a;
    text-decoration: none;
    padding: 5px;
    display: inline-block; }
    .social a .fa {
      font-size: 15px; }
    .social a:hover {
      color: #ea7545; }

.menu-secondary-header-menu-container {
  float: right; }

.header-right {
  width: 45%;
  float: right;
  text-align: right; }
  @media (max-width: 825px) {
    .header-right {
      width: 50px; } }
  .header-right .top-header, .header-right .bottom-header {
    width: 100%;
    display: inline-block;
    padding-bottom: 0; }

@media (max-width: 825px) {
  .top-header .social {
    display: none; } }

.search-form {
  width: 250px;
  display: inline-block;
  position: relative;
  overflow: hidden; }
  @media (max-width: 825px) {
    .search-form {
      display: none; } }
  .search-form .search-field { /* CRL */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 320px;
    width: 320px;
	    background: #fff;
    border: 1px solid #225098;
    color: #225098;
    transition: .5s all ease;
    padding: 5px 10px 3px 10px;
    height: 50px;
    border-radius: 0; }
  .search-form.open .search-field {
    left: 0; }
  .search-form.open div.search-toggle.top {
    display: none; }

.search-toggle, .give-button-top {
  background: #225098;
  padding: 15px;
  width: 60px;
  height: 60px;
  box-shadow: none;
  border: 0;
  transition: .25s background ease;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 0;
  cursor: pointer;
  position: relative; }
.give-button-top {
  margin-left:10px;
  float: right;
}
.give-button-top:hover {
    background: #ea7545; }
@media (max-width: 825px) {
    .give-button-top {
      display: none; } }


  .search-toggle.top {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .search-toggle .fa, .give-button-top .fa {
    font-size: 24px; }
  .search-toggle:hover {
    background: #193a6e; }

.sidebar.right {
  font-size: 17px;
  line-height: 1.4em; }

.site-footer {
  background: #39abae;
  color: #fff;
  text-align: center;
  /* padding: 75px 0; CRL */
  padding: 25px 0;
  font-size: 12px; }
  .site-footer .logo {
    margin: auto;
    display: block;
    padding-bottom: 25px; }
  .site-footer a {
    color: #fff;
    text-decoration: none; }
    .site-footer a:hover {
      color: #225098; }
  .site-footer .copyright {
    padding: 0 0 20px; }

/* CRL */
.sidebar.right.freeform h3 {
	color: #e97444;
}
.freeform .flexslider .subtitle {
	color: #005596;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ea7545;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #225098; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.more {
  font-weight: 700;
  text-transform: uppercase; }

/* CRL */
.news-events.tabs .more {
	font-size: 14px;
	}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-navigation {
	float: right;

	ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;

		ul {
			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
			float: left;
			position: absolute;
			top: 1.5em;
			left: -999em;
			z-index: 99999;

			ul {
				left: -999em;
				top: 0;
			}

			li {
				&:hover > ul,
				&.focus > ul {
					left: 100%;
				}
			}

			a {
				width: 200px;
			}

			:hover > a,
			.focus > a {
			}

			a:hover,
			a.focus {
			}
		}

		li:hover > ul,
		li.focus > ul {
			left: auto;
		}
	}

	li {
		float: left;
		position: relative;

		&:hover > a,
		&.focus > a {
		}
	}

	a {
		display: block;
		text-decoration: none;
	}

	.current_page_item > a,
	.current-menu-item > a,
	.current_page_ancestor > a,
	.current-menu-ancestor > a {
	}
}*/
/*Big Menu*/
.menu-position-wrapper {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  z-index: 999;
  display: none; }

#site-navigation {
  float: right; }

.big-menu {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 35px 1% 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-size: 13px;
  text-align: left; }
  .big-menu .column {
    width: 19.5%;
    padding: 0 0 0 30px;
    float: left;
    padding-bottom: 25px; }
    @media (max-width: 825px) {
      .big-menu .column {
        width: 32%; } }
    @media (max-width: 600px) {
      .big-menu .column {
        width: 48%; } }
    @media (max-width: 480px) {
      .big-menu .column {
        width: 100% !important; } }
    .big-menu .column:nth-child(5n+1) {
      clear: left; }
      @media (max-width: 825px) {
        .big-menu .column:nth-child(5n+1) {
          clear: none; } }
    .big-menu .column:nth-child(6), .big-menu .column:nth-child(7), .big-menu .column:nth-child(8), .big-menu .column:nth-child(9) {
      width: 24.5%; }
      @media (max-width: 825px) {
        .big-menu .column:nth-child(6), .big-menu .column:nth-child(7), .big-menu .column:nth-child(8), .big-menu .column:nth-child(9) {
          width: 32%; } }
    @media (max-width: 825px) {
      .big-menu .column:nth-child(3n+1) {
        clear: left; } }
    @media (max-width: 600px) {
      .big-menu .column:nth-child(2n+1) {
        clear: left; }
      .big-menu .column:nth-child(3n+1) {
        clear: none; } }
  .big-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .big-menu li {
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
    .big-menu li a {
      color: #ea7545;
      text-transform: uppercase;
      font-size: 15px;
      padding-bottom: 10px;
      display: inline-block;
      position: relative; }
      .big-menu li a:after {
        content: "";
        width: 50px;
        border-bottom: 2px solid #ea7545;
        display: block;
        margin-top: 10px; }
      .big-menu li a:hover {
        color: #225098; }
    .big-menu li .sub-menu {
      margin-bottom: 2px; }
    .big-menu li .sub-menu li a {
      color: #333;
      text-transform: none;
      font-weight: 400; }
      .big-menu li .sub-menu li a:after {
        content: none; }
      .big-menu li .sub-menu li a:hover {
        color: #225098; }
    .big-menu li .sub-menu li li {
      padding-left: 10px; }
    .big-menu li .sub-menu li li a {
      font-weight: 300; }
  .big-menu ul > li a {
    color: #ea7545;
    text-decoration: uppercase;
    font-size: 15px; }

.featured-spot {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 300; }
  @media (max-width: 825px) {
    .featured-spot {
      display: none; } }
  .featured-spot .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #225098;
    opacity: .7;
    z-index: 9; }
  .featured-spot .featured-image {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    background: #225098;
    padding: 15px;
    height: 150px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .featured-spot h4 {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    margin: 53px 0 0;
    line-height: 1.1em;
    position: relative;
    z-index: 99; }
  .featured-spot a {
    /* font-weight: 400;
    color: #333; CRL */
    color: #e97444;
   	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.menu-toggle {
  background: #ea7545;
  padding: 15px;
  /* width: 60px; */
  width: 90px;
  height: 60px;
  box-shadow: none;
  border: 0;
  transition: .25s background ease;
  border-radius: 2px;
  margin-left: 10px; }
  .menu-toggle span {
    float: left;
    display: inline-block;
    width: 100%;
    border-radius: 6px;
    height: 5px;
    background: #fff;
    margin: 2px 0; }
  .menu-toggle:hover {
    background: #225098;
    box-shadow: none; }

@media (max-width: 376px) {
.menu-toggle {
width: 70px;
padding-left: 5px;
padding-right: 5px;
font-size: 15px;
}
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  padding: 50px 0;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#secondary-menu {
  list-style: none;
  margin: 0; }
  @media (max-width: 825px) {
    #secondary-menu {
      display: none; } }
  #secondary-menu a {
    color: #8a8b8a;
    text-decoration: none;
    font-weight: 600;
    padding: 7px;
    display: inline-block;
    font-size: 14px; }
    #secondary-menu a:hover {
      color: #ea7545; }
  #secondary-menu li {
    display: inline-block; }

.section-menu {
  color: #fff;
  display: inline-block;
  width: 100%; }
  .section-menu ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0; }
  .section-menu li {
    display: inline-block; }
    @media (max-width: 600px) {
      .section-menu li {
        width: 100%; } }
  .section-menu a {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    padding: 25px 0;
    margin: 0 25px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 7px solid transparent;
    transition: .25s all ease; }
    @media (max-width: 825px) {
      .section-menu a {
        font-size: 18px;
        padding: 15px 0;
        margin: 0 15px; } }
    .section-menu a:hover {
      border-color: #ea7545;
      color: #eee; }
  .section-menu .current-menu-item a {
    border-color: #ea7545; }

.sidebar .menu {
  list-style: none;
  margin: 0 0 25px;
  padding: 0; }
  .sidebar .menu li {
    position: relative; }
    .sidebar .menu li.current-menu-item a {
      font-weight: bold; }
/* CRL */
    .sidebar #menu-page-side-ri-experts li.current-menu-item a {
      font-weight: normal; }
  .sidebar .menu > li {
    padding: 0 0 10px;
    cursor: pointer;
    position: relative;
     text-indent: -30px;
     margin-left: 15px;/* crl */}
    .sidebar .menu > li span {
      position: absolute;
      left: -30px;
      top: 0;
      width: 16px; /* 30px; crl */
      height: 30px;
      z-index: 9999; }
    .sidebar .menu > li:before {
      content: " ";
      font-family: 'fontawesome';
      margin-right: 0;
      color: #225098;
      display: inline-block;
      width: 16px;
      text-indent: 0; /* crl */}
    .sidebar .menu > li.menu-item-has-children:before {
      content: "\f105"; }
    .sidebar .menu > li.active:before {
      content: " ";
      margin-right: 0; }
    .sidebar .menu > li.menu-item-has-children.active:before {
      content: "\f107"; }
    .sidebar .menu > li > li {
      font-size: 17px;
      position: relative; }
  .sidebar .menu a {
    color: #225098;
    text-decoration: none;
    transition: .25s opacity ease; }
    .sidebar .menu a:hover {
      opacity: .7; }

.sidebar .menu .sub-menu {
  list-style: none;
  margin: 0 0 0 17px;
  padding: 0;
  display: none; }
  .sidebar .menu .sub-menu > li {
    font-size: 17px;
    font-weight: 600px;
    cursor: pointer;
    /* CRL */
    /* margin-right: 15px;
    margin-left: 15px;
    text-indent: -15px; */
    margin-left: 15px;
    text-indent: -30px;
    line-height: 1.25em;
    margin-bottom: .25em;}
    .sidebar .menu .sub-menu > li:before {
      content: " ";
      color: #225098;
      display: inline-block;
      width: 15px;
      margin-right: 0;
      text-indent: 0; /* crl */}
    .sidebar .menu .sub-menu > li.menu-item-has-children:before {
      content: "+"; }
    .sidebar .menu .sub-menu > li.active:before {
      content: " ";
      width: 15px;
      margin-right: 0; }
    .sidebar .menu .sub-menu > li.menu-item-has-children.active:before {
      content: "\2013"; }
    .sidebar .menu .sub-menu > li ul {
      display: none; }
    .sidebar .menu .sub-menu > li ul li:before {
      display: none;
      margin: 0; }
    .sidebar .menu .sub-menu > li ul li a {
      color: #333; }

.site-footer {
  list-style: none; }
  .site-footer .menu {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1em; }
    .site-footer .menu li {
      display: inline-block; }
    .site-footer .menu a {
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      padding: 10px;
      display: inline-block; }
      .site-footer .menu a:hover {
        color: #eee; }

.column-menu {
  padding-bottom: 40px; }
  .column-menu a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #d0d1d0;
    font-size: 30px;
    display: inline-block;
    width: 100%;
    padding: 15px;
    transition: .25s all ease;
    text-transform: uppercase;
    position: relative; }
    @media (max-width: 1028px) {
      .column-menu a {
        font-size: 25px; } }
    @media (max-width: 825px) {
      .column-menu a {
        font-size: 20px; } }
    .column-menu a:hover {
      background: #ea7545;
      color: #fff; }
      .column-menu a:hover:after {
        content: "\f105";
        font-family: 'fontawesome';
        margin-left: 15px;
        font-weight: normal;
        position: absolute;
        top: 25%;
        right: 15px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-right: 0;}


.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-banner {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  /*margin-bottom: 75px;*/ }
  .page-banner .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .page-banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    padding: 60px;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
    margin: 0;
    line-height: 1em;}
    @media (max-width: 825px) {
      .page-banner h1 {
        font-size: 38px;
        padding: 45px; } }
    @media (max-width: 600px) {
      .page-banner h1 {
        font-size: 25px;
        padding: 25px; } }

.page-banner .boxed-title {
  /* margin-bottom: 100px; CRL */
  margin-bottom: 0px; }

.page-template-page-no-sidebar .page-banner,
.page-template-page-events .page-banner,
.page-banner.has-background {
  /* CRL 8/4/17 */
  /* padding: 250px 0 0; */ }

.home .page-banner {
  margin-bottom: 0; }

.page-content {
  display: inline-block;
  width: 100%;
  padding: 50px 0 0; }
  .page-content .sidebar.left {
    width: 22%;
    float: left;
    padding-right: 10px; }
    @media (max-width: 900px) {
      .page-content .sidebar.left {
        width: 25%; } }
    @media (max-width: 600px) {
      .page-content .sidebar.left {
        width: 100%; } }
  .page-content .sidebar.right {
    width: 23%;
    float: right; }
    @media (max-width: 900px) {
      .page-content .sidebar.right {
        width: 100%; } }
  .page-content .entry-content {
    width: 50%;
    float: left; }
    @media (max-width: 900px) {
      .page-content .entry-content {
        width: 72%;
        float: right; } }
    @media (max-width: 600px) {
      .page-content .entry-content {
        width: 100%; } }
  .page-content .no-right-sb {
    width: 77%;
    float: right;
  }
  @media (max-width: 600px) {
    .page-content .no-right-sb {
      width: 100%; } }
.page-content .one-column .entry-content {
  width: 100%;
  float: none;
}
.border-wrap:before {
  width: 65px;
  height: 15px;
  border-top: 3px solid #ea7545;
  content: "";
  /* display: inline-block; CRL */
  display: block;  }

/*Left Align Knockout*/
.section-title {
  display: inline-block;
  width: 100%;
  position: relative; }
  .section-title svg {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase; }

.title {
  bottom: 0;
  font-family: "Open Sans",sans-serif;
/*  font-size: 50px; CRL */
  font-size: 38px;
  font-weight: 800;
  height: 0.2em;
  left: 0;
  line-height: 1;
  margin: auto;
  overflow: visible;
  position: absolute;
  text-align: center;
  width: 100%;
  text-transform: uppercase; }
  @media (max-width: 1028px) {
    .title {
      font-size: 35px;
      left: -30px; } }
  @media (max-width: 825px) {
    .title {
      font-size: 25px; } }

.knockout {
  bottom: 0;
  color: transparent;
  display: inline-block;
  float: left;
  left: 25px;
  overflow: hidden;
  padding: 20px 70px 40px;
  position: absolute;
  text-align: left;
  white-space: nowrap; }
  @media (max-width: 825px) {
    .knockout {
      padding-left: 40px;
      padding-right: 50px;
      padding-bottom: 20px; } }

.page-template-page-two-column .knockout,
.page-template-page-two-column-wide .knockout {
  left: 10px; }

.page-template-page-two-column .title,
.page-template-page-two-column-wide .title {
  bottom: -10px; }

.knockout__svg {
  fill: white;
  position: absolute;
  top: 0;
  left: 0; }

.knockout__text, .knockout__svg {
  width: 100%; }

/*Centered Knockout*/
.absolute-center.title {
  width: 100%;
  height: auto;
  text-align: center;
  overflow: visible;
  position: static; }
  .absolute-center.title .knockout {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    position: relative;
    color: transparent;
    padding: 20px 40px 40px 70px;
    white-space: nowrap;
    float: none;
    margin-bottom: -7px;
    left: 0; }
    @media (max-width: 825px) {
      .absolute-center.title .knockout {
        padding-bottom: 20px; } }

.section-title.has-background {
  padding-top: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 825px) {
    .section-title.has-background {
      padding-top: 250px; } }

.sidebar .section-title {
  margin-bottom: 0;
  padding-top: 125px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.sidebar .promo-widget {
  width: 100%; }
  @media (max-width: 900px) {
    .sidebar .promo-widget {
      width: 48%;
      float: right; }
      .sidebar .promo-widget:first-child {
        float: left; } }
  @media (max-width: 480px) {
    .sidebar .promo-widget {
      width: 100%; } }
/* CRL */
.sidebar .promo-widget .border-wrap a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.sidebar .section-title .title {
  font-size: 25px; }

.sidebar .section-title .knockout {
  padding: 20px 20px 10px; }

.sidebar p {
  margin-bottom: 15px; }

.sidebar .border-wrap {
  margin-top: 15px;
  padding-bottom: 35px; }

.intro {
  display: inline-block;
  width: 100%;
  /*padding: 40px 0 70px;*/
  padding: 40px 0;
  font-size: 29px;
  color: #225098;
  text-align: center;
  line-height: 1.4em;
  font-weight: 300;
  /*background: #fff url(../images/icon-down-arrow.png) no-repeat center 85%;*/ }
  @media (max-width: 825px) {
    .intro {
      font-size: 22px;
      padding: 20px 0; } }
  @media (max-width: 600px) {
    .intro {
      font-size: 18px; } }
  .intro p {
    margin: 0; }
  .intro h1, .intro h2, .intro h3, .intro h4, .intro h5 {
    color: #ea7545;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: bold; }
    @media (max-width: 825px) {
      .intro h1, .intro h2, .intro h3, .intro h4, .intro h5 {
        font-size: 25px; } }
  .intro a {
    /* color: #225098; CRL */
    text-decoration: underline; }

.cta {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
  font-weight: 400;
  background: #225098; }
  .cta span {
    margin: 0;
    display: inline-block;
    padding: 15px 25px;
    border: 3px solid #fff; }

.photo-grid {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px; }
  .photo-grid .grid-block {
    width: 25%;
    float: left;
    position: relative; }
    @media (max-width: 1028px) {
      .photo-grid .grid-block {
        width: 50%; } }
    @media (max-width: 600px) {
      .photo-grid .grid-block {
        width: 100%; } }
    .photo-grid .grid-block:hover .overlay {
      opacity: .7; }
    .photo-grid .grid-block:hover .position-wrapper .text-overlay {
      opacity: 0; }
    .photo-grid .grid-block:hover .text-position-wrapper .text-overlay {
      opacity: 1;
      position: relative;
      z-index: 9999; }
    .photo-grid .grid-block .grid-inner {
      min-height: 450px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      float: left;
      width: 100%; }
    .photo-grid .grid-block .section-title {
      position: absolute;
      top: 35%;
      width: 100%; }
    .photo-grid .grid-block .position-wrapper {
      bottom: 0;
      position: absolute;
      width: 100%; }
    .photo-grid .grid-block .overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      opacity: 0;
      transition: .25s opacity ease; }
    .photo-grid .grid-block .text-position-wrapper, .photo-grid .grid-block .position-wrapper {
      position: absolute;
      top: 35%;
      width: 100%; }
    .photo-grid .grid-block .text-overlay {
      color: #fff;
      text-align: center;
      width: 90%;
      display: block;
      margin: 0 auto 0;
      padding: 25px 15px;
      position: relative;
      z-index: 99;
      transition: .25s opacity ease;
      border: 3px solid #fff; }
      .photo-grid .grid-block .text-overlay h4 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
        margin: 0 0 10px;
        line-height: 40px;}
      .photo-grid .grid-block .text-overlay p {
        margin: 0; }
    .photo-grid .grid-block .text-position-wrapper .text-overlay {
      opacity: 0; }
    .photo-grid .grid-block .position-wrapper h4 {
      font-size: 40px; }
  @media (max-width: 1280px) {
    .photo-grid .grid-block .position-wrapper h4 {
        font-size: 33px; } }
    .photo-grid .grid-block:hover .grid-inner {
      -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      -webkit-filter: grayscale(100%);
      filter: gray;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); }

.photo-grid.three-col .grid-block {
  width: 33%; }
  @media (max-width: 825px) {
    .photo-grid.three-col .grid-block {
      width: 100%; } }
  .photo-grid.three-col .grid-block .section-title:before {
    display: none; }
  .photo-grid.three-col .grid-block .section-title:after {
    display: none; }

.news-events {
  background: url(../images/news-background-sm.jpg) no-repeat center center;
  background-size: cover;
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
  margin-top: 50px;
  /*tabs*/ }
  .news-events ul {
    list-style: none;
    text-align: center;
    margin: -35px 0 70px; }
    .news-events ul li {
      display: inline-block;
      background: #fff;
      padding: 10px;
      line-height: 1em;
      margin: 0 10px;
      width: 225px; }
      .news-events ul li a {
        display: inline-block;
        font-weight: 900;
        text-transform: uppercase;
        color: #eee;
        padding: 10px 35px;
        background: #fff;
        font-size: 26px;
        transition: .25s all ease;
        cursor: pointer; }
        .news-events ul li a:hover, .news-events ul li a.pws_tab_active {
          background: #f2ae3b;
          color: #fff; }

/*featured snippets*/
.featured-snippets {
  display: inline-block;
  width: 100%;
  background: #f6f6f6;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  @media (max-width: 600px) {
    .featured-snippets {
      padding-bottom: 0; } }
  .featured-snippets .snippet {
    width: 25%;
    float: left;
    margin: 0 4%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em; }
    .snippets-four .snippet {
      width: 21%;
      margin: 0 2%;
    }
    .snippets-two .snippet {
      width: 30%;
      margin: 0 10%;
    }
    @media (max-width: 1028px) {
      .featured-snippets .snippet {
        width: 29%;
        margin: 0 2%; }
      .snippets-four .snippet {
        width: 30%;
        margin: 0 10%; }
      .snippets-two .snippet {
        width: 30%;
        margin: 0 10%; } }
    @media (max-width: 600px) {
      .featured-snippets .snippet {
        width: 100%;
        padding-bottom: 25px; } }
  .featured-snippets img {
    border: 15px solid #fff;
    margin-bottom: 25px;
    margin-top: -75px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media (max-width: 600px) {
      .featured-snippets img {
        margin-top: 0; } }
  .featured-snippets .snippet:first-child img {
    margin-top: -75px; }
  .featured-snippets hr {
    background: transparent;
    border-top: 2px solid #ea7545;
    width: 50px;
    float: left;
    clear: both; }
  .featured-snippets h3 {
    color: #225098;
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 24px; }
  .featured-snippets .description {
    display: inline-block;
    width: 100%; }

/*pwstabs specific*/
.pwstabs {
  background: transparent; }

.pws_tabs_list {
  background: transparent; }

.pws_tabs_container ul.pws_tabs_controll {
  margin: -35px 0 50px; }

.pws_tabs_container ul.pws_tabs_controll li a {
  background-color: #fff;
  color: #eee; }

.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active,
.pws_tabs_container ul.pws_tabs_controll li a:hover {
  background-color: #f2ae3b;
  color: #fff; }

.pwstabs-news-events .title {
  font-size: 25px;
  margin-top: 40px;
  transition: .25s opacity ease; }
  .pwstabs-news-events .title:hover {
    opacity: .6; }
  .pwstabs-news-events .title .knockout {
    padding-bottom: 10px;
    padding-left: 0; }

.recent-posts {
  display: inline-block;
  width: 100%; }
  .recent-posts .recent-post {
    width: 24%;
    margin-left: 1%;
    background: #fff;
    float: left;
    text-align: left; }
    @media (max-width: 825px) {
      .recent-posts .recent-post {
        width: 48%;
        margin-bottom: 15px;
        margin-left: 2%; }
        .recent-posts .recent-post:nth-child(2n+1) {
          margin-left: 0;
          clear: left; } }
    @media (max-width: 480px) {
      .recent-posts .recent-post {
        width: 100%;
        margin-left: 0;
        height: auto !important; } }
    .recent-posts .recent-post:first-child, .recent-posts .recent-post:nth-child(4n+1) {
      margin-left: 0; }
    .recent-posts .recent-post img {
      width: 100%;
      margin: 0 0 15px;
      display: block !important; }
  .recent-posts .details {
    padding: 0 15px 15px;
    font-size: 14px; /* 13 */
    line-height: 1.5em; /* 1.2 */}
  .recent-posts .event-date {
    background: #39abae;
    color: #fff;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    line-height: 1em;
    padding: 2px 15px 8px;
    width: 80px;
    margin-bottom: 5px; }
    .recent-posts .event-date .month {
      font-size: 14px;
      display: block;
      font-family: 'Open Sans', sans-serif; }
  .recent-posts hr {
    border-top: 2px solid #ea7545;
    width: 40px;
    margin-bottom: 12px;
    background: transparent;
    display: inline-block; }
  .recent-posts h4, .recent-posts h5 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2em; }
  .recent-posts h5 {
    font-size: 13px; }
  .recent-posts .events .event-date {
    margin-top: -15px; }
  .recent-posts .events hr {
    border-color: #573473;
    display: block; }

.recent-posts.sidebar .events {
  text-align: center; }
  .recent-posts.sidebar .events .details {
    margin-top: -15px; }
  .recent-posts.sidebar .events img {
    margin: 0; }

.tab1 .recent-posts .recent-post {
  height: 400px;
  text-align: center; }

.tab2 .recent-posts .recent-post {
  height: 400px;
  text-align: center; }

.insights {
  display: inline-block;
  width: 100%;
  background: #ea7545;
  color: #fff;
  padding: 40px 0; }
  .insights .recent-post {
    background: transparent;
    padding-right: 25px;
    height: auto; }
    .insights .recent-post .details {
      padding: 0;
      font-size: 15px;
      font-weight: 300; }
  .insights h2 {
    font-weight: normal;
    margin: 0 0 40px; }
  .insights h4 {
    font-size: 18px; }
  .insights .view {
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px; }
  .insights hr {
    border-color: #225098; }
  .insights .more {
    color: #fff;
    font-size: 14px;
    display: block;
    padding-top: 10px; }
    .insights .more:hover {
      color: #225098; }
    .insights .more .fa {
      font-size: 15px;
      font-weight: bold; }

.social-block {
  background: url(../images/bg-social-sm.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 90px 0; }
  @media (max-width: 825px) {
    .social-block {
      padding: 25px 0; } }
  .social-block h2 {
    font-weight: 400;
    margin: 0 0 8px;
    font-size: 26px; }
    @media (max-width: 825px) {
      .social-block h2 {
        font-size: 22px; } }
  .social-block h3 {
    font-size: 18px;
    margin: 0 0 30px; }
    @media (max-width: 825px) {
      .social-block h3 {
        font-weight: normal; } }
  .social-block a {
    color: #225098;
    background: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 3px;
    width: 65px;
    text-align: center;
    margin: 0 5px;
    transition: .25s all ease; }
    @media (max-width: 825px) {
      .social-block a {
        width: 50px; } }
    .social-block a:hover {
      background: #225098;
      color: #fff; }
  .social-block i {
    font-size: 40px; }
    @media (max-width: 825px) {
      .social-block i {
        font-size: 25px; } }

/*Two Column Template*/
.page-template-page-two-column .entry-content {
  width: 48%;
  float: left; }
  @media (max-width: 825px) {
    .page-template-page-two-column .entry-content {
      width: 100%; } }

.page-template-page-two-column .right-column {
  width: 48%;
  float: right; }
  @media (max-width: 825px) {
    .page-template-page-two-column .right-column {
      width: 100%; } }

.page-template-page-two-column-wide .entry-content {
  width: 48%;
  float: left; }
  @media (max-width: 1028px) {
    .page-template-page-two-column-wide .entry-content {
      width: 39%; } }
  @media (max-width: 825px) {
    .page-template-page-two-column-wide .entry-content {
      width: 100%; } }

.page-template-page-two-column-wide .right-column {
  width: 48%;
  float: right; }
  @media (max-width: 1028px) {
    .page-template-page-two-column-wide .right-column {
      width: 58%; } }
  @media (max-width: 825px) {
    .page-template-page-two-column-wide .right-column {
      width: 100%; } }

.page-template-page-larger-right-column .entry-content {
  width: 40%; }

.page-template-page-larger-right-column .right-column {
  width: 56%; }

.section-block {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px; }
  .section-block img {
    position: relative;
    z-index: 9; }

img.border {
  border: 15px solid #fff; }

.video-wrapper {
  position: relative;
  /* padding-bottom: 56.25%; */
  /* CRL */
  padding-bottom: 42.55%;
  /* padding-bottom: 26.68%; */
  /* 16:9 */
  padding-top: 0;
  width: 100%;
  height: 0;
  margin-left: auto;
  margin-right: auto; }

.slider-wrapper {
height:600px;
background-image:url("../images/bobbles.gif");
background-position:center;
background-repeat:no-repeat;
margin-top:20px;
margin-bottom: 20px;
}

.full-slider {
width:100%;
display:none;
}

.slider-slide {
margin:0 5px;
}

.slide-inner {
position:relative;
}

.slider-image {
height:600px;
}

.slider-text-div {
position:absolute;
bottom:20px;
left:20px;
}

/* Slick slider arrows */
.slick-next:before {
  color: #005596;
  /* font-size: 30px; */
}

.slick-prev:before {
  color: #005596;
  /*font-size: 30px; */
}

@media (max-width: 375px) {
.slider-wrapper {
height:300px;
}
.slider-image {
max-width:345px;
}
.slider-text-div {
bottom:10px;
left:10px;
}
}

@media (max-width: 768px) {
.slider-wrapper {
height:600px;
}
.slider-image {
max-width:738px;
}
}

@media (max-width: 1028px) {
.video-wrapper {
  position: relative;
  padding-bottom: 42.55%;
  /* 16:9 */
  padding-top: 0;
  width: 100%;
  height: 0;} }

.video-wrapper .page-banner {
width:100%;
height: 42.55%;
padding: 13.9% 0 0; }

@media (max-width: 1220px) {
.video-wrapper .page-banner {
padding: 7% 0 0;
} }
@media (max-width: 825px) {
.video-wrapper .page-banner {
padding: 6% 0 0;
} }
@media (max-width: 600px) {
.video-wrapper .page-banner {
padding: 3% 0 0;
} }
@media (max-width: 825px) {
      .video-wrapper .page-banner h1 {
        font-size: 38px;
        padding: 45px; } }
@media (max-width: 600px) {
      .video-wrapper .page-banner h1 {
        font-size: 25px;
        padding: 12px; } }


.video-wrapper .page-banner .container {
max-width:1360px;
}

.video-wrapper .page-banner .container h1 {
line-height: 1.25em;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}

.video-wrapper video::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

.video-wrapper video::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

.video-wrapper video::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.flexslider {
  color: #fff;
  float: right;
  width: 100%;
  margin-bottom: 0;
  /*width: 390px;
  height: 300px;*/ }
  .flexslider.nudgeup {
    margin-top: -50px; }
  .flexslider.nudgeright {
    width: 90%; }
  .flexslider.nudgeleft {
    width: 90%;
    float: left; }
  .flexslider .slider-title {
    font-weight: 900;
    font-size: 30px;
    line-height: 1.3em;
    text-transform: uppercase;
    z-index: 9;
    margin-bottom: 0; }
    @media (max-width: 1028px) {
      .flexslider .slider-title {
        font-size: 25px; } }
  .flexslider .slide-title {
    font-weight: 900;
    font-size: 70px;
    line-height: 1.3em;
    position: relative; }
  .flexslider .subtitle {
    font-size: 26px;
    position: relative; }
  .flexslider .slides li {
    padding: 60px 40px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; }
  .flexslider.vignette .slides li {
    padding: 0;
    background: #39abae;
    height: 340px; }
  .flexslider .photo-left {
    width: 37%;
    float: left;
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0; }
  .flexslider .content-right {
    width: 63%;
    float: right;
    padding: 0 20px; }
    .flexslider .content-right .slide-title {
      font-size: 50px; }
    .flexslider .content-right .subtitle {
      font-size: 22px; }
    .flexslider .content-right hr {
      margin-bottom: 10px;
      margin-top: 10px; }
  .flexslider .description {
    display: inline-block;
    width: 100%; }
  .flexslider.vignette {
    margin-bottom: 0;
    z-index: 99; }
    @media (max-width: 600px) {
      .flexslider.vignette {
        display: none; } }
  .flexslider.vignette .quote {
    background: #fff;
    font-size: 14px;
    font-style: italic;
    color: #333;
    position: absolute;
    bottom: -50px;
    width: 80%;
    margin-left: 10%;
    line-height: 1.3em;
    padding: 15px; }
  .flexslider.vignette .credit {
    color: #39abae;
    padding-top: 15px; }
  .flexslider .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none; }
  .flexslider .flex-control-paging {
    display: none; }
  .flexslider .flexslider {
    position: relative; }
  .flexslider .flex-direction-nav {
    position: absolute;
    bottom: 15px;
    right: 10px;
    height: 50px;
    width: 90px; }
  .flexslider .flex-direction-nav a::before {
    font-family: 'fontawesome';
    content: "\f104";
    color: #225098;
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 5px 0; }
  .flexslider .flex-direction-nav a {
    opacity: 1; }
  .flexslider .flex-direction-nav a.flex-next::before {
    font-family: 'fontawesome';
    content: "\f105";
    color: #fff;
    color: #225098;
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 5px 0; }
  .flexslider .flex-direction-nav .flex-prev {
    left: 0 !important; }
  .flexslider .flex-direction-nav .flex-next {
    right: 0 !important; }
  .flexslider hr {
    background: transparent;
    border-top: 3px solid #225098;
    width: 75px;
    float: left;
    clear: both;
    margin-top: 20px;
    position: relative; }

.section-tabs {
  display: inline-block;
  width: 100%;
  background: #225098;
  padding-bottom: 50px;
  margin-top: 100px;
  color: #fff; }
  @media (max-width: 825px) {
    .section-tabs {
          margin-top: 50px; } }
  .section-tabs .menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-align: left; }
  .section-tabs .menu-list li {
    padding: 0 0 10px 15px; }
    .section-tabs .menu-list li a:before {
      content: "\f105";
      font-family: 'fontawesome';
      color: #ea7545;
      margin-right: 10px; }
    .section-tabs .menu-list li a:hover {
      color: #fff; }
  .section-tabs .pws_tabs_container ul.pws_tabs_controll {
    margin-bottom: 25px;
    margin-top: -85px; }
    @media (max-width: 825px) {
      .section-tabs .pws_tabs_container ul.pws_tabs_controll {
            margin-top: -50px; } }
  .section-tabs .pws_tabs_container .pws_tabs_controll {
    text-align: center; }
    .section-tabs .pws_tabs_container .pws_tabs_controll li {
      float: none;
      display: inline-block;
      background: #fff;
      padding: 20px 0 20px 20px;
      width: 33%; }
      @media (max-width: 825px) {
        .section-tabs .pws_tabs_container .pws_tabs_controll li {
            padding: 0;
            width: 66%; } }
      .section-tabs .pws_tabs_container .pws_tabs_controll li:last-child {
        padding-right: 20px; }
      @media (max-width: 825px) {
        .section-tabs .pws_tabs_container .pws_tabs_controll li:last-child {
            padding-right: 0; } }
    .section-tabs .pws_tabs_container .pws_tabs_controll .overlay {
      opacity: 0;
      background: #225098;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .section-tabs .pws_tabs_container .pws_tabs_controll a {
      padding: 40px 10px;
      color: #225098;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 20px;
      transition: .25s all ease;
      width: 100%;
      margin: 0;
      position: relative; }
    @media (max-width: 825px) {
      .section-tabs .pws_tabs_container .pws_tabs_controll a {
        padding: 15px 10px;
        font-size: 16px;} }
    .section-tabs .pws_tabs_container .pws_tabs_controll a span {
      background: #fff;
      display: inline-block;
      text-align: center;
      padding: 15px;
      width: 220px;
      position: relative;
      z-index: 99; }
  @media (max-width: 825px) {
    .section-tabs .pws_tabs_container .pws_tabs_controll a span {
      width: 90%; } }
    .section-tabs .pws_tabs_container .pws_tabs_controll a.pws_tab_active, .section-tabs .pws_tabs_container .pws_tabs_controll a:hover {
      color: #fff; }
      .section-tabs .pws_tabs_container .pws_tabs_controll a.pws_tab_active span, .section-tabs .pws_tabs_container .pws_tabs_controll a:hover span {
        background: #225098; }
      .section-tabs .pws_tabs_container .pws_tabs_controll a.pws_tab_active .overlay, .section-tabs .pws_tabs_container .pws_tabs_controll a:hover .overlay {
        opacity: .5; }
  .section-tabs .menu-list {
    width: 35%;
    float: left; }
  .section-tabs .tab-content {
    color: #fff;
    width: 60%;
    float: right;
    font-size: 20px; }
    .section-tabs .tab-content h2 {
      font-weight: 800;
      text-transform: uppercase;
      margin: 0 0 25px;
      font-size: 48px; }

/*Insights*/
.insight {
  padding: 25px 0 60px;
  /*.section-title h1 {
  	margin-left: -65px;
  }*/ }
  .insight .section-title {
    padding-top: 325px;
    background-size: cover;
    position: relative;
    background-position: center center; }
    .insight .section-title .button {
      position: absolute;
      top: 0;
      right: 0; }
      .insight .section-title .button a {
        background: #fff;
        color: #ea7545;
        font-size: 14px; }
        .insight .section-title .button a:hover {
          color: #fff;
          background: #225098; }
      .insight .section-title .button .fa {
        margin-left: 10px; }
  .insight .insight-title {
    color: #ea7545;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 400; }
    @media (max-width: 1028px) {
      .insight .insight-title {
        font-size: 28px; } }
    .insight .insight-title:after {
      content: "";
      border-bottom: 2px solid #225098;
      width: 45px;
      display: block;
      margin-top: 20px; }
  .insight h2 {
    color: #225098;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 400; }
    .insight h2:after {
      content: "";
      border-bottom: 2px solid #ea7545;
      width: 45px;
      display: block;
      margin-top: 10px; }
  .insight .more {
    display: none; }
  .insight .button a {
    background: #ea7545;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    transition: .25s ease background; }
    .insight .button a:hover {
      background: #225098; }
  .insight .first-paragraph {
    font-size: 26px;
    line-height: 1.3em; }
    @media (max-width: 825px) {
      .insight .first-paragraph {
        font-size: 20px; } }
  .insight .excerpt {
    font-weight: 300; }
  .insight img {
    width: 100%; }
  .insight h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 5px; }

.navigation .fa {
  font-size: 50px; }
/* CRL 08/10/2017
.gallery {
  display: none; }
*/
/*404 Template*/
.error-404 .section-title {
  background: url(../images/background-404.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 350px; }
  @media (max-width: 825px) {
    .error-404 .section-title {
      padding-top: 250px; } }
.error-404 .content-404 {
  font-size: 35px;
  text-align: center;
  color: #ea7545;
  padding: 50px 15px;
  line-height: 1.4em;
  text-align: center; }
  @media (max-width: 825px) {
    .error-404 .content-404 {
      font-size: 25px; } }
  .error-404 .content-404 a {
    color: #ea7545;
    font-weight: bold; }

.search-results .page-title {
  color: #ea7545;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 50px;
  line-height: 1.2em; }
  @media (max-width: 825px) {
    .search-results .page-title {
      font-size: 30px; } }
.search-results .insights {
  background: #fff;
  color: #333;
  padding: 0; }
  .search-results .insights h2 {
    margin-bottom: 20px; }
.search-results .button a {
  background: #ea7545;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  transition: .25s ease background; }
  .search-results .button a:hover {
    background: #225098; }
.search-results hr {
  background: none;
  width: 50px;
  border-top: 2px solid #ea7545;
  margin: 35px 0 0; }
.search-results .hentry {
  padding-bottom: 25px; }

.page-template-page-microsite .intro.photo-bg {
  background-color: #225098;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  position: relative;
  padding-top: 65px;
  padding-bottom: 100px; }
  .page-template-page-microsite .intro.photo-bg h1, .page-template-page-microsite .intro.photo-bg h2 {
    color: #fff;
    margin: 0 0 15px; }
  .page-template-page-microsite .intro.photo-bg .overlay {
    background: -moz-linear-gradient(top, rgba(34, 80, 152, 0.8) 50%, rgba(34, 80, 152, 0.99) 100%);
    background: -webkit-linear-gradient(top, rgba(34, 80, 152, 0.8) 50%, rgba(34, 80, 152, 0.99) 100%);
    background: linear-gradient(to bottom, rgba(34, 80, 152, 0.8) 50%, rgba(34, 80, 152, 0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3225098', endColorstr='#e6225098',GradientType=0 );
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page-template-page-microsite .intro.photo-bg .container {
    position: relative;
    z-index: 99; }
.page-template-page-microsite .cta {
  background: #F2AE3B;
  font-weight: 900;
  text-transform: uppercase; }
  .page-template-page-microsite .cta span {
    width: 100%; }
.page-template-page-microsite .intro.photo-bg.one-column {
  color: #225098;
  text-align: left;
  background: #fff;
  background-size: cover;
  background-position: center center;
  font-size: 22px;
  font-weight: 400;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: -7px; }
  .page-template-page-microsite .intro.photo-bg.one-column .overlay {
    background: -moz-linear-gradient(left, white 51%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 51%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 51%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .page-template-page-microsite .intro.photo-bg.one-column .column {
    width: 50%;
    float: left; }
    @media (max-width: 825px) {
      .page-template-page-microsite .intro.photo-bg.one-column .column {
        width: 75%; } }
    @media (max-width: 600px) {
      .page-template-page-microsite .intro.photo-bg.one-column .column {
        width: 100%; } }
  .page-template-page-microsite .intro.photo-bg.one-column a {
    font-weight: bold;
    /* text-transform: uppercase; CRL */ }
  .page-template-page-microsite .intro.photo-bg.one-column p {
    margin-bottom: 25px; }
  .page-template-page-microsite .intro.photo-bg.one-column p + h1, .page-template-page-microsite .intro.photo-bg.one-column p + h2, .page-template-page-microsite .intro.photo-bg.one-column p + h3, .page-template-page-microsite .intro.photo-bg.one-column p + h4, .page-template-page-microsite .intro.photo-bg.one-column p + h5 {
    padding-top: 25px; }
  .page-template-page-microsite .intro.photo-bg.one-column h1, .page-template-page-microsite .intro.photo-bg.one-column h2 {
    text-transform: none;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #ea7545;
    line-height: 1.1em; }
    @media (max-width: 825px) {
      .page-template-page-microsite .intro.photo-bg.one-column h1, .page-template-page-microsite .intro.photo-bg.one-column h2 {
        font-size: 30px; } }
  .page-template-page-microsite .intro.photo-bg.one-column h3, .page-template-page-microsite .intro.photo-bg.one-column h4 {
    color: #225098;
    text-transform: none;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 0 15px; }
    @media (max-width: 825px) {
      .page-template-page-microsite .intro.photo-bg.one-column h3, .page-template-page-microsite .intro.photo-bg.one-column h4 {
        font-size: 25px; } }
  .page-template-page-microsite .intro.photo-bg.one-column hr {
    width: 75px;
    background: none;
    border-top: 2px solid #225098;
    margin: 0 0 25px; }
.page-template-page-microsite .insights {
  background: #f0ad47; }
  .page-template-page-microsite .insights h4 {
    font-weight: normal; }
  .page-template-page-microsite .insights a {
    color: #fff;
    font-weight: bold; }

.contact-form {
  position: relative;
  background: url(../images/contact-bg.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  color: #fff; }
  .contact-form .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(34, 149, 156, 0.9); }
  .contact-form .column {
    width: 48%;
    float: right;
    position: relative;
    z-index: 99; }
    .contact-form .column:first-child {
      float: left; }
    @media (max-width: 600px) {
      .contact-form .column {
        width: 100%; } }
  .contact-form h1, .contact-form h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 15px;
    font-size: 35px;
    line-height: 1.1em; }
    @media (max-width: 825px) {
      .contact-form h1, .contact-form h2 {
        font-size: 25px; } }
  .contact-form h3, .contact-form h4 {
    color: #225098;
    font-size: 22px;
    margin: 0 0 5px;
    line-height: 1.1em; }

/*Events*/
.page-template-page-events-php .tag { /* CRL */
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 3px 15px;
  display: inline-block;
  margin-right: 15px;
  font-size: 15px; }

.content-wrapper .event-date, .page-banner .event-date {
  background: #333;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 1px 15px 10px; }
  .content-wrapper .event-date .month, .page-banner .event-date .month {
    display: block;
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 5px; }

.event-title, .post-title {
  font-weight: normal;
  font-size: 28px;
  margin: 0;
  line-height: 1.2em; }
  @media (max-width: 825px) {
    .event-title, .post-title {
      font-size: 22px; } }

.post-title {
  color: #ea7545;
  font-weight: 600;
  font-size: 32px; }
  @media (max-width: 825px) {
    .post-title {
      font-size: 28px; } }
  .post-title:after {
    content: "";
    display: block;
    width: 50px;
    margin-top: 10px;
    margin-bottom: 25px;
    border-top: 2px solid #225098; }

.tag + .event-title {
  margin-top: 25px; }

.single-events .title,
.page-template-page-events .title {
  margin-bottom: -5px; }

.intro-wrapper {
  display: inline-block;
  width: 100%;
  padding: 25px 0; }
  .intro-wrapper .container {
    padding-left: 100px;
    padding-right: 100px; }
    @media (max-width: 825px) {
      .intro-wrapper .container {
        padding-left: 55px;
        padding-right: 55px; } }

.event-meta {
  color: #999;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 35px; }

.content-wrapper {
  background: #f3f3f3;
  padding-bottom: 100px; }
  @media (max-width: 825px) {
    .content-wrapper {
      padding-bottom: 50px; } }
  .content-wrapper .container {
    overflow: hidden; }
  .content-wrapper .inner-column {
    background: #fff;
    padding-left: 85px;
    padding-right: 85px;
    padding-bottom: 35px;
    width: 74%;
    float: left; }
    @media (max-width: 825px) {
      .content-wrapper .inner-column {
        padding-left: 35px;
        padding-right: 35px;
        width: 64%; } }
    @media (max-width: 600px) {
      .content-wrapper .inner-column {
        width: 100%; } }
  .content-wrapper .related-events {
    width: 23%;
    float: right; }
    @media (max-width: 825px) {
      .content-wrapper .related-events {
        width: 33%; } }
    @media (max-width: 600px) {
      .content-wrapper .related-events {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }

.single-events .content-wrapper h1, .single-events .content-wrapper h2,
.single-post .content-wrapper h1,
.single-post .content-wrapper h2 {
  color: #225098;
  font-weight: normal;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px; }
  .single-events .content-wrapper h1:after, .single-events .content-wrapper h2:after,
  .single-post .content-wrapper h1:after,
  .single-post .content-wrapper h2:after {
    content: "";
    display: block;
    width: 50px;
    border-top: 3px solid #ea7545;
    margin-top: 10px; }
.single-events .content-wrapper h3, .single-events .content-wrapper h4, .single-events .content-wrapper h5 /*,
.single-post .content-wrapper h3,
.single-post .content-wrapper h4,
.single-post .content-wrapper h5 */ {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px; }
@media (max-width: 600px) {
  .single-events .content-wrapper .recent-post,
  .single-post .content-wrapper .recent-post {
    width: 48%;
    float: right; }
    .single-events .content-wrapper .recent-post:first-child,
    .single-post .content-wrapper .recent-post:first-child {
      float: left; } }
@media (max-width: 480px) {
  .single-events .content-wrapper .recent-post,
  .single-post .content-wrapper .recent-post {
    width: 100%; } }

.event-cat {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 10px;
  text-align: left; }

.single-events .related-events, .page-template-page-events .related-events, .single-post .related-events {
  padding-top: 25px; }
  .single-events .related-events h4, .page-template-page-events .related-events h4, .single-post .related-events h4 {
    color: #999999;
    margin: 0 0 40px;
    font-size: 24px; }
  .single-events .related-events .event-meta, .page-template-page-events .related-events .event-meta, .single-post .related-events .event-meta {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 5px;
    padding-bottom: 0; }
  .single-events .related-events .event-cat, .page-template-page-events .related-events .event-cat, .single-post .related-events .event-cat {
    font-size: 14px; }
  .single-events .related-events img, .page-template-page-events .related-events img, .single-post .related-events img {
    width: 100%; }
.single-events .recent-post.event, .single-events .page-banner, .page-template-page-events .recent-post.event, .page-template-page-events .page-banner, .single-post .recent-post.event, .single-post .page-banner {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 100%;
  border: 1px solid #e5e5e5; }
  .single-events .recent-post.event .event-date, .single-events .page-banner .event-date, .page-template-page-events .recent-post.event .event-date, .page-template-page-events .page-banner .event-date, .single-post .recent-post.event .event-date, .single-post .page-banner .event-date {
    top: -15px;
    border-color: #F3F3F3;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    border-right: 7px solid #f3f3f3;
    border-bottom: 7px solid #f3f3f3;
    font-size: 35px; }
    .single-events .recent-post.event .event-date .month, .single-events .page-banner .event-date .month, .page-template-page-events .recent-post.event .event-date .month, .page-template-page-events .page-banner .event-date .month, .single-post .recent-post.event .event-date .month, .single-post .page-banner .event-date .month {
      font-size: 16px;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal;
      line-height: 1em;
      padding-top: 5px; }
  .single-events .recent-post.event .more, .single-events .page-banner .more, .page-template-page-events .recent-post.event .more, .page-template-page-events .page-banner .more, .single-post .recent-post.event .more, .single-post .page-banner .more {
    /* color: #999; */
    color: #e97444;
    font-size: 16px;
    font-weight: 700; }
    .single-events .recent-post.event .more:hover, .single-events .page-banner .more:hover, .page-template-page-events .recent-post.event .more:hover, .page-template-page-events .page-banner .more:hover, .single-post .recent-post.event .more:hover, .single-post .page-banner .more:hover {
      opacity: .7; }
    .single-events .recent-post.event .more .fa, .single-events .page-banner .more .fa, .page-template-page-events .recent-post.event .more .fa, .page-template-page-events .page-banner .more .fa, .single-post .recent-post.event .more .fa, .single-post .page-banner .more .fa {
      font-weight: 700; }
.single-events .details, .page-template-page-events .details, .single-post .details {
  background: #fff;
  padding: 0 15px 20px;
  margin-top: -6px;
  border-top: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3em;
  color: #898989; }

.single-events .page-banner, .page-template-page-events .page-banner, .single-post .page-banner {
  margin-top: 0;
  margin-bottom: 0;
  border: 0; }

.content-wrapper .details {
  padding-top: 10px; }

.page-template-page-events .title {
  left: 13%; }
  @media (max-width: 1028px) {
    .page-template-page-events .title {
      left: -10px; } }
.page-template-page-events .site-main {
  background: #f3f3f3; }
.page-template-page-events .recent-posts {
  width: 102%;
  margin-left: -2%; }
.page-template-page-events .recent-posts .recent-post {
  height: auto;
  text-align: left;
  width: 23%;
  margin-left: 2%;
  margin-bottom: 50px !important; }
  @media (max-width: 1028px) {
    .page-template-page-events .recent-posts .recent-post {
      width: 31.25%; } }
  @media (max-width: 825px) {
    .page-template-page-events .recent-posts .recent-post {
      width: 48%; } }
  @media (max-width: 480px) {
    .page-template-page-events .recent-posts .recent-post {
      width: 98%;
      height: auto !important; } }
.page-template-page-events .tag {
  float: left;
  margin-right: 20px;
  margin-top: 10px; }
.page-template-page-events .event-meta {
  padding-bottom: 5px;
  font-size: 18px; }
  .page-template-page-events .event-meta p {
    margin-bottom: 5px; }
.page-template-page-events .featured-event {
  padding: 25px 0 60px;
  background: #fff;
  margin-top: -7px; }
  @media (max-width: 1028px) {
    .page-template-page-events .featured-event {
      padding-bottom: 30px; } }
  .page-template-page-events .featured-event .event-meta {
    float: left;
    padding-bottom: 20px; }
  .page-template-page-events .featured-event h3 {
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    color: #225098;
    width: 80%;
    clear: left;
    float: left;
    line-height: 1.2em; }
    @media (max-width: 1028px) {
      .page-template-page-events .featured-event h3 {
        width: 100%;
        font-size: 30px; } }
    @media (max-width: 825px) {
      .page-template-page-events .featured-event h3 {
        font-size: 25px; } }
  .page-template-page-events .featured-event .button {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 1028px) {
      .page-template-page-events .featured-event .button {
        position: static;
        width: 100%;
        text-align: center;
        padding-top: 25px;
        display: inline-block; } }
    .page-template-page-events .featured-event .button a:hover {
      background: #ea7545;
      color: #fff; }
  .page-template-page-events .featured-event .title-wrapper {
    display: inline-block;
    width: 100%;
    position: relative; }
  .page-template-page-events .featured-event .container {
    padding-left: 15%; }
    @media (max-width: 1028px) {
      .page-template-page-events .featured-event .container {
        padding-left: 15px; } }

.button-group {
  display: inline-block;
  width: 100%;
  padding: 60px 0 100px; }
  @media (max-width: 825px) {
    .button-group {
      padding: 30px 0 50px; } }
  .button-group button {
    background: #999;
    color: #fff;
    text-transform: none;
    width: 13.85%;
    margin-left: .5%;
	margin-bottom: .5%;
    font-size: 14px; /* CRL */
    font-weight: normal; /* CRL */
    white-space: nowrap; }
    .button-group button:first-child {
      margin-left: 0; }
    @media (max-width: 1200px) {
      .button-group button {
        width: 24.5%;
        margin-bottom: 5px; }
        .button-group button:nth-child(4n+1) {
          margin-left: 0; } }
    @media (max-width: 825px) {
      .button-group button {
        width: 32.5%;
        margin-left: 1%; }
        .button-group button:nth-child(4n+1) {
          margin-left: 1%; }
        .button-group button:nth-child(3n+1) {
          margin-left: 0; } }
    @media (max-width: 600px) {
      .button-group button {
        width: 100%;
        margin-left: 0 !important; } }

.page-banner .event-date {
  top: 0 !important;
  border-color: #fff !important; }

.filter-title {
  color: #999;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px; }

.display-wrapper {
  display: inline-block;
  width: 100%; }

.academics .tag, .academics .event-date {
  background: #26b6ba; }
.academics .event-title, .academics .event-cat {
  color: #26b6ba; }

.page-template-page-events .button-group .class-academics:hover {
  background: #26b6ba; }

.holidays .tag, .holidays .event-date {
  background: #f82b5b; }
.holidays .event-title, .holidays .event-cat {
  color: #f82b5b; }

.page-template-page-events .button-group .class-holidays:hover {
  background: #f82b5b; }

.events .tag, .events .event-date {
  background: #adb91f; }
.events .event-title, .events .event-cat {
  color: #adb91f; }

.page-template-page-events .button-group .class-events:hover {
  background: #adb91f; }

.class-speakers .tag, .class-speakers .event-date {
  background: #611f84; }
.class-speakers .event-title, .class-speakers .event-cat {
  color: #611f84; }

.page-template-page-events .button-group .class-class-speakers:hover {
  background: #611f84; }

.workshops .tag, .workshops .event-date {
  background: #d9af05; }
.workshops .event-title, .workshops .event-cat {
  color: #d9af05; }

.page-template-page-events .button-group .class-workshops:hover {
  background: #d9af05; }

.meetings .tag, .meetings .event-date {
  background: #151718; }
.meetings .event-title, .meetings .event-cat {
  color: #151718; }

.page-template-page-events .button-group .class-meetings:hover {
  background: #151718; }

/*NEW Insights*/
.filter-button-group-insights {
  padding-bottom: 50px;
  padding-top: 0; }

.recent-insights {
  margin-left: -2%;
  width: 102%; }
  .recent-insights .recent-insight {
    margin-left: 0;
    padding-left: 2%;
    margin-bottom: 35px;
    width: 25%;
    clear: none !important;
    background: transparent; }
    @media (max-width: 825px) {
      .recent-insights .recent-insight {
        width: 49%; } }
    @media (max-width: 480px) {
      .recent-insights .recent-insight {
        width: 100%; } }
  .recent-insights .event-meta {
    padding-bottom: 10px;
    line-height: 1.4em; /* CRL */ }
    .recent-insights .event-meta p {
      margin-bottom: 5px; }
  .recent-insights .details {
    padding: 10px 0 0; }
  .recent-insights .more {
    /* color: #8a8b8a; */
    color: #e97444;
    font-size: 17px; }
  .recent-insights .event-cat {
    margin-bottom: 15px; }
  .recent-insights img {
    margin-bottom: 0; }
  .recent-insights .image-wrapper {
    display: block;
    max-width: 100%; }

.page-template-page-insights, .single-insights {
  /*.intro {
  	font-size: 20px;
  	color: $base-light;
  }*/ }
  .page-template-page-insights .overlay, .single-insights .overlay {
    background: rgba(237, 49, 102, 0.5); }
  .page-template-page-insights .section-menu, .single-insights .section-menu {
    background: #ed3166; }

.page-template-page-insights .button-group button {
  background: #8a8b8a;
  width: auto; }
  .page-template-page-insights .button-group button.show-all.current {
    background: #ea7545; }
.page-template-page-insights .auto-center-wrap {
  width: auto;
  margin: auto; }

.single-insights .content-wrapper {
  background: #fff; }
  .single-insights .content-wrapper .inner-column {
    padding-left: 0;
    padding-right: 0; }
    .single-insights .content-wrapper .inner-column h1, .single-insights .content-wrapper .inner-column h2, .single-insights .content-wrapper .inner-column h3, .single-insights .content-wrapper .inner-column h4, .single-insights .content-wrapper .inner-column h5, .single-insights .content-wrapper .inner-column h6 {
      color: #225098; }
  .single-insights .content-wrapper .details {
    font-size: 15px;
    line-height: 1.3em; }
.single-insights .inner-column {
  padding-top: 26px; }
  .single-insights .inner-column .tag {
    margin-bottom: 13px; }
.single-insights .event-cat {
  margin: 0;
  padding: 0 0 8px; }
.single-insights .event-meta {
  padding-bottom: 7px; }
.single-insights .more {
  /* color: #8a8b8a;
  font-size: 17px; */ /* CRL */
  	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
 }
.single-insights .element-wrapper {
  padding-bottom: 35px; }
.single-insights .content-columns {
  width: 100%;
  display: inline-block; }
.single-insights .column-title-wrapper {
  width: 27%;
  float: left; }
  .single-insights .column-title-wrapper h1 {
    margin: 0 0 25px;
    font-size: 1.5em;
    line-height: 1.2em; }
  @media (max-width: 600px) {
    .single-insights .column-title-wrapper {
      width: 100%; } }
.single-insights .column-content-wrapper {
  width: 70%;
  float: right;
  font-size: 18px;
  line-height: 1.3em; }
  @media (max-width: 600px) {
    .single-insights .column-content-wrapper {
      width: 100%; } }
.single-insights .featured-photo-video {
  padding-bottom: 35px;
  display: inline-block;
  width: 100%; }

/*Posts/News*/
.single-post .page-banner {
  /* CRL 8/4/17 */
  /* padding-top: 400px; */ }
  @media (max-width: 825px) {
    .single-post .page-banner {
      padding-top: 200px; } }
.single-post .event-meta {
  color: #225098; }
.single-post .first-paragraph {
  font-size: 26px;
  line-height: 1.3em; }
  @media (max-width: 825px) {
    .single-post .first-paragraph {
      font-size: 20px; } }

.news-overview {
  padding-top: 25px; }
  .news-overview .post {
    display: inline-block;
    width: 100%;
    padding-bottom: 40px; }
  .news-overview .thumbnail-wrapper {
    /* width: 60%; CRL */
    width: 38%;
    float: left; }
    @media (max-width: 1028px) {
      .news-overview .thumbnail-wrapper {
        width: 48%; } }
    @media (max-width: 825px) {
      .news-overview .thumbnail-wrapper {
        width: 100%;
        padding-bottom: 20px; } }
  .news-overview .post-wrapper {
    /* width: 38%; */
    width: 60%;
    float: right;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4em; }
    @media (max-width: 1028px) {
      .news-overview .post-wrapper {
        width: 48%; } }
    @media (max-width: 825px) {
      .news-overview .post-wrapper {
        width: 100%; } }
    .news-overview .post-wrapper .first-paragraph {
      font-size: 19px;
      font-weight: 400; }
  .news-overview .button a {
    background: #ea7545; }
    .news-overview .button a:hover {
      background: #225098; }

.back {
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px; }
  .back:hover {
    opacity: .6; }
  .back .fa {
    font-size: 18px;
    position: relative;
    top: 1px; }

.instagram-feed {
  background: #f6f6f6;
  display: inline-block;
  width: 100%;
  padding: 40px 0 30px;
  margin-bottom: -10px;
  color: #225098; }
  .instagram-feed h3 {
    font-size: 30px;
    font-weight: normal;
    color: #225098;
    padding-left: 15px;
    margin: 0 0 5px; }
  .instagram-feed p {
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 15px; }
  .instagram-feed a {
    color: #225098; }

@media (max-width: 825px) {
  .page-template-page-staff .page-content .sidebar.left, .single-staff .page-content .sidebar.left {
    width: 100%; } }
.page-template-page-staff .page-content .entry-content, .single-staff .page-content .entry-content {
  width: 75%; }
  @media (max-width: 825px) {
    .page-template-page-staff .page-content .entry-content, .single-staff .page-content .entry-content {
      width: 100%; } }

.page-template-page-staff .section-tabs .menu-list {
  width: 45%;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 300; }
.page-template-page-staff .section-tabs .tab-content {
  width: 45%;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 300; }
.page-template-page-staff .section-tabs h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 15px; }
.page-template-page-staff .section-tabs h3 {
  margin: 0 0 5px;
  font-size: 24px; }
.page-template-page-staff .section-tabs h4 {
  font-weight: normal;
  margin: 0 0 5px;
  color: #ea7545;
  font-size: 24px; }
.page-template-page-staff .section-tabs h4 + h3 {
  padding-top: 25px; }
.page-template-page-staff .section-tabs blockquote {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 25px; }
  .page-template-page-staff .section-tabs blockquote p {
    margin-bottom: 10px; }
  .page-template-page-staff .section-tabs blockquote p:last-child {
    color: #fff;
    text-transform: uppercase;
    background: #ea7545;
    padding: 10px; }

.secondary-page-titles {
  padding-bottom: 40px;
  display: inline-block;
  width: 100%; }
  .secondary-page-titles h2 {
    font-weight: normal;
    color: #225098;
    margin: 0;
    font-size: 26px; }
  .secondary-page-titles h2:last-child:after {
    content: "";
    border-top: 2px solid #ea7545;
    width: 50px;
    display: block;
    margin-top: 15px; }

.faculty-staff h4, .faculty-staff h5 {
  font-weight: normal;
  font-size: 15px;
  color: #ea7545;
  margin: 0 0 5px;
  line-height: 1.2em; }
.faculty-staff h4 {
  font-weight: bold; }
.faculty-staff .contact {
  font-size: 15px;
  color: #515151;
  line-height: 1.1em;
  padding: 5px 0; }
  .faculty-staff .contact a {
    color: #515151;
    text-decoration: underline;
    font-style: italic; }
  .faculty-staff .contact span {
    width: 100%;
    display: inline-block; }
.faculty-staff .thumbnail-wrapper {
  position: relative;
  transition: 25s all ease;
  margin-bottom: 10px; }
  .faculty-staff .thumbnail-wrapper img {
    display: block; }
  .faculty-staff .thumbnail-wrapper .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(34, 80, 152, 0.3);
    text-align: center;
    opacity: 0; }
    .faculty-staff .thumbnail-wrapper .overlay p {
      background: #fff;
      text-transform: uppercase;
      color: #225098;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      padding: 5px 10px;
      margin-top: 75%;
      font-size: 18px; }
.faculty-staff .each {
  width: 24%;
  float: left;
  margin-right: 1%;
  position: relative;
  padding-bottom: 40px;
  transition: .25s all ease; }
.faculty-staff .each:nth-of-type(4n+1){
	clear:both;
}
  @media (max-width: 1028px) {
    .faculty-staff .each {
      width: 32%; } }
  @media (max-width: 600px) {
    .faculty-staff .each {
      width: 49%; } }
  @media (max-width: 480px) {
    .faculty-staff .each {
      width: 270px;
      margin: auto;
      float: none; } }
  .faculty-staff .each:hover img {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); }
  .faculty-staff .each:hover .overlay {
    opacity: 1;
    z-index: 9999; }
  .faculty-staff .each .more {
    /* color: #225098; */
    color: #e97444;
    font-size: 15px;
    font-weight: bold;
    text-transform: none; }
    .faculty-staff .each .more:hover {
      color: #ea7545; }

.single-staff .entry-content .columns h1 {
  font-size: 26px;
  font-weight: bold;
  color: #225098;
  margin: 0; }
.single-staff .entry-content .columns h2 {
  font-size: 26px;
  font-weight: normal;
  color: #ea7545;
  margin: 0 0 20px;
  text-transform: none; /* CRL */}
.single-staff .entry-content h3 {
  padding-top: 30px;
  font-size: 24px;
  color: #225098;
  font-weight: normal; }
  .single-staff .entry-content h3:after {
    content: "";
    width: 50px;
    display: block;
    border-top: 2px solid #ea7545;
    margin-bottom: 15px;
    margin-top: 5px; }
.single-staff .entry-content h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 5px; }
.single-staff .entry-content .column {
  width: 65%;
  float: right;
  padding-bottom: 25px; }
  @media (max-width: 600px) {
    .single-staff .entry-content .column {
      width: 100%; } }
  .single-staff .entry-content .column:first-child {
    width: 30%;
    float: left;
    padding-bottom: 25px; }
    @media (max-width: 600px) {
      .single-staff .entry-content .column:first-child {
        width: 270px;
        margin: auto;
        display: block;
        float: none; } }
.single-staff .entry-content .wp-post-image {
  margin-bottom: 25px; }
.single-staff .entry-content .button {
  width: 90%;
  margin: auto; }
.single-staff .entry-content .button a {
  width: 100%;
  background: #ea7545;
  text-align: center;
  margin-bottom: 10px; }
  .single-staff .entry-content .button a:hover {
    background: #225098;
    color: #fff; }
.single-staff .contact {
  font-size: 18px;
  color: #515151;
  line-height: 1.1em;
  padding: 5px 0; }
  .single-staff .contact a {
    color: #515151;
    text-decoration: underline;
    font-style: italic; }
  .single-staff .contact span {
    width: 100%;
    display: inline-block; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  /* margin-bottom: 1.5em; */
  margin-bottom: 0;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    /* margin: 0.8075em 0; */
    margin: 0 0 0.8075em 0;}

.wp-caption-text {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3em;}

  .wp-caption .alignleft, .wp-caption .alignnone  {
    margin-left: 0;
  }
  .wp-caption .alignright {
    margin-right: 0;
  }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.sidebar .menu .current-menu-item a { font-weight: bold; }
#jobstable {font-size:16px;}
#jobstable th {text-align: left;}
#jobstable tr:nth-child(even) {
    background: #E6EFF5;
}
.alumni-update-form, .aod-nom-form,
.aod-nom-form .wpcf7-file,
.alumni-update-form .wpcf7-file {
font-size: 18px;
}
#myirbreg input[type="text"], .alumni-update-form input[type="text"],
.form-on-white input[type="text"], .form-on-white input[type="date"],
#myirbreg input[type="email"], .alumni-update-form input[type="email"],
.form-on-white input[type="email"], .form-on-white textarea,
.form-on-white input[type="password"], .form-on-white input[type="tel"],
.alumni-update-form textarea,
.aod-nom-form input[type="text"], .aod-nom-form input[type="email"],
.aod-nom-form input[type="tel"], .aod-nom-form textarea,
#wpcf7-f15918-p15752-o1 input[type="text"], #wpcf7-f15918-p15752-o1 input[type="email"] {
border: 1px solid black;
}
#myirbreg input[type="submit"], .alumni-update-form input[type="submit"],
.aod-nom-form input[type="submit"], #wpcf7-f15918-p15752-o1 input[type="submit"],
.form-on-white input[type="submit"]  {
margin-top: 10px;
}
.aod-nom-form .wpcf7-file, .alumni-update-form .wpcf7-file {
margin-bottom: 10px; }
.alumni-update-form span.picture {
display: block;}

.alumni-update-form .wpcf7-list-item, #wpcf7-f15918-p15752-o1 .wpcf7-list-item {
display: block;
}
table#hoursbox {
    border: 1px solid #F5BAA2;
    /* margin-bottom: 14px; */
    width: 95%;
}
#hoursbox td {
    border: 1px solid #F5BAA2;
    font-size: 0.6em;
    line-height: 1.25em;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    width: 14%;
}
#hoursbox td.period {
    background-color: #F5BAA2;
    border: 1px solid #005596;
}
#hoursbox td.day {
    background-color: #005596;
    border: 1px solid #005596;
    color: #ffffff;
    font-weight: bold;
}
div.addthis_toolbox {
	clear: both;
}

/* two-column and three-column text layouts. */
.page-content .two-column .column {
  width: 48%;
  float:left;
  margin-left: 4%;
}
.page-content .two-column .column:first-child {
  margin-left: 0;
}
.page-content .three-column .column {
  width: 32%;
  float:left;
  margin-left: 2%;
}
.page-content .three-column .column:first-child {
  margin-left: 0;
}
.dataTables_filter input {
  border: 1px solid black;
}
@media (max-width: 600px) {
  .page-content .two-column .column, .page-content .three-column .column  {
    width: 100%;
    float: none;
    margin-left:0;
    } }
.section-menu ul ul {
  display: none;
  position: absolute;
  background: inherit;
	/* top:100%;
	left:0; */
  z-index: 1;
	padding:0;
}
.section-menu  ul li:hover > ul {
  display: block;
}
.section-menu .sub-menu li {
  width: inherit;
  display: block;
}
