/*------------------------------------------------------------

Responsive Style Sheet

version:	1.0
author:		derek allard
email:		derek@tunnel7.com
website:	http://www.tunnel7.com

------------------------------------------------------------*/
/* ======= RESET STYLES ======= */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* ======= SASS DECLARATIONS ======= */
/* colors - define colors first then elements */
/* alerts and such */
/* for box shadows */
/* fonts - google fonts added in head of html */
/* to use: @include box-shadow(3px, 3px, 5px, 1px, $shadow); */
/* to use: @include text-shadow(3px, 3px, 0, $shadow); */
/* to use: @include border-radius(7px, 7px, 7px, 7px); */
/* to use: @include transition(0.5s); - remember goes on parent not hover state */
/* to use: @include links($link, $link, $active, $active, $active, bold/normal); */
/* to use: @include rotate(7deg); */
/* to use: @include scale(1.5); */
/* to use: @include box-sizing; */
/* to use: font-size: calc-em(32,16); */
/* ======= GLOBAL STYLES ======= */
body {
  font: normal 100% "Roboto", "trebuchet ms", arial, helvetica, sans-serif;
  /* sets to 16px baseline */
  background-color: #ffffff;
  color: #000000;
  line-height: 1.5em;
  position: relative;
  -webkit-font-smoothing: antialiased; }

h1 {
  font: normal bold 3em "Istok Web", verdana, arial, helvetica, sans-serif; }

h2 {
  font: normal bold 1.5em "Istok Web", verdana, arial, helvetica, sans-serif;
  margin: 1.25em 0 0 0; }
  h2.past {
    clear: both;
    padding-top: 2em; }

h3 {
  font: normal bold 1.25em "Istok Web", verdana, arial, helvetica, sans-serif;
  margin: 1.5em 0 0 0; }

h4, h5, h6 {
  font: normal bold 1em "Istok Web", verdana, arial, helvetica, sans-serif;
  margin: 1.5em 0 0 0;
  text-transform: uppercase; }

a {
  /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
  a:link {
    color: #0d358c;
    text-decoration: none;
    font-weight: bold; }
  a:visited {
    color: #0d358c; }
  a:hover {
    color: #449dd1; }
  a:focus {
    color: #449dd1; }
  a:active {
    color: #449dd1; }

a.button:link, a.button:visited {
  padding: .625em .5em;
  font: normal bold 1em "Roboto", "trebuchet ms", arial, helvetica, sans-serif;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #0d358c;
  width: 177px;
  text-align: center;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  a.button:link.light, a.button:visited.light {
    background-color: #449dd1; }

a.button:hover, a.button:focus, a.button:active {
  background-color: #449dd1; }
  a.button:hover.light, a.button:focus.light, a.button:active.light {
    background-color: #0e0e52; }

body#ab #about a, body#nw #news a {
  /* nav on styling */
  color: #d80000; }

.listing {
  margin-bottom: 2em;
  margin-top: 2em;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .listing {
      text-align: left;
      float: left;
      width: 100%; } }
  .listing .listing-item {
    margin-bottom: 3em; }
    @media screen and (min-width: 1024px) {
      .listing .listing-item {
        float: left;
        width: 100%; } }
    .listing .listing-item h2 {
      margin: 0; }
    .listing .listing-item p {
      margin: 0; }
      .listing .listing-item p.date {
        font-weight: bold; }
    .listing .listing-item .image img {
      -webkit-border-radius: 225px 225px 225px 225px;
      -moz-border-radius: 225px 225px 225px 225px;
      border-radius: 225px 225px 225px 225px;
      margin: 0 !important; }
    @media screen and (min-width: 1024px) {
      .listing .listing-item .image {
        float: left;
        width: 29.6296296296%;
        margin-right: 3.7037037037%;
        text-align: center; } }
    @media screen and (min-width: 1024px) {
      .listing .listing-item .text {
        float: left;
        width: 66.6666666667%;
        margin-top: 1em; } }
  .listing p.more {
    margin-top: 2em; }

.clearfix:before,
.clearfix:after,
.fullwidth:before,
.fullwidth:after,
.wrap:before,
.wrap:after,
.main:before,
.main:after {
  /* clearfix part 1 */
  content: '';
  display: table; }

.clearfix:after,
.fullwidth:after,
.wrap:after,
.main:after {
  /* clearfix part 2 */
  clear: both; }

input.test {
  /* to hide test field on forms to prevent spam - may want to text indent it into oblivion - think i read that some browsers choke on display none*/
  display: none;
  visibility: hidden; }

#accessnav {
  display: none; }

p, li, dd, dt, blockquote, legend, caption, th, td {
  font-size: 1em;
  line-height: 2em; }

p, ul, ol, dl {
  margin: .25em 0 1em 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0; }

img, embed, object, video {
  max-width: 100%; }

li li {
  /* ensures no double font ineritance */
  font-size: 1em; }

ul li {
  /* put back bullets */
  margin-left: 2em;
  list-style: disc outside; }

ol li {
  /* put back numbers */
  margin-left: 2em;
  list-style: decimal outside; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

.testimonial {
  clear: both;
  text-align: center;
  background: transparent url("/assets/images/icon-quote.png") no-repeat left top;
  margin: 3em 0; }
  @media screen and (min-width: 1024px) {
    .testimonial {
      text-align: left;
      margin: 5em 0; } }
  .testimonial dl {
    background: transparent url("/assets/images/icon-quote.png") no-repeat right top;
    margin: 1em 0; }
    .testimonial dl dt {
      font: normal normal 1.5em "Kalam", cursive;
      line-height: 1.5;
      padding: 1em 0 .5em 0; }
      @media screen and (min-width: 1024px) {
        .testimonial dl dt {
          padding: 1em 3em .5em 3em; } }
    .testimonial dl dd {
      font: normal bold 1.5em "Kalam", cursive; }
      @media screen and (min-width: 1024px) {
        .testimonial dl dd {
          padding: 0 3em 0 3em;
          text-align: right; } }

/* ======= LAYOUT GRID STYLES======= */
/* start with mobile first then go up from there - media queries for others at bottom */
.fullwidth {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wrap {
  margin: auto;
  width: 90%;
  max-width: 1200px;
  /* background: #fff url('../i/wrap_shadow.png') no-repeat bottom right; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.main {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .main #content {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .main .sidebar {
    width: 100%;
    margin: 0;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

@media screen and (min-width: 1024px) {
  .main #content {
    width: 72.3214285714%;
    margin-bottom: 5em;
    /* so it doesn't run close to the testimonial */ }
  .main .sidebar {
    width: 24.1071428571%;
    margin-left: 3.5714285714%;
    margin-bottom: 5em;
    /* so it doesn't run close to the testimonial */ } }

/* ======= HEADER STYLES ======= */
#alert {
  background-color: #0e0e52; }
  #alert h3 {
    color: #78c0e0;
    text-align: center;
    margin: .5em 0; }
    #alert h3 strong {
      color: #78c0e0;
      text-transform: uppercase;
      font-size: 1.2em;
      margin-right: .5em;
      display: block; }
      @media screen and (min-width: 1024px) {
        #alert h3 strong {
          display: inline; } }
    #alert h3 a {
      font: normal normal 0.9em "Roboto", "trebuchet ms", arial, helvetica, sans-serif;
      /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
      #alert h3 a:link {
        color: #ffffff;
        text-decoration: none;
        font-weight: normal; }
      #alert h3 a:visited {
        color: #ffffff; }
      #alert h3 a:hover {
        color: #78c0e0; }
      #alert h3 a:focus {
        color: #78c0e0; }
      #alert h3 a:active {
        color: #78c0e0; }

#top {
  text-align: center; }
  @media screen and (min-width: 1024px) {
    #top {
      text-align: left; } }
  #top li {
    margin-left: 0;
    list-style: none; }
  #top .metanav ul {
    margin: 1em 0; }
    #top .metanav ul li {
      display: inline-block;
      border-right: 2px solid #000000;
      line-height: 1;
      padding-right: .5em;
      padding-left: .4em; }
      @media screen and (min-width: 1024px) {
        #top .metanav ul li {
          font-size: 1.125em; } }
      #top .metanav ul li:first-child {
        padding-left: 0; }
      #top .metanav ul li:last-child {
        border-right: none;
        padding-right: 0; }
  @media screen and (min-width: 1024px) {
    #top .metanav {
      float: right;
      width: 50%;
      margin-top: .4em; } }
  @media screen and (min-width: 1024px) {
    #top .logo {
      float: left;
      width: 50%;
      margin-top: 1.75em; } }
  #top .contact a.phone {
    margin-right: .75em; }
  @media screen and (min-width: 1024px) {
    #top .contact {
      float: right;
      width: 50%;
      margin-top: .1em; } }

#navigation {
  background-color: #449dd1;
  padding: 0; }
  #navigation .wrap {
    position: relative; }
    #navigation .wrap a.nav-toggle {
      background-image: url("/assets/images/icon-hamburger.png");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      display: block;
      text-indent: -9999px;
      overflow: hidden;
      padding: .6em 0 1em 0; }
    @media screen and (min-width: 1024px) {
      #navigation .wrap a.nav-toggle {
        display: none; } }
    #navigation .wrap nav ul {
      text-align: center; }
      #navigation .wrap nav ul li {
        margin: 0 2em 0 0; }
        #navigation .wrap nav ul li a {
          /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
          #navigation .wrap nav ul li a:link {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold; }
          #navigation .wrap nav ul li a:visited {
            color: #ffffff; }
          #navigation .wrap nav ul li a:hover {
            color: #0e0e52; }
          #navigation .wrap nav ul li a:focus {
            color: #0e0e52; }
          #navigation .wrap nav ul li a:active {
            color: #0e0e52; }
        #navigation .wrap nav ul li ul {
          padding-bottom: 1em; }
          #navigation .wrap nav ul li ul li a {
            /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
            #navigation .wrap nav ul li ul li a:link {
              color: #ffffff;
              text-decoration: none;
              font-weight: normal; }
            #navigation .wrap nav ul li ul li a:visited {
              color: #ffffff; }
            #navigation .wrap nav ul li ul li a:hover {
              color: #0e0e52; }
            #navigation .wrap nav ul li ul li a:focus {
              color: #0e0e52; }
            #navigation .wrap nav ul li ul li a:active {
              color: #0e0e52; }
    @media screen and (min-width: 1024px) {
      #navigation .wrap nav ul li {
        padding: .25em 0;
        /* to match nav height of design */ }
        #navigation .wrap nav ul li.here a, #navigation .wrap nav ul li.parent-here a {
          /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
          #navigation .wrap nav ul li.here a:link, #navigation .wrap nav ul li.parent-here a:link {
            color: #0e0e52;
            text-decoration: none;
            font-weight: bold; }
          #navigation .wrap nav ul li.here a:visited, #navigation .wrap nav ul li.parent-here a:visited {
            color: #0e0e52; }
          #navigation .wrap nav ul li.here a:hover, #navigation .wrap nav ul li.parent-here a:hover {
            color: #0e0e52; }
          #navigation .wrap nav ul li.here a:focus, #navigation .wrap nav ul li.parent-here a:focus {
            color: #0e0e52; }
          #navigation .wrap nav ul li.here a:active, #navigation .wrap nav ul li.parent-here a:active {
            color: #0e0e52; }
        #navigation .wrap nav ul li.here ul li a, #navigation .wrap nav ul li.parent-here ul li a {
          /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
          #navigation .wrap nav ul li.here ul li a:link, #navigation .wrap nav ul li.parent-here ul li a:link {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold; }
          #navigation .wrap nav ul li.here ul li a:visited, #navigation .wrap nav ul li.parent-here ul li a:visited {
            color: #ffffff; }
          #navigation .wrap nav ul li.here ul li a:hover, #navigation .wrap nav ul li.parent-here ul li a:hover {
            color: #78c0e0; }
          #navigation .wrap nav ul li.here ul li a:focus, #navigation .wrap nav ul li.parent-here ul li a:focus {
            color: #78c0e0; }
          #navigation .wrap nav ul li.here ul li a:active, #navigation .wrap nav ul li.parent-here ul li a:active {
            color: #78c0e0; }
        #navigation .wrap nav ul li.here ul li.here a, #navigation .wrap nav ul li.parent-here ul li.here a {
          /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
          #navigation .wrap nav ul li.here ul li.here a:link, #navigation .wrap nav ul li.parent-here ul li.here a:link {
            color: #78c0e0;
            text-decoration: none;
            font-weight: bold; }
          #navigation .wrap nav ul li.here ul li.here a:visited, #navigation .wrap nav ul li.parent-here ul li.here a:visited {
            color: #78c0e0; }
          #navigation .wrap nav ul li.here ul li.here a:hover, #navigation .wrap nav ul li.parent-here ul li.here a:hover {
            color: #78c0e0; }
          #navigation .wrap nav ul li.here ul li.here a:focus, #navigation .wrap nav ul li.parent-here ul li.here a:focus {
            color: #78c0e0; }
          #navigation .wrap nav ul li.here ul li.here a:active, #navigation .wrap nav ul li.parent-here ul li.here a:active {
            color: #78c0e0; }
        #navigation .wrap nav ul li ul {
          text-align: left; }
          #navigation .wrap nav ul li ul li {
            padding: .5em 1em .5em 1.5em;
            line-height: 1; }
            #navigation .wrap nav ul li ul li a {
              /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
              #navigation .wrap nav ul li ul li a:link {
                color: #ffffff;
                text-decoration: none;
                font-weight: bold; }
              #navigation .wrap nav ul li ul li a:visited {
                color: #ffffff; }
              #navigation .wrap nav ul li ul li a:hover {
                color: #78c0e0; }
              #navigation .wrap nav ul li ul li a:focus {
                color: #78c0e0; }
              #navigation .wrap nav ul li ul li a:active {
                color: #78c0e0; }
            #navigation .wrap nav ul li ul li.first, #navigation .wrap nav ul li ul li:first-child {
              padding-top: 1.5em; }
            #navigation .wrap nav ul li ul li.last, #navigation .wrap nav ul li ul li:last-child {
              padding-bottom: 1.5em; } }
    #navigation .wrap .social {
      position: absolute;
      right: 0;
      top: .4em; }
      #navigation .wrap .social p a {
        display: block;
        position: relative;
        /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
        #navigation .wrap .social p a:link {
          color: #ffffff;
          text-decoration: none;
          font-weight: normal; }
        #navigation .wrap .social p a:visited {
          color: #ffffff; }
        #navigation .wrap .social p a:hover {
          color: #0e0e52; }
        #navigation .wrap .social p a:focus {
          color: #0e0e52; }
        #navigation .wrap .social p a:active {
          color: #0e0e52; }
        #navigation .wrap .social p a em {
          position: absolute;
          left: -80px;
          display: none; }
          @media screen and (min-width: 1024px) {
            #navigation .wrap .social p a em {
              display: inline; } }

/* ======= MAIN CONTENT STYLES ======= */
#title {
  background: #0e0e52 url("/assets/images/bg-top-tubes.jpg") no-repeat left center;
  background-size: cover;
  color: #ffffff;
  min-height: 200px; }
  #title a {
    /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
    #title a:link {
      color: #78c0e0;
      text-decoration: none;
      font-weight: bold; }
    #title a:visited {
      color: #78c0e0; }
    #title a:hover {
      color: #449dd1; }
    #title a:focus {
      color: #449dd1; }
    #title a:active {
      color: #449dd1; }
  #title .breadcrumb {
    font-size: 1.125em;
    margin-top: 1.5em; }
  #title h1 {
    margin-top: 1em;
    line-height: 1;
    margin-bottom: .5em;
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  #title p.meta {
    font-size: 1.25em;
    font-weight: bold;
    margin: 0 0 1.7em 0;
    line-height: 1.5; }

#news #title h1, #bios #title h1 {
  margin-bottom: 0; }

#mainfull .main {
  padding-bottom: 3em;
  overflow-wrap: break-word;
  /* these two ensure that long words never break out of container */
  word-wrap: break-word; }
  #mainfull .main #content {
    margin-top: 2.25em; }
    #mainfull .main #content .photo {
      margin-bottom: 1em; }
      #mainfull .main #content .photo img {
        margin: 0; }
    #mainfull .main #content .before-photo, #mainfull .main #content .after-photo {
      max-width: 429px;
      text-align: center;
      margin: 0 auto; }
      #mainfull .main #content .before-photo img, #mainfull .main #content .after-photo img {
        margin: 0; }
    @media screen and (min-width: 1024px) {
      #mainfull .main #content .before-photo, #mainfull .main #content .after-photo {
        float: left;
        width: 49.4239631336%;
        margin-right: 1.1520737327%; }
      #mainfull .main #content .after-photo {
        margin-right: 0; } }
    #mainfull .main #content .video ul {
      margin: 1em 0; }
      #mainfull .main #content .video ul li {
        list-style: none;
        margin-left: 0; }
    #mainfull .main #content .related-testimonial dl dt {
      font: normal normal 1.25em "Kalam", cursive; }
    #mainfull .main #content .related-testimonial dl dd {
      font: normal bold 1.25em "Kalam", cursive;
      text-align: right; }
    #mainfull .main #content img {
      margin: .25em 1em; }
    #mainfull .main #content .listing.videos .listing-item .image img {
      -webkit-border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      border-radius: 0px 0px 0px 0px; }
    #mainfull .main #content .listing.faq {
      margin-top: 0; }
      #mainfull .main #content .listing.faq .listing-item {
        margin-bottom: 1em; }
  @media screen and (min-width: 1024px) {
    #mainfull .main #content .listing.videos .listing-item .text {
      margin-top: 0; } }
  #mainfull .main .sidebar {
    margin-top: 2.25em;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      #mainfull .main .sidebar {
        text-align: left; } }
    #mainfull .main .sidebar .actions {
      background-color: #0d358c;
      -webkit-border-radius: 7px 7px 7px 7px;
      -moz-border-radius: 7px 7px 7px 7px;
      border-radius: 7px 7px 7px 7px;
      text-align: center;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1em; }
      #mainfull .main .sidebar .actions h3 {
        font: normal normal 1.5em "Kalam", cursive;
        margin: 0;
        color: #ffffff; }
      #mainfull .main .sidebar .actions .intro, #mainfull .main .sidebar .actions .tour {
        border-bottom: 1px solid #78c0e0;
        margin-bottom: 1em; }
        #mainfull .main .sidebar .actions .intro img, #mainfull .main .sidebar .actions .tour img {
          margin: .75em 0 1em 0; }
      #mainfull .main .sidebar .actions a.button {
        margin: .75em 0; }
    #mainfull .main .sidebar .news {
      margin-top: 3em; }
      #mainfull .main .sidebar .news .listing {
        margin-top: 0; }
        #mainfull .main .sidebar .news .listing .listing-item {
          margin-bottom: 0; }
      #mainfull .main .sidebar .news h3 a {
        font-size: 0.8888888889em; }
  @media screen and (min-width: 1024px) {
    #mainfull .main .sidebar .news .listing {
      margin-top: 0; }
      #mainfull .main .sidebar .news .listing .listing-item {
        margin-bottom: 0; } }

#homepage #hero {
  color: #ffffff;
  min-height: 700px;
  /* to keep image showing */ }
  #homepage #hero .cta {
    margin-top: 15.5em; }
    @media screen and (min-width: 1024px) {
      #homepage #hero .cta {
        width: 50%; } }
    #homepage #hero .cta h1 {
      font: normal bold 3em "Istok Web", verdana, arial, helvetica, sans-serif;
      line-height: 1.1;
      -webkit-text-shadow: 2px 2px 15px #000000;
      -moz-text-shadow: 2px 2px 15px #000000;
      text-shadow: 2px 2px 15px #000000;
      -ms-word-break: break-all;
      word-break: break-all;
      /* Non standard for WebKit */
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto; }
    #homepage #hero .cta p {
      font: normal bold 1.125em "Roboto", "trebuchet ms", arial, helvetica, sans-serif;
      -webkit-text-shadow: 2px 2px 15px #000000;
      -moz-text-shadow: 2px 2px 15px #000000;
      text-shadow: 2px 2px 15px #000000;
      line-height: 1.5;
      margin: .5em 0 0 0;
      display: none; }
      @media screen and (min-width: 1024px) {
        #homepage #hero .cta p {
          display: block; } }
    #homepage #hero .cta a.button {
      padding: .65em 0 .75em 0;
      width: 230px;
      font-size: 1.125em;
      margin-top: 1.5em; }

#homepage #services {
  margin-top: -6.25em; }
  #homepage #services .actions {
    background-color: #0d358c;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    color: #ffffff; }
    @media screen and (min-width: 1024px) {
      #homepage #services .actions {
        float: left;
        width: 100%; } }
    #homepage #services .actions h3 {
      font: normal normal 1.5em "Kalam", cursive;
      margin: 0;
      color: #ffffff; }
    #homepage #services .actions .intro, #homepage #services .actions .hours, #homepage #services .actions .tour {
      border-bottom: 1px solid #78c0e0;
      padding-bottom: 2em;
      margin-bottom: 2em; }
      @media screen and (min-width: 1024px) {
        #homepage #services .actions .intro, #homepage #services .actions .hours, #homepage #services .actions .tour {
          border-bottom: none;
          border-right: 1px solid #78c0e0;
          width: 33%;
          float: left;
          padding-bottom: 0;
          margin-bottom: 0; } }
      #homepage #services .actions .intro img, #homepage #services .actions .hours img, #homepage #services .actions .tour img {
        margin: .75em 0 0 0; }
    #homepage #services .actions .intro {
      padding-top: .75em; }
      @media screen and (min-width: 1024px) {
        #homepage #services .actions .intro {
          padding-bottom: .94628em; } }
    #homepage #services .actions .hours {
      margin-bottom: 1.5em; }
      @media screen and (min-width: 1024px) {
        #homepage #services .actions .hours {
          margin-bottom: 0;
          padding-bottom: .6em; } }
      #homepage #services .actions .hours h4 {
        font-size: 1.125em;
        margin: 0 0 .25em 0;
        text-transform: capitalize; }
      #homepage #services .actions .hours p {
        margin: 0;
        line-height: 1.5; }
        #homepage #services .actions .hours p em {
          font-weight: bold;
          font-style: normal;
          display: inline-block;
          width: 2em;
          text-align: right;
          padding-right: 1em; }
    #homepage #services .actions .tour {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 1em; }
      @media screen and (min-width: 1024px) {
        #homepage #services .actions .tour {
          border-right: none;
          padding-top: .75em; } }
    #homepage #services .actions a.button {
      margin: .75em 0; }
  #homepage #services .services {
    clear: both;
    padding: 2.5em 0; }
    @media screen and (min-width: 1024px) {
      #homepage #services .services {
        padding: 4em 0; } }
    @media screen and (min-width: 1024px) {
      #homepage #services .services {
        float: left;
        width: 100%; } }
    #homepage #services .services h2 {
      margin: 0; }
    @media screen and (min-width: 1024px) {
      #homepage #services .services .intro {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 50%;
        padding-right: 4em; } }
    @media screen and (min-width: 1024px) {
      #homepage #services .services .links {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 50%; } }
    #homepage #services .services .links ul {
      margin: 0; }
      @media screen and (min-width: 1024px) {
        #homepage #services .services .links ul {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          float: left;
          width: 50%; } }
      #homepage #services .services .links ul li {
        list-style: none;
        margin-left: 0; }

#homepage #about {
  background-color: #449dd1;
  color: #ffffff;
  padding: 2em 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 1024px) {
    #homepage #about {
      text-align: left;
      min-height: 430px; } }
  #homepage #about a {
    /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
    #homepage #about a:link {
      color: #0d358c;
      text-decoration: none;
      font-weight: bold; }
    #homepage #about a:visited {
      color: #0d358c; }
    #homepage #about a:hover {
      color: #000000; }
    #homepage #about a:focus {
      color: #000000; }
    #homepage #about a:active {
      color: #000000; }
  #homepage #about h2 {
    margin: 0; }
  @media screen and (min-width: 1024px) {
    #homepage #about .bio {
      width: 66.6071428571%;
      padding-top: 1em;
      padding-right: 1em;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  #homepage #about .bio em {
    font: normal normal 1.125em "Kalam", cursive; }
  #homepage #about .bio p.title {
    font: normal bold 1.125em "Istok Web", verdana, arial, helvetica, sans-serif;
    margin: 0; }
  #homepage #about .bio .image {
    margin: 1.25em 0 .75em 0; }
    @media screen and (min-width: 1024px) {
      #homepage #about .bio .image {
        float: right;
        margin: -2em 0 0 1em; } }
    #homepage #about .bio .image img {
      -webkit-border-radius: 225px 225px 225px 225px;
      -moz-border-radius: 225px 225px 225px 225px;
      border-radius: 225px 225px 225px 225px; }
  #homepage #about .bio a.button:link, #homepage #about .bio a.button:visited {
    color: #ffffff;
    margin: .25em 0 .5em 0; }
  #homepage #about .bio a.button:hover, #homepage #about .bio a.button:focus, #homepage #about .bio a.button:active {
    background-color: #000000; }
  #homepage #about .news {
    background-color: #0d358c;
    padding: 2em 1em;
    /* position: absolute;  - this didn't work out to offset
			width: 100%; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1em;
    margin-left: .7em;
    margin-bottom: -.7em; }
    @media screen and (min-width: 1024px) {
      #homepage #about .news .listing {
        margin-top: 0; } }
    #homepage #about .news .listing .listing-item {
      margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      #homepage #about .news {
        width: 33.3928571429%;
        position: absolute;
        top: 0;
        right: 0;
        min-height: 430px;
        margin: .7em 0 0 0;
        padding: 2em 3em 2em 2em; } }
    #homepage #about .news a {
      /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
      #homepage #about .news a:link {
        color: #78c0e0;
        text-decoration: none;
        font-weight: bold; }
      #homepage #about .news a:visited {
        color: #78c0e0; }
      #homepage #about .news a:hover {
        color: #449dd1; }
      #homepage #about .news a:focus {
        color: #449dd1; }
      #homepage #about .news a:active {
        color: #449dd1; }
    #homepage #about .news h3 a {
      font-size: 0.9em; }
    #homepage #about .news a.button:link, #homepage #about .news a.button:visited {
      color: #ffffff;
      margin: .25em 0 .5em 0; }
    #homepage #about .news a.button:hover, #homepage #about .news a.button:focus, #homepage #about .news a.button:active {
      background-color: #000000; }

@media screen and (min-width: 1024px) {
  #homepage #testimonial {
    padding: 2em 0; } }

#homepage #clients {
  text-align: center;
  color: #ffffff; }
  #homepage #clients .wrap {
    width: 100%;
    max-width: none; }
    #homepage #clients .wrap h2 {
      margin: 0; }
    #homepage #clients .wrap .owners {
      background: #0d358c url("/assets/images/bg-half-owners.jpg") no-repeat center top;
      background-size: cover;
      min-height: 430px; }
      @media screen and (min-width: 1024px) {
        #homepage #clients .wrap .owners {
          float: left;
          width: 50%; } }
      #homepage #clients .wrap .owners .text {
        background: transparent url("/assets/images/icon-triangle.png") no-repeat center top;
        margin: auto;
        width: 90%;
        max-width: 1200px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 7em; }
        @media screen and (min-width: 1024px) {
          #homepage #clients .wrap .owners .text {
            padding: 7em 7em 0 7em; } }
        #homepage #clients .wrap .owners .text a {
          /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
          #homepage #clients .wrap .owners .text a:link {
            color: #78c0e0;
            text-decoration: none;
            font-weight: bold; }
          #homepage #clients .wrap .owners .text a:visited {
            color: #78c0e0; }
          #homepage #clients .wrap .owners .text a:hover {
            color: #449dd1; }
          #homepage #clients .wrap .owners .text a:focus {
            color: #449dd1; }
          #homepage #clients .wrap .owners .text a:active {
            color: #449dd1; }
        #homepage #clients .wrap .owners .text a.button:link, #homepage #clients .wrap .owners .text a.button:visited {
          color: #ffffff;
          margin: .25em 0 .5em 0; }
        #homepage #clients .wrap .owners .text a.button:hover, #homepage #clients .wrap .owners .text a.button:focus, #homepage #clients .wrap .owners .text a.button:active {
          background-color: #000000; }
    #homepage #clients .wrap .vets {
      background: #449dd1 url("/assets/images/bg-half-vets.jpg") no-repeat center top;
      background-size: cover;
      min-height: 430px; }
      @media screen and (min-width: 1024px) {
        #homepage #clients .wrap .vets {
          float: right;
          width: 50%; } }
      #homepage #clients .wrap .vets .text {
        background: transparent url("/assets/images/icon-triangle.png") no-repeat center top;
        margin: auto;
        width: 90%;
        max-width: 1200px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 7em; }
        @media screen and (min-width: 1024px) {
          #homepage #clients .wrap .vets .text {
            padding: 7em 7em 0 7em; } }
        #homepage #clients .wrap .vets .text a {
          /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
          #homepage #clients .wrap .vets .text a:link {
            color: #0d358c;
            text-decoration: none;
            font-weight: bold; }
          #homepage #clients .wrap .vets .text a:visited {
            color: #0d358c; }
          #homepage #clients .wrap .vets .text a:hover {
            color: #000000; }
          #homepage #clients .wrap .vets .text a:focus {
            color: #000000; }
          #homepage #clients .wrap .vets .text a:active {
            color: #000000; }
        #homepage #clients .wrap .vets .text a.button:link, #homepage #clients .wrap .vets .text a.button:visited {
          margin: .25em 0 .5em 0;
          color: #ffffff; }
        #homepage #clients .wrap .vets .text a.button:hover, #homepage #clients .wrap .vets .text a.button:focus, #homepage #clients .wrap .vets .text a.button:active {
          background-color: #000000; }

#homepage #resources {
  margin: 3em 0;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    #homepage #resources {
      margin: 5em 0; } }
  @media screen and (min-width: 1024px) {
    #homepage #resources {
      text-align: left; } }
  #homepage #resources .study {
    border-bottom: 1px solid #78c0e0;
    padding-bottom: 2.5em;
    margin-bottom: 2.25em; }
    @media screen and (min-width: 1024px) {
      #homepage #resources .study {
        float: left;
        width: 75%;
        margin-right: 2.6785714286%;
        border-bottom: none;
        border-right: 1px solid #78c0e0;
        padding-bottom: 0;
        margin-bottom: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    #homepage #resources .study .image img {
      -webkit-border-radius: 225px 225px 225px 225px;
      -moz-border-radius: 225px 225px 225px 225px;
      border-radius: 225px 225px 225px 225px; }
    @media screen and (min-width: 1024px) {
      #homepage #resources .study .image {
        float: left;
        width: 33.3333333333%;
        margin-right: 2.380952381%; } }
    #homepage #resources .study .text {
      margin-top: 1em; }
      @media screen and (min-width: 1024px) {
        #homepage #resources .study .text {
          float: left;
          width: 64.2857142857%;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding-right: 2em; } }
      #homepage #resources .study .text em {
        font: normal normal 1.125em "Kalam", cursive;
        color: #449dd1;
        display: inline-block; }
      #homepage #resources .study .text h2 {
        margin: 0; }
  @media screen and (min-width: 1024px) {
    #homepage #resources .links {
      float: left;
      width: 22.3214285714%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  #homepage #resources .links .logo img {
    max-width: 175px; }
  #homepage #resources .links h3 {
    font: normal bold 1.125em "Istok Web", verdana, arial, helvetica, sans-serif;
    margin-top: 1em; }
  #homepage #resources .links ul {
    margin-bottom: 0; }
    #homepage #resources .links ul li {
      list-style: none;
      margin-left: 0; }

/* ======= FOOTER STYLES ======= */
#map iframe {
  margin-bottom: -.45em;
  /* to eliminate the bit of extra white space below map */ }

#bottom {
  background-color: #0e0e52;
  color: #ffffff;
  padding: 2em 0;
  text-align: center; }
  #bottom p, #bottom ul, #bottom dl {
    margin: 0; }
  #bottom li {
    list-style: none;
    margin-left: 0; }
  #bottom a {
    /* could also just use opacity for hover states
		
	&:hover {opacity: 0.9;}
	&:focus {opacity: 0.9;}
	&:active {opacity: 0.9;}
	
	*/ }
    #bottom a:link {
      color: #78c0e0;
      text-decoration: none;
      font-weight: bold; }
    #bottom a:visited {
      color: #78c0e0; }
    #bottom a:hover {
      color: #449dd1; }
    #bottom a:focus {
      color: #449dd1; }
    #bottom a:active {
      color: #449dd1; }
  #bottom h4 {
    font: normal bold 1.125em "Istok Web", verdana, arial, helvetica, sans-serif;
    text-transform: capitalize;
    margin: 0 0 .4em 0; }
  #bottom .gratitude {
    margin-bottom: 2.75em; }
    #bottom .gratitude p {
      font: normal normal 1.5em "Kalam", cursive;
      line-height: 1.5; }
  #bottom .col {
    border-bottom: 1px solid #78c0e0;
    padding-bottom: 2em;
    margin-bottom: 2em; }
    #bottom .col.hours {
      float: left;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        #bottom .col.hours {
          width: 33%; } }
      #bottom .col.hours p em {
        font-weight: bold;
        font-style: normal;
        display: inline-block;
        width: 2em;
        text-align: right;
        padding-right: 1em; }
    #bottom .col.links {
      border-bottom: none;
      border-right: none; }
    @media screen and (min-width: 1024px) {
      #bottom .col {
        border-bottom: none;
        border-right: 1px solid #78c0e0;
        width: 33%;
        float: left; } }
  #bottom footer {
    clear: both; }
    @media screen and (min-width: 1024px) {
      #bottom footer {
        padding-top: 1em; } }
    #bottom footer p {
      margin-bottom: .1em;
      /* to compensate for 1 line height on li */ }
    #bottom footer ul li {
      display: inline-block;
      border-right: 1px solid #ffffff;
      line-height: 1;
      padding: 0 .5em 0 0.4em; }
      #bottom footer ul li:last-child {
        border-right: none; }

/* ======= FORM STYLES ======= */
.callout, .alert {
  margin: 1em 0; }

.feedback, .errors, .alert, .callout {
  color: #d80000; }
  .feedback li, .errors li, .alert li, .callout li {
    margin-left: 0;
    list-style: none; }

form .row {
  margin-bottom: 1.5em; }
  form .row .checkbox, form .row .radio {
    margin: .5em 0; }
  form .row label {
    display: block;
    font-weight: bold; }
  form .row .radio label, form .row .checkbox label {
    font-weight: normal; }
    form .row .radio label input, form .row .checkbox label input {
      margin-right: .5em; }
  form .row .direction {
    font-style: italic;
    margin-top: 2em;
    margin-bottom: -.5em; }
    form .row .direction.policy {
      font-style: normal; }
  form .row input, form .row select, form .row textarea {
    font: normal normal 1em "Roboto", "trebuchet ms", arial, helvetica, sans-serif;
    border: 1px solid #449dd1;
    padding: .5em .5em;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    /* removes ios default border radius on buttons */ }
  form .row select {
    -webkit-appearance: none;
    /* keeps uniform height with inputs */ }
  form .row textarea {
    /* so it utilizes more of the page and is wider than form elements */
    width: 75%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  form .row input[type="text"], form .row select, form .row textarea, form .row input[type="email"], form .row input[type="tel"], form .row input[type="password"] {
    /* so it utilizes more of the page */
    width: 90%;
    box-sizing: content-box;
    /* needed to ensure the select and text inputs have the same width - important on the partners page */ }
    @media screen and (min-width: 1024px) {
      form .row input[type="text"], form .row select, form .row textarea, form .row input[type="email"], form .row input[type="tel"], form .row input[type="password"] {
        width: 75%; } }
  form .row input#plan_amount,
  form .row select#card_exp_month,
  form .row select#card_exp_year,
  form .row input#card_cvc {
    /* for shorter inputs on these fields */
    width: 25%;
    display: inline-block;
    /* this is needed to get the select items side by side ... plan amount doesn't really need it but it doesn't hurt */ }
  form .row input[type="text"]:focus, form .row textarea:focus {
    background-color: #ffffcc; }
  form .row button,
  form .row input.button,
  form .row input[type="button"],
  form .row input[type="submit"],
  form .row input[type="file"] {
    /* no border on buttons or radio checkboxes or files  */
    border: none;
    -webkit-appearance: none;
    /* ensures no ios default styling applied to buttons */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  form .row button, form .row input.button, form .row input[type="button"], form .row input[type="submit"] {
    background: #0d358c;
    color: #ffffff;
    padding: .625em .5em;
    width: 177px;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    font: normal bold 1em "Roboto", "trebuchet ms", arial, helvetica, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  form .row button:hover, form .row input.button:hover, form .row input[type="button"]:hover, form .row input[type="submit"]:hover {
    background: #449dd1;
    color: #ffffff; }

/* ======= TABLE STYLES ======= */
table thead,
table tfoot {
  background: #777777; }

/* ======= PLUGIN STYLES ======= */
@media screen and (min-width: 1024px) {
  /* for dropdowns style - http://css-tricks.com/simple-jquery-dropdowns/ */
  /* 
		LEVEL ONE
	*/
  ul.dropdown {
    position: relative;
    margin: 0; }
  ul.dropdown li {
    font-weight: bold;
    font-size: 1.25em;
    float: left;
    zoom: 1;
    list-style: none; }
  ul.dropdown li a {
    display: block; }
  ul.dropdown li:last-child a {
    border-right: none; }
  /* Doesn't work in IE */
  ul.dropdown li.hover,
  ul.dropdown li:hover {
    position: relative; }
  /* 
		LEVEL TWO
	*/
  ul.dropdown ul {
    width: 255px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -1.1em;
    z-index: 999; }
  /* top was 100% */
  ul.dropdown ul li {
    font-size: 0.8em;
    background: #0d358c;
    float: none;
    line-height: 1; }
  /* IE 6 & 7 Needs Inline Block */
  ul.dropdown ul li a {
    border-right: none;
    width: 100%;
    display: inline-block;
    line-height: 1.25; }
  /* 
		LEVEL THREE
	*/
  ul.dropdown ul ul {
    left: 100%;
    top: 0; }
  ul.dropdown li:hover > ul {
    visibility: visible; } }

@media screen and (max-width: 1023px) {
  /*! responsive-nav.js 1.0.39 by @viljamis - http://responsive-nav.com/ */
  .nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none; }
  .nav-collapse li {
    width: 100%;
    display: block; }
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1; }
  .nav-collapse.opened {
    max-height: 9999px; }
  .nav-toggle {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; } }

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .js .nav-collapse {
    position: relative; }
  .js .nav-collapse.closed {
    max-height: none; }
  .nav-toggle {
    display: none; } }

/* FancyBox Styles */
#prefermail, #guidelines, #bio, #bio1, #bio2, #bio3, #bio4, #bio5, #bio6, #bio7, #paypalpay, #promo, #bymail, #whatis {
  /* hides by default for fancybox */
  display: none;
  width: 90%; }

#promo {
  /* styles for email pop up promo (mirrors largely the homepage feature box */
  background: #ffffff;
  padding: 2.8125em 1.25em;
  margin-bottom: 2.8125em; }
  #promo div.image {
    float: right;
    margin-left: 1em; }
  #promo p {
    margin-top: 0;
    margin-bottom: .7em;
    font-size: 1.5em;
    line-height: 1.3em; }
  #promo p.caption {
    font-size: 1em; }
  #promo p.more {
    margin-top: 1em;
    font-size: 1em; }
  #promo span {
    color: #fff; }
  #promo label {
    position: absolute;
    left: -9999em; }
  #promo .already-subscribed {
    font-family: "Roboto", "trebuchet ms", arial, helvetica, sans-serif;
    font-size: 0.75em;
    color: #fff;
    margin-bottom: 2.25em; }
    #promo .already-subscribed a:link, #promo .already-subscribed a:visited {
      font-weight: 700; }
  #promo ::-webkit-input-placeholder {
    /* all these are here just for styling the placeholder */
    color: #444444; }
  #promo :-moz-placeholder {
    /* Firefox 18- */
    color: #444444; }
  #promo ::-moz-placeholder {
    /* Firefox 19+ */
    color: #444444; }
  #promo :-ms-input-placeholder {
    color: #444444; }
  #promo input {
    font-size: 0.875em;
    font-style: italic;
    color: #c4c4c4;
    margin: 0.3571428571em 0;
    font-family: "Roboto", "trebuchet ms", arial, helvetica, sans-serif; }
  #promo input[type="email"] {
    width: 20em;
    /* makes it a bit wider */
    color: #444444; }
  #promo input[type="submit"] {
    font-size: 0.875em;
    color: #fff;
    font-style: normal;
    padding: 0.5em 1.4285714286em;
    line-height: 1em; }

/* ======= HIDING ======= */
form nodisplay {
  /* hides spam control on homepage newsletter signup */
  display: none; }
input[type="file"] {max-width: 100%;}

/* Popup CSS */
.popup-block.fancybox-content{
  background-color: transparent !important;
  padding: 38px;
}
.popup-block .popup-inner{
  background-color: #fff;
  max-width: 1000px;
}
.popup-block .popup-header{
  /* background: #0d358c url(/assets/images/bg-top-tubes.jpg) no-repeat left center; */
  background: #0d358c;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
}
.popup-block .popup-header h2{
  margin: 0;
  font-size: 40px;
  text-transform: uppercase;
}
.popup-block .popup-body{
  padding: 15px 30px;
}
.popup-block .popup-body li{
  /*list-style: none;
  margin-left: 0;*/
}
.popup-block .fancybox-button.fancybox-close-small{
  border-radius: 100%;
  background-color: #fff;
  padding: 5px;
}

.popup-block .popup-body li::marker{
  font-weight:bold;
}
