/*! 
Theme Name: Blank
Theme URI: http://underscores.me/
Author: Mile 6, LLC
Author URI: http://Mile%206,%20LLC
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blank
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Blank 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
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Jura|Open+Sans:400,400i,700");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll; }

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
-----------------------------------
	tinyfluidgrid.com
	& girlfriendnyc.com
	with changes by 99Lime
-----------------------------------*/
/*
 & Columns : 12 
 & Gutter %: 20% 
 & MaxWidth: 1280px
 */
.footerGrid {
  width: 58%;
  margin: 0 auto; }

.grid {
  max-width: 1280px;
  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: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Jura', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.19em; }

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: #004c3f;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 20px -20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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.btn,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #015a4b;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Jura', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  letter-spacing: 0.19em; }
  a.btn:hover,
  a.button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #3d776d !important;
    color: #fff; }
  a.btn:visited,
  a.button:visited,
  button:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    background: #015a4b;
    color: #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  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: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }
  
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b0b0b0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b0b0b0;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b0b0b0;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b0b0b0;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #015a4b;
  text-decoration: none;
  cursor: pointer; }
  a:visited {
    color: #015a4b; }
  a:hover,
  a:focus,
  a:active {
    color: #3d776d; }
  a:focus {
    outline: thin dotted; }
  a:hover,
  a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: none;
  display: block;
  float: left;
  /* width: 100%; */ }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right; }
    .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 0 0 0; }
        .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;
    margin-left: 20px; }
  .main-navigation a {
    font-family: 'Jura', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: #004c3f;
    letter-spacing: 0.19em; }
    .main-navigation a:hover {
      color: #3d776d; }

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-navigation.toggled ul {
    margin-left: -220px;
    padding-top: 50px; } }

@media screen and (max-width: 767px) {
  .main-navigation.toggled ul li {
    float: left;
    position: relative;
    margin-left: 0;
    margin-top: 20px;
    width: 100%; } }

.menu-toggle {
  float: right;
  border: 0;
  padding: 15px; }
  .menu-toggle i {
    font-size: 24px; }
  @media screen and (max-width: 767px) {
    .menu-toggle {
      width: 100%; } }

@media screen and (min-width: 1025px) {
  .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; }

.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
--------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .sidebarOuter {
    padding: 0;
    margin-left: 0 !important;
    width: 100% !important; } }

.sidebarOuter .widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .sidebarOuter .widget .textwidget {
    border: 1px solid #004c3f;
    padding: 20px; }
    .sidebarOuter .widget .textwidget p.address {
      font-size: 20px; }
  .sidebarOuter .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header & Footer
--------------------------------------------------------------*/
/* Header */
.site-header {
  border-top: 4px solid #004c3f; }
  .site-header #logoNav .site-branding .custom-logo {
    margin: 10px 0; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .site-header #logoNav .site-branding .custom-logo {
        margin: 20px 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .site-header #logoNav .site-branding {
      width: 40% !important; } }
  .site-header #logoNav .main-navigation {
    display: inline-block;
    padding: 32px 0; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .site-header #logoNav .main-navigation {
        width: 58% !important; } }
    @media screen and (max-width: 767px) {
      .site-header #logoNav .main-navigation {
        padding: 0;
        width: 100% !important; } }

/* Footer */
.site-footer {
  background: #004c3f; }
  .site-footer .site-info {
    color: #fff;
    padding: 20px 0;
    text-align: center; }
    .site-footer .site-info p {
      margin: 0; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/**** Homepage ****/
.homepage .site-content {
  /* end .pageContent */ }
  .homepage .site-content .intro-header {
    background: url(assets/img/silverBg.jpg) center center no-repeat;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .homepage .site-content .intro-header {
        background-size: cover; } }
  .homepage .site-content .intro {
    font-size: 20px; }
  .homepage .site-content .addBox {
    border: 1px solid #004c3f;
    padding: 20px;
    text-align: center; }
    .homepage .site-content .addBox .address {
      font-size: 20px; }
    .homepage .site-content .addBox .phoneFax {
      font-size: 16px; }
  .homepage .site-content .pageContent .svsList {
    margin: 0 0 40px 20px;
    padding: 0; }
    .homepage .site-content .pageContent .svsList li {
      margin-bottom: 20px; }
  .homepage .site-content .pageContent .homeLearn {
    padding: 12px; }
  .homepage .site-content .pageContent .square-container {
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 1.5;
    background-color: #3d776d; }
    .homepage .site-content .pageContent .square-container .square-item:before {
      content: '';
      float: left;
      padding-top: 85%; }
      @media screen and (max-width: 480px) {
        .homepage .site-content .pageContent .square-container .square-item:before {
          padding-top: 25%; } }
    .homepage .site-content .pageContent .square-container .square-item {
      margin: 0;
      color: white;
      font-weight: bold;
      font-size: 1.5em;
      text-align: center;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      height: auto;
      font-size: 16px;
      width: calc(100% / 3);
      display: block;
      position: relative; }
      @media screen and (max-width: 480px) {
        .homepage .site-content .pageContent .square-container .square-item {
          width: 100%; } }
      .homepage .site-content .pageContent .square-container .square-item .square-item-content {
        font-family: 'Jura', Helvetica, Arial, sans-serif;
        line-height: 1.4;
        font-size: 16px;
        padding: 50px 10px;
        position: absolute;
        z-index: 9999;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (min-width: 1025px) and (max-width: 1279px) {
          .homepage .site-content .pageContent .square-container .square-item .square-item-content {
            font-size: 12px; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .homepage .site-content .pageContent .square-container .square-item .square-item-content {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .homepage .site-content .pageContent .square-container .square-item .square-item-content {
            font-size: 11px; } }
        .homepage .site-content .pageContent .square-container .square-item .square-item-content span {
          color: #fff;
          text-transform: uppercase;
          display: inline-block;
          letter-spacing: 0.19em; }
        .homepage .site-content .pageContent .square-container .square-item .square-item-content p {
          display: inline-block;
          color: #fff;
          font-family: 'Open Sans', Helvetica, Arial, sans-serif;
          font-weight: 300; }
        .homepage .site-content .pageContent .square-container .square-item .square-item-content img {
          width: 100%; }
    .homepage .site-content .pageContent .square-container .every-other {
      background-color: #004c3f !important; }
    .homepage .site-content .pageContent .square-container .vidBox {
      background-color: #15198d !important; }
      @media screen and (max-width: 480px) {
        .homepage .site-content .pageContent .square-container .vidBox {
          height: 210px; } }
  @media screen and (max-width: 1024px) {
    .homepage .site-content .pageContent .col_6 {
      width: 100%;
      clear: both; } }

/**** Interior Pages ****/
.intPage .site-content .entry-header {
  background: #004c3f; }
  .intPage .site-content .entry-header .entry-title {
    color: #fff;
    padding: 40px 40px 40px 0;
    margin: 0; }

.intPage .site-content .breadcrumbs {
  margin: 0;
  padding: 0; }
  .intPage .site-content .breadcrumbs li {
    display: inline-block; }
  .intPage .site-content .breadcrumbs li.homeLink a {
    color: #444; }
  .intPage .site-content .breadcrumbs li.pageLink:before {
    content: "\00BB \0020"; }

.intPage .site-content .starVid {
  float: right;
  margin-left: 20px; }
  @media all and (max-width: 1024px) {
    .intPage .site-content .starVid {
      float: none;
      width: 100%;
      clear: both;
      margin-bottom: 20px;
      margin-left: 0; } }

/* Other Stuff */
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 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; }

/**** Lightbox ****/
.has-overlay {
  overflow: hidden; }

.has-overlay > body {
  height: 100%;
  overflow-y: scroll; }

#popBox.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }

#popBox.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

#popBox.is-active.semantic-content {
  display: block\9; }

#popBox.semantic-content:target {
  display: block\9; }

#popBox.semantic-content .modal-inner {
  z-index: 1000;
  overflow-x: hidden;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 50%; }

#popBox.semantic-content .widthPercentageOff .modal-inner {
  min-width: 300px;
  width: 300px;
  max-width: 300px; }
  @media screen and (min-width: 768px) {
    #popBox.semantic-content .widthPercentageOff .modal-inner {
      min-width: 750px;
      width: 750px;
      max-width: 750px; } }

#popBox.semantic-content .widthPercentageOn .modal-inner {
  min-width: 40%;
  width: 40%;
  max-width: 40%; }
  @media screen and (max-width: 768px) {
    #popBox.semantic-content .widthPercentageOn .modal-inner {
      min-width: 40%;
      width: 90%;
      max-width: 90%; } }

.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px; }

.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%; }

#popBox.semantic-content .popBoxHeader {
  background: #f0f0f0;
  border-bottom: 1px solid #EEE;
  padding: 25px 1.2em 14px;
  color: #333;
  position: relative; }

#popBox.semantic-content .modal-content {
  background: #fff;
  border-bottom: 1px solid #EEE;
  padding: 15px 1.2em;
  overflow-x: hidden;
  overflow-y: auto;
  color: #333;
  height: 300px; }

#popBox.semantic-content .popBoxFooter {
  background: #f0f0f0;
  border-top: 1px solid #eee;
  padding: 10px 1.2em 14px;
  border-radius: 2px;
  color: #333; }

#popBox .footerOffOn .popBoxFooter,
#popBox .headerOffOn .popBoxHeader {
  display: none; }

.semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1; }

.semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

#popBox.overlayDark .modal-close:before {
  background-color: rgba(0, 0, 0, 0.5); }

#popBox.overlayLight .modal-close:before {
  background-color: rgba(255, 255, 255, 0.5); }

#popBox .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333; }

#popBox .closeIcon .fa {
  font-size: 18px; }

@media screen and (max-width: 480px) {
  #popBox.semantic-content .modal-content {
    height: 300px !important; } }

@media screen and (max-height: 46em) and (min-width: 30em) {
  .semantic-content .modal-content {
    max-height: 340px;
    max-height: 50vh; } }

@media screen and (max-height: 36em) and (min-width: 30em) {
  .semantic-content .modal-content {
    max-height: 265px;
    max-height: 40vh; } }

@media screen and (min-width: 30em) {
  .semantic-content {
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s; } }
