@charset "utf-8";

/* 

Orange (brand):   #E4774C

Orange (AA):      #BF4A1D

Purple (brand):   #76194E

Dk Blue (brand):  #274268

Aqua (brand):     #00A79D rgb(0,167,157)

Aqua (AA):        #008077



HTML Tags

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
aside,
footer,
header,
hgroup,
section,
video {
  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

  font-display: auto;
}

table {
  border-collapse: collapse;

  border-spacing: 0;
}

html {
  font-family: futura-pt, sans-serif;

  font-style: normal;

  font-weight: 300;

  color: #000;

  font-size: 1rem;

  line-height: 1.4rem;
}

html {
  scroll-behavior: smooth;
}

header {
  z-index: 1000;

  width: 100%;

  margin: 0 0 0 0;

  padding: 0 0 0 0;

  position: fixed;

  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 37, 49, 0.2);

  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 37, 49, 0.2);

  -ms-box-shadow: 0px 2px 8px 0px rgba(0, 37, 49, 0.2);

  -o-box-shadow: 0px 2px 8px 0px rgba(0, 37, 49, 0.2);

  box-shadow: 0px 2px 8px 0px rgba(0, 37, 49, 0.2);

  background: rgba(255, 255, 255, 1);
}

footer {
  background: #274268;

  padding: 30px 0 24px 0;

  color: #fff;

  text-align: center;

  border-top: 4px solid #00a79d;

  font-size: 0.9rem;

  line-height: 1.1rem;
}

footer a {
  color: #fff;
}

footer a:hover,
footer a:focus {
  color: #fff;
}

h1 {
  font-size: 2.4rem;

  line-height: 2.6rem;

  font-weight: 400;

  margin: 1px 1px 6px 1px; /* Keep at least 1px on all sides for :focus */

  padding: 0px 0px 0px 0px;

  color: #274268;
}

h1:focus {
  background: rgba(0, 0, 0, 0.05);
}

#H1 {
  /* Used in H1 text fields in the Admin Panel - Page */

  font-size: 2.4rem;

  line-height: 2.6rem;

  font-weight: 400;

  color: #274268;
}

h2 {
  font-size: 1.6rem;

  line-height: 2rem;

  font-weight: 500;

  margin: 1px 1px 6px 1px; /* Keep at least 1px on all sides for :focus */

  padding: 0px 0px 0px 0px;

  color: #666;
}

h2:focus {
  background: rgba(0, 0, 0, 0.05);
}

#H2 {
  /* Used in H2 text fields in the Admin Panel - Page */

  font-size: 1.6rem;

  line-height: 2rem;

  font-weight: 500;

  color: #666;
}

h3 {
  font-size: 1.3rem;

  line-height: 1.5rem;

  font-weight: 600;

  margin: 24px 0px 6px 0px;

  padding: 0px 0px 0px 0px;

  color: #000;
}

h3:focus {
  background: rgba(0, 0, 0, 0.05);
}

#H3 {
  /* Used in H3 text fields in the Admin Panel - Sections */

  font-size: 1.3rem;

  line-height: 1.5rem;

  font-weight: 600;

  color: #000;
}

h4 {
  font-size: 1.2rem;

  line-height: 1.6rem;

  font-weight: 400;

  margin: 0px 0px 12px 0px;

  padding: 0px 0px 0px 0px;

  color: #666;
}

h4:focus {
  background: rgba(0, 0, 0, 0.05);
}

p {
  margin: 5px 0px 12px 0px;

  padding: 0px 0px 0px 0px;
}

p:focus {
  background: rgba(0, 0, 0, 0.05);
}

ul {
  margin: 0px 0px 12px 10px;

  padding: 0px 0px 0px 0px;
}

ol {
  margin: 0px 0px 12px 10px;

  padding: 0px 0px 0px 0px;
}

li {
  margin: 0px 0px 0px 10px;

  padding: 0px 0px 0px 0px;
}

li:focus {
  background: rgba(0, 0, 0, 0.05);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

hr {
  margin: 10px 0px 18px 0px;
}

a {
  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  color: #274268;

  text-decoration: none;
}

a:hover,
a:focus {
  color: #274268;

  text-decoration: underline;
}

a img {
  border: 0;
}

img {
  width: 100%;
}

img[src*=".svg"] {
  /* width: 100%; */
}

.ie9 img[src$=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

section {
  padding: 0 0 0 0;

  margin: 0 0 0 0;

  overflow: hidden;

  display: block;
}

.visually-hidden {
  position: absolute !important;

  height: 1px;

  width: 1px;

  overflow: hidden;

  clip: rect(1px 1px 1px 1px);

  clip: rect(1px, 1px, 1px, 1px);

  white-space: nowrap;
}

/* FORMS

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

form {
  overflow: hidden;
}

fieldset {
  margin: 24px 0 12px 0;

  border: 1px solid #ddd;

  padding: 18px;

  border-radius: 4px;
}

legend {
  color: #888;

  font-size: 1.6rem;

  line-height: 1.6rem;

  margin: 0 0 0 0;

  padding: 0 0 0 0;
}

label {
  font-size: 0.9rem;

  line-height: 1.1rem;

  display: inline-block;

  margin: 6px 0 3px 0;

  color: #999;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  border: none;

  background: rgba(0, 0, 0, 0.05);

  margin: 0 0 6px 0;

  width: 100%;

  padding: 8px;

  font-size: 1rem;

  font-family: futura-pt, sans-serif;

  box-sizing: border-box;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus {
  background: rgba(0, 0, 0, 0.08);
}

textarea {
  border: none;

  background: rgba(0, 0, 0, 0.05);

  margin: 0 0 6px 0;

  width: 100%;

  padding: 8px;

  font-size: 1rem;

  font-family: futura-pt, sans-serif;

  box-sizing: border-box;
}

textarea:focus {
  background: rgba(0, 0, 0, 0.08);
}

select {
  border: none;

  background: rgba(0, 0, 0, 0.05);

  margin: 0 0 6px 0;

  width: 100%;

  padding: 8px;

  font-size: 1rem;

  font-family: futura-pt, sans-serif;

  box-sizing: border-box;
}

select:focus {
  background: rgba(0, 0, 0, 0.08);
}

input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]):disabled {
  color: #999;
}

textarea:disabled {
  color: #999;
}

select:disabled {
  color: #999;
}

#submit {
  width: 100%;

  background: #274268;

  color: #fff;

  padding: 8px 0 8px 0;

  cursor: pointer;

  text-transform: uppercase;

  font-family: futura-pt-condensed, sans-serif;

  font-weight: 800;

  font-size: 1.4rem;

  line-height: 1.5rem;
}

#submit:hover,
#submit:focus {
  background: #008077;
}

/* HEADER

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

#skip a,
#skip a:hover,
#skip a:visited {
  position: absolute;

  left: 0px;

  top: -500px;

  width: 1px;

  height: 1px;

  overflow: hidden;

  color: #0000ee;
}

#skip a:active,
#skip a:focus {
  position: static;

  width: auto;

  height: auto;
}

.topOffset {
  padding-top: 60px;
}

#topOffsetAdmin {
  padding-top: 110px;
}

#notice {
  position: fixed;

  background: #811a31;

  color: #fff;

  text-align: center;

  padding: 6px 0 6px 0;

  font-size: 1rem;

  line-height: 1rem;
}

#notice a {
  color: #fff;

  text-decoration: underline;
}

#notice a:hover,
#notice a:focus {
  text-decoration: none;
}

/* ADMIN

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

#admin {
  background: #333;

  overflow: hidden;

  text-align: right;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

#admin-nav a {
  display: inline-block;

  width: 30px;

  padding: 6px 6px 4px 6px;
}

#admin-nav img {
  height: 18px;
}

#admin-nav a:hover,
#admin-nav a:focus {
  background: rgba(255, 255, 255, 0.3);
}

/* HEADER

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

#logo_bar {
  text-align: center;

  padding: 8px 0 4px 0;

  margin: 0 0 0 0;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

#nav_bar {
  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  overflow: hidden;

  background: #274268;
}

#header_logo_div {
  width: 20%;

  float: left;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

#header_logo_img {
  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

#header_logo_div a:hover img,
#header_logo_div a:focus img {
  -webkit-transform: scale(0.9);

  -moz-transform: scale(0.9);

  -ms-transform: scale(0.9);

  -o-transform: scale(0.9);

  transform: scale(0.9);
}

#header_nav {
  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.header_nav {
  text-align: center;
}

.header_nav a {
  display: inline-block;

  padding: 8px 0 8px 0;

  width: 20%;

  color: #fff;

  position: relative;

  text-transform: uppercase;

  font-family: futura-pt-condensed, sans-serif;

  font-weight: 800;

  letter-spacing: 1px;

  font-size: 2rem;

  line-height: 2rem;
}

.header_nav a:hover,
.header_nav a:focus {
  background: #00a79d;

  color: #fff;

  text-decoration: none;
}

#header_nav_at {
  background: rgba(0, 0, 0, 0.6);

  color: #fff;
}

#header_nav_at:hover {
  background: rgba(0, 0, 0, 0.4);
}

#mobile_nav {
  display: none;
}

#header_bar {
  display: none;
}

/* FOOTER

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

#footer_logo img {
  width: 70%;
}

#footer_logo a {
  width: 100%;

  display: block;
}

#footer_logo a:hover,
#footer_logo a:focus {
  -webkit-transform: scale(0.95);

  -moz-transform: scale(0.95);

  -ms-transform: scale(0.95);

  -o-transform: scale(0.95);

  transform: scale(0.95);
}

.org_phone {
  font-weight: 700;
}

.org_address {
  font-size: 0.9rem;

  line-height: 1.1rem;
}

#nav_footer {
  line-height: 1rem;

  padding: 0;

  margin: 10px 0;

  overflow: hidden;

  margin-bottom: 10px;

  padding-bottom: 10px;

  list-style: none;
}

#nav_footer a {
  text-decoration: none;

  color: #ddd;

  padding: 8px 4px 8px 0px;

  border-bottom: 1px solid #999;

  display: block;
}

#nav_footer a:hover,
#nav_footer a:focus {
  color: #fff;

  padding: 8px 0px 8px 4px;

  background-color: rgba(255, 255, 255, 0.2);
}

#nav_footer_at {
  font-weight: bold;
}

#subfooter {
  background: #333;

  padding: 8px 0 8px 0;

  text-align: center;

  color: #fff;

  font-size: 0.8rem;

  line-height: 1rem;
}

/* Social Links

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

.socialLinks {
  margin: 0 0 0 0;

  padding: 0 0 0 0;

  overflow: hidden;
}

.socialLinks a {
  margin: 0 6px 0 6px;

  padding: 0 0 0 0;

  width: 30px;

  display: inline-block;
}

.socialLinks a img {
  width: 30px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -ms-border-radius: 4px;

  -o-border-radius: 4px;

  border-radius: 4px;

  border: 0;
}

.socialLinks a:hover,
.socialLinks a:focus {
  -webkit-transform: scale(0.9);

  -moz-transform: scale(0.9);

  -ms-transform: scale(0.9);

  -o-transform: scale(0.9);

  transform: scale(0.9);
}

/* Breadcrumb

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

#breadcrumb {
  font-size: 0.9rem;

  line-height: 1.1rem;

  margin: 12px 0 12px 0;
}

#breadcrumb a {
  margin-right: 10px;

  padding-right: 20px;

  color: #666;

  background: url("../../media/static/images/breadcrumb.svg") no-repeat right;
}

#breadcrumb a:hover,
#breadcrumb a:focus {
  text-decoration: underline;
}

/* Anchors

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

.anchor {
  display: block;

  position: relative;

  top: -150px;

  visibility: hidden;
}

#anchorLinks {
  text-align: center;

  padding: 12px 0 24px 0;

  margin: 0 0 0 0;
}

#anchorLinks a {
  display: inline-block;

  padding: 8px;
}

#anchorLinks a:hover,
#anchorLinks a:focus {
  background: #efefef;

  text-decoration: none;
}

#anchorLinks2 {
  padding: 0 0 24px 0;

  margin: 0 0 0 0;
}

#anchorLinks2 a {
  display: block;

  padding: 12px;

  font-size: 1.2rem;

  background: #274268;

  color: #fff;

  margin: 0 0 4px 0;

  border-radius: 6px;
}

#anchorLinks2 a:hover,
#anchorLinks2 a:focus {
  background: #f78e1e;

  color: #274268;

  text-decoration: none;
}

/* Skip to Main Content

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

.tv {
  position: relative;

  width: 200px;

  height: 150px;

  margin: 20px 0;

  background: red;

  border-radius: 50% / 10%;

  color: white;

  text-align: center;

  text-indent: 0.1em;
}

.tv:before {
  content: "";

  position: absolute;

  top: 10%;

  bottom: 10%;

  right: -5%;

  left: -5%;

  background: inherit;

  border-radius: 5% / 50%;
}

.bigBtn {
  display: inline-block;

  padding: 6px 12px 6px 12px;

  margin: 6px 16px 6px 0;

  min-width: 180px;

  background: #274268;

  color: #fff;

  text-align: center;

  border: 1px solid #fff;
}

.bigBtn img {
  width: 12px;

  float: right;

  padding: 2px 0 0 0;
}

.bigBtn:hover,
.bigBtn:focus {
  background: rgba(0, 0, 0, 0.7);

  color: #fff;

  text-decoration: none;
}

.bigBtnOrange {
  display: inline-block;

  padding: 6px 12px 6px 12px;

  margin: 6px 16px 6px 0;

  min-width: 180px;

  background: #e4774c;

  color: #fff;

  text-align: center;

  border: 1px solid #fff;
}

.bigBtnOrange img {
  width: 12px;

  float: right;

  padding: 2px 0 0 0;
}

.bigBtnOrange:hover,
.bigBtnOrange:focus {
  background: rgba(0, 0, 0, 0.7);

  color: #fff;

  text-decoration: none;
}

/* TEXT STYLES

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

.hgroup {
  margin: 0 0 24px 0;

  padding: 0 0 0 0;
}

.intro {
  /* Used in Page Intros */

  font-size: 1.4rem;

  line-height: 2rem;

  margin: 1px 1px 24px 1px;

  padding: 0 0 0 0;

  color: #274268;
}

.intro:focus {
  background: rgba(0, 0, 0, 0.05);
}

#INTRO {
  font-size: 1.4rem;

  line-height: 2rem;

  color: #274268;
}

.intro2 {
  /* Used in Section Intros */

  font-size: 1.2rem;

  line-height: 1.8rem;

  margin: 1px 1px 16px 1px;

  padding: 0px 0px 0px 0px;

  color: #274268;
}

.intro2:focus {
  background: rgba(0, 0, 0, 0.05);
}

#INTRO2 {
  font-size: 1.2rem;

  line-height: 1.8rem;

  color: #274268;
}

.body {
  margin: 0 0 24px 0;

  padding: 0 0 0 0;
}

.fineprint {
  font-size: 0.7rem;

  line-height: 1rem;

  margin: 6px 0px 6px 0px;

  padding: 0px 0px 0px 0px;
}

.footnote {
  font-size: 0.7rem;

  line-height: 1rem;

  border-top: 1px solid #ccc;

  margin: 36px 0 24px 0;

  padding-top: 6px;
}

#byline {
  font-size: 0.8rem;

  text-align: right;

  margin: -15px 0 12px 0;
}

/* Hero + Slideshow

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

.owl-carousel {
  background-color: #333;

  width: 100%;
}

.hero {
  width: 100%;

  background-color: #333;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -ms-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  background-attachment: fixed;

  padding: 200px 0 200px 0;

  text-align: center;

  overflow: hidden;
}

.hero span {
  color: #fff;

  font-size: 10vw;

  line-height: 10vw;

  display: block;

  margin: 0 0 12px 0;

  text-transform: uppercase;

  font-family: futura-pt-condensed, sans-serif;

  font-weight: 800;
}

.hero h1 {
  color: #fff;

  font-size: 8vw;

  line-height: 8vw;

  display: block;

  margin: 0 0 12px 0;

  text-transform: uppercase;

  font-family: futura-pt-condensed, sans-serif;

  font-weight: 800;
}

.hero em {
  color: #fff;

  font-size: 2rem;

  line-height: 2.2rem;

  display: block;
}

.hero a {
  color: #fff;

  font-size: 1rem;

  line-height: 1.2rem;

  display: inline-block;

  border: 1px solid #fff;

  padding: 8px 12px 8px 12px;
}

.hero a:hover,
.hero a:focus {
  background: #fff;

  text-decoration: none;
}

.hero img {
  width: 60%;
}

/* Page Main

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

#pageMain {
  background: #fff;

  padding: 48px 0 48px 0;
}

#sections {
  background: #ccc;

  background: #00a79d;

  padding: 36px 0 36px 0;
}

/* Sub-pages

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

#subpages {
  background-color: rgba(0, 167, 157, 0.2);

  background-image: url("../../media/static/images/nearcation-lakewood-1c-white-20.svg");

  background-size: 50%;

  background-attachment: fixed;

  padding: 60px 0 48px 0;
}

#subpages h2 {
  text-align: center;

  margin: 0 0 36px 0;

  text-transform: uppercase;

  color: #274268;

  font-weight: 700;
}

.subpageBox {
  display: block;

  border: 10px solid #fff;

  background: #fff;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  margin: 0 8px 24px 0;

  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);

  -webkit-transform: scale(0.98);

  -moz-transform: scale(0.98);

  -ms-transform: scale(0.98);

  -o-transform: scale(0.98);

  transform: scale(0.98);
}

.subpageBox:hover,
.subpageBox:focus {
  text-decoration: none;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);
}

.subpageBox div {
  background-color: #ddd;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -ms-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  background-position: center;

  width: 100%;
}

.subpageBox div:after {
  content: "";

  display: block;

  padding-bottom: 60%;
}

.subpageBox h3 {
  font-weight: 600;

  color: #274268;

  margin: 10px 0;

  padding: 0 20px 0 20px;
}

.subpageBox p {
  min-height: 80px;

  padding: 0 20px 0 20px;
}

/* Staff

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

#staffDiv {
  background: #efefef;

  padding: 48px 0 48px 0;
}

.staffBox {
  display: block;

  border: 1px solid #fff;

  background: #fff;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  margin: 0 0 24px 0;
}

.staffBox:hover,
.staffBox:focus {
  text-decoration: none;

  background-position: bottom;

  background-repeat: repeat-x;

  border: 1px solid #ccc;

  background: #fff;
}

.staffBox div {
  background-color: #ddd;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -ms-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  background-position: center;

  width: 100%;

  height: 160px;
}

.staffBox h3 {
  font-weight: 600;

  color: #274268;

  margin: 10px 0;

  padding: 0 20px 0 20px;
}

.staffBox p {
  min-height: 80px;

  padding: 0 20px 0 20px;
}

/* News

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

#newsDiv {
  background: #efefef;

  padding: 48px 0 48px 0;
}

/* Events

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

#eventsDiv {
  background: #efefef;

  padding: 48px 0 48px 0;
}

/* VIDEOS - Responsive

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

.videoWrapper {
  position: relative;

  padding-bottom: 56.25%; /* 16:9 */

  height: 0;

  margin: auto;

  margin-bottom: 6px;

  border: 1px solid #ddd;
}

.videoWrapper iframe {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

/* MODALS

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

.modalBtn {
  padding: 0 0 0 0;

  cursor: pointer;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.modalBtn:hover,
.modalBtn:focus {
  opacity: 0.9;
}

.modalThumbnail {
  -webkit-background-size: 72px, cover;

  -moz-background-size: 72px, cover;

  -ms-background-size: 72px, cover;

  -o-background-size: 72px, cover;

  background-size: 72px, cover;

  background-repeat: no-repeat;

  background-color: #333;

  background-position: center;

  padding-bottom: 50%;

  margin: 24px 0 36px 0;
}

.modaliFrame {
  width: 100%;

  height: 480px;
}

.modal {
  display: none;

  position: fixed;

  z-index: 100000000;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  overflow: auto;

  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;

  margin: 5% auto;

  padding: 6px 24px 24px 24px;

  width: 60%;
}

.modal h2 {
  text-transform: none;

  font-size: 1.2rem;

  line-height: 1.4rem;

  border: none;

  margin: 6px 0 12px 0;

  padding: 0;
}

.close {
  color: #888;

  float: right;

  font-size: 2rem;

  margin: 0 0 6px 0;
}

.close:hover,
.close:focus {
  color: #222;

  text-decoration: none;

  cursor: pointer;
}

/* TOGGLE Sections

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

.toggleTitle {
  cursor: pointer;

  display: block;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  padding: 8px;

  margin: 0 0 0 0;

  background: rgba(0, 0, 0, 0);

  overflow: hidden;

  border-bottom: 1px solid #008077;

  color: #008077;
}

.toggleTitle:hover,
.toggleTitle:focus {
  padding: 8px 12px 8px 12px;

  background: rgba(0, 0, 0, 0);

  text-decoration: none;
}

.toggleTitle h2 {
  font-size: 1.4rem;

  line-height: 1.6rem;

  font-weight: 400;

  color: #008077;

  margin: 0 0 0 0;

  padding: 0 0 0 0;
}

.toggleTitle span {
  display: inline-block;

  float: right;

  font-style: normal;
}

#sections .toggleTitle {
  cursor: pointer;

  display: block;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  padding: 8px;

  margin: 0 0 0 0;

  background: rgba(0, 0, 0, 0);

  overflow: hidden;

  border-bottom: 1px solid #fff;
}

#sections .toggleTitle:hover,
#sections .toggleTitle:focus {
  padding: 8px 12px 8px 12px;

  background: rgba(0, 0, 0, 0);

  text-decoration: none;
}

#sections .toggleTitle h2 {
  font-size: 1.6rem;

  line-height: 1.8rem;

  font-weight: 400;

  color: #fff;

  margin: 0 0 0 0;

  padding: 0 0 0 0;
}

#sections .toggleTitle span {
  display: inline-block;

  float: right;

  font-style: normal;
}

.sectAnchor::before {
  content: "";

  display: block;

  height: 150px;

  margin: -150px 0 0 0;

  visibility: hidden;
}

.toggleDiv {
  overflow: hidden;

  padding: 12px;

  margin: 0 0 12px 0;

  background: rgba(255, 255, 255, 0.9);
}

.toggleDiv h3 {
  padding: 0 0 0 0;

  margin: 0 0 12px 0;
}

.toggleDiv img {
  width: 12px;

  margin: 0 0 0 8px;
}

.toggleDiv img {
  width: 12px;

  margin: 2px 6px 0 0;

  float: right;
}

.toggleTitle2 {
  cursor: pointer;

  display: block;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  padding: 8px;

  margin: 0 0 0 0;

  background: rgba(0, 0, 0, 0.05);

  overflow: hidden;

  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.toggleTitle2:hover {
  background: rgba(0, 0, 0, 0.08);

  text-decoration: none;
}

.toggleTitle2:focus {
  background: rgba(0, 0, 0, 0.08);

  text-decoration: none;
}

.toggleTitle2 h3 {
  font-size: 1.2rem;

  line-height: 1.4rem;

  font-weight: 600;

  color: #274268;

  padding: 0 0 0 0;

  margin: 0 0 0 0;
}

.toggleTitle2 h4 {
  font-size: 1rem;

  line-height: 1.2rem;

  font-weight: 600;

  color: #274268;

  padding: 0 0 0 0;

  margin: 0 0 0 0;
}

.toggleTitle2 em {
  display: inline-block;

  float: right;

  font-style: normal;

  font-size: 1rem;
}

.toggleDiv2 {
  overflow: hidden;

  margin: 0 0 12px 0;

  padding: 18px;

  background: rgba(255, 255, 255, 0.08);
}

/* MEDIA ELEMENTS

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

.mediaElements {
  width: 40%;

  float: right;

  margin: 0 0 24px 24px;

  font-size: 0.9rem;

  line-height: 1.1rem;
}

.mediaElements h3 {
  font-size: 0.9rem;

  line-height: 1.1rem;

  margin: 0 0 2px 0;

  padding: 0 0 0 0;
}

.mediaElements p {
  font-size: 0.9rem;

  line-height: 1.1rem;

  margin: 0 0 0 0;

  padding: 0 0 0 0;
}

.mediaElements ul {
  margin: 0 0 0 12px;
}

.mediaElements li {
  margin: 0 0 12px 0;
}

.mediaElements img {
  width: 100%;

  margin: 0 0 6px 0;

  padding: 0 0 0 0;
}

/* Forms

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

.buttons {
  overflow: hidden;
}

.buttons a,
.buttons button {
  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  display: inline-block;

  float: left;

  text-align: center;

  margin: 0;

  text-decoration: none;

  cursor: pointer;

  padding: 6px; /* Links */
}

.buttons button {
  overflow: visible;

  padding: 6px; /* IE6 */
}

.buttons button[type] {
  padding: 6px; /* Firefox */

  line-height: 0.7rem; /* Safari */
}

*:first-child + html button[type] {
  padding: 6px; /* IE7 */
}

.buttons button img,
.buttons a img {
  margin: 0;

  padding: 0;

  border: none;

  width: 14px;

  height: 14px;
}

/* ADMIN BUTTONS: Standard */

button,
.buttons a {
  background: #b8cdea;

  border: 1px solid #96b2db;

  color: #196db6;
}

button:hover,
.buttons a:hover,
.buttons a:focus {
  background: #96b2db;

  color: #196db6;
}

/* ADMIN BUTTONS: Positive */

button.positive,
.buttons a.positive {
  background-color: #e6efc2;

  border: 1px solid #c6d880;

  color: #529214;
}

.buttons a.positive:hover,
button.positive:hover,
button.positive:focus {
  background: #c6d880;

  color: #529214;
}

/* ADMIN BUTTONS: Negative */

.buttons a.negative,
button.negative {
  background: #fbe3e4;

  border: 1px solid #fbc2c4;

  color: #d12f19;
}

.buttons a.negative:hover,
button.negative:hover,
button.negative:focus {
  background: #fbc2c4;

  color: #d12f19;
}

.req {
  color: #f00;
}

#ADDRESS3label {
  display: none;
}

#ADDRESS3 {
  display: none;
}

/* LAYOUT - COLUMNS

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

.container {
  margin: 0 auto 0 auto;

  overflow: hidden;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  width: 1100px !important;
}

[class*="span"] {
  margin-left: 2.12766%;

  float: left;
}

[class*="span"]:first-child {
  margin-left: 0;
}

.span1 {
  width: 6.38298%;
}

.span2 {
  width: 14.89362%;
}

.span3 {
  width: 23.40426%;
}

.span4 {
  width: 31.91489%;
}

.span4x {
  width: 30%;

  margin-left: 0;
}

.span5 {
  width: 40.42553%;
}

.span6 {
  width: 48.93617%;
}

.span6x {
  width: 50%;

  margin-left: 0;
}

.span7 {
  width: 57.44681%;
}

.span8 {
  width: 65.95745%;
}

.span8x {
  width: 70%;

  margin-left: 0;
}

.span9 {
  width: 74.46809%;
}

.span10 {
  width: 82.97872%;
}

.span11 {
  width: 91.48936%;
}

.span12 {
  width: 100%;
}

/* Desktop (large)

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

@media only screen and (min-width: 1025px) {
  .container {
    width: 1000px !important;
  }
}

/* Desktop (regular)

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

@media only screen and (max-width: 1024px) {
  .container {
    width: 700px !important;
  }

  .mediaElements {
    width: 100%;

    margin: 0 0 0 0;

    float: none;
  }
}

/* Desktop (medium)

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

@media only screen and (max-width: 749px) {
  .hero {
    padding: 120px 0 120px 0;

    background-attachment: scroll !important;
  }

  .topOffset {
    padding-top: 40px;
  }

  #topOffsetAdmin {
    padding-top: 70px;
  }

  .header_nav a {
    padding: 12px 0 12px 0;

    font-size: 0.9rem;
  }

  .container {
    width: 100% !important;

    /* margin: 0 21px 0 21px; */
  }

  #breadcrumb {
    display: none;
  }

  [class*="span"] {
    margin-left: 0;
  }

  [class*="span"]:first-child {
    margin-left: 0;
  }

  .span1 {
    width: 100%;
  }

  .span2 {
    width: 100%;
  }

  .span3 {
    width: 100%;
  }

  .span4 {
    width: 100%;
  }

  .span4x {
    width: 100%;
  }

  .span5 {
    width: 100%;
  }

  .span6 {
    width: 100%;
  }

  .span6x {
    width: 100%;
  }

  .span7 {
    width: 100%;
  }

  .span8 {
    width: 100%;
  }

  .span8x {
    width: 100%;
  }

  .span9 {
    width: 100%;
  }

  .span10 {
    width: 100%;
  }

  .span11 {
    width: 100%;
  }

  .span12 {
    width: 100%;
  }
}
