/*! 
Theme Name: AAMP
Theme URI: http://underscores.me/
Author: Mile 6, LLC
Author URI: http://www.mile6.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aamp
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.

AAMP 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.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## 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-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; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*---------------------------------
	GRID/COLUMNS
----------------------------------- */
/*
& Columns : 12 
& Gutter %: 20% 
& MaxWidth: 1280px
*/
.grid {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 2em; }

.grid.flex {
  width: 100%;
  max-width: 100%;
  padding: 0 2%;
  padding: 2em; }

.row {
  display: block;
  overflow: hidden;
  clear: both; }

*[class*="col_"].alpha {
  margin-left: 0; }

*[class*="col_"].omega {
  margin-right: 0; }

.col_1 {
  width: 6.6666666666667%; }

.col_2 {
  width: 15%; }

.col_3 {
  width: 23.333333333333%; }

.col_4 {
  width: 31.666666666667%; }

.col_5 {
  width: 40%; }

.col_6 {
  width: 48.333333333333%; }

.col_7 {
  width: 56.666666666667%; }

.col_8 {
  width: 65%; }

.col_9 {
  width: 73.333333333333%; }

.col_10 {
  width: 81.666666666667%; }

.col_11 {
  width: 90%; }

.col_12 {
  width: 98.333333333333%; }

*[class*="col_"] {
  margin-left: 0.83333333333333%;
  margin-right: 0.83333333333333%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  float: left;
  display: block; }

.grid img {
  max-width: 100%;
  height: auto; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

* html .clearfix, *:first-child + html .clearfix {
  zoom: 1; }

/* Viewable Grids 
	To view your grids, add the class .visible to any grid container.
	This will add a background color so you can see the layout of your grids. 
*/
*[class*="col_"].visible {
  background: #eee;
  border: 1px dotted #ccc; }

/*---------------------------------
	Responsive Grid Media Queries - 1280, 1024, 768, 480
	1280-1024 	- desktop (default grid)
	1024-768 	- tablet landscape
	768-480 	- tablet 
	480-less 	- phone landscape & smaller
-----------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1280px) {
  .grid {
    max-width: 1024px; }

  .show-desktop {
    display: block; }

  .hide-desktop {
    display: none; }

  .show-tablet {
    display: none; }

  .hide-tablet {
    display: block; }

  .show-phone {
    display: none; }

  .hide-phone {
    display: block; } }
@media all and (min-width: 768px) and (max-width: 1024px) {
  .grid {
    max-width: 768px; }

  .show-desktop {
    display: none; }

  .hide-desktop {
    display: block; }

  .show-tablet {
    display: block; }

  .hide-tablet {
    display: none; }

  .show-phone {
    display: none; }

  .hide-phone {
    display: block; } }
@media all and (min-width: 480px) and (max-width: 768px) {
  .grid *[class*="col_"] {
    float: none;
    width: auto;
    clear: both;
    display: block; }

  /* columns inside of columns */
  .grid *[class*="col_"] [class*="col_"] {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  .grid {
    max-width: 480px; }

  .show-desktop {
    display: none; }

  .hide-desktop {
    display: block; }

  .show-tablet {
    display: block; }

  .hide-tablet {
    display: none; }

  .show-phone {
    display: none; }

  .hide-phone {
    display: block; } }
@media all and (max-width: 480px) {
  .grid *[class*="col_"] {
    float: none;
    width: auto;
    clear: both;
    display: block; }

  /* columns inside of columns */
  .grid *[class*="col_"] [class*="col_"] {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  .grid {
    max-width: 100%;
    /*320*/ }

  .show-desktop {
    display: none; }

  .hide-desktop {
    display: block; }

  .show-tablet {
    display: none; }

  .hide-tablet {
    display: block; }

  .show-phone {
    display: block; }

  .hide-phone {
    display: none; } }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #444;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 100; }

h1 {
  text-transform: uppercase; }

p {
  margin-bottom: 1.5em; }

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

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

ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 20px; }

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
a.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #8d0d1c;
  border: 1px solid #8d0d1c;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em; }
  a.button:hover,
  a.btn:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: transparent;
    color: #8d0d1c; }
  a.button:active, a.button:focus,
  a.btn:active,
  a.btn:focus,
  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: #0d1c40; }

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  margin-bottom: 5px;
  margin-left: 5px; }
  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; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #8d0d1c;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus, a:active {
    color: #0d1c40; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: right;
  width: 50%; }
  @media all and (min-width: 769px) {
    .main-navigation {
      clear: both;
      width: 100%; } }
  .main-navigation .menu {
    float: right; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .main-navigation .menu {
        width: 100%;
        float: left; } }
  @media all and (max-width: 768px) {
    .main-navigation #primary-menu {
      display: none; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        padding: 10px; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    list-style-type: none;
    padding: 45px 0 35px 20px; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .main-navigation li {
        padding: 35px 10px; } }
  .main-navigation a {
    display: block;
    text-decoration: none;
    text-transform: uppercase; }
    @media all and (min-width: 1025px) and (max-width: 1280px) {
      .main-navigation a {
        font-size: 12px; } }
  .main-navigation .socMed {
    display: none; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .main-navigation .socMed {
        display: inline-block;
        float: right; }
        .main-navigation .socMed img {
          width: 30px; } }
  .main-navigation #searchWrap {
    float: right;
    display: inline-block;
    padding: 6px 20px 0 0; }
    .main-navigation #searchWrap .button.mobMenu {
      display: none; }
    @media all and (min-width: 450px) {
      .main-navigation #searchWrap {
        padding-top: 15px; } }
    @media all and (min-width: 768px) {
      .main-navigation #searchWrap {
        padding: 25px 0 20px 20px; } }
    @media all and (max-width: 768px) {
      .main-navigation #searchWrap .searchBtn,
      .main-navigation #searchWrap .mobMenu {
        border: none; } }
    @media all and (min-width: 1025px) and (max-width: 1280px) {
      .main-navigation #searchWrap {
        font-size: 14px;
        padding: 35px 0 35px 20px; } }
    .main-navigation #searchWrap .button {
      background: #8d0d1c;
      color: #fff;
      max-width: 60px;
      padding: 15px;
      text-align: center;
      font-size: 24px;
      display: inline-block; }
      .main-navigation #searchWrap .button:hover {
        background: #fff;
        color: #8d0d1c; }
      @media all and (min-width: 1025px) and (max-width: 1280px) {
        .main-navigation #searchWrap .button {
          font-size: 14px;
          padding: 10px; } }
      @media all and (max-width: 768px) {
        .main-navigation #searchWrap .button {
          background: #fff;
          color: #8d0d1c; } }
    @media all and (max-width: 768px) {
      .main-navigation #searchWrap .mobMenu {
        display: inline-block !important; } }
    .main-navigation #searchWrap .searchWrap {
      float: left;
      position: absolute;
      width: 100%;
      top: 12.5%;
      left: 0;
      z-index: 99999;
      margin-top: -13px; }
      @media all and (min-width: 769px) and (max-width: 1024px) {
        .main-navigation #searchWrap .searchWrap {
          top: 9.75%; } }
      @media all and (max-width: 768px) {
        .main-navigation #searchWrap .searchWrap {
          top: 8.5%; } }
      .main-navigation #searchWrap .searchWrap .searchBox {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        background: #e5e5e5;
        float: right;
        padding: 10px; }
        @media all and (max-width: 1024px) {
          .main-navigation #searchWrap .searchWrap .searchBox {
            width: 100%; } }
        .main-navigation #searchWrap .searchWrap .searchBox .searchInput {
          background: #fff; }
          .main-navigation #searchWrap .searchWrap .searchBox .searchInput input[type="text"] {
            border: 0;
            margin: 0;
            width: 80%; }
          .main-navigation #searchWrap .searchWrap .searchBox .searchInput button {
            display: block;
            float: right;
            padding: 6px 5px;
            font-size: 16px;
            background: #fff;
            color: #8d0d1c;
            border: 0; }
            .main-navigation #searchWrap .searchWrap .searchBox .searchInput button:hover {
              background: #fff;
              color: #0d1c40; }
      @media all and (max-width: 1024px) {
        .main-navigation #searchWrap .searchWrap .filler {
          display: none; } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  margin: 0 0 1.5em;
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0; }
.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%; }

/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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-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%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header & Footer
--------------------------------------------------------------*/
.site-title {
  margin: 0;
  padding: 0; }
  @media all and (max-width: 768px) {
    .site-title {
      width: 50%;
      float: left; } }

.site-mobile-navigation:not(.mm-menu) {
  display: none; }

.site-header .top-blue {
  background: #0d1c40;
  text-align: right;
  color: #fff; }
  @media all and (max-width: 768px) {
    .site-header .top-blue {
      display: none; } }
  .site-header .top-blue .socMed, .site-header .top-blue .memberBtns {
    display: inline-block; }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    .site-header .top-blue .socMed {
      display: none; } }
  .site-header .top-blue .socMed ul li a {
    margin: 0;
    display: inline-block; }
    .site-header .top-blue .socMed ul li a img {
      width: 28px;
      height: 28px;
      vertical-align: middle;
      margin-bottom: 5px; }
  .site-header .top-blue .memberBtns ul li a {
    font-weight: 100;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase; }
  .site-header .top-blue .memberBtns ul li a.joinBtn {
    background: #8d0d1c; }
  .site-header .top-blue ul {
    margin: 0;
    padding: 0;
    display: inline-block; }
    .site-header .top-blue ul li {
      list-style-type: none;
      display: inline-block; }
@media all and (min-width: 769px) {
  .site-header .site-branding {
    min-height: 108px; } }
@media all and (max-width: 768px) {
  .site-header .site-branding .grid {
    padding: 0; } }
.site-header .site-branding .custom-logo {
  display: block; }
  @media all and (min-width: 769px) {
    .site-header .site-branding .custom-logo {
      width: 400px;
      max-width: 100%;
      position: absolute;
      margin-top: -50px;
      margin-left: -25px; } }

.site-footer {
  background: #0d1c40;
  color: #fff;
  text-align: center;
  padding-top: 30px; }
  .site-footer a.button {
    padding: 0.6em 1em 0.4em; }
  .site-footer ul {
    margin: 0;
    padding: 0;
    min-height: 30px; }
    .site-footer ul li {
      list-style-type: none;
      display: inline-block; }
      .site-footer ul li a {
        text-transform: uppercase;
        color: #fff; }
      .site-footer ul li a:hover {
        background: #fff;
        color: #8d0d1c;
        border: 0; }
  .site-footer .menu ul {
    margin-bottom: 20px; }
    .site-footer .menu ul li {
      margin: 0 10px; }
      @media all and (max-width: 768px) {
        .site-footer .menu ul li {
          display: block;
          text-align: left;
          border-bottom: 1px solid #1d3c86;
          padding: 10px 0; } }
  .site-footer .footerAdd {
    padding: 35px 0; }
    .site-footer .footerAdd .footerLogo, .site-footer .footerAdd .aampAdd {
      display: inline-block; }
    .site-footer .footerAdd .footerLogo {
      padding-right: 30px; }
      @media all and (max-width: 768px) {
        .site-footer .footerAdd .footerLogo {
          padding-right: 0;
          text-align: center; } }
      .site-footer .footerAdd .footerLogo img {
        max-width: 255px; }
        @media all and (max-width: 768px) {
          .site-footer .footerAdd .footerLogo img {
            margin: 0 auto; } }
    .site-footer .footerAdd .aampAdd {
      border-left: 1px solid #1d3c86;
      padding-left: 30px;
      text-align: left; }
      @media all and (max-width: 768px) {
        .site-footer .footerAdd .aampAdd {
          border-left: 0;
          padding-left: 0;
          text-align: center; } }
  .site-footer .copyDev {
    background: #09132c;
    min-height: 50px; }
    @media all and (min-width: 1025px) and (max-width: 1280px) {
      .site-footer .copyDev {
        min-height: 65px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .site-footer .copyDev {
        min-height: 80px; } }
    @media all and (max-width: 1024px) {
      .site-footer .copyDev {
        min-height: none;
        padding: 10px 0; } }
    .site-footer .copyDev .copy {
      text-align: left;
      margin: 15px 0; }
      @media all and (max-width: 768px) {
        .site-footer .copyDev .copy {
          text-align: center; } }
    .site-footer .copyDev .devcred {
      text-align: right;
      margin: 15px 0; }
      @media all and (max-width: 768px) {
        .site-footer .copyDev .devcred {
          text-align: center; } }

.site-by {
  color: #fff !important; }

.mm-menu {
  background: #0d1c40 !important; }

.mm-menu,
.mm-title {
  color: #fff !important; }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: #fff; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: #162f6a; }

@media all and (min-width: 769px) {
  .menu-item-5251,
  .menu-item-5252 {
    display: none; } }

.site-footer-logos {
  background: url("/wp-content/uploads/interior-logo-background.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 23px 0; }
  .site-footer-logos__logo {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 15px; }
  .site-footer-logos__logo-anchor {
    display: block; }
  .site-footer-logos__logo-image {
    display: block; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* PAGES */
.home #hero {
  background: #0d1c40 url(/wp-content/uploads/hero_bg.jpg) no-repeat center bottom;
  background-size: contain;
  max-height: 520px;
  color: #fff; }
  @media all and (max-width: 768px) {
    .home #hero {
      background: #0d1c40 url(/wp-content/uploads/heromobile_bg.jpg) no-repeat center bottom;
      background-size: contain;
      padding-top: 30px;
      max-height: none; } }
  .home #hero .outer {
    max-width: 1480px;
    height: 520px;
    margin: 0 auto;
    background: url(/wp-content/uploads/meatImg.png) no-repeat left top; }
    @media all and (min-width: 1096px) and (max-width: 1295px) {
      .home #hero .outer {
        background: url(/wp-content/uploads/meatImg.png) no-repeat -100px top; } }
    @media all and (min-width: 1025px) and (max-width: 1095px) {
      .home #hero .outer {
        background: url(/wp-content/uploads/meatImg.png) no-repeat -150px top; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .home #hero .outer {
        background: url(/wp-content/uploads/meatImg.png) no-repeat -265px top; } }
    @media all and (max-width: 768px) {
      .home #hero .outer {
        background: none;
        height: auto; } }
  .home #hero .heroText {
    padding-top: 30px;
    padding-left: 30px;
    /* background:rgba(13,28,64,0.5); */ }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .home #hero .heroText {
        padding-top: 20px; }
        .home #hero .heroText h1 {
          margin-bottom: 0; } }
    @media all and (max-width: 768px) {
      .home #hero .heroText {
        background: none;
        padding-top: 0;
        padding-left: 0; } }
  @media all and (max-width: 768px) {
    .home #hero .extraSpace {
      display: none; } }
  .home #hero a.button {
    font-size: 1rem;
    padding: 10px 20px; }
    .home #hero a.button:hover {
      background: #fff;
      color: #8d0d1c;
      border: 0; }
.home #meatImg {
  display: none; }
  @media all and (max-width: 768px) {
    .home #meatImg {
      display: block; }
      .home #meatImg img {
        width: 100%; } }
.home #resources {
  background: url(/wp-content/uploads/resource_bg.jpg) no-repeat center bottom;
  background-size: contain;
  text-align: center;
  padding: 50px 0 75px; }
  @media all and (max-width: 768px) {
    .home #resources {
      padding: 0 0 75px; } }
  .home #resources h1 {
    color: #0d1c40; }
    @media all and (max-width: 768px) {
      .home #resources h1 {
        text-align: left; } }
  @media all and (max-width: 768px) {
    .home #resources .viewMore {
      width: 100%; } }
.home #grayBlocks {
  background: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .home #grayBlocks #newsBlock, .home #grayBlocks #eventBlock {
    width: 49.7%;
    display: inline-block;
    vertical-align: top; }
    .home #grayBlocks #newsBlock .content, .home #grayBlocks #eventBlock .content {
      max-width: 560px; }
      @media all and (max-width: 768px) {
        .home #grayBlocks #newsBlock .content, .home #grayBlocks #eventBlock .content {
          width: 100%;
          max-width: 100%; } }
      .home #grayBlocks #newsBlock .content header, .home #grayBlocks #eventBlock .content header {
        text-transform: uppercase; }
  @media all and (max-width: 768px) {
    .home #grayBlocks #newsBlock {
      width: 100%; } }
  .home #grayBlocks #newsBlock .content {
    float: right;
    text-align: left;
    padding: 20px 20px 20px 0; }
    @media all and (max-width: 1279px) {
      .home #grayBlocks #newsBlock .content {
        padding: 20px; } }
    @media all and (max-width: 768px) {
      .home #grayBlocks #newsBlock .content {
        float: left; } }
    .home #grayBlocks #newsBlock .content .newsTabs {
      padding-top: 22px; }
      @media all and (max-width: 768px) {
        .home #grayBlocks #newsBlock .content .newsTabs {
          text-align: center; } }
      .home #grayBlocks #newsBlock .content .newsTabs .current a {
        font-weight: 700;
        color: #444; }
      .home #grayBlocks #newsBlock .content .newsTabs span {
        display: inline-block;
        padding-right: 15px;
        border-right: 1px solid #444;
        margin-left: 10px; }
      .home #grayBlocks #newsBlock .content .newsTabs span.first {
        margin-left: 0; }
      .home #grayBlocks #newsBlock .content .newsTabs span.last {
        border-right: 0; }
    .home #grayBlocks #newsBlock .content .newsContent {
      padding: 20px 0; }
      .home #grayBlocks #newsBlock .content .newsContent ul {
        margin: 0;
        padding: 0; }
        .home #grayBlocks #newsBlock .content .newsContent ul li {
          list-style-type: none; }
          .home #grayBlocks #newsBlock .content .newsContent ul li a {
            font-size: 24px; }
            @media all and (min-width: 769px) and (max-width: 1024px) {
              .home #grayBlocks #newsBlock .content .newsContent ul li a {
                font-size: 18px; } }
  .home #grayBlocks #eventBlock {
    background: url(/wp-content/uploads/events_bg.jpg) no-repeat center bottom;
    background-size: cover;
    width: 50%;
    display: inline-block; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .home #grayBlocks #eventBlock {
        width: 49.5%; } }
    @media all and (max-width: 768px) {
      .home #grayBlocks #eventBlock {
        width: 100%; } }
    .home #grayBlocks #eventBlock .content {
      padding: 20px; }
      @media all and (min-width: 769px) and (max-width: 1024px) {
        .home #grayBlocks #eventBlock .content {
          max-width: 430px; } }
      .home #grayBlocks #eventBlock .content h2 {
        margin-bottom: 0; }
      .home #grayBlocks #eventBlock .content ul {
        margin: 0;
        padding: 0;
        width: 100%; }
        .home #grayBlocks #eventBlock .content ul li {
          list-style-type: none;
          text-transform: none;
          border-bottom: 1px solid #fff;
          padding-top: 15px;
          width: 100%; }
          .home #grayBlocks #eventBlock .content ul li a {
            font-size: 24px; }
            @media all and (min-width: 769px) and (max-width: 1024px) {
              .home #grayBlocks #eventBlock .content ul li a {
                font-size: 18px; } }

.intpage {
  background: url(/wp-content/uploads/intpage_bg.jpg) no-repeat center top;
  background-size: contain;
  min-height: 500px; }
  .intpage .entry-title {
    color: #0d1c40;
    font-weight: 400; }
  .intpage .site-main {
    padding: 50px 0; }

/* Resource Blocks */
.resBlock {
  float: left;
  margin: 1% 0.8% 1%;
  display: inline-block;
  position: relative;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  box-sizing: border-box;
  text-align: center;
  background-color: #8d0d1c;
  width: 18.3%; }
  @media all and (max-width: 768px) {
    .resBlock {
      display: block;
      width: 100%; } }
  .resBlock img {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    opacity: 0.3; }
    @media all and (max-width: 768px) {
      .resBlock img {
        opacity: 0;
        width: auto;
        height: auto;
        display: none; } }
  .resBlock h2 {
    font-weight: 100;
    text-transform: uppercase;
    color: #fff; }
    @media all and (min-width: 1025px) and (max-width: 1280px) {
      .resBlock h2 {
        font-size: 18px; } }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .resBlock h2 {
        font-size: 14px; } }
    @media all and (max-width: 768px) {
      .resBlock h2 {
        display: block;
        padding: 5px 0;
        font-size: 20px; } }
  .resBlock .resBlockText {
    position: absolute;
    top: 20%;
    left: 0;
    text-align: center;
    z-index: 10;
    width: 100%;
    height: 100px; }
    @media all and (max-width: 768px) {
      .resBlock .resBlockText {
        top: 0;
        left: 0;
        padding-left: 10px;
        height: auto;
        text-align: left;
        position: relative; } }
  .resBlock .memOnly {
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: #0d1c40;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      .resBlock .memOnly {
        font-size: 9px; } }
    @media all and (max-width: 768px) {
      .resBlock .memOnly {
        right: 0;
        width: 25%;
        height: 100%; } }
  .resBlock a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 89; }

@media all and (max-width: 768px) {
  .resBlock .resBlockText h2 {
    margin: 0; } }
@media all and (min-width: 480px) and (max-width: 768px) {
  .memBlock .resBlockText {
    display: flex;
    width: 73.5% !important;
    position: relative; }
    .memBlock .resBlockText h2 {
      padding: 5px 0;
      margin: 0; }
  .memBlock .memOnly {
    display: flex;
    position: absolute;
    vertical-align: middle;
    font-size: 10.5px;
    padding: 5px; } }
@media all and (max-width: 479px) {
  .memBlock .resBlockText {
    display: flex;
    width: 73.5% !important;
    position: relative; }
    .memBlock .resBlockText h2 {
      padding: 5px 0;
      margin: 0; }
  .memBlock .memOnly {
    display: flex;
    position: absolute;
    vertical-align: middle;
    font-size: 10.5px;
    padding: 5px 1px; } }
.viewMore {
  background: #e5e5e5;
  color: #0d1c40;
  text-transform: uppercase;
  margin: 15px auto;
  padding: 10px 20px;
  font-weight: 100;
  display: inline-block; }

/* POSTS */
.archive article .entry-footer {
  padding-top: 30px; }
  .archive article .entry-footer .grid {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px; }
    .archive article .entry-footer .grid span {
      display: inline-block;
      margin-right: 20px; }

.single .entry-footer {
  padding-top: 30px; }
  .single .entry-footer .grid span {
    display: inline-block;
    margin-right: 20px; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## 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.33333%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66667%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28571%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11111%; }

.gallery-caption {
  display: block; }

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

span.item-note{font-style:italic;font-weight:bold;}
