*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.clearfix, .width-fix, .full, header, .row.hero, .row.image, .search_item, article.special_event, .row.contest .filter_contest_table, .contest_form .form_half p {
  zoom: 1; }
  .clearfix:before, .width-fix:before, .full:before, header:before, .row.hero:before, .row.image:before, .search_item:before, article.special_event:before, .row.contest .filter_contest_table:before, .contest_form .form_half p:before, .clearfix:after, .width-fix:after, .full:after, header:after, .row.hero:after, .row.image:after, .search_item:after, article.special_event:after, .row.contest .filter_contest_table:after, .contest_form .form_half p:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, .width-fix:after, .full:after, header:after, .row.hero:after, .row.image:after, .search_item:after, article.special_event:after, .row.contest .filter_contest_table:after, .contest_form .form_half p:after {
    clear: both; }

.row {
  overflow: hidden;
  *zoom: 1;
  width: 960px;
  max-width: 100%;
  margin: 0 auto; }

.animate, a, button,
input[type="submit"],
input[type="reset"],
input[type="button"], input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select, a.make_a_payment, a.make_a_payment span.icon {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

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; }

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; }

body {
  font-family: "raleway", sans-serif;
  color: #4a4a4a;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }

a {
  text-decoration: none;
  color: #006b6e;
  outline: 0;
  font-weight: bold; }
  a:hover {
    color: #00393b; }

h1, h2, h3, h4, h5, h6 {
  font-family: "raleway", sans-serif;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0;
  color: #4a4a4a; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit; }
  @media screen and (max-width: 600px) {
    h1, h2, h3, h4, h5, h6 {
      line-height: 1;
      text-align: center; } }

h1 {
  font-size: 46px; }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 35px; } }

h2 {
  font-size: 35px; }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 28px; }
  @media screen and (max-width: 600px) {
    h3 {
      font-size: 21px; } }

h4 {
  font-size: 21px; }
  @media screen and (max-width: 600px) {
    h4 {
      font-size: 17px; } }

h5 {
  font-size: 17px; }
  @media screen and (max-width: 600px) {
    h5 {
      font-size: 14px; } }

h6 {
  font-size: 14px; }
  @media screen and (max-width: 600px) {
    h6 {
      font-size: 10px; } }

p {
  margin: 0 0 20px 0; }
  p img {
    margin: 0; }
  p a, p a:visited {
    line-height: inherit; }
  p:last-child {
    margin-bottom: 0px; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

small {
  font-size: 80%; }

blockquote {
  color: #4a4a4a;
  display: block;
  font-style: italic;
  padding: 30px;
  position: relative; }

ul, ol {
  margin-bottom: 0px; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal outside; }

li {
  margin-bottom: 0px; }

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto; }

label.error {
  display: none; }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
  background: #fff; }
  button:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active {
    outline: 0; }
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    outline: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

form, fieldset {
  margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 0px;
  outline: 0;
  border: 1px solid black;
  padding: 10px;
  margin: 10px 0px;
  position: relative; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  textarea:focus,
  select:focus {
    outline: 0; }

select {
  padding: 0; }

textarea {
  min-height: 50px;
  max-height: 150px; }

label, legend {
  display: block; }

input[type="checkbox"] {
  display: inline; }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

meta.foundation-data-attribute-namespace {
  font-family: false; }

header {
  max-width: 960px;
  margin: 0px auto; }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0; }

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none; }

.slideshow-wrapper ul li:first-child {
  display: block; }

.slideshow-wrapper .orbit-container {
  background-color: transparent; }

.slideshow-wrapper .orbit-container li {
  display: block; }

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block; }

.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 white;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0); }

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%; }

.orbit-container .orbit-slides-container.fade li {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.orbit-container .orbit-slides-container.fade li.animate-in {
  opacity: 1;
  z-index: 20;
  transition: opacity 500ms ease-in-out; }

.orbit-container .orbit-slides-container.fade li.animate-out {
  z-index: 10;
  transition: opacity 500ms ease-in-out; }

.orbit-container .orbit-slides-container.swipe-next li {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.orbit-container .orbit-slides-container.swipe-next li.animate-in {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 500ms; }

.orbit-container .orbit-slides-container.swipe-next li.animate-out {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition-duration: 500ms; }

.orbit-container .orbit-slides-container.swipe-prev li {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.orbit-container .orbit-slides-container.swipe-prev li.animate-in {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 500ms; }

.orbit-container .orbit-slides-container.swipe-prev li.animate-out {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition-duration: 500ms; }

.orbit-container .orbit-slides-container li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.orbit-container .orbit-slides-container li.active {
  opacity: 1;
  top: 0;
  left: 0;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.orbit-container .orbit-slides-container li .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: white;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem; }

.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: transparent;
  z-index: 10; }

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem; }

.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10; }

.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px; }

.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px white;
  border-top: none;
  border-bottom: none; }

.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: transparent white transparent transparent; }

.orbit-container .orbit-timer.paused > span.dark {
  border-color: transparent #333333 transparent transparent; }

.orbit-container:hover .orbit-timer > span {
  display: block; }

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10; }

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px; }

.orbit-container .orbit-prev {
  left: 0; }

.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white; }

.orbit-container .orbit-prev:hover > span {
  border-right-color: white; }

.orbit-container .orbit-next {
  right: 0; }

.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -4px; }

.orbit-container .orbit-next:hover > span {
  border-left-color: white; }

.orbit-container .orbit-bullets-container {
  text-align: center; }

.orbit-container .orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }

.orbit-container .orbit-bullets li {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #cccccc;
  float: none;
  margin-right: 6px;
  border-radius: 1000px; }

.orbit-container .orbit-bullets li.active {
  background: #999999; }

.orbit-container .orbit-bullets li:last-child {
  margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }

  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }

  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    transition: none !important; }

  .orbit-stack-on-small .orbit-timer {
    display: none; }

  .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev {
    display: none; }

  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }

.f-dropdown > *:first-child {
  margin-top: 0; }

.f-dropdown > *:last-child {
  margin-bottom: 0; }

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99; }

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98; }

.f-dropdown.right:before {
  left: auto;
  right: 10px; }

.f-dropdown.right:after {
  left: auto;
  right: 9px; }

.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px; }

.f-dropdown.drop-right > *:first-child {
  margin-top: 0; }

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0; }

.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent white transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 99; }

.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 98; }

.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px; }

.f-dropdown.drop-left > *:first-child {
  margin-top: 0; }

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0; }

.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent white;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 99; }

.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 98; }

.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px; }

.f-dropdown.drop-top > *:first-child {
  margin-top: 0; }

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0; }

.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: white transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 99; }

.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 98; }

.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0; }

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee; }

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555; }

.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 200px; }

.f-dropdown.content > *:first-child {
  margin-top: 0; }

.f-dropdown.content > *:last-child {
  margin-bottom: 0; }

.f-dropdown.tiny {
  max-width: 200px; }

.f-dropdown.small {
  max-width: 300px; }

.f-dropdown.medium {
  max-width: 500px; }

.f-dropdown.large {
  max-width: 800px; }

@media screen and (min-width: 780px) {
  a.drop_expander {
    display: none !important; } }
.page-template-page-events-php li.menu-item-1378 {
  border-bottom: 1px solid #006b6e;
  border-left: 0px;
  border-right: 0px; }

a.mobile_menu {
  background: #646464;
  color: #fff;
  display: block;
  position: absolute;
  line-height: 1;
  padding: 10px 20px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
  top: 40px; }
  a.mobile_menu:hover {
    background: #006b6e; }
  @media screen and (min-width: 780px) {
    a.mobile_menu {
      display: none; } }

.main_menu {
  list-style: none;
  margin: 15px 0px 0px 0px; }
  @media screen and (max-width: 780px) {
    .main_menu {
      display: none;
      padding: 10px; }
      .main_menu li {
        position: relative;
        max-width: 300px;
        margin: 0 auto 5px auto; }
        .main_menu li.has_expander {
          padding-right: 45px; }
        .main_menu li a.drop_expander {
          display: block;
          width: 40px;
          position: absolute;
          top: 0px;
          right: 0px;
          bottom: 0px;
          margin-bottom: 0px; }
          .main_menu li a.drop_expander.active {
            background: #e74c3c; }
            .main_menu li a.drop_expander.active:hover {
              background: #e74c3c; }
          .main_menu li a.drop_expander i {
            line-height: 20px;
            position: absolute;
            top: 50%;
            margin-top: -10px;
            left: 0px;
            right: 0px; }
        .main_menu li a {
          transition: all .2s ease-in-out;
          background: #006b6e;
          color: #fff;
          line-height: 40px;
          text-transform: uppercase;
          width: 100%;
          display: block;
          font-weight: 700;
          font-size: 14px;
          text-align: center; }
          .main_menu li a:hover {
            background: #006b6e; } }
  @media screen and (min-width: 780px) {
    .main_menu > li.current-page-ancestor a {
      border-left: 1px solid #f0f0f0;
      border-right: 1px solid #f0f0f0;
      border-bottom: 1px solid #006b6e; }
    .main_menu > li.current-menu-item > a {
      border-left: 1px solid #f0f0f0;
      border-right: 1px solid #f0f0f0;
      border-bottom: 1px solid #006b6e; }
    .main_menu > li.current-menu-item:hover > a {
      border-top: 1px solid #006b6e;
      border-left: 1px solid #006b6e;
      border-right: 1px solid #006b6e;
      border-bottom: 1px solid #fff; }
    .main_menu li {
      display: inline-block;
      float: left;
      position: relative; }
      .main_menu li a {
        position: relative;
        z-index: 2;
        transition: all .2s ease-in-out;
        display: block;
        color: #4A4A4A;
        padding: 10px 7px 10px 7px;
        text-transform: uppercase;
        font-size: 16px;
        border-top: 1px solid #f0f0f0;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0; }
        .main_menu li a:hover {
          background: #006b6e !important;
          color: #fff !important;
          border-left: 1px solid #006b6e;
          border-right: 1px solid #006b6e;
          border-bottom: 1px solid #006b6e !important; }
      .main_menu li.menu-item-has-children:hover .sub-menu-back {
        display: block; }
      .main_menu li:hover > a {
        border-top: 1px solid #006b6e;
        border-left: 1px solid #006b6e;
        border-right: 1px solid #006b6e;
        border-bottom: 1px solid #fff;
        background: #fff;
        position: relative;
        z-index: 9999; } }
  @media screen and (min-width: 780px) {
    .main_menu .sub-menu-back {
      margin: 0px;
      display: none;
      position: absolute;
      background: #fff;
      z-index: 999;
      left: 0px;
      right: 0px;
      top: 45px;
      width: 200px;
      border: 1px solid #006b6e; } }
  @media screen and (min-width: 780px) {
    .main_menu ul.sub-menu {
      display: block;
      margin: 0 auto;
      width: 100%; } }
  @media screen and (max-width: 780px) {
    .main_menu ul.sub-menu {
      display: none;
      margin-left: 0px; } }
  @media screen and (min-width: 780px) {
    .main_menu ul.sub-menu li {
      width: 100%;
      display: block;
      float: none; }
      .main_menu ul.sub-menu li a {
        border-top: 0px solid #fff;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 0px 10px;
        line-height: 1.5;
        font-weight: normal;
        text-transform: none; }
        .main_menu ul.sub-menu li a:hover {
          background: #006b6e;
          color: #fff; } }
  @media screen and (min-width: 780px) {
    .main_menu ul.sub-menu li.current-menu-item, .main_menu ul.sub-menu li.current-menu-item a, .main_menu ul.sub-menu li.current-menu-item a:hover {
      color: #006b6e; } }
  @media screen and (max-width: 780px) {
    .main_menu ul.sub-menu {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      margin-top: 5px;
      list-style: none; }
      .main_menu ul.sub-menu li a {
        background: #008488; }
      .main_menu ul.sub-menu li.current-menu-item a {
        background: #4A4A4A; } }

.header_wrap {
  background: #f0f0f0;
  margin-bottom: 20px; }

.half {
  display: block;
  width: 50%;
  float: left;
  padding: 0px 10px; }

.third {
  display: block;
  padding: 0px 10px; }
  @media screen and (min-width: 700px) {
    .third {
      width: 33.333333%;
      float: left; } }
  @media screen and (min-width: 700px) {
    .third:nth-child(2) {
      padding: 0px 25px; } }
  @media screen and (min-width: 700px) {
    .third.two {
      width: 66.66666%; } }

.width-fix {
  width: 100%;
  height: 100%;
  position: relative; }

.full {
  padding: 0px 10px; }
  .full.Darker.Gray {
    background: #d4d4d4;
    padding: 20px; }
  .full.Gray {
    background: #f0f0f0;
    padding: 20px; }
  .full.Blue {
    background: #dce6f0;
    padding: 20px; }

.row.text h3, .service_blog h3 {
  border-bottom: 2px solid #006b6e; }

.align_center {
  text-align: center; }

.addtoany_shortcode {
  float: left; }

.sub-headline, .row.title h2, .row.title h3, .row.text h3, .row.blog_header h2, .row.article h1, .blog_list .blog_post h3, .row.service_blog h3, .row.events h3 {
  color: #006b6e;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 20px; }
  @media screen and (max-width: 600px) {
    .sub-headline, .row.title h2, .row.title h3, .row.text h3, .row.blog_header h2, .row.article h1, .blog_list .blog_post h3, .row.service_blog h3, .row.events h3 {
      line-height: 1;
      font-size: 26px;
      text-align: center; } }

.sub-menu-element, .f-dropdown li a {
  font-weight: normal;
  text-transform: none;
  line-height: 26px;
  padding: 0px 10px; }
  .sub-menu-element:hover, .f-dropdown li a:hover {
    color: #fff !important;
    background: #006b6e; }

.row {
  position: relative; }

.copy, p, .bullet-list, .row.content ul, .row.text ul, .row.image ul, .row.article ul, .row.blog_list ul, .row.paypal ul, .row.career_callout ul {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 27px; }
  @media screen and (max-width: 700px) {
    .copy, p, .bullet-list, .row.content ul, .row.text ul, .row.image ul, .row.article ul, .row.blog_list ul, .row.paypal ul, .row.career_callout ul {
      font-size: 16px;
      line-height: 20px; } }

p.center {
  text-align: center; }

.button, footer form button, footer form input[type="submit"], .image_cover .callout ul li a, .three_column_callout a, .pagination a, .contest_form button, .contest_form input[type="submit"] {
  background: #727272;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block; }
  .button:hover, footer form button:hover, footer form input[type="submit"]:hover, .image_cover .callout ul li a:hover, .three_column_callout a:hover, .pagination a:hover, .contest_form button:hover, .contest_form input[type="submit"]:hover {
    color: #fff;
    background: #006b6e; }
  @media screen and (max-width: 700px) {
    .button, footer form button, footer form input[type="submit"], .image_cover .callout ul li a, .three_column_callout a, .pagination a, .contest_form button, .contest_form input[type="submit"] {
      max-width: 280px;
      margin: 0 auto;
      display: block;
      text-align: center;
      line-height: 1;
      padding: 15px 4px; } }
  .button.purple, footer form button.purple, footer form input.purple[type="submit"], .image_cover .callout ul li a.purple, .three_column_callout a.purple, .pagination a.purple, .contest_form button.purple, .contest_form input.purple[type="submit"] {
    background: #684675; }
    .button.purple:hover, footer form button.purple:hover, footer form input.purple[type="submit"]:hover, .image_cover .callout ul li a.purple:hover, .three_column_callout a.purple:hover, .pagination a.purple:hover, .contest_form button.purple:hover, .contest_form input.purple[type="submit"]:hover {
      background: #5a3c65; }

.bullet-list, .row.content ul, .row.text ul, .row.image ul, .row.article ul, .row.blog_list ul, .row.paypal ul, .row.career_callout ul {
  list-style: disc outside none;
  margin-left: 20px;
  margin-bottom: 20px; }

footer {
  background: #d4d4d4;
  padding: 30px 10px 50px 10px; }
  @media screen and (min-width: 900px) {
    footer .button, footer form button, footer form input[type="submit"], footer .image_cover .callout ul li a, .image_cover .callout ul li footer a, footer .three_column_callout a, .three_column_callout footer a, footer .pagination a, .pagination footer a, footer .contest_form button, .contest_form footer button, footer .contest_form input[type="submit"], .contest_form footer input[type="submit"] {
      float: right; } }
  @media screen and (max-width: 700px) {
    footer .button, footer form button, footer form input[type="submit"], footer .image_cover .callout ul li a, .image_cover .callout ul li footer a, footer .three_column_callout a, .three_column_callout footer a, footer .pagination a, .pagination footer a, footer .contest_form button, .contest_form footer button, footer .contest_form input[type="submit"], .contest_form footer input[type="submit"] {
      display: block;
      text-align: center;
      max-width: 300px;
      margin: 0 auto;
      margin-bottom: 30px; } }
  @media screen and (min-width: 700px) {
    footer img.icon {
      position: absolute;
      display: inline;
      height: 60px;
      width: 60px;
      margin-top: -30px;
      top: 50%;
      left: 0px; } }
  @media screen and (max-width: 900px) {
    footer img.icon {
      height: 40px;
      width: 40px;
      margin-top: -20px; } }
  @media screen and (max-width: 700px) {
    footer img.icon {
      height: 60px;
      width: 60px;
      margin: 10px auto 0px auto;
      display: block; } }
  footer h3 {
    padding-left: 70px;
    position: relative;
    font-weight: 300;
    color: #006b6e;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 80px; }
    @media screen and (max-width: 900px) {
      footer h3 {
        line-height: 60px;
        font-size: 30px;
        padding-left: 50px; } }
    @media screen and (max-width: 700px) {
      footer h3 {
        text-align: center;
        padding: 0px; } }
  footer h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #4A4A4A; }
    @media screen and (max-width: 700px) {
      footer h4 {
        text-align: center;
        padding: 0px; } }
  footer h5, footer p strong {
    margin-top: 20px;
    color: #4A4A4A;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px; }
    @media screen and (max-width: 900px) {
      footer h5, footer p strong {
        font-size: 16px;
        line-height: 18px; } }
    @media screen and (max-width: 700px) {
      footer h5, footer p strong {
        text-align: center;
        padding: 0px; } }
  footer ul, footer p {
    font-weight: 300;
    line-height: 24px;
    font-size: 16px; }
    footer ul a, footer p a {
      text-transform: uppercase; }
    @media screen and (max-width: 900px) {
      footer ul, footer p {
        font-size: 14px;
        line-height: 18px; } }
    @media screen and (max-width: 700px) {
      footer ul, footer p {
        text-align: center;
        padding: 0px; } }
  footer #mc_embed_signup {
    max-width: 300px;
    margin-top: -50px; }
    footer #mc_embed_signup input {
      margin-bottom: 5px; }
    footer #mc_embed_signup input[type="submit"] {
      float: right;
      font-family: FontAwesome, "raleway",sans-serif;
      margin-top: 10px;
      text-align: center;
      height: 54px; }
    @media screen and (max-width: 700px) {
      footer #mc_embed_signup {
        margin: 0 auto; } }
  footer .final {
    padding-top: 50px; }
    footer .final hr {
      border-bottom: 5px solid #fff; }
    footer .final p {
      font-size: 12px;
      font-weight: 300; }
      footer .final p a {
        font-weight: 300;
        color: #4A4A4A;
        text-transform: none; }
        footer .final p a:hover {
          color: #006b6e; }
    footer .final .left {
      text-align: left; }
    footer .final .right {
      text-align: right; }
  @media screen and (min-width: 700px) {
    footer form {
      margin-top: 69px; } }
  footer form button, footer form input[type="submit"] {
    border: 0px; }
    @media screen and (min-width: 700px) {
      footer form button, footer form input[type="submit"] {
        float: right; } }
    @media screen and (max-width: 700px) {
      footer form button, footer form input[type="submit"] {
        float: none;
        width: 100%; } }
  footer form input[type="text"], footer form input[type="password"], footer form input[type="email"], footer form textarea, footer form select {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4A4A4A;
    border: 0px;
    margin-bottom: 30px; }

input[type="image"] {
  max-width: 100%; }

.image_cover {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: Cover;
  -o-background-size: Cover;
  -webkit-background-size: Cover;
  background-size: Cover;
  position: relative;
  max-width: 940px;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .image_cover {
      height: 520px; } }
  @media screen and (max-width: 600px) {
    .image_cover {
      padding: 150px 10px 10px 10px; } }
  .image_cover .callout {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px; }
    @media screen and (min-width: 600px) {
      .image_cover .callout {
        width: 600px;
        position: absolute;
        left: 50%;
        margin-left: -300px;
        bottom: 30px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px; } }
    .image_cover .callout.special {
      bottom: 135px; }
      @media screen and (min-width: 600px) {
        .image_cover .callout.special {
          width: 400px;
          margin-left: -200px; } }
      .image_cover .callout.special img {
        display: block;
        margin: 0 auto; }
      .image_cover .callout.special p {
        font-size: 22px; }
    .image_cover .callout p {
      margin-top: 20px; }
    .image_cover .callout h3 {
      font-weight: 300;
      text-transform: uppercase;
      font-size: 36px;
      line-height: 40px;
      text-align: center; }
    .image_cover .callout ul {
      text-align: center;
      padding-top: 20px; }
      .image_cover .callout ul li {
        display: inline-block; }
        .image_cover .callout ul li a {
          padding: 10px 10px;
          margin: 0px 5px; }

header {
  position: relative; }

.dropdown_menu {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 171px;
  left: 0px;
  max-width: 960px;
  z-index: 99;
  border: 1px solid #006b6e;
  padding: 20px; }
  .dropdown_menu a {
    text-transform: uppercase;
    font-size: 19px; }
  .dropdown_menu ul.sub-menu a {
    font-weight: normal;
    color: #4A4A4A;
    font-size: 16px;
    text-transform: none; }

span.wpcf7-form-control-wrap span {
  font-size: 14px; }

div.wpcf7-response-output {
  width: 100%;
  border-size: 3px !important;
  margin: 5px 0px !important;
  padding: 5px !important; }

header {
  padding: 30px 10px 0px 10px; }
  @media screen and (max-width: 780px) {
    header {
      padding: 10px; } }
  header a.logo {
    display: block;
    width: 180px;
    height: 73px;
    background: url("../images/logo.png") no-repeat;
    background-size: 180px 73px;
    text-indent: -9999px;
    margin: 0px 0px 25px 0px; }
    @media screen and (max-width: 780px) {
      header a.logo {
        margin: 0px 0px 20px 10px; } }
    @media screen and (max-width: 400px) {
      header a.logo {
        width: 100px;
        height: 41px;
        background-size: 100px 41px;
        margin: 20px 0px 0px 10px; } }
  header .search {
    padding-top: 5px;
    float: right; }
    header .search ul {
      float: right; }
      @media screen and (max-width: 780px) {
        header .search ul {
          display: none; } }
      header .search ul li {
        display: inline-block; }
        header .search ul li a {
          display: block;
          width: 24px;
          height: 24px;
          line-height: 24px;
          text-align: center;
          background: #b9b9b9;
          color: #fff;
          margin-right: 5px; }
          header .search ul li a:hover {
            color: #fff;
            background: #5092D6; }
    @media screen and (max-width: 780px) {
      header .search {
        position: static;
        float: none; } }

#searchform {
  float: right;
  position: relative; }
  @media screen and (max-width: 780px) {
    #searchform {
      display: none; } }
  #searchform i {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 5;
    color: #666; }
  #searchform #s {
    padding-left: 35px;
    font-size: 12px;
    margin: 0px;
    width: 205px;
    border: 1px solid #b9b9b9;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    height: 25px;
    color: #222; }
    #searchform #s:active, #searchform #s:focus {
      border: 1px solid #4A4A4A; }
    @media screen and (max-width: 420px) {
      #searchform #s {
        width: 100px;
        padding-left: 25px; } }
  #searchform #searchsubmit {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    height: 19px;
    width: 19px;
    line-height: 19px;
    font-size: 11px;
    text-align: center;
    padding: 0px;
    font-weight: bold;
    border: none;
    font-family: "raleway",sans-serif;
    background: #b9b9b9;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    #searchform #searchsubmit:hover {
      background: #006b6e; }

.f-dropdown {
  margin-left: -10px;
  margin-top: 3px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #006b6e; }
  .f-dropdown li {
    display: block;
    width: 200px;
    text-transform: none; }
    .f-dropdown li a {
      text-transform: none !important; }
  .f-dropdown:before, .f-dropdown:after {
    display: none; }

.row.hero .image {
  display: block;
  height: 350px;
  width: 50%;
  position: relative; }
  @media screen and (max-width: 700px) {
    .row.hero .image {
      height: 250px; } }
  .row.hero .image .img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: Cover;
    -o-background-size: Cover;
    -webkit-background-size: Cover;
    background-size: Cover; }
  .row.hero .image h3 {
    height: 100px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 55px;
    line-height: 100px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-top: 5px solid #fff; }
    @media screen and (max-width: 700px) {
      .row.hero .image h3 {
        font-size: 30px;
        height: auto;
        padding: 15px 0px;
        line-height: 1; } }
    @media screen and (max-width: 450px) {
      .row.hero .image h3 {
        font-size: 22px; } }
  .row.hero .image.left {
    float: left;
    border-right: 3px solid #fff; }
  .row.hero .image.right {
    float: right;
    border-left: 2px solid #fff; }
  @media screen and (min-width: 700px) {
    .row.hero .image.caption .img {
      bottom: 100px; } }

.row.career_callout {
  margin-bottom: 50px; }
  .row.career_callout .left {
    background: #006b6e;
    padding: 20px;
    color: #fff; }
    @media screen and (min-width: 600px) {
      .row.career_callout .left {
        width: 50%;
        float: left; } }
    .row.career_callout .left h3 {
      color: #fff;
      line-height: 1;
      margin-bottom: 20px; }
    .row.career_callout .left p, .row.career_callout .left ul {
      color: #fff;
      font-size: 18px;
      line-height: 24px; }
      @media screen and (max-width: 600px) {
        .row.career_callout .left p, .row.career_callout .left ul {
          font-size: 14px;
          line-height: 18px; } }
    .row.career_callout .left ul {
      -moz-column-count: 2;
      -moz-column-gap: 0px;
      -webkit-column-count: 2;
      -webkit-column-gap: 0px;
      column-count: 2;
      column-gap: 0px; }
      .row.career_callout .left ul li {
        margin-left: 20px; }
  @media screen and (min-width: 600px) {
    .row.career_callout .right {
      width: 50%;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px; } }
  @media screen and (max-width: 600px) {
    .row.career_callout .right {
      position: relative;
      height: 250px; } }
  .row.career_callout .right .img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: Cover;
    -o-background-size: Cover;
    -webkit-background-size: Cover;
    background-size: Cover; }
  .row.career_callout .right .button_fix {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 0px;
    right: 0px;
    padding: 0px 50px; }
  .row.career_callout .right a {
    display: block;
    width: 100%;
    background: #e68f1b;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    padding: 15px;
    color: #fff;
    text-transform: uppercase; }
    .row.career_callout .right a:hover {
      background: #ba7314; }

.row.image {
  margin-bottom: 10px; }
  .row.image a.button, .row.image .image_cover .callout ul li a, .image_cover .callout ul li .row.image a, .row.image .three_column_callout a, .three_column_callout .row.image a, .row.image .pagination a, .pagination .row.image a {
    background: #727272; }
    .row.image a.button:hover, .row.image .image_cover .callout ul li a:hover, .image_cover .callout ul li .row.image a:hover, .row.image .three_column_callout a:hover, .three_column_callout .row.image a:hover, .row.image .pagination a:hover, .pagination .row.image a:hover {
      background: #006b6e; }
  .row.image .image {
    width: 50%;
    top: 0px;
    bottom: 0px;
    position: absolute;
    height: 100%; }
    .row.image .image .img {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-repeat: no-repeat;
      background-position: center center;
      -moz-background-size: Cover;
      -o-background-size: Cover;
      -webkit-background-size: Cover;
      background-size: Cover; }
    .row.image .image h3 {
      padding: 13px 20px;
      color: #fff;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      font-size: 43px;
      line-height: 1;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      border-bottom: 5px solid #fff; }
      .row.image .image h3.small {
        font-size: 33px; }
        @media screen and (max-width: 700px) {
          .row.image .image h3.small {
            font-size: 24px; } }
      @media screen and (max-width: 700px) {
        .row.image .image h3 {
          right: auto;
          padding: 5px 20px;
          font-size: 33px;
          border-right: 5px solid #fff; } }
    .row.image .image.left, .row.image .image.right {
      float: left;
      left: 0px;
      border-right: 5px solid #fff; }
      @media screen and (max-width: 700px) {
        .row.image .image.left, .row.image .image.right {
          border-right: 0px solid #fff; } }
    .row.image .image.caption .img {
      top: 62px; }
      @media screen and (max-width: 700px) {
        .row.image .image.caption .img {
          top: 0px; } }
    .row.image .image.noheadline .img {
      top: 0px !important; }
    @media screen and (max-width: 700px) {
      .row.image .image {
        width: 100%;
        position: relative;
        height: 250px;
        float: none; } }
  .row.image .copy, .row.image p, .row.image .bullet-list, .row.image .row.content ul, .row.content .row.image ul, .row.image .row.text ul, .row.text .row.image ul, .row.image ul, .row.image .row.article ul, .row.article .row.image ul, .row.image .row.blog_list ul, .row.blog_list .row.image ul, .row.image .row.paypal ul, .row.paypal .row.image ul, .row.image .row.career_callout ul, .row.career_callout .row.image ul {
    width: 50%;
    padding: 20px; }
    .row.image .copy.right, .row.image p.right, .row.image .right.bullet-list, .row.image .row.content ul.right, .row.content .row.image ul.right, .row.image .row.text ul.right, .row.text .row.image ul.right, .row.image ul.right, .row.image .row.article ul.right, .row.article .row.image ul.right, .row.image .row.blog_list ul.right, .row.blog_list .row.image ul.right, .row.image .row.paypal ul.right, .row.paypal .row.image ul.right, .row.image .row.career_callout ul.right, .row.career_callout .row.image ul.right, .row.image .copy.left, .row.image p.left, .row.image .left.bullet-list, .row.image .row.content ul.left, .row.content .row.image ul.left, .row.image .row.text ul.left, .row.text .row.image ul.left, .row.image ul.left, .row.image .row.article ul.left, .row.article .row.image ul.left, .row.image .row.blog_list ul.left, .row.blog_list .row.image ul.left, .row.image .row.paypal ul.left, .row.paypal .row.image ul.left, .row.image .row.career_callout ul.left, .row.career_callout .row.image ul.left {
      float: right;
      background: #f0f0f0;
      border-left: 5px solid #fff; }
      @media screen and (max-width: 700px) {
        .row.image .copy.right, .row.image p.right, .row.image .right.bullet-list, .row.image .row.content ul.right, .row.content .row.image ul.right, .row.image .row.text ul.right, .row.text .row.image ul.right, .row.image ul.right, .row.image .row.article ul.right, .row.article .row.image ul.right, .row.image .row.blog_list ul.right, .row.blog_list .row.image ul.right, .row.image .row.paypal ul.right, .row.paypal .row.image ul.right, .row.image .row.career_callout ul.right, .row.career_callout .row.image ul.right, .row.image .copy.left, .row.image p.left, .row.image .left.bullet-list, .row.image .row.content ul.left, .row.content .row.image ul.left, .row.image .row.text ul.left, .row.text .row.image ul.left, .row.image ul.left, .row.image .row.article ul.left, .row.article .row.image ul.left, .row.image .row.blog_list ul.left, .row.blog_list .row.image ul.left, .row.image .row.paypal ul.left, .row.paypal .row.image ul.left, .row.image .row.career_callout ul.left, .row.career_callout .row.image ul.left {
          border-left: 0px solid #fff; } }
    @media screen and (max-width: 700px) {
      .row.image .copy, .row.image p, .row.image .bullet-list, .row.image .row.content ul, .row.content .row.image ul, .row.image .row.text ul, .row.text .row.image ul, .row.image ul, .row.image .row.article ul, .row.article .row.image ul, .row.image .row.blog_list ul, .row.blog_list .row.image ul, .row.image .row.paypal ul, .row.paypal .row.image ul, .row.image .row.career_callout ul, .row.career_callout .row.image ul {
        width: 100%;
        float: none; } }
  .row.image p, .row.image ul {
    padding: 0px;
    width: 100%; }
  .row.image.service_overview .image h3 {
    font-size: 33px; }

img.alignright {
  float: right;
  margin: 0px 0px 10px 10px; }
img.alignleft {
  float: left;
  margin: 0px 10px 10px 0px; }
img.rounded {
  display: block;
  border-radius: 50%;
  border: 2px solid #b0b0b0; }

ul.two_column_list {
  list-style-position: inside !important;
  -moz-column-count: 2;
  -moz-column-gap: 0px;
  -webkit-column-count: 2;
  -webkit-column-gap: 0px;
  column-count: 2;
  column-gap: 0px; }
  ul.two_column_list li {
    padding-left: 10px; }

.row.title {
  margin-top: 20px; }
  .row.title h1 {
    color: #006B6E;
    font-weight: 400;
    font-size: 48px;
    line-height: 100px; }
    @media screen and (max-width: 600px) {
      .row.title h1 {
        line-height: 1;
        font-size: 28px;
        text-align: center;
        padding: 15px 0px 25px 0px; } }
  .row.title h2 {
    text-align: center;
    margin-top: 30px; }

.three_column_callout {
  margin: 0 auto;
  max-width: 940px;
  background: #f0f0f0;
  padding: 30px 0px;
  text-align: center; }
  .three_column_callout .third {
    padding: 0px 20px; }
    .three_column_callout .third:nth-child(2) {
      border-left: 2px solid #fff;
      border-right: 2px solid #fff; }
  .three_column_callout h4 {
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 30px; }

.center_align {
  text-align: center; }

nav.pagination {
  margin-bottom: 40px; }

.full_width_row {
  max-width: 960px; }

.row.text {
  padding: 30px 0px; }
  .row.text a.button, .row.text .image_cover .callout ul li a, .image_cover .callout ul li .row.text a, .row.text .three_column_callout a, .three_column_callout .row.text a, .row.text .pagination a, .pagination .row.text a {
    margin-top: 20px; }
  .row.text.Gray, .row.text.Blue {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px 30px 10px; }

.row.paypal {
  padding: 20px 10px; }

.row.two_columns .half_column {
  width: 50%;
  float: left;
  padding: 0px 10px; }
  .row.two_columns .half_column:last-child {
    float: right; }

.row.sponsors {
  padding: 30px 10px;
  border-top: 1px solid #d4d4d4;
  text-align: center; }
  .row.sponsors ul li {
    padding: 0px 20px;
    height: 100px;
    display: inline-block; }
    .row.sponsors ul li img {
      height: 100px; }

ul.tags {
  margin: 0px !important;
  list-style: none; }
  ul.tags li {
    display: inline-block; }
    ul.tags li a {
      font-size: 19px;
      font-weight: 500;
      color: #4A4A4A;
      text-transform: uppercase;
      display: block;
      border: 2px solid #684675;
      padding: 0px 5px;
      margin: 0px 5px 5px 0px; }
      ul.tags li a:hover {
        background-color: #684675;
        color: #fff; }

.row.blog_header {
  overflow: visible; }
  .row.blog_header h2 {
    font-size: 48px;
    line-height: 100px;
    margin-bottom: 0px; }
  .row.blog_header a {
    text-transform: uppercase;
    font-size: 19px;
    padding-right: 10px; }

.row.blog_footer {
  padding: 10px 10px 80px 10px; }
  .row.blog_footer .share {
    float: left; }
  .row.blog_footer .button, .row.blog_footer footer form button, footer form .row.blog_footer button, .row.blog_footer footer form input[type="submit"], footer form .row.blog_footer input[type="submit"], .row.blog_footer .image_cover .callout ul li a, .image_cover .callout ul li .row.blog_footer a, .row.blog_footer .three_column_callout a, .three_column_callout .row.blog_footer a, .row.blog_footer .pagination a, .pagination .row.blog_footer a, .row.blog_footer .contest_form button, .contest_form .row.blog_footer button, .row.blog_footer .contest_form input[type="submit"], .contest_form .row.blog_footer input[type="submit"] {
    float: right; }

.row.article {
  padding-bottom: 20px;
  border-bottom: 1px solid #4a4a4a; }
  .row.article .blog_hero {
    width: 100%;
    margin: 10px 0px; }
  .row.article h1 {
    margin-bottom: 0px; }
  .row.article h5 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
      .row.article h5 {
        text-align: center;
        margin-top: 5px; } }

.pagination li {
  display: inline-block; }
.pagination a {
  margin: 10px 0px; }

.row.content {
  padding-bottom: 50px; }

.row.text.search_results {
  padding-top: 0px; }

.search_item {
  background: #eee;
  border: 1px solid #ddd;
  padding: 20px 20px 60px 20px;
  position: relative;
  margin-bottom: 20px; }
  .search_item h3 {
    font-size: 24px !important;
    margin-bottom: 0px !important; }
  .search_item h5 {
    margin-bottom: 5px;
    font-size: 12px; }
  .search_item img {
    float: left;
    max-width: 200px;
    margin: 0px 20px 20px 0px; }
  .search_item a.button, .search_item .image_cover .callout ul li a, .image_cover .callout ul li .search_item a, .search_item .three_column_callout a, .three_column_callout .search_item a, .search_item .pagination a, .pagination .search_item a {
    position: absolute;
    right: 20px;
    bottom: 20px; }

.blog_list .blog_post {
  padding: 20px 10px;
  width: 50%;
  float: left; }
  .blog_list .blog_post img {
    width: 100%; }
  .blog_list .blog_post .inline-thumbnail img {
    width: 150px;
    float: left;
    margin-right: 10px;
    margin-top: 5px; }
  .blog_list .blog_post h3 {
    margin-bottom: 5px;
    line-height: 1.0;
    font-size: 24px;
    line-height: 28px; }
    .blog_list .blog_post h3 a {
      color: #4A4A4A; }
  .blog_list .blog_post h5 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase; }
  .blog_list .blog_post .button, .blog_list .blog_post footer form button, footer form .blog_list .blog_post button, .blog_list .blog_post footer form input[type="submit"], footer form .blog_list .blog_post input[type="submit"], .blog_list .blog_post .image_cover .callout ul li a, .image_cover .callout ul li .blog_list .blog_post a, .blog_list .blog_post .three_column_callout a, .three_column_callout .blog_list .blog_post a, .blog_list .blog_post .pagination a, .pagination .blog_list .blog_post a, .blog_list .blog_post .contest_form button, .contest_form .blog_list .blog_post button, .blog_list .blog_post .contest_form input[type="submit"], .contest_form .blog_list .blog_post input[type="submit"] {
    padding: 10px;
    float: right; }
  @media screen and (max-width: 500px) {
    .blog_list .blog_post {
      width: 100%;
      float: none; }
      .blog_list .blog_post img {
        display: block;
        width: auto;
        height: 100px;
        margin: 0px auto 15px auto; } }

.purple_divider {
  display: block; }

hr {
  float: left;
  width: 100%;
  border-style: solid;
  border: 0px;
  border-bottom: 1px solid #cecece; }

.isotope {
  margin: 0 auto; }

.isotope:after {
  content: '';
  display: block;
  clear: both; }

.gray_wrap {
  background: #f0f0f0;
  border: 1px solid #d4d4d4;
  padding: 10px; }
  .gray_wrap h3 {
    text-align: center; }

.card, .location, .staff {
  width: 33.33333%;
  padding: 10px; }
  .card .inner, .location .inner, .staff .inner {
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 10px; }
  @media screen and (max-width: 600px) {
    .card, .location, .staff {
      width: 50%; } }
  @media screen and (max-width: 450px) {
    .card, .location, .staff {
      width: 100%; } }

a.make_a_payment {
  position: absolute;
  top: 70px;
  right: 10px;
  margin-bottom: 0px;
  z-index: 20;
  background: none;
  border: 0px;
  display: inline-block;
  line-height: 30px;
  margin: 0px;
  padding: 0px 0px 0px 40px;
  color: #666;
  font-weight: bold;
  font-size: 16px; }
  @media screen and (max-width: 780px) {
    a.make_a_payment {
      top: 10px;
      font-size: 12px;
      right: 10px; } }
  a.make_a_payment span.icon {
    float: left;
    z-index: 10;
    background: #b9b9b9;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: absolute;
    border-radius: 50%;
    top: 0px;
    left: 0px; }
    a.make_a_payment span.icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -11px;
      height: 16px;
      width: 22px; }
    @media screen and (max-width: 780px) {
      a.make_a_payment span.icon {
        display: none; } }
  a.make_a_payment:hover span.icon {
    background: #006b6e; }
  a.make_a_payment:hover input[type="submit"] {
    color: #006b6e; }

.locations_list_masonry {
  text-align: center; }

.location {
  display: inline-block; }
  .location h4 {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 18px; }
  .location p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 19px; }

.staff {
  position: relative; }
  .staff .image_container {
    float: right;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 0px 20px 20px; }
  .staff h4 {
    line-height: 1.2; }
  .staff h5 {
    font-size: 16px;
    margin-bottom: 10px; }
  .staff p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px; }
  .staff a.linkedin {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #4A4A4A;
    border-radius: 50%;
    color: white; }
    .staff a.linkedin:hover {
      background: #313131; }
  .staff span.green {
    color: #006b6e;
    font-weight: bold; }

.row.service_blog {
  padding-top: 30px; }

.row.events h3 {
  color: #4A4A4A;
  text-align: center; }
  .row.events h3.separate {
    margin-top: 50px; }

article.special_event {
  margin: 20px 0px;
  position: relative; }
  @media screen and (min-width: 600px) {
    article.special_event {
      padding-left: 160px; } }
  @media screen and (min-width: 800px) {
    article.special_event {
      padding-right: 300px; } }
  article.special_event .date {
    width: 130px;
    background: #969696;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (min-width: 600px) {
      article.special_event .date {
        padding: 20px 0px;
        position: absolute;
        left: 0px;
        top: 0px; } }
    @media screen and (max-width: 600px) {
      article.special_event .date {
        margin: 10px auto;
        width: 80px;
        padding: 5px 0px; } }
    article.special_event .date .month, article.special_event .date .year, article.special_event .date .day {
      display: block;
      font-family: "raleway", sans-serif;
      font-weight: 300;
      font-size: 24px;
      line-height: 20px; }
      @media screen and (max-width: 600px) {
        article.special_event .date .month, article.special_event .date .year, article.special_event .date .day {
          font-size: 16px;
          line-height: 16px; } }
    article.special_event .date .day {
      font-size: 84px;
      line-height: 80px; }
      @media screen and (min-width: 600px) {
        article.special_event .date .day {
          margin-top: -5px;
          margin-bottom: 5px; } }
      @media screen and (max-width: 600px) {
        article.special_event .date .day {
          font-size: 32px;
          line-height: 28px; } }
      article.special_event .date .day.multi {
        font-size: 40px; }
  article.special_event h5 {
    font-family: "raleway", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #4a4a4a;
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      article.special_event h5 {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center; } }
  @media screen and (min-width: 800px) {
    article.special_event ul.links {
      width: 250px;
      position: absolute;
      right: 0px;
      top: 0px; } }
  article.special_event ul.links li {
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      article.special_event ul.links li {
        margin-bottom: 5px; } }
    article.special_event ul.links li.poster_img {
      text-align: center; }
      article.special_event ul.links li.poster_img img {
        text-align: center;
        margin: 30px auto 0px auto;
        display: block; }
      article.special_event ul.links li.poster_img a {
        display: block;
        text-align: center; }

.row.pay_bills_online input[type=submit], .donate_button input[type=submit] {
  text-align: center;
  display: block;
  margin: 20px auto 60px auto;
  background: #684675;
  color: #fff;
  border: 0px;
  font-size: 24px;
  padding: 20px 30px; }
  .row.pay_bills_online input[type=submit]:hover, .donate_button input[type=submit]:hover {
    background: #765085; }

.donate_button {
  margin: 20px auto 0px auto; }
  .donate_button input[type=submit] {
    margin: 20px auto; }

.location_row, .staff_row {
  margin-bottom: 30px; }

.row.tribe_events {
  padding-bottom: 50px; }
  .row.tribe_events .tribe-events-loop .tribe-events-event-meta {
    padding: 0px;
    margin-top: 0px;
    background: none;
    border: 0px solid #eee; }
  .row.tribe_events .tribe-events-event-meta .location {
    margin-left: 0px; }
  .row.tribe_events .tribe-events-single-section .location {
    background: none; }

.row.contest {
  padding-bottom: 40px; }
  .row.contest table {
    width: 100%;
    border: 1px solid #eee;
    margin: 20px 0px;
    line-height: 2; }
    .row.contest table td:first-child {
      min-width: 40px;
      text-align: center; }
    .row.contest table td:last-child {
      min-width: 40px;
      text-align: center; }
    .row.contest table thead, .row.contest table tfoot {
      font-weight: bold; }
    .row.contest table tbody {
      background: #f7f7f7; }
      .row.contest table tbody tr:nth-child(even) {
        background: #eee; }
  .row.contest .filter_contest_table {
    padding-top: 20px;
    text-align: right; }
    .row.contest .filter_contest_table select {
      width: 200px;
      float: right; }
  .row.contest .mentions {
    margin: 20px 0px;
    font-size: 140px;
    line-height: 1;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    display: block;
    background: #f7f7f7;
    border: 1px solid #eee;
    color: #28b1c8; }

.contest_form form {
  background: #f0f0f0;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px; }
.contest_form .form_half p {
  font-size: 14px;
  margin-bottom: 10px; }
.contest_form .wpcf7-list-item {
  margin-right: 10px;
  font-size: 18px; }
.contest_form button, .contest_form input[type="submit"] {
  border: 0px;
  margin-top: 10px; }
  @media screen and (min-width: 700px) {
    .contest_form button, .contest_form input[type="submit"] {
      float: right; } }
  @media screen and (max-width: 700px) {
    .contest_form button, .contest_form input[type="submit"] {
      float: none;
      width: 100%; } }
.contest_form input[type="text"], .contest_form input[type="password"], .contest_form input[type="email"], .contest_form textarea, .contest_form select {
  font-size: 16px;
  font-weight: 600;
  color: #4A4A4A;
  border: 0px;
  margin: 0px 0px 0px 0px; }
