﻿* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 500;
  color: #434445;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 25px 0;
  padding: 0;
  text-transform: none;
}
h2 {
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 700;
  color: #0080ff;
  font-size: 24px;
  line-height: 28px;
  margin: 30px 0 15px 0;
  padding: 0;
  text-transform: uppercase;
}
h3 {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #434445;
  font-size: 24px;
  line-height: 26px;
  margin: 30px 0 15px 0;
  padding: 0;
  text-transform: none;
}
h4 {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #434445;
  font-size: 18px;
  line-height: 22px;
  margin: 25px 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}
h5 {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #0080ff;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}
h6 {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #434445;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0 10px 0;
  padding: 0;
  text-transform: none;
}
p {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #434445;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px 0;
  padding: 0;
  text-transform: none;
}
ul {
  margin: 0 0 10px 0;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #434445;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 0;
  text-transform: none;
}
ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 18px;
  list-style-type: none;
  background: url(../img/bullet.png) no-repeat left 7px;
}
ol {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #434445;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 40px;
  text-transform: none;
}
ol li {
  margin: 0 0 15px 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #ff00bf;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #0080ff;
}
.jagged {
  width: 64px;
  height: 8px;
  margin: 16px auto;
  background: url(../img/hr-jagged.png) no-repeat;
  display: block;
  clear: both;
}
.jagged.dark {
  background-image: url(../img/hr-jagged-dark.png);
}
.greenBtn {
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.greenBtn a {
  display: block;
  height: 100%;
  padding: 15px 20px;
  background: url(../img/icon/icon-down-arrow.png) no-repeat right -20px #0080ff;
  -webkit-background-size: 14px 10px;
  -moz-background-size: 14px 10px;
  background-size: 14px 10px;
  color: #434445;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
}
.greenBtn a:hover {
  padding-right: 45px;
  background-position: 90% center;
}
.greenBtn .submitBtn {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  height: 100%;
  padding: 15px 20px;
  background: url(../img/icon/icon-down-arrow.png) no-repeat right -20px #0080ff;
  -webkit-background-size: 14px 10px;
  -moz-background-size: 14px 10px;
  background-size: 14px 10px;
  color: #ffffff;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  outline: 0;
  border: 0;
  margin: 0 auto;
}
.greenBtn .submitBtn:hover {
  padding-right: 45px;
  background-position: 90% center;
}
blockquote {
  margin: 25px 40px;
}
blockquote p {
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #888788;
  position: relative;
}
blockquote p:before {
  content: '\201C';
  position: absolute;
  left: -35px;
  top: 13px;
  font-size: 80px;
  font-family: Arial, san-serif;
  color: #e1e1e1;
}
.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}
.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}
.aligncenter {
  *zoom: 1;
  margin: 10px auto;
  text-align: center;
}
.aligncenter:before,
.aligncenter:after {
  content: "";
  display: table;
}
.aligncenter:after {
  clear: both;
}
p.wp-caption-text,
dd.wp-caption-text {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  color: #ff00bf;
  padding: 5px 10px 0 10px;
  font-size: 14px;
  line-height: 16px;
}
hr.short.green {
  width: 75px;
  height: 4px;
  margin: 0;
  padding: 0;
  display: block;
  *zoom: 1;
  border: 0;
  background: #0080ff;
  margin-bottom: 35px;
}
hr.short.green:before,
hr.short.green:after {
  content: "";
  display: table;
}
hr.short.green:after {
  clear: both;
}
.ai1ec-agenda-view .ai1ec-date {
  border-bottom: 1px dashed #e1e1e1 !important;
  padding: 10px 0!important;
}
.ai1ec-agenda-view .ai1ec-event {
  border: 0 !important;
  padding: 15px 10px !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #ffffff url(../less/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url(../less/fonts/slick.eot);
  src: url(../less/fonts/slick.eot?#iefix) format("embedded-opentype"), url(../less/fonts/slick.woff) format("woff"), url(../less/fonts/slick.ttf) format("truetype"), url(../less/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "?";
}
[dir="rtl"] .slick-prev:before {
  content: "?";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "?";
}
[dir="rtl"] .slick-next:before {
  content: "?";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  top: 170px;
  right: 8px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 20px;
}
.slick-dots li {
  position: relative;
  display: block;
  height: 12px;
  width: 12px;
  margin: 6px 0;
  padding: 0;
  cursor: pointer;
  float: none;
  background: 0;
  border: 3px solid #fff;
  opacity: .6;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
body {
  background: #434445;
  margin: 0;
  padding: 0;
}
/* HEADER */
.topAdBar {
  background: #434445;
  text-align: center;
  *zoom: 1;
}
.topAdBar:before,
.topAdBar:after {
  content: "";
  display: table;
}
.topAdBar:after {
  clear: both;
}
.topAdBar:before,
.topAdBar:after {
  content: "";
  display: table;
}
.topAdBar:after {
  clear: both;
}
.topAdBar .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 0;
}
.topAdBar ul {
  padding-top: 10px;
  margin: 0;
}
.topAdBar ul li {
  width: 300px;
  height: 100px;
  overflow: hidden;
  background: #888788;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  padding: 0;
}
.topAdBar ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.topAdBar ul li img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .topAdBar ul li {
    margin: 5px!important;
  }
}
.grayBanner {
  height: 270px;
  width: 100%;
  background: url(../img/bg-img-grayJax.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
}
.grayBanner img {
  margin: 0 auto;
  padding-top: 62px;
}
nav {
  background: #ff00bf;
  background: -moz-linear-gradient(top, #ff00bf 0%, #b2148a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff00bf), color-stop(100%, #b2148a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff00bf 0%, #b2148a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff00bf 0%, #b2148a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff00bf 0%, #b2148a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff00bf 0%, #b2148a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bf', endColorstr='#b2148a', GradientType=0);
  /* IE6-9 */
  text-align: center;
  padding: 20px 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 50;
  position: relative;
}
nav h2 {
  display: none;
  cursor: pointer;
  width: 60%;
  margin: 0 auto;
  color: #565656;
  border: 2px solid #565656;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 0;
  -webkit-border-radius: 35px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 35px;
  -moz-background-clip: padding;
  border-radius: 35px;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
nav h2:hover,
nav h2.navBtnActive {
  border-color: #0080ff;
  background: #0080ff;
}
nav ul {
  display: block;
  margin: 0;
}
nav ul li {
  display: inline-block;
  margin: 0 12px;
  padding: 0;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  background: none;
  padding: 10px 0;
}
nav ul li.menu-item-2998 a {
  background: url(../img/icon/icon-nav-01.png) no-repeat 10px center;
  background-size: 26px 22px;
}
nav ul li.menu-item-3123 a {
  background: url(../img/icon/icon-nav-02.png) no-repeat 10px center;
  background-size: 24px 23px;
}
nav ul li.menu-item-3124 a {
  background: url(../img/icon/icon-nav-03.png) no-repeat 10px center;
  background-size: 25px 23px;
}
nav ul li.menu-item-56 a {
  background: url(../img/icon/icon-nav-04.png) no-repeat 10px center;
  background-size: 25px 24px;
}
nav ul li.menu-item-12 a {
  background: url(../img/icon/icon-nav-05.png) no-repeat 10px center;
  background-size: 24px 22px;
}
nav ul li.menu-item-88 a {
  background: url(../img/icon/icon-nav-06.png) no-repeat 10px center;
  background-size: 24px 24px;
}
nav ul li a {
  color: #ffffff;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 15px 15px 45px;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
}
nav ul li a:hover {
  background-color: #ee63cb;
  color: #565656;
}
nav ul.active {
  display: block;
  margin: 0;
  padding: 20px 0 0 0;
}
nav ul.active li {
  background: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
nav ul.active li a {
  padding: 15px;
  width: 100%;
  display: block;
  background: none;
  border-top: 1px solid #df6f0c;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
nav ul.active li a:hover {
  background-color: #ee63cb;
}
nav ul.active li a:active {
  background-color: #ee63cb;
}
nav#nav-below {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* HOME */
.featuredPosts {
  background: #434445;
  height: 460px;
  overflow: hidden;
  max-width: 1300px;
  margin: 0 auto;
}
.featuredPosts .post {
  *zoom: 1;
}
.featuredPosts .post:before,
.featuredPosts .post:after {
  content: "";
  display: table;
}
.featuredPosts .post:after {
  clear: both;
}
.featuredPosts .content {
  width: 40%;
  float: left;
  color: #fff;
  position: relative;
  height: 460px;
  text-align: center;
}
.featuredPosts .content h2 {
  color: #0080ff;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  text-transform: none;
  width: 80%;
  margin: 12px auto 0 auto;
}
.featuredPosts .content p {
  color: #e1e1e1;
}
.featuredPosts .content p.date {
  width: 115px;
  display: inline-block;
  color: #888788;
  margin: 30px 15px 0 15px;
}
.featuredPosts .content p.date span {
  margin-right: 5px;
  background: url(../img/icon/icon-calendar.svg) no-repeat left center;
  background-size: cover;
  width: 17px;
  height: 15px;
  display: block;
  float: left;
  position: relative;
  bottom: -4px;
  left: 0;
}
.featuredPosts .content p.comments {
  width: 45px;
  display: inline-block;
  color: #888788;
  margin: 30px 15px 0 15px;
}
.featuredPosts .content p.comments span {
  margin-right: 5px;
  background: url(../img/icon/icon-comments.svg) no-repeat left center;
  background-size: cover;
  width: 17px;
  height: 15px;
  display: block;
  float: left;
  position: relative;
  bottom: -4px;
  left: 0;
}
.featuredPosts .content p.excerpt {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
.featuredPosts .content .btnContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.featuredPosts .content .greenBtn {
  margin-bottom: 30px;
}
.featuredPosts .image {
  width: 60%;
  height: 460px;
  float: right;
  background: url(../img/img-featured-fallback.jpg) no-repeat right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.featuredPosts .fallbackImg {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.orangePanel {
  background: url(../img/bg-orange-collage.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 40px 0;
}
.orangePanel .whtContainer {
  max-width: 1300px;
  width: 90%;
  background: #fff;
  margin: 0 auto;
  *zoom: 1;
  padding-top: 20px;
}
.orangePanel .whtContainer:before,
.orangePanel .whtContainer:after {
  content: "";
  display: table;
}
.orangePanel .whtContainer:after {
  clear: both;
}
.orangePanel .whtContainer .left {
  float: left;
  width: 60%;
  margin: 20px 5%;
}
.orangePanel .whtContainer .left form {
  margin: 30px 0;
}
.orangePanel .whtContainer .left form p {
  margin: 0 0 15px 0;
  padding: 0;
  background: 0;
  display: block;
  color: #888788;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}
.orangePanel .whtContainer .left form p input,
.orangePanel .whtContainer .left form p select,
.orangePanel .whtContainer .left form p textarea {
  border: 2px solid #d9d9d9;
  color: #565656;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 10px 15px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  outline: 0;
  width: 100%;
}
.orangePanel .whtContainer .left form p input:focus,
.orangePanel .whtContainer .left form p select:focus,
.orangePanel .whtContainer .left form p textarea:focus {
  border-color: #0080ff;
}
.orangePanel .whtContainer .left form p textarea {
  height: 200px;
}
.orangePanel .whtContainer .left form .greenBtn {
  margin-top: 20px;
}
.orangePanel .whtContainer .left form .greenBtn .submitBtn {
  font-size: 16px;
  cursor: pointer;
}
.orangePanel .whtContainer .right {
  float: left;
  width: 25%;
  margin: 20px 5% 0 0;
  padding-bottom: 20px;
}
.orangePanel .whtContainer .right .search {
  position: relative;
}
.orangePanel .whtContainer .right .search .screen-reader-text {
  display: none;
}
.orangePanel .whtContainer .right .search #s {
  padding: 7px 40px 7px 10px;
  border: 2px solid #e1e1e1;
  outline: 0;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
}
.orangePanel .whtContainer .right .search #searchsubmit {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0;
  width: 20px;
  height: 20px;
  background: url(../img/icon/icon-magnify.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
  outline: 0;
}
.orangePanel .whtContainer .right .ad {
  width: 100%;
  margin-top: 30px;
}
.orangePanel .whtContainer .right .ad img {
  width: 100%;
  max-width: 300px;
}
.orangePanel .whtContainer .right h3 {
  color: #0080ff;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
}
.orangePanel .whtContainer .right .recent {
  margin: 0;
}
.orangePanel .whtContainer .right .recent li {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e1e1e1;
  background: none;
  font-size: 16px;
  line-height: 18px;
}
.orangePanel .whtContainer .right .recent li span {
  color: #565656;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.orangePanel .whtContainer .right ul.socials {
  margin: 18px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.orangePanel .whtContainer .right ul.socials li {
  margin: 5px 5px;
  padding: 0;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-indent: -9999px;
  opacity: .5;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.orangePanel .whtContainer .right ul.socials li:hover {
  opacity: 1;
}
.orangePanel .whtContainer .right ul.socials li.fb {
  background: url(../img/icon/icon-social-fb.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.orangePanel .whtContainer .right ul.socials li.tw {
  background: url(../img/icon/icon-social-tw.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.orangePanel .whtContainer .right ul.socials li.in {
  background: url(../img/icon/icon-social-in.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.orangePanel .whtContainer .right ul.socials li.mail {
  background: url(../img/icon/icon-social-mail.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.orangePanel .whtContainer .right ul.socials li a {
  width: 46px;
  height: 46px;
  display: block;
}
.graySection {
  background: #e1e1e1;
  width: 100%;
  *zoom: 1;
  float: left;
  padding-top: 40px;
  padding-bottom: 10px;
}
.graySection:before,
.graySection:after {
  content: "";
  display: table;
}
.graySection:after {
  clear: both;
}
.graySection h3 {
  color: #434445;
  text-align: center;
  text-transform: uppercase;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}
.graySection .supportContainer {
  *zoom: 1;
  text-align: center;
}
.graySection .supportContainer:before,
.graySection .supportContainer:after {
  content: "";
  display: table;
}
.graySection .supportContainer:after {
  clear: both;
}
.graySection .supportContainer div {
  position: relative;
  white-space: nowrap;
  margin: 0 27px 27px 27px;
  padding: 0;
  background: #fff;
  width: 125px;
  height: 125px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.graySection .supportContainer div a {
  width: 125px;
  height: 125px;
  display: inline-block;
  vertical-align: middle;
}
.graySection .supportContainer div img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
  display: inline-block;
  margin-left: -3px;
}
.graySection .supportContainer div .helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* SUBPAGE */
nav.navigation {
  position: relative;
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
  *zoom: 1;
  height: auto;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}
nav.navigation:before,
nav.navigation:after {
  content: "";
  display: table;
}
nav.navigation:after {
  clear: both;
}
nav.navigation .nav-previous a {
  position: absolute;
  left: 0;
  width: 40%;
  text-align: left;
  padding-left: 20px;
}
nav.navigation .nav-previous a:before {
  content: '\2190';
  color: #ff00bf;
  position: absolute;
  left: 0;
  top: 0;
}
nav.navigation .nav-next a {
  position: absolute;
  right: 0;
  width: 40%;
  text-align: right;
  padding-right: 20px;
}
nav.navigation .nav-next a:before {
  content: '\2192';
  color: #ff00bf;
  position: absolute;
  right: 0;
  top: 0;
}
nav.navigation .meta-nav {
  display: none;
}
nav.navigation .nav-previous,
nav.navigation .nav-next {
  display: block;
  *zoom: 1;
}
nav.navigation .nav-previous:before,
nav.navigation .nav-next:before,
nav.navigation .nav-previous:after,
nav.navigation .nav-next:after {
  content: "";
  display: table;
}
nav.navigation .nav-previous:after,
nav.navigation .nav-next:after {
  clear: both;
}
h2.entry-title {
  text-transform: none;
}
.post-edit-link {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
}
.entry-date {
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 500;
  color: #0080ff;
}
article.post {
  padding-bottom: 10px 0;
  border-bottom: 1px dashed #e1e1e1;
}
article.post:last-child {
  border: 0;
}
.entry-footer {
  display: none;
}
.author.vcard {
  display: none;
}
.meta-sep {
  display: none;
}
.ai1ec-stream-view .ai1ec-load-view {
  font-family: "museo-slab", serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  width: 100%!important;
  text-align: left!important;
  display: block!important;
  padding-left: 10px!important;
}
.ai1ec-stream-view .ai1ec-date-title {
  background: #ff00bf !important;
}
.ai1ec-stream-view .ai1ec-event {
  border: 0!important;
  border-top: 1px dashed #e1e1e1 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 10px!important;
}
.ai1ec-stream-view .ai1ec-event:first-child {
  border-top: 0!important;
}
.ai1ec-single-event {
  border-bottom: 1px solid #e1e1e1 !important;
  margin-bottom: 25px!important;
}
.ai1ec-single-event .ai1ec-field-label {
  width: 80px!important;
  padding: 0!important;
  text-align: left!important;
}
.ai1ec-single-event .ai1ec-field-value {
  width: 225px!important;
}
.ai1ec-single-event .ai1ec-map {
  margin-bottom: 20px!important;
}
.ai1ec-single-event .ai1ec-actions {
  display: none!important;
}
.attachmentPost {
  text-align: center;
}
.attachmentPost img {
  margin: 20px 0;
  max-width: 90%;
  height: auto;
}
.ssba {
  font-family: "museo-sans", sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 12px!important;
  color: #888788;
}
/* COMMENTS SECTION */
h3.comments-title {
  padding: 5px 0;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #888788;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
#comments ul {
  margin: 15px 0;
}
#comments ul li {
  margin: 0;
  padding: 10px 0;
  background: 0;
  border-bottom: 1px dashed #e1e1e1;
}
#comments ul li ul {
  padding-left: 10px;
  border-left: 1px solid #0080ff;
}
#comments ul li ul li ul {
  padding-left: 10px;
  border-left: 1px solid #0080ff;
}
.comment-author .fn {
  font-style: normal;
  font-weight: bold;
  color: #434445;
}
.comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
}
.comment-meta a {
  color: #888788;
  cursor: default;
}
.reply {
  font-size: 12px;
  margin-top: -10px;
}
p.form-allowed-tags {
  display: none!important;
}
.form-submit input {
  cursor: pointer;
  border: 0!important;
  background: #888788;
  color: #fff!important;
  -webkit-border-radius: 25px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 25px !important;
  -moz-background-clip: padding !important;
  border-radius: 25px !important;
  background-clip: padding-box !important;
}
.comment-respond {
  background: #e1e1e1;
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
  padding: 20px;
  margin-top: 30px;
}
.comment-respond h3 {
  margin: 0;
  padding: 0 0 10px 0;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
}
.comment-respond form {
  margin: 10px 0!important;
}
/* FOOTER */
.footer {
  background: #434445;
  padding-top: 55px;
}
.footer .container {
  max-width: 780px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.footer img {
  width: 407px;
  margin-bottom: 20px;
}
.footer h3 {
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #ff00bf;
  margin: 0;
}
.footer p {
  color: #e1e1e1;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 50px 0 60px 0;
}
.footer form {
  margin-bottom: 50px;
}
.footer form ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.footer form ul:before,
.footer form ul:after {
  content: "";
  display: table;
}
.footer form ul:after {
  clear: both;
}
.footer form ul li {
  margin: 0 0 10px 0;
  padding: 0;
  background: 0;
  color: #888788;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  display: block;
}
.footer form .left,
.footer form .right {
  width: 45%;
  float: left;
}
.footer form .right {
  margin-left: 10%;
}
.footer form label {
  color: #888788;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  margin: 0;
  display: block;
}
.footer form input,
.footer form select,
.footer form textarea {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 12px;
  background: #565656;
  width: 100%;
  color: #e1e1e1;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.footer form input:focus,
.footer form select:focus,
.footer form textarea:focus {
  background: #6b6b6b;
  color: #0080ff;
}
.footer form textarea {
  height: 270px;
  line-height: 24px;
}
.footer form .greenBtn {
  margin-top: 30px;
  clear: both;
  float: none;
}
.footer form .greenBtn input {
  cursor: pointer;
}
.footer form .ajax-loader {
  display: none;
}
.footer .disclaimer {
  width: 100%;
  background: #565656;
}
.footer .disclaimer p {
  padding: 15px 0;
  text-align: center;
  color: #888788;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}
@media all and (max-width: 1325px) {
  .topAdBar ul li {
    width: 200px;
    height: 67px;
  }
}
@media all and (max-width: 960px) {
  .topAdBar ul li {
    width: 170px;
    height: 57px;
    margin: 0 5px;
  }
  .featuredPosts .content {
    width: 50%;
  }
  .featuredPosts .image {
    width: 50%;
  }
  nav ul li {
    margin: 0 5px;
  }
  nav ul li a {
    font-size: 13px;
  }
}
@media all and (max-width: 840px) {
  .topAdBar .leaderboard img {
    width: 90%;
    height: auto;
  }
  .grayBanner {
    height: 200px;
  }
  .grayBanner img {
    padding-top: 50px;
    width: 460px;
    height: auto;
  }
  nav ul {
    width: 530px;
    margin: 0 auto;
  }
  .featuredPosts {
    background: #434445;
    height: 460px;
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
  }
  .featuredPosts .content {
    height: 460px;
  }
  .featuredPosts .content h2 {
    font-size: 26px;
    line-height: 30px;
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .featuredPosts .content p {
    color: #e1e1e1;
  }
  .featuredPosts .content p.date {
    width: 115px;
    display: inline-block;
    color: #888788;
    margin: 30px 15px 0 15px;
  }
  .featuredPosts .content p.date span {
    margin-right: 5px;
    background: url(../img/icon/icon-calendar.svg) no-repeat left center;
    background-size: cover;
    width: 17px;
    height: 15px;
    display: block;
    float: left;
    position: relative;
    bottom: -4px;
    left: 0;
  }
  .featuredPosts .content p.comments {
    width: 45px;
    display: inline-block;
    color: #888788;
    margin: 30px 15px 0 15px;
  }
  .featuredPosts .content p.comments span {
    margin-right: 5px;
    background: url(../img/icon/icon-comments.svg) no-repeat left center;
    background-size: cover;
    width: 17px;
    height: 15px;
    display: block;
    float: left;
    position: relative;
    bottom: -4px;
    left: 0;
  }
  .featuredPosts .content p.excerpt {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }
  .featuredPosts .content .greenBtn {
    margin-bottom: 20px;
  }
  .featuredPosts .image {
    height: 460px;
    float: right;
    background: url(../img/img-kerry-sample.jpg) no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .orangePanel {
    background: url(../img/bg-orange-collage.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 40px 0;
  }
  .orangePanel .whtContainer {
    max-width: 1300px;
    width: 90%;
    background: #fff;
    margin: 0 auto;
    *zoom: 1;
  }
  .orangePanel .whtContainer:before,
  .orangePanel .whtContainer:after {
    content: "";
    display: table;
  }
  .orangePanel .whtContainer:after {
    clear: both;
  }
  .orangePanel .whtContainer .left {
    float: none;
    width: 90%;
    margin: 20px 5%;
  }
  .orangePanel .whtContainer .right {
    float: none;
    width: 90%;
    margin: 30px auto;
    height: auto;
  }
  .orangePanel .whtContainer .right ul.socials {
    margin: 18px 0 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .orangePanel .whtContainer .right ul.socials li {
    margin: 5px 5px;
    padding: 0;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-indent: -9999px;
    opacity: .5;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .orangePanel .whtContainer .right ul.socials li:hover {
    opacity: 1;
  }
  .orangePanel .whtContainer .right ul.socials li.fb {
    background: url(../img/icon/icon-social-fb.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .orangePanel .whtContainer .right ul.socials li.tw {
    background: url(../img/icon/icon-social-tw.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .orangePanel .whtContainer .right ul.socials li.in {
    background: url(../img/icon/icon-social-in.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .orangePanel .whtContainer .right ul.socials li.mail {
    background: url(../img/icon/icon-social-mail.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .orangePanel .whtContainer .right ul.socials li a {
    width: 46px;
    height: 46px;
    display: block;
  }
  .footer .container {
    width: 90%;
  }
  .footer p {
    padding: 30px 0;
  }
}
@media all and (max-width: 768px) {
  .featuredPosts .content h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .featuredPosts .content p.excerpt {
    font-size: 15px;
    line-height: 24px;
  }
}
@media all and (max-width: 600px) {
  nav h2 {
    display: block;
  }
  nav ul {
    width: 100%;
    display: none;
  }
  nav ul.active {
    display: block;
  }
  .featuredPosts {
    background: #434445;
    height: 500px;
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
  }
  .featuredPosts .content {
    width: 100%;
    height: 500px;
    float: none;
  }
  .featuredPosts .content h2 {
    font-size: 26px;
    line-height: 30px;
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .featuredPosts .content p {
    color: #e1e1e1;
  }
  .featuredPosts .content p.date {
    width: 115px;
    display: inline-block;
    color: #888788;
    margin: 30px 15px 0 15px;
  }
  .featuredPosts .content p.date span {
    margin-right: 5px;
    background: url(../img/icon/icon-calendar.svg) no-repeat left center;
    background-size: cover;
    width: 17px;
    height: 15px;
    display: block;
    float: left;
    position: relative;
    bottom: -4px;
    left: 0;
  }
  .featuredPosts .content p.comments {
    width: 45px;
    display: inline-block;
    color: #888788;
    margin: 30px 15px 0 15px;
  }
  .featuredPosts .content p.comments span {
    margin-right: 5px;
    background: url(../img/icon/icon-comments.svg) no-repeat left center;
    background-size: cover;
    width: 17px;
    height: 15px;
    display: block;
    float: left;
    position: relative;
    bottom: -4px;
    left: 0;
  }
  .featuredPosts .content p.excerpt {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }
  .featuredPosts .content .greenBtn {
    margin-bottom: 40px;
  }
  .featuredPosts .image {
    display: none;
    width: 100%;
    height: 460px;
    float: none;
    background: url(../img/img-kerry-sample.jpg) no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .featuredPosts .slick-dots {
    width: 100px;
    top: auto;
    bottom: 10px;
    right: auto;
    left: 35%;
  }
  .featuredPosts .slick-dots li {
    margin: 6px 2px;
    display: inline-block;
  }
  .orangePanel .whtContainer {
    width: 100%;
  }
  .footer {
    padding-top: 35px;
  }
  .footer .container {
    width: 90%;
  }
  .footer img {
    width: 280px;
    margin-bottom: 20px;
  }
  .footer form .left,
  .footer form .right {
    width: 100%;
    margin: 0;
    float: none;
  }
}
@media all and (max-width: 480px) {
  .grayBanner {
    height: 130px;
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .grayBanner img {
    padding-top: 27px;
    width: 315px;
    height: auto;
  }
  .orangePanel {
    background: url(../img/bg-orange-dotted.png) repeat #ff00bf;
  }
}
@media all and (max-width: 402px) {
  .grayBanner img {
    padding-top: 27px;
    width: 315px;
    height: auto;
  }
}
/*# sourceMappingURL=layout.css.map */