/*!
Theme Name: CAGS
Theme URI: http://underscores.me/
Author: Dalen Design
Author URI: http://www.dalendesign.com/
Description: The 2016 CAGS WordPress Theme
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: cags
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.

CAGS 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
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@font-face {
  font-family: 'RaleighLTStd';
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/raleigh-lt-std/RaleighLTStd.otf") format("opentype"); }

/* Grid -  Using Compass and Susy */
/* Breakpoints */
/*--------------------------------------------------------------
# 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-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: #303030;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 1em 0; }

@media screen and (max-width: 29.9375em) {
  h1 {
    font-size: 20px;
    font-size: 1.25rem; } }

@media screen and (min-width: 30em) and (max-width: 61.9375em) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem; } }

@media screen and (min-width: 62em) {
  h1 {
    font-size: 54px;
    font-size: 3.375rem; } }

h2 {
  font-size: 24px;
  font-size: 1.5rem; }

h3:not(.banner-title):not(.slider-title):not(.title-pillar):not(.featured-item-title):not(.news-slider-item-title):not(.post-title):not(.newsletter-slider-item-title):not(.sb-title):not(.mod-title) {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase; }

.page-title,
.entry-title {
  font-size: 24px;
  font-size: 1.5rem; }

.section-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal; }

.news-slider-item-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1em;
  margin-top: 0.5em; }

.banner-title,
.slider-title {
  color: #fff;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: 1em; }
  @media screen and (max-width: 29.9375em) {
    .banner-title,
    .slider-title {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 30em) and (max-width: 61.9375em) {
    .banner-title,
    .slider-title {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media screen and (min-width: 62em) {
    .banner-title,
    .slider-title {
      font-size: 54px;
      font-size: 3.375rem; } }

.single .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #621702;
  font-weight: 600; }
  .single .entry-title a {
    color: #621702; }
    .single .entry-title a:visited {
      color: #621702; }
    .single .entry-title a:hover {
      color: #621702; }
    .single .entry-title a:active {
      color: #621702; }
    .single .entry-title a:focus {
      color: #621702; }

.entry-content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #621702;
  font-weight: 600; }
  .entry-content h2 a {
    color: #621702; }
    .entry-content h2 a:visited {
      color: #621702; }
    .entry-content h2 a:hover {
      color: #621702; }
    .entry-content h2 a:active {
      color: #621702; }
    .entry-content h2 a:focus {
      color: #621702; }

.journal-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #621702;
  font-weight: 600; }
  .journal-title a {
    color: #621702; }
    .journal-title a:visited {
      color: #621702; }
    .journal-title a:hover {
      color: #621702; }
    .journal-title a:active {
      color: #621702; }
    .journal-title a:focus {
      color: #621702; }

p {
  margin-bottom: 1.5em;
  margin-top: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  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: #e3e3e3;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 1em; }

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; }

.entry-content li {
  margin-bottom: 0.5em; }

@media screen and (min-width: 48em) {
  .two-col-list {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.5em;
            column-gap: 2.5em; } }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
  text-align: left; }
  table th {
    font-weight: 600; }
  table td, table th {
    border: 1px solid #e3e3e3;
    padding: 0.25em; }

.exam-prep {
  border: none; }
  .exam-prep caption {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1em; }
  .exam-prep td, .exam-prep th {
    border: none; }
  .exam-prep th {
    color: #c13003;
    font-weight: bold; }
  .exam-prep tr:nth-child(even) {
    background: #e2e2e2; }
  .exam-prep tr:nth-child(odd) {
    background: #fff; }

.shop_table caption {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  background: #c13003;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 1;
  padding: 0.5em 2em 0.5em 2em;
  text-shadow: none;
  text-transform: uppercase; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #c13003;
    border: 2px solid #c13003;
    box-shadow: none; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background: #c13003;
    border: 2px solid #c13003;
    box-shadow: none; }

#loginform label {
  display: inline-block;
  width: 200px; }

.btn {
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  padding: 0.5em 2em 0.5em 2em;
  text-decoration: none;
  text-transform: uppercase; }

.shortcode-btn {
  font-size: 16px;
  font-size: 1rem;
  background: #c13003;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff !important;
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 1;
  padding: 0.5em 2em 0.5em 2em;
  text-transform: uppercase; }
  .shortcode-btn:hover {
    background: #c13003;
    border: 2px solid #fff;
    text-decoration: none !important; }
  .shortcode-btn:active, .shortcode-btn:focus {
    background: #c13003;
    border: 2px solid #fff;
    box-shadow: none; }

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: #303030;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  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: #303030; }
    input[type="text"]:focus::-webkit-input-placeholder,
    input[type="email"]:focus::-webkit-input-placeholder,
    input[type="url"]:focus::-webkit-input-placeholder,
    input[type="password"]:focus::-webkit-input-placeholder,
    input[type="search"]:focus::-webkit-input-placeholder,
    input[type="number"]:focus::-webkit-input-placeholder,
    input[type="tel"]:focus::-webkit-input-placeholder,
    input[type="range"]:focus::-webkit-input-placeholder,
    input[type="date"]:focus::-webkit-input-placeholder,
    input[type="month"]:focus::-webkit-input-placeholder,
    input[type="week"]:focus::-webkit-input-placeholder,
    input[type="time"]:focus::-webkit-input-placeholder,
    input[type="datetime"]:focus::-webkit-input-placeholder,
    input[type="datetime-local"]:focus::-webkit-input-placeholder,
    input[type="color"]:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    input[type="text"]:focus:-ms-input-placeholder,
    input[type="email"]:focus:-ms-input-placeholder,
    input[type="url"]:focus:-ms-input-placeholder,
    input[type="password"]:focus:-ms-input-placeholder,
    input[type="search"]:focus:-ms-input-placeholder,
    input[type="number"]:focus:-ms-input-placeholder,
    input[type="tel"]:focus:-ms-input-placeholder,
    input[type="range"]:focus:-ms-input-placeholder,
    input[type="date"]:focus:-ms-input-placeholder,
    input[type="month"]:focus:-ms-input-placeholder,
    input[type="week"]:focus:-ms-input-placeholder,
    input[type="time"]:focus:-ms-input-placeholder,
    input[type="datetime"]:focus:-ms-input-placeholder,
    input[type="datetime-local"]:focus:-ms-input-placeholder,
    input[type="color"]:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: transparent; }
    input[type="text"]:focus::placeholder,
    input[type="email"]:focus::placeholder,
    input[type="url"]:focus::placeholder,
    input[type="password"]:focus::placeholder,
    input[type="search"]:focus::placeholder,
    input[type="number"]:focus::placeholder,
    input[type="tel"]:focus::placeholder,
    input[type="range"]:focus::placeholder,
    input[type="date"]:focus::placeholder,
    input[type="month"]:focus::placeholder,
    input[type="week"]:focus::placeholder,
    input[type="time"]:focus::placeholder,
    input[type="datetime"]:focus::placeholder,
    input[type="datetime-local"]:focus::placeholder,
    input[type="color"]:focus::placeholder,
    textarea:focus::placeholder {
      color: transparent; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.site-utility-tools .search-form input[type="search"] {
  border: none;
  border-radius: 0;
  font-size: rem(14);
  padding: 0; }
  .site-utility-tools .search-form input[type="search"]::-webkit-input-placeholder {
    opacity: 1; }
  .site-utility-tools .search-form input[type="search"]:-ms-input-placeholder {
    opacity: 1; }
  .site-utility-tools .search-form input[type="search"]::placeholder {
    opacity: 1; }

.site-utility-tools .search-form .search-submit {
  background: none;
  border: none;
  box-shadow: none;
  font-size: rem(16);
  padding: 0;
  text-shadow: none; }

.section-search-trouble .search-form {
  background-color: #e9e9e9;
  border-radius: 26px; }

.section-search-trouble input[type="search"] {
  background-color: #e9e9e9;
  border: none;
  border-radius: 26px;
  padding: 1em 2em;
  width: calc(100% - 60px); }
  .section-search-trouble input[type="search"]::-webkit-input-placeholder {
    opacity: 1; }
  .section-search-trouble input[type="search"]:-ms-input-placeholder {
    opacity: 1; }
  .section-search-trouble input[type="search"]::placeholder {
    opacity: 1; }

.section-search-trouble .search-submit {
  background: none;
  border: none;
  box-shadow: none;
  color: #303030;
  font-size: 26px;
  font-size: 1.625rem;
  padding: 0;
  text-shadow: none; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #621702;
  text-decoration: none; }
  a:visited {
    color: #621702; }
  a:hover {
    color: #621702; }
  a:active {
    color: #621702; }
  a:focus {
    color: #621702; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

.site-content a,
.section a {
  transition: opacity 500ms; }
  .site-content a:hover,
  .section a:hover {
    opacity: 0.8;
    text-decoration: underline; }

.slick-slider .slick-arrow {
  color: rgba(255, 255, 255, 0.5);
  font-size: 42px;
  font-size: 2.625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99; }
  .slick-slider .slick-arrow:hover {
    cursor: pointer; }

.slick-slider .slick-prev.slick-arrow {
  left: 2rem; }

.slick-slider .slick-next.slick-arrow {
  right: 2rem; }

.slick-slider .slick-dots {
  position: absolute;
  bottom: 2rem;
  text-align: center;
  width: 100%; }
  .slick-slider .slick-dots button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: none;
    height: 14px;
    margin-right: 1em;
    text-indent: -9999px;
    text-shadow: none;
    padding: 0;
    width: 14px; }
    .slick-slider .slick-dots button:hover {
      background-color: rgba(255, 255, 255, 0.5); }
  .slick-slider .slick-dots li {
    display: inline; }
  .slick-slider .slick-dots li.slick-active button {
    background-color: #fff; }

.section-video-slider .slick-slider .slick-arrow {
  color: #e2e2e2;
  font-size: rem(22);
  height: 20px;
  text-align: center;
  transition: color 0.2s ease-in;
  width: 20px; }
  .section-video-slider .slick-slider .slick-arrow:hover {
    color: #303030; }

.section-video-slider .slick-slider .slick-prev.slick-arrow {
  left: -10.1694915254%;
  padding-right: 3px; }

.section-video-slider .slick-slider .slick-next.slick-arrow {
  right: -10.1694915254%;
  padding-left: 3px; }

.arrow-text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  transition: opacity 500ms; }
  .arrow-text:visited {
    color: #fff; }
  .arrow-text:hover {
    color: #fff; }
  .arrow-text:active {
    color: #fff; }
  .arrow-text:focus {
    color: #fff; }
  .arrow-text:hover {
    opacity: 0.8; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  font-family: "Open Sans Condensed", sans-serif; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul a {
      color: #303030;
      display: block; }
      .main-navigation ul a:visited {
        color: #303030; }
      .main-navigation ul a:hover {
        color: #797979; }
      .main-navigation ul a:active {
        color: #303030; }
      .main-navigation ul a:focus {
        color: #303030; }
  @media screen and (max-width: 61.9375em) {
    .main-navigation ul {
      clear: both;
      display: none;
      text-align: center; }
    .main-navigation.toggled {
      background: white;
      height: 100vh;
      width: 100%;
      position: absolute;
      z-index: 99;
      top: 34px; }
      .main-navigation.toggled ul {
        padding-top: 30px; }
    .main-navigation a {
      padding: 0.5em 0; } }
  @media screen and (min-width: 62em) {
    .main-navigation {
      float: left;
      width: 100%; }
      .main-navigation ul {
        display: block;
        float: right; }
        .main-navigation ul ul {
          font-size: 13px;
          font-size: 0.8125rem;
          background-color: #621702;
          float: left;
          font-family: "Open Sans", sans-serif;
          padding: 1em;
          position: absolute;
          top: 3em;
          left: -999em;
          z-index: 99999; }
          .main-navigation ul ul ul {
            left: -999em;
            top: 0; }
          .main-navigation ul ul li:hover > ul,
          .main-navigation ul ul li.focus > ul {
            left: 100%; }
          .main-navigation ul ul a {
            color: #fff;
            padding-bottom: 0.5em;
            padding-top: 0.5em;
            width: 200px; }
            .main-navigation ul ul a:visited {
              color: #fff; }
            .main-navigation ul ul a:hover {
              color: #bf9b92; }
            .main-navigation ul ul a:active {
              color: #fff; }
            .main-navigation ul ul a:focus {
              color: #fff; }
        .main-navigation ul li:hover > ul,
        .main-navigation ul li.focus > ul {
          left: auto; }
      .main-navigation li {
        float: left;
        position: relative; }
      .main-navigation a {
        padding: 1em; }
      .main-navigation .menu-toggle {
        display: none; } }

/* Small menu. */
.menu-toggle {
  display: block;
  float: right; }

.main-navigation.toggled .menu-main-nav-container > ul,
.main-navigation.toggled .menu-main-nav-member-container > ul {
  display: block; }

/***** CSG - Sub Nav *****/
.section-sub-menu {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans Condensed", sans-serif;
  background: #303030; }
  .section-sub-menu:after {
    content: " ";
    display: block;
    clear: both; }
  .section-sub-menu ul {
    font-size: 14.4px;
    font-size: 0.9rem;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 0; }
  .section-sub-menu li {
    line-height: 1em; }
    .section-sub-menu li.current-menu-item a {
      color: #0193ac; }
  .section-sub-menu a {
    color: #fff;
    display: inline-block;
    padding: 0.5rem 0; }
    .section-sub-menu a:visited {
      color: #fff; }
    .section-sub-menu a:hover {
      color: #0193ac; }
    .section-sub-menu a:active {
      color: #fff; }
    .section-sub-menu a:focus {
      color: #fff; }
  @media screen and (max-width: 47.9375em) {
    .section-sub-menu ul {
      padding: 1rem 0; } }
  @media screen and (min-width: 48em) {
    .section-sub-menu ul {
      padding: 0; }
    .section-sub-menu li {
      display: inline-block; }
    .section-sub-menu a {
      padding: 1.25rem 1.25rem; } }

/***** Social *****/
.social-navigation ul {
  list-style: none;
  margin: 0; }
  .social-navigation ul li {
    display: inline; }
  .social-navigation ul a {
    color: #000;
    padding: 0 0.5em; }
    .social-navigation ul a:visited {
      color: #000; }
    .social-navigation ul a:hover {
      color: #000; }
    .social-navigation ul a:active {
      color: #000; }
    .social-navigation ul a:focus {
      color: #000; }

.site-utility-nav .social-navigation {
  height: 52px;
  float: right;
  margin-right: 1em; }

.site-utility-nav .member-login-nav {
  float: right;
  margin: 0;
  padding: 0; }
  .site-utility-nav .member-login-nav li {
    display: inline-block; }

/***** Footer *****/
.site-footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.site-footer-navigation a {
  color: #787878;
  padding: 0 0.5em;
  text-decoration: none; }
  .site-footer-navigation a:visited {
    color: #787878; }
  .site-footer-navigation a:hover {
    color: #787878; }
  .site-footer-navigation a:active {
    color: #787878; }
  .site-footer-navigation a:focus {
    color: #787878; }
  .site-footer-navigation a:hover {
    text-decoration: underline; }

@media screen and (min-width: 62em) {
  .site-footer-navigation ul {
    text-align: right; }
  .site-footer-navigation li {
    display: inline; } }

/*--------------------------------------------------------------
# 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: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #303030;
    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-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.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; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

.widget-area .btn {
  color: #fff;
  background: #f17c00;
  border: none;
  display: block;
  text-align: center; }
  .widget-area .btn:visited {
    color: #fff; }
  .widget-area .btn:hover {
    color: #fff; }
  .widget-area .btn:active {
    color: #fff; }
  .widget-area .btn:focus {
    color: #fff; }
  .widget-area .btn:hover {
    text-decoration: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/******* CAGS *******/
[class$="-inner"] {
  @include-box-sizing : true;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto; }
  [class$="-inner"]:after {
    content: " ";
    display: block;
    clear: both; }

/***** Header *****/
.site-utility {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #e1e1e1;
  color: #303030; }
  .site-utility a {
    color: #303030;
    text-decoration: none; }
    .site-utility a:visited {
      color: #303030; }
    .site-utility a:hover {
      color: #303030; }
    .site-utility a:active {
      color: #303030; }
    .site-utility a:focus {
      color: #303030; }
    .site-utility a:hover {
      text-decoration: underline; }
  .site-utility p {
    margin: 0; }
  .site-utility .utility-section {
    display: inline-block; }
  .site-utility .site-utility-tools .utility-section {
    border-right: 1px solid #e1e1e1; }
  .site-utility .site-utility-nav .utility-section {
    border-left: 1px solid #e1e1e1; }
  @media screen and (max-width: 47.9375em) {
    .site-utility .site-utility-nav {
      float: right; }
      .site-utility .site-utility-nav .social-navigation {
        border: none; }
    .site-utility .utility-section {
      padding: 1em 0.5em; }
    .site-utility .site-utility-tools {
      display: none; }
    .site-utility .site-utility-nav {
      display: inline-block; } }
  @media screen and (min-width: 48em) {
    .site-utility .utility-section {
      padding: 1em 2em; } }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .site-utility .site-utility-tools {
      display: none; }
    .site-utility .site-utility-nav {
      width: 100%;
      float: right;
      margin-right: 0; } }
  @media screen and (min-width: 75em) {
    .site-utility .site-utility-tools {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; }
    .site-utility .site-utility-nav {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; } }

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 104px;
  position: relative; }
  .site-header .site-branding {
    max-width: 60%;
    position: absolute;
    top: 10px;
    left: 6.7796610169%;
    z-index: 102; }
    .site-header .site-branding .site-title {
      margin: 0; }
  .site-header .main-navigation {
    width: 100%;
    float: right;
    margin-right: 0; }
  @media screen and (min-width: 48em) {
    .site-header .site-branding {
      max-height: 85px;
      max-width: 233px; } }
  @media screen and (min-width: 75em) {
    .site-header {
      padding: 1.5em 6.7796610169%; } }

/***** Content *****/
@media screen and (min-width: 62em) {
  #primary.has-sidebar {
    width: 70.3389830508%;
    float: right;
    margin-right: 0;
    margin-top: 1.5em; } }

#secondary {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%; }
  #secondary .widget-title {
    border-bottom: 1px solid #ccc; }
  #secondary ul:not(.sub-menu) li {
    margin-bottom: 0.5rem; }
  #secondary ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #secondary ul .sub-menu {
      font-size: 14.4px;
      font-size: 0.9rem;
      margin: 0.5rem 0 0.5rem 0.5rem; }
      #secondary ul .sub-menu li {
        margin: 0; }
        #secondary ul .sub-menu li a {
          padding: 0.5em 0;
          display: block; }
    #secondary ul li {
      margin-bottom: 0; }
  #secondary .menu > li.bold > a {
    font-weight: bold; }
  @media screen and (max-width: 61.9375em) {
    #secondary {
      display: none; } }

.site-content {
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (max-width: 61.9375em) {
    .site-content {
      padding: 6.7796610169% 6.7796610169% 4.6610169492% 6.7796610169%; } }
  @media screen and (min-width: 62em) {
    .site-content {
      padding: 6.7796610169% 15.2542372881% 4.6610169492% 15.2542372881%; } }

.no-banner .site-content {
  padding-top: 2.5423728814%; }

.section {
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (max-width: 61.9375em) {
    .section {
      padding: 6.7796610169% 6.7796610169% 6.7796610169% 6.7796610169%; } }
  @media screen and (min-width: 62em) {
    .section {
      padding: 6.7796610169% 15.2542372881% 6.7796610169% 15.2542372881%; } }

.page-template-tpl-page-home .slider-wrapper .slider ul li a:not(.btn) {
  display: block;
  height: 100%; }

.slider-wrapper {
  position: relative; }
  .slider-wrapper .slider ul {
    margin: 0;
    padding: 0; }
    .slider-wrapper .slider ul img {
      max-width: none;
      width: 100%; }
    .slider-wrapper .slider ul li {
      background-size: cover;
      height: 600px;
      width: 100%;
      position: relative; }
  .slider-wrapper .slider-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 47.9375em) {
      .slider-wrapper .slider-content.simple {
        left: 6.7796610169%;
        width: 83.0508474576%; } }
    @media screen and (min-width: 48em) {
      .slider-wrapper .slider-content.simple {
        left: 15.2542372881%; } }
    @media screen and (min-width: 48em) {
      .slider-wrapper .slider-content.simple {
        width: 50%; } }
    .slider-wrapper .slider-content.html {
      color: #fff;
      text-align: center;
      width: 100%; }
      .slider-wrapper .slider-content.html .slider-title {
        font-size: 54px;
        font-size: 3.375rem;
        font-family: 'RaleighLTStd', serif;
        margin: 0 0 1.5rem 0; }
      .slider-wrapper .slider-content.html .btn {
        color: #fff;
        background: #f17c00;
        border: none; }
        .slider-wrapper .slider-content.html .btn:visited {
          color: #fff; }
        .slider-wrapper .slider-content.html .btn:hover {
          color: #fff; }
        .slider-wrapper .slider-content.html .btn:active {
          color: #fff; }
        .slider-wrapper .slider-content.html .btn:focus {
          color: #fff; }
  .slider-wrapper .slider-link {
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase; }
  .slider-wrapper .registration-box {
    background-color: #621702;
    border-bottom: 4px solid #d3d3d3;
    color: #fff;
    padding: 2rem;
    position: absolute;
    bottom: -40px;
    right: 6.7796610169%;
    width: 440px; }
    .slider-wrapper .registration-box p {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 300;
      text-align: center; }
    .slider-wrapper .registration-box ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .slider-wrapper .registration-box ul li {
        display: inline-block; }
        .slider-wrapper .registration-box ul li:first-child {
          margin-right: 0.5rem; }
    .slider-wrapper .registration-box .btn {
      border: 2px solid #fff;
      border-radius: 20px;
      color: #fff;
      display: inline-block;
      font-family: 'Open Sans Condensed', sans-serif;
      padding: 0.5em 0 0.5em 2em;
      text-decoration: none;
      text-transform: uppercase; }
      .slider-wrapper .registration-box .btn:hover {
        background: #c13003;
        border: 2px solid #c13003; }
      .slider-wrapper .registration-box .btn::after {
        content: "\f178";
        font: normal normal normal 14px/1 FontAwesome;
        padding: 0 1em 0 4em;
        display: inline-block; }
    @media screen and (max-width: 61.9375em) {
      .slider-wrapper .registration-box {
        display: none; } }
    @media screen and (min-width: 62em) {
      .slider-wrapper .registration-box {
        display: block; } }

.banner-wrapper {
  position: relative; }
  .banner-wrapper img {
    display: block;
    max-width: none;
    width: 100%; }
  .banner-wrapper .banner-text.default {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    .banner-wrapper .banner-text.default .banner-title {
      color: #fff;
      font-weight: 800;
      letter-spacing: 0.2em;
      padding: 0 21.0526315789%;
      text-transform: uppercase; }
  .banner-wrapper.has-banner .banner-text {
    position: absolute;
    top: 15.2542372881%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .banner-wrapper.no-banner {
    background: url("./images/bg-no-banner-coa.jpg") center no-repeat #621702;
    padding: 2.5423728814% 0;
    text-align: center; }
  @media screen and (max-width: 47.9375em) {
    .banner-wrapper .banner-text.not-default {
      left: 6.7796610169%;
      width: 83.0508474576%; } }
  @media screen and (min-width: 48em) {
    .banner-wrapper .banner-title {
      font-size: 58px;
      font-size: 3.625rem; }
    .banner-wrapper .banner-text.not-default {
      left: 15.2542372881%;
      width: 50%; } }

.section-banner-content {
  background-color: #303030;
  color: #fff; }
  .section-banner-content h2 {
    font-weight: 400; }
  .section-banner-content a {
    color: #9e9e9e; }
    .section-banner-content a:visited {
      color: #9e9e9e; }
    .section-banner-content a:hover {
      color: #9e9e9e; }
    .section-banner-content a:active {
      color: #9e9e9e; }
    .section-banner-content a:focus {
      color: #9e9e9e; }

/***** Pillars Page Template *****/
.page-template-tpl-page-pillar .section-text-blurb {
  background-color: #621702;
  color: #fff; }
  .page-template-tpl-page-pillar .section-text-blurb h2 {
    font-weight: normal; }
  .page-template-tpl-page-pillar .section-text-blurb a {
    color: #a47a70; }
    .page-template-tpl-page-pillar .section-text-blurb a:visited {
      color: #a47a70; }
    .page-template-tpl-page-pillar .section-text-blurb a:hover {
      color: #a47a70; }
    .page-template-tpl-page-pillar .section-text-blurb a:active {
      color: #a47a70; }
    .page-template-tpl-page-pillar .section-text-blurb a:focus {
      color: #a47a70; }

/***** Employment Page Template *****/
/***** News / Employment Page Template *****/
.page-template-tpl-page-employment .post-item,
.page-template-tpl-page-news .post-item {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e3e3e3;
  padding: 4.6610169492% 0 2.5423728814% 0; }
  .page-template-tpl-page-employment .post-item:after,
  .page-template-tpl-page-news .post-item:after {
    content: " ";
    display: block;
    clear: both; }
  .page-template-tpl-page-employment .post-item .btn,
  .page-template-tpl-page-news .post-item .btn {
    font-size: 12px;
    font-size: 0.75rem;
    border-radius: 20px;
    background-color: #c13003;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0.5em 1.5em 0.5em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease-in-out; }
    .page-template-tpl-page-employment .post-item .btn i,
    .page-template-tpl-page-news .post-item .btn i {
      margin-left: 1em; }
    .page-template-tpl-page-employment .post-item .btn:hover,
    .page-template-tpl-page-news .post-item .btn:hover {
      background-color: rgba(193, 48, 3, 0.8);
      text-decoration: none; }

.page-template-tpl-page-employment .post-item-img,
.page-template-tpl-page-news .post-item-img {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }

.page-template-tpl-page-employment .post-item-content,
.page-template-tpl-page-news .post-item-content {
  width: 49.1525423729%;
  float: right;
  margin-right: 0;
  text-align: center; }
  .page-template-tpl-page-employment .post-item-content .post-date,
  .page-template-tpl-page-news .post-item-content .post-date {
    font-size: 12px;
    font-size: 0.75rem;
    color: #777;
    margin: 0; }
  .page-template-tpl-page-employment .post-item-content .post-location,
  .page-template-tpl-page-news .post-item-content .post-location {
    font-weight: bold;
    margin: 0; }
  .page-template-tpl-page-employment .post-item-content .post-taxonomy,
  .page-template-tpl-page-news .post-item-content .post-taxonomy {
    font-size: 16px;
    font-size: 1rem;
    color: #777;
    margin: 0; }
  .page-template-tpl-page-employment .post-item-content .post-title,
  .page-template-tpl-page-news .post-item-content .post-title {
    margin-top: 0; }
    .page-template-tpl-page-employment .post-item-content .post-title a,
    .page-template-tpl-page-news .post-item-content .post-title a {
      color: #303030; }
      .page-template-tpl-page-employment .post-item-content .post-title a:visited,
      .page-template-tpl-page-news .post-item-content .post-title a:visited {
        color: #303030; }
      .page-template-tpl-page-employment .post-item-content .post-title a:hover,
      .page-template-tpl-page-news .post-item-content .post-title a:hover {
        color: #303030; }
      .page-template-tpl-page-employment .post-item-content .post-title a:active,
      .page-template-tpl-page-news .post-item-content .post-title a:active {
        color: #303030; }
      .page-template-tpl-page-employment .post-item-content .post-title a:focus,
      .page-template-tpl-page-news .post-item-content .post-title a:focus {
        color: #303030; }

.page-template-tpl-page-employment .load-more,
.page-template-tpl-page-news .load-more {
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1.5em 0 1.5em 0;
  text-transform: uppercase; }
  .page-template-tpl-page-employment .load-more i,
  .page-template-tpl-page-news .load-more i {
    float: right;
    margin-right: 0.5rem; }

/***** Award Page Template *****/
.page-template-tpl-page-awards .awards-menu {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  margin: 0;
  padding: 0; }
  .page-template-tpl-page-awards .awards-menu:after {
    content: " ";
    display: block;
    clear: both; }
  .page-template-tpl-page-awards .awards-menu li {
    box-sizing: border-box;
    width: 25%;
    float: left;
    border: 1px solid #fff;
    text-align: center; }
    .page-template-tpl-page-awards .awards-menu li:nth-child(4n) {
      float: right;
      margin-right: 0; }
    .page-template-tpl-page-awards .awards-menu li.active a, .page-template-tpl-page-awards .awards-menu li:hover a {
      background-color: #e3e3e3; }
  .page-template-tpl-page-awards .awards-menu a {
    display: block;
    background-color: rgba(227, 227, 227, 0.5);
    padding: 0.5rem 1rem; }

@media screen and (max-width: 61.9375em) {
  .page-template-tpl-page-awards .award {
    margin-bottom: 1em; } }

@media screen and (min-width: 62em) {
  .page-template-tpl-page-awards .award {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page-template-tpl-page-awards .award:after {
      content: " ";
      display: block;
      clear: both; }
  .page-template-tpl-page-awards .award-school {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
  .page-template-tpl-page-awards .award-person {
    width: 49.1525423729%;
    float: right;
    margin-right: 0; } }

.page-template-tpl-page-scrub-caps-off .scrub-header h2 {
  margin-bottom: 0; }

.page-template-tpl-page-scrub-caps-off .scrub-header p {
  margin: 0; }

.page-template-tpl-page-scrub-caps-off .qa h2 {
  font-size: 18px;
  font-size: 1.125rem; }

.page-template-tpl-page-res-research-corner .research-corner-header h2 {
  margin-bottom: 0; }

.page-template-tpl-page-res-research-corner .research-corner-header p {
  margin: 0; }

.page-template-tpl-page-res-research-corner .research-corner-header ul {
  list-style: none;
  margin-left: 0;
  padding: 0; }

.page-template-tpl-page-res-research-corner .qa h2 {
  font-size: 18px;
  font-size: 1.125rem; }

/***** Team Grid *****/
.team-grid {
  padding: 0;
  text-align: center; }
  .team-grid .item-image {
    color: #303030;
    display: block;
    max-height: 267px;
    overflow: hidden; }
    .team-grid .item-image:visited {
      color: #303030; }
    .team-grid .item-image:hover {
      color: #303030; }
    .team-grid .item-image:active {
      color: #303030; }
    .team-grid .item-image:focus {
      color: #303030; }
  @media screen and (min-width: 30em) {
    .team-grid .item {
      box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%; }
      .team-grid .item:nth-child(3n) {
        float: right;
        margin-right: 0; }
      .team-grid .item:nth-child(3n+1) {
        clear: both; } }

/***** Two Cols *****/
.cols {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .cols:after {
    content: " ";
    display: block;
    clear: both; }
  .cols .col-a {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
  .cols .col-b {
    width: 49.1525423729%;
    float: right;
    margin-right: 0; }

/***** Full Width Grid *****/
.full-width-grid {
  padding: 0; }
  .full-width-grid .item {
    background-color: #999;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    text-align: center;
    position: relative; }
    .full-width-grid .item:nth-child(5) {
      float: right;
      margin-right: 0; }
  .full-width-grid a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%; }
    .full-width-grid a:visited {
      color: #fff; }
    .full-width-grid a:hover {
      color: #fff; }
    .full-width-grid a:active {
      color: #fff; }
    .full-width-grid a:focus {
      color: #fff; }
    .full-width-grid a:hover {
      text-decoration: none; }
  @media screen and (min-width: 30em) and (max-width: 61.9375em) {
    .full-width-grid .item {
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%; } }
  @media screen and (min-width: 62em) {
    /*.full-width-grid .item {
      box-sizing: border-box;
      width: 20%;
      float: left;
      padding-left: 1%;
      padding-right: 1%; } */

.full-width-grid .item {
    box-sizing: border-box;
    float: left;
    margin: 0.1%;
    padding-left: 1%;
    padding-right: 1%;
    width: 19.7889%;
}
}

/***** Online CPD Template ****/
.page-template-tpl-page-online-cpd .section-features-full .featured-item:last-child {
  background-color: #4b4a5a; }


/***** Sections *****/
.section-features-thumbs {
  border-bottom: 1px solid #e2e2e2;
  padding: 4.6610169492% 6.7796610169%; }
  .section-features-thumbs .featured-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-features-thumbs img {
    display: block;
    float: left;
    padding-right: 1em; }
  .section-features-thumbs .featured-item-title {
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 0.5rem 0; }
  .section-features-thumbs a {
    color: #747474;
    display: block;
    line-height: 1em; }
    .section-features-thumbs a:visited {
      color: #747474; }
    .section-features-thumbs a:hover {
      color: #303030; }
    .section-features-thumbs a:active {
      color: #747474; }
    .section-features-thumbs a:focus {
      color: #747474; }
    .section-features-thumbs a .fa {
      color: #303030; }
  @media screen and (max-width: 29.9375em) {
    .section-features-thumbs .featured-item-title {
      font-size: 16px;
      font-size: 1rem; }
    .section-features-thumbs a {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 30em) and (max-width: 74.9375em) {
    .section-features-thumbs .featured-item-title {
      font-size: 19.2px;
      font-size: 1.2rem; }
    .section-features-thumbs a {
      font-size: 19.2px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 47.9375em) {
    .section-features-thumbs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section-features-thumbs .featured-item {
        margin-bottom: 2rem; }
        .section-features-thumbs .featured-item:last-child {
          margin-bottom: 0; } }
  @media screen and (min-width: 48em) {
    /* JD change */
/*.section-features-thumbs .featured-item {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; } */
 /* JD end */

      .section-features-thumbs .featured-item:last-child {
        float: right;
        margin-right: 0; }
    .section-features-thumbs .featured-item-img {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .section-features-thumbs .featured-item-content {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3; } }
  @media screen and (min-width: 75em) {
    .section-features-thumbs .featured-item-title {
      font-size: 26px;
      font-size: 1.625rem; }
    .section-features-thumbs a {
      font-size: 23px;
      font-size: 1.4375rem; } }

.section-features-full {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; 

-webkit-display: flex;
-moz-display: flex;
-ms--display: flex;
}
  .section-features-full .featured-item {
    position: relative;
    text-align: center; }
    .section-features-full .featured-item:first-child {
      background-color: #c13003; }
      .section-features-full .featured-item:first-child .featured-item-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .section-features-full .featured-item:last-child {
      background-color: #621702; }
  .section-features-full .featured-item-slide.has-image {
    height: 100%; }
  .section-features-full .featured-item-slide.no-image {
    padding: 25% 0; }
  .section-features-full img {
    float: left;
    height: 100%;
    max-width: none;
    width: 100%; }
  @media screen and (max-width: 47.9375em) {
    .section-features-full {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section-features-full .featured-item .featured-item-content {
        padding: 0 6.7796610169%; }
      .section-features-full .featured-item:last-child .featured-item-content {
        padding-top: 15.2542372881%;
        padding-bottom: 15.2542372881%; } }
  @media screen and (min-width: 48em) {
    .section-features-full {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .section-features-full .featured-item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; 

}
        .section-features-full .featured-item:last-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  @media screen and (min-width: 62em) {
    .section-features-full .featured-item .featured-item-content {
      padding: 0 23.7288135593%; } }

.section-features-alt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  .section-features-alt:after {
    content: " ";
    display: block;
    clear: both; }
  .section-features-alt .featured-item {
    color: #fff; }
    .section-features-alt .featured-item:nth-child(odd) {
      background-color: #303030; }
    .section-features-alt .featured-item:nth-child(even) {
      background-color: #f17c00; }
  .section-features-alt .featured-item-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px; }
  .section-features-alt .featured-item-content {
    padding: 1rem 2rem 3rem 2rem;
    text-align: center; }
  .section-features-alt .featured-item-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: 'RaleighLTStd', serif;
    font-weight: normal; }
  @media screen and (min-width: 62em) {
    .section-features-alt .featured-item {
      box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      position: relative; }
      .section-features-alt .featured-item:last-child {
        float: right;
        margin-right: 0; }
      .section-features-alt .featured-item:nth-child(even) .featured-item-img {
        position: absolute;
        bottom: -340px;
        height: 340px;
        width: 100%; } }

.section-associations-slider {
  border-bottom: 1px solid #e3e3e3;
  padding: 4.6610169492% 6.7796610169%; }
  .section-associations-slider ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .section-associations-slider ul .slick-slide {
      display: inline-block;
      float: none;
      line-height: 100%;
      vertical-align: middle; }
    .section-associations-slider ul img {
      margin: 0 auto;
      padding: 0 1rem;
      vertical-align: middle; }
  .section-associations-slider .fa {
    color: #cbcbcb; }
  .section-associations-slider .slick-slider .slick-arrow {
    color: #cbcbcb; }
  .section-associations-slider .slick-slider .slick-prev.slick-arrow {
    left: -5.9322033898%; }
  .section-associations-slider .slick-slider .slick-next.slick-arrow {
    right: -5.9322033898%; }

.section-pillars {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  padding: 0; }
  .section-pillars:after {
    content: " ";
    display: block;
    clear: both; }
  .section-pillars .item-pillar {
    background: url("./images/ico-pillar-arrow-down.png") center top no-repeat #621702;
    border-bottom: 4px solid #fff;
    padding: 0 0 3rem 0; }
    .section-pillars .item-pillar:hover {
      background-color: #c13003;
      border-bottom: 4px solid #d3d3d3; }
  .section-pillars .ico-pillar {
    height: 30px;
    margin: 4rem auto 0.25rem auto; }
    .section-pillars .ico-pillar img {
      text-align: center; }
  .section-pillars .title-pillar {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0 0 2.75rem 0; }
    .section-pillars .title-pillar a {
      color: #fff; }
      .section-pillars .title-pillar a:visited {
        color: #fff; }
      .section-pillars .title-pillar a:hover {
        color: #fff; }
      .section-pillars .title-pillar a:active {
        color: #fff; }
      .section-pillars .title-pillar a:focus {
        color: #fff; }
  .section-pillars .ft-img-pillar {
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    width: 100%; }
  .section-pillars .excerpt-pillar {
    margin: 2rem 0 1rem 0;
    padding: 0 2rem; }
  @media screen and (max-width: 47.9375em) {
    .section-pillars .item-pillar {
      box-sizing: border-box;
      width: 100%;
      float: left; } }
  @media screen and (min-width: 48em) {
    .section-pillars {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .section-pillars .item-pillar {
        box-sizing: border-box;
        width: 25%;
        float: left;
        border-bottom: 14px solid #fff;
        border-top: 10px solid #fff; }
        .section-pillars .item-pillar:last-child {
          float: right;
          margin-right: 0; }
        .section-pillars .item-pillar:hover {
          border-top: none;
          border-bottom: 4px solid #d3d3d3; }
          .section-pillars .item-pillar:hover .ft-img-pillar {
            height: 250px;
            transition: height 200ms; } }

.home .section-news-slider {
  border: none; 
padding: 3% 6.77966%;

}

.section-news-slider {
  border-bottom: 1px solid #e3e3e3;
  padding-left: 6.7796610169%;
  padding-right: 6.7796610169%; }
  .section-news-slider .news-slider-item {
    margin-right: 3em; }
    .section-news-slider .news-slider-item:nth-child(5) {
      margin-right: 0; }
  .section-news-slider .news-slider-item-date {
    font-size: 12px;
    font-size: 0.75rem;
    color: #777;
    margin-bottom: 0; }
  .section-news-slider .news-slider-item-title {
    font-size: 22px;
    font-size: 1.375rem; }
    .section-news-slider .news-slider-item-title a {
      color: #303030; }
      .section-news-slider .news-slider-item-title a:visited {
        color: #303030; }
      .section-news-slider .news-slider-item-title a:hover {
        color: #303030; }
      .section-news-slider .news-slider-item-title a:active {
        color: #303030; }
      .section-news-slider .news-slider-item-title a:focus {
        color: #303030; }
  .section-news-slider a {
    color: #303030; }
    .section-news-slider a:visited {
      color: #303030; }
    .section-news-slider a:hover {
      color: #303030; }
    .section-news-slider a:active {
      color: #303030; }
    .section-news-slider a:focus {
      color: #303030; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .section-news-slider .news-slider-item {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; }
      .section-news-slider .news-slider-item:last-child {
        display: none; }
      .section-news-slider .news-slider-item:nth-child(even) {
        margin-right: 0; } }
  @media screen and (min-width: 62em) {
    .section-news-slider .news-slider-item {
      width: 18.6440677966%;
      float: left;
      margin-right: 1.6949152542%; } }

.section-newsletter-slider {
  background-color: #303030;
  color: #fff;
  padding-left: 6.7796610169%;
  padding-right: 6.7796610169%; }
  .section-newsletter-slider a {
    color: #fff; }
    .section-newsletter-slider a:visited {
      color: #fff; }
    .section-newsletter-slider a:hover {
      color: #fff; }
    .section-newsletter-slider a:active {
      color: #fff; }
    .section-newsletter-slider a:focus {
      color: #fff; }
  .section-newsletter-slider p {
    margin: 0; }
  .section-newsletter-slider .newsletter-slider-item-date {
    font-size: 12px;
    font-size: 0.75rem; }
  .section-newsletter-slider .newsletter-slider-item-title {
    font-weight: 400;
    margin-top: 0.5rem 0 0.5rem 0; }
  .section-newsletter-slider .newsletter-slider-item-link {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase; }
  .section-newsletter-slider .newsletter-slider-view-all {
    font-size: 12px;
    font-size: 0.75rem;
    clear: both;
    margin-top: 2rem;
    text-align: right;
    text-transform: uppercase; }
  @media screen and (min-width: 62em) {
    .section-newsletter-slider {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .section-newsletter-slider:after {
        content: " ";
        display: block;
        clear: both; }
      .section-newsletter-slider .newsletter-slider-item {
        width: 32.2033898305%;
        float: left;
        margin-right: 1.6949152542%; }
        .section-newsletter-slider .newsletter-slider-item:last-child {
          float: right;
          margin-right: 0; } }

.section-video-slider {
  background: #000000;
  text-align: center;
  padding-top: 4em;
  padding-bottom: 3em; }
  .section-video-slider .video-title {
    font-size: 22px;
    font-size: 1.375rem;
    color: #fff;
    margin: 0 0 2em 0;
    text-align: center; }

.section-project-map {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  text-align: center; }


.section-search-trouble .section-title {
  font-size: 28px;
  font-size: 1.75rem; }

@media screen and (max-width: 61.9375em) {
  .section-search-trouble {
    padding-left: 2.5423728814%;
    padding-right: 2.5423728814%; }
    .section-search-trouble .section-title {
      text-align: center; } }

@media screen and (min-width: 62em) {
  .section-search-trouble {
    padding-left: 11.0169491525%;
    padding-right: 11.0169491525%; }
    .section-search-trouble .section-title {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
      margin: 0; }
    .section-search-trouble .search-form {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; } }

.section-contact {
  background-color: #621702;
  color: #fff;
  text-align: center; }
  .section-contact p.tel {
    margin: 0; }
  .section-contact a {
    color: #d8b9b0; }
    .section-contact a:visited {
      color: #d8b9b0; }
    .section-contact a:hover {
      color: #d8b9b0; }
    .section-contact a:active {
      color: #d8b9b0; }
    .section-contact a:focus {
      color: #d8b9b0; }
  .section-contact .fa {
    font-size: 32px;
    font-size: 2rem;
    color: #a47a70; }
  .section-contact .section-newsletter {
    padding: 0 6.7796610169%; }
  .section-contact .gform_wrapper .newsetter-form .validation_error {
    border-color: #fff;
    color: #fff;
    font-weight: normal; }
  .section-contact .gform_wrapper .newsetter-form li.gfield.gfield_error {
    background-color: transparent;
    border: none;
    margin: 0 !important;
    padding: 0 !important; }
  .section-contact .gform_wrapper .newsetter-form li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .section-contact .gform_wrapper .newsetter-form .gform_wrapper li.gfield_error textarea {
    border: 1px solid #fff; }
  .section-contact .gform_wrapper .newsetter-form label {
    display: none; }
  .section-contact .gform_wrapper .newsetter-form input[type="text"] {
    background-color: #621702;
    border-radius: 20px;
    border-color: #b18b81;
    color: #b18b81;
    display: block;
    margin-bottom: 1rem;
    padding: 0.5rem 2rem !important;
    width: 100% !important; }
  .section-contact .gform_wrapper .newsetter-form .gform_footer {
    text-align: center; }
  .section-contact .gform_wrapper .newsetter-form .btn {
    border: 2px solid #c13003;
    position: relative;
    text-align: left;
    height: 42px; }
    .section-contact .gform_wrapper .newsetter-form .btn:hover {
      opacity: 0.8; }
  .section-contact .gform_wrapper .newsetter-form .fa {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    right: 2rem; }
  @media screen and (max-width: 61.9375em) {
    .section-contact button {
      width: 100%; } }
  @media screen and (min-width: 62em) {
    .section-contact .section-item {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; }
      .section-contact .section-item:last-child {
        float: right;
        margin-right: 0; }
    .section-contact button {
      width: 50%; } }

/*** Employment Opportunities ***/
.section-emp-ops {
  background-color: #621702;
  color: #fff; }
  .section-emp-ops .emp-ops-header {
    border-bottom: 1px solid #a47a70;
    position: relative; }
    .section-emp-ops .emp-ops-header .see-all {
      font-size: 14px;
      font-size: 0.875rem;
      color: #fff;
      font-family: "Open Sans Condensed", sans-serif;
      position: absolute;
      top: 45px;
      right: 0;
      text-transform: uppercase; }
      .section-emp-ops .emp-ops-header .see-all:visited {
        color: #fff; }
      .section-emp-ops .emp-ops-header .see-all:hover {
        color: #fff; }
      .section-emp-ops .emp-ops-header .see-all:active {
        color: #fff; }
      .section-emp-ops .emp-ops-header .see-all:focus {
        color: #fff; }
  .section-emp-ops .emp-ops-content-meta-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem; }
    .section-emp-ops .emp-ops-content-meta-wrap:after {
      content: " ";
      display: block;
      clear: both; }
  .section-emp-ops .emp-ops-meta {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    .section-emp-ops .emp-ops-meta .post-date {
      font-size: 12px;
      font-size: 0.75rem; }
  .section-emp-ops .emp-ops-content {
    width: 49.1525423729%;
    float: right;
    margin-right: 0; }
  .section-emp-ops .btn {
    font-size: 12px;
    font-size: 0.75rem;
    border-radius: 20px;
    background-color: #c13003;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0.5em 1.5em 0.5em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease-in-out;
    border: none;
    position: relative;
    width: 140px; }
    .section-emp-ops .btn i {
      margin-left: 1em; }
    .section-emp-ops .btn:hover {
      background-color: rgba(193, 48, 3, 0.8);
      text-decoration: none; }
    .section-emp-ops .btn .fa {
      position: absolute;
      right: 1.5em;
      top: 0.5em; }

/***** Section - Featured People *****/
.section-ft-people .ft-people-header {
  position: relative; }
  .section-ft-people .ft-people-header .section-title {
    font-size: 22px;
    font-size: 1.375rem;
    display: inline-block;
    font-weight: normal; }
  .section-ft-people .ft-people-header .see-all {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    font-family: "Open Sans Condensed", sans-serif;
    position: absolute;
    top: 36px;
    right: 0;
    text-transform: uppercase; }

.section-ft-people .ft-people-content {
  text-align: center; }
  .section-ft-people .ft-people-content p {
    margin-bottom: 0; }

@media screen and (min-width: 62em) {
  .section-ft-people .ft-people-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .section-ft-people .ft-people-content:after {
      content: " ";
      display: block;
      clear: both; }
    .section-ft-people .ft-people-content .item:last-child {
      float: right;
      margin-right: 0; } }

.section-ft-people.section-teaching-excellence {
  color: #787878; }
  .section-ft-people.section-teaching-excellence .ft-people-content a {
    color: #303030; }
    .section-ft-people.section-teaching-excellence .ft-people-content a:visited {
      color: #303030; }
    .section-ft-people.section-teaching-excellence .ft-people-content a:hover {
      color: #303030; }
    .section-ft-people.section-teaching-excellence .ft-people-content a:active {
      color: #303030; }
    .section-ft-people.section-teaching-excellence .ft-people-content a:focus {
      color: #303030; }
  .section-ft-people.section-teaching-excellence .ft-people-content .item-title {
    margin-bottom: 0; }
  .section-ft-people.section-teaching-excellence .ft-people-content .school {
    font-size: 14px;
    font-size: 0.875rem; }
  @media screen and (min-width: 48em) {
    .section-ft-people.section-teaching-excellence .item {
      width: 23.7288135593%;
      float: left;
      margin-right: 1.6949152542%; } }

/***** Resident Research Corner *****/
.section-ft-people.section-research-corner {
  background: #303030;
  color: #fff; }
  .section-ft-people.section-research-corner .ft-people-header .see-all {
    color: #fff; }
    .section-ft-people.section-research-corner .ft-people-header .see-all:visited {
      color: #fff; }
    .section-ft-people.section-research-corner .ft-people-header .see-all:hover {
      color: #fff; }
    .section-ft-people.section-research-corner .ft-people-header .see-all:active {
      color: #fff; }
    .section-ft-people.section-research-corner .ft-people-header .see-all:focus {
      color: #fff; }
  .section-ft-people.section-research-corner .ft-people-content {
    color: #9e9e9e; }
    .section-ft-people.section-research-corner .ft-people-content a {
      color: #fff; }
      .section-ft-people.section-research-corner .ft-people-content a:visited {
        color: #fff; }
      .section-ft-people.section-research-corner .ft-people-content a:hover {
        color: #fff; }
      .section-ft-people.section-research-corner .ft-people-content a:active {
        color: #fff; }
      .section-ft-people.section-research-corner .ft-people-content a:focus {
        color: #fff; }
  @media screen and (min-width: 48em) {
    .section-ft-people.section-research-corner .item {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%; }
      .section-ft-people.section-research-corner .item:last-child {
        float: right;
        margin-right: 0; } }

/***** Advocacy *****/
.opps-wrapper {
  border-bottom: 1px solid #e3e3e3; }

.section-opp {
  float: left; }

.opp-wrapper {
  content: "";
  display: table;
  table-layout: fixed; }
  .opp-wrapper:nth-child(odd) {
    background: #621702;
    color: #fff; }
    .opp-wrapper:nth-child(odd) a:not(.btn) {
      color: #d8b9b0; }
      .opp-wrapper:nth-child(odd) a:not(.btn):visited {
        color: #d8b9b0; }
      .opp-wrapper:nth-child(odd) a:not(.btn):hover {
        color: #d8b9b0; }
      .opp-wrapper:nth-child(odd) a:not(.btn):active {
        color: #d8b9b0; }
      .opp-wrapper:nth-child(odd) a:not(.btn):focus {
        color: #d8b9b0; }
  .opp-wrapper:nth-child(even) a:not(.btn) {
    color: #787878; }
    .opp-wrapper:nth-child(even) a:not(.btn):visited {
      color: #787878; }
    .opp-wrapper:nth-child(even) a:not(.btn):hover {
      color: #787878; }
    .opp-wrapper:nth-child(even) a:not(.btn):active {
      color: #787878; }
    .opp-wrapper:nth-child(even) a:not(.btn):focus {
      color: #787878; }
  .opp-wrapper .btn {
    border-radius: 20px;
    border: 2px solid #c13003;
    background: #c13003;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0.5em 0 0.5em 2em;
    text-decoration: none;
    text-transform: uppercase; }
    .opp-wrapper .btn:hover {
      background: #c13003;
      border: 2px solid #c13003; }
    .opp-wrapper .btn::after {
      content: "\f178";
      font: normal normal normal 14px/1 FontAwesome;
      padding: 0 1em 0 4em;
      display: inline-block; }
  .opp-wrapper .opp-date {
    font-size: 12px;
    font-size: 0.75rem; }
  .opp-wrapper .opp-title {
    font-weight: 600; }
  @media screen and (max-width: 47.9375em) {
    .opp-wrapper .opp-content {
      margin-top: 6.7796610169%; } }
  @media screen and (min-width: 48em) {
    .opp-wrapper .opp-header {
      width: 40.6779661017%;
      float: left;
      margin-right: 1.6949152542%;
      padding-right: 6.7796610169%; }
    .opp-wrapper .opp-content {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; } }

/***** CSRF Pages *****/
#csrf-past-recipients dl {
  border-bottom: 1px solid #e3e3e3; }
  #csrf-past-recipients dl dt {
    font-weight: normal; }

/***** Committee Pages *****/
.page-template-tpl-page-committees .site-content.no-content {
  padding-bottom: 0;
  padding-top: 0; }

.single-cags_cp_committee .mod-committee-wrap {
  margin-bottom: 2rem; }

/***** Site Map Page *****/
.menu-site-map-container #menu-site-map {
  font-size: 28px;
  font-size: 1.75rem;
  list-style: none;
  margin: 0; }
  .menu-site-map-container #menu-site-map li {
    list-style: none; }
  .menu-site-map-container #menu-site-map .sub-menu {
    margin-left: 0;
    margin-top: 1em; }
    .menu-site-map-container #menu-site-map .sub-menu li {
      font-size: 16px;
      font-size: 1rem; }

/***** Footer *****/
.site-footer {
  font-size: 12px;
  font-size: 0.75rem;
  color: #787878;
  padding: 1.5em 6.7796610169%; }
  @media screen and (max-width: 61.9375em) {
    .site-footer {
      text-align: center; } }
  @media screen and (min-width: 62em) {
    .site-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .site-footer .site-footer-copy {
        width: 40.6779661017%;
        float: left;
        margin-right: 1.6949152542%; }
      .site-footer .site-footer-logo {
        width: 15.2542372881%;
        float: left;
        margin-right: 1.6949152542%;
        text-align: center; }
      .site-footer .site-footer-navigation {
        width: 40.6779661017%;
        float: right;
        margin-right: 0; } }

/***** Modules *****/
.mod-committee-wrap .chairs .chair-name-title {
  font-weight: normal; }

.mod-committee-wrap .members ul {
  list-style: none;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 61.9375em) {
  .mod-committee-wrap {
    text-align: center; }
    .mod-committee-wrap .mod-title {
      font-size: 20px;
      font-size: 1.25rem; } }

@media screen and (min-width: 62em) {
  .mod-committee-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .mod-committee-wrap:after {
      content: " ";
      display: block;
      clear: both; }
    .mod-committee-wrap .mod-title {
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      text-align: left; }
    .mod-committee-wrap .chairs {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%;
      text-align: center; }
    .mod-committee-wrap .members li {
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "Open Sans Condensed", sans-serif;
      margin-left: 6.7796610169%;
      text-transform: uppercase; }
    .mod-committee-wrap.has-chair .members {
      width: 57.6271186441%;
      float: right;
      margin-right: 0; }
    .mod-committee-wrap.no-chair .members {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

/***** Application Page *****/
.application-btns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .application-btns li {
    display: inline-block; }
  .application-btns a {
    font-size: 12px;
    font-size: 0.75rem;
    border-radius: 20px;
    background-color: #c13003;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0.5em 1.5em 0.5em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease-in-out; }
    .application-btns a i {
      margin-left: 1em; }
    .application-btns a:hover {
      background-color: rgba(193, 48, 3, 0.8);
      text-decoration: none; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  background-color: #c13003;
  border: 2px solid #c13003;
  border-radius: 20px;
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  padding-right: 4em;
  text-decoration: none;
  text-transform: uppercase;
  position: relative; }
  .woocommerce #respond input#submit:visited,
  .woocommerce a.button:visited,
  .woocommerce button.button:visited,
  .woocommerce input.button:visited {
    color: #fff; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    color: #fff; }
  .woocommerce #respond input#submit:active,
  .woocommerce a.button:active,
  .woocommerce button.button:active,
  .woocommerce input.button:active {
    color: #fff; }
  .woocommerce #respond input#submit:focus,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus {
    color: #fff; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    background: #c13003;
    border: 2px solid #c13003; }
  .woocommerce #respond input#submit::after,
  .woocommerce a.button::after,
  .woocommerce button.button::after,
  .woocommerce input.button::after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 0 1em 0 0;
    display: inline-block;
    line-height: 1.5em;
    position: absolute;
    right: 0; }

.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  background-color: #c13003;
  color: #fff;
  opacity: 1; }
  .woocommerce input.button:disabled:hover,
  .woocommerce input.button[disabled]:disabled:hover {
    background: #c13003;
    color: #fff;
    opacity: .85; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #c13003;
  color: #fff; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background: #c13003;
    color: #fff;
    opacity: .85; }

.woocommerce div.product form.cart .button {
  float: right; }

.wc-continue-shopping {
  width: 100%; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1rem;
  padding: .618em 1em;
  text-align: left; }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background: #c13003;
    color: #fff;
    opacity: .85; }

/***** Edit Account Page *****/
.woocommerce-page .edit-account .button {
  margin-top: 1em; }

/***** Products Page (Join Now) *****/
.woocommerce ul.products li.product .price {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 1.5rem; }

.woocommerce-page ul.products,
.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .woocommerce-page ul.products li.product .button,
    .woocommerce ul.products li.product .button {
      margin-top: auto; }

@media screen and (max-width: 29.9375em) {
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product {
    width: 100%;
    float: right;
    margin-right: 0; } }

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    .woocommerce-page ul.products li.product:nth-child(2n),
    .woocommerce ul.products li.product:nth-child(2n) {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; } }

@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
    .woocommerce-page ul.products li.product:nth-child(3n),
    .woocommerce ul.products li.product:nth-child(3n) {
      width: 32.2033898305%;
      float: right;
      margin-right: 0; } }

@media screen and (min-width: 75em) {
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
    .woocommerce-page ul.products li.product:nth-child(3n),
    .woocommerce ul.products li.product:nth-child(3n) {
      width: 32.2033898305%;
      float: right;
      margin-right: 0; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# 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;
  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; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## 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; }

/*** Jess - New Stylings ***/

body.home .section-associations-slider { padding:1% 6.77966%; }
body.home .section-news-slider { padding:3% 6.77966%;  background:#e6e6e6;}

.section-features-thumbs .featured-item {
    border: 2px solid #333;
    float: left;
    margin-right: 1.69492%;
    padding: 25px;
    width: 44.1525%;
}

.full-width-grid .item { }
.section-features-full { }

body.woocommerce-account .banner-wrapper { max-height: 180px; }

body.woocommerce-lost-password #primary .entry-content .passinfo { display:none !important; } 