@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);
/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* END RESET CSS */
@font-face {
  font-family: 'verbsemibold';
  src: url('fonts/verbsemibold-webfont.eot');
  src: url('fonts/verbsemibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/verbsemibold-webfont.woff') format('woff'), url('fonts/verbsemibold-webfont.ttf') format('truetype'), url('fonts/verbsemibold-webfont.svg#verbsemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('fonts/OpenSans-Regular-webfont.eot');
  src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('fonts/OpenSans-Semibold-webfont.eot');
  src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  width: 100%;
  *zoom: 1;
  zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before {
  content: '';
  display: block;
}
body:after {
  content: '';
  display: table;
  clear: both;
}
body {
  font-size: 100%;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #4e4e4e;
}
body *::selection {
  background: #8c8cd9;
  color: white;
}
body *::-moz-selection {
  background: #8c8cd9;
  color: white;
}
.page {
  width: 960px;
  margin: 0 auto;
}
.slicknav_menu {
  display: none;
}
hr {
  margin: 1.5em 0;
  border-color: #e9e7e9;
}
a {
  color: #333399;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
a:hover {
  color: #666666;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.blue-button {
  padding: 14px 18px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  display: inline-block;
  color: #333399;
  border: 2px solid #333399;
  z-index: 1;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.blue-button:before,
.blue-button:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  background-color: #333399;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  left: 0;
  width: 100%;
  height: 0;
}
.blue-button:before {
  top: 0;
}
.blue-button:after {
  bottom: 0;
}
.blue-button:hover:after,
.blue-button:hover:before {
  height: 100%;
}
.blue-button:hover {
  color: #ffffff;
}
.blue-button:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  background-color: #333399;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header {
  text-align: center;
  padding: 1em 0;
  *zoom: 1;
  zoom: 1;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header:before {
  content: '';
  display: block;
}
header:after {
  content: '';
  display: table;
  clear: both;
}
header img {
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
header img:hover {
  opacity: 0.85;
}
nav {
  *zoom: 1;
  zoom: 1;
  margin-bottom: 1em;
}
nav:before,
nav:after {
  content: "";
  display: table;
}
nav:after {
  clear: both;
}
nav:before {
  content: '';
  display: block;
}
nav:after {
  content: '';
  display: table;
  clear: both;
}
nav .menu {
  margin: 0;
  border-bottom: 1px solid #f5f4f5;
  border-top: 1px solid #f5f4f5;
}
nav .menu li {
  margin: 0;
  position: relative;
  line-height: 40px;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
nav .menu li:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #f5f4f5;
  border-width: 4px;
  margin-left: -4px;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
nav .menu li:hover > ul {
  opacity: 1;
  visibility: visible;
}
nav .menu li:hover:after {
  opacity: 1;
}
nav .menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  background-color: #f5f4f5;
  width: 180px;
  z-index: 1000000;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
nav .menu li ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #e9e7e9;
  font-size: 14px;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
nav .menu li ul li:after {
  display: none;
}
nav .menu li ul li:last-child {
  border-bottom: none;
}
nav .menu li ul li a {
  display: block;
  padding: 8px 1em;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
nav .menu li ul li a:hover {
  color: #4e4e4e;
  background: #e9e7e9;
}
nav .menu li a,
nav .menu li span {
  color: #4e4e4e;
  padding: 0 1em;
  display: inline-block;
}
nav .menu li a:hover,
nav .menu li span:hover {
  background: #f5f4f5;
}
nav .menu li span:hover {
  cursor: default;
}
nav .menu > li:hover > a,
nav .menu > li:hover > span {
  background: #f5f4f5;
}
nav .menu > li:hover > a:after,
nav .menu > li:hover > span:after {
  opacity: 1;
}
.home-content .fluid-width-video-wrapper-max-width {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.home-event-list {
  margin-bottom: 2em;
  *zoom: 1;
  zoom: 1;
}
.home-event-list:before,
.home-event-list:after {
  content: "";
  display: table;
}
.home-event-list:after {
  clear: both;
}
.home-event-list:before {
  content: '';
  display: block;
}
.home-event-list:after {
  content: '';
  display: table;
  clear: both;
}
.home-event-list li {
  float: left;
  font-size: 12px;
}
.home-event-list li a {
  color: #333;
  display: block;
  *zoom: 1;
  zoom: 1;
}
.home-event-list li a:before,
.home-event-list li a:after {
  content: "";
  display: table;
}
.home-event-list li a:after {
  clear: both;
}
.home-event-list li a:before {
  content: '';
  display: block;
}
.home-event-list li a:after {
  content: '';
  display: table;
  clear: both;
}
.home-event-list li a:hover > .home-event-date:after {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.home-event-list li:last-child {
  margin-right: 0;
}
.home-event-list li p,
.home-event-list li h4 {
  margin: 0;
  line-height: 1.1;
}
.home-event-list li .home-event-date {
  float: left;
  width: 25%;
  padding: 10px 5px;
  margin-right: 7%;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.home-event-list li .home-event-date:before,
.home-event-list li .home-event-date:after {
  content: ' ';
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1);
  -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1);
}
.home-event-list li .home-event-date:before {
  height: 100%;
  width: 100%;
  background-color: #4e4e4e;
  z-index: -2;
  top: 0;
  left: 0;
}
.home-event-list li .home-event-date:after {
  height: 0;
  width: 0;
  background-color: #333399;
  z-index: -1;
  left: 50%;
  top: 50%;
}
.home-event-list li .home-event-date p span {
  font-size: 25px;
  line-height: 1.2;
}
.home-event-list li .home-event-detail {
  float: right;
  width: 68%;
  text-align: left;
}
.home-event-list li .home-event-detail h4 {
  margin-bottom: 3px;
}
.home-event-list li .home-event-detail p {
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .home-event-list li {
    width: 23.5%;
    margin-right: 2%;
  }
  .home-event-list li:last-child {
    margin-right: 0;
  }
  .home-event-list li .home-event-detail {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .home-event-list li {
    width: 49%;
    margin-right: 2%;
  }
  .home-event-list li:nth-child(2n) {
    margin-right: 0;
  }
  .home-event-list li:nth-child(1),
  .home-event-list li:nth-child(2) {
    margin-bottom: 15px;
  }
  .home-event-list li .home-event-detail {
    margin-top: 8px;
  }
}
@media screen and (max-width: 480px) {
  .home-event-list li {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .home-event-list li:last-child {
    margin-bottom: 0;
  }
  .home-event-list li .home-event-detail {
    margin-top: 10px;
  }
}
.home-splash {
  padding: 0;
}
.home-splash .cycle-slideshow,
.home-splash .splash {
  height: 0;
  padding-bottom: 37.70833333%;
  overflow: hidden;
}
.home-splash .splash {
  position: relative;
  width: 100%;
}
.home-splash .splash img {
  max-width: none;
  width: 100%;
  height: auto;
}
.home-splash .overlay {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
  padding: 0 2em;
  display: table;
  max-width: 50%;
}
.home-splash .overlay-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.home-splash .overlay-content h1 {
  font-size: 2.5em;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  text-shadow: 0 0 5px #3E3E3E;
}
.cycle-pager {
  font-size: 45px;
  text-align: center;
  overflow: hidden;
  line-height: 20px;
  cursor: pointer;
}
.cycle-pager span {
  display: inline-block;
  color: #d7d7d7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cycle-pager span:hover {
  color: #bebebe;
}
.cycle-pager span.cycle-pager-active {
  color: #333399;
}
.cols-3,
.col-30 {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
.col-70 {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
}
blockquote {
  font-size: 1.5em;
  line-height: 1.25;
  margin: 0 auto 0.5em auto;
}
blockquote p {
  display: inline;
}
blockquote:before {
  color: #D6D6D6;
  content: "\e800";
  font-family: 'quote';
  font-size: 1.6em;
  line-height: 1em;
  margin-right: 0.2em;
  vertical-align: -0.2em;
}
section {
  padding: 2em 0;
  text-align: center;
  *zoom: 1;
  zoom: 1;
}
section:before,
section:after {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
section:before {
  content: '';
  display: block;
}
section:after {
  content: '';
  display: table;
  clear: both;
}
section table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #cfcfcf;
  border: 1px solid #cfcfcf;
  text-align: left;
  width: 100%;
  margin: 20px -1px 24px 0;
}
section table,
section td,
section th {
  text-align: left;
  vertical-align: top;
}
section tr:first-child td {
  border-top: none;
}
section tr:nth-child(2n) {
  background-color: #FAFAFA;
}
section th {
  color: #666;
  text-transform: uppercase;
  padding: 10px;
}
section td {
  color: #888;
  padding: 10px;
}
section tfoot td {
  border: 0;
}
section tr th,
section thead th {
  color: #888;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 9px 24px;
}
section tr td {
  border-top: 1px solid #cfcfcf;
  padding: 6px 10px;
}
section tr.odd td {
  background: #F7F7F7;
}
section p {
  line-height: 1.7;
  margin-bottom: 1.25em;
}
section p:last-child {
  margin-bottom: 0;
}
section h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}
section h2 {
  font-size: 2.25em;
  margin-bottom: 0.55555556em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
section .line-heading {
  position: relative;
  z-index: 1;
}
section .line-heading span {
  padding: 0 0.75em;
  background: #FFF;
}
section .line-heading:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  background: #e9e7e9;
  z-index: -1;
}
section h3 {
  font-size: 1.5em;
  margin-bottom: 0.83333333em;
}
section h4 {
  font-size: 1.25em;
  margin-bottom: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
section .image-right {
  border: 4px solid #f5f4f5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  float: right;
  margin: 0 0 1em 1em;
  max-width: 40%;
  height: auto;
}
@media screen and (max-width: 650px) {
  section .image-right {
    float: none;
    display: block;
    margin: 0.5em auto;
  }
}
section .image-wrapper {
  position: relative;
  border: 10px solid #f5f4f5;
  background: #e9e7e9;
}
section .image-wrapper a {
  display: block;
  color: white;
}
section .image-wrapper a:hover > .dark-overlay {
  opacity: 1;
}
section .image-wrapper a:hover .dark-overlay {
  opacity: 1;
}
section .image-wrapper a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
section .image-wrapper img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
section .image-wrapper .overlay {
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  left: 0;
  z-index: 10;
}
section .image-wrapper h3 {
  text-align: center;
  background-color: rgba(51, 51, 153, 0.4);
  display: inline-block;
  padding: 0.5em 1.5em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-shadow: 0 0 5px #3E3E3E;
  margin: 0;
  font-size: 1.25em;
}
section .image-wrapper .dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
section .page-image {
  position: relative;
  margin-bottom: 0.5em;
}
section .page-image .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  *zoom: 1;
  zoom: 1;
  padding: 2em 3em;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section .page-image .overlay-text:before,
section .page-image .overlay-text:after {
  content: "";
  display: table;
}
section .page-image .overlay-text:after {
  clear: both;
}
section .page-image .overlay-text:before {
  content: '';
  display: block;
}
section .page-image .overlay-text:after {
  content: '';
  display: table;
  clear: both;
}
section .page-image .overlay-text h1 {
  text-align: center;
  color: #FFF;
  margin: 0;
  line-height: 1.2;
}
section .content {
  display: inline;
  float: left;
  width: 72.91666667%;
  margin: 0 1.04166667%;
  text-align: left;
}
section .content li {
  text-indent: -0.5em;
  margin: 0.5em 2em;
  display: list-item;
  text-align: -webkit-match-parent;
}
section .content li:before {
  content: '';
  float: left;
  width: 0.5em;
  height: 0.5em;
  background-color: #333399;
  left: -1.25em;
  position: relative;
  top: 0.5em;
}
section .content .proclaim-it-map {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
section .content .proclaim-it-map a:after {
  display: none;
}
section .content .proclaim-it-map img {
  max-width: none;
}
section .content a {
  position: relative;
  padding: 2px;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
section .content a:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #333399;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section .content a:hover {
  color: white;
}
section .content a:hover:after {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
section .calendar-content h1 {
  margin: 0;
}
section .talks-content a,
section .calendar-content a {
  position: static;
  padding: 0;
}
section .talks-content a:after,
section .calendar-content a:after {
  display: none;
}
section .talks-content a:hover,
section .calendar-content a:hover {
  color: #666666;
}
section .sidebar {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
}
section .sidebar h3 {
  margin-bottom: 0.25em;
}
section .sidebar ul li {
  font-size: 0.9em;
  border-bottom: 1px solid rgba(51, 51, 153, 0.8);
}
section .sidebar ul li a {
  padding: 8px;
  color: white;
  background-color: #333399;
  display: block;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
section .sidebar ul li a:hover {
  background-color: #2d2d86;
}
section .sidebar {
  text-align: left;
}
.inner {
  padding: 1em 0 4em 0;
}
.inner .grey-content-box {
  padding: 40px;
}
.grey-content-box {
  *zoom: 1;
  zoom: 1;
  background: #f5f4f5;
  padding: 40px;
  border-top: 1px solid #e9e7e9;
}
.grey-content-box:before,
.grey-content-box:after {
  content: "";
  display: table;
}
.grey-content-box:after {
  clear: both;
}
.grey-content-box:before {
  content: '';
  display: block;
}
.grey-content-box:after {
  content: '';
  display: table;
  clear: both;
}
.grey-content-box .line-heading span {
  background: #f5f4f5;
}
.grey-content-box .line-heading:before {
  background: #e9e7e9;
}
footer {
  *zoom: 1;
  zoom: 1;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer:before {
  content: '';
  display: block;
}
footer:after {
  content: '';
  display: table;
  clear: both;
}
footer .grey-content-box {
  padding: 25px;
}
footer h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
footer p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
footer .footer-right img {
  border: 5px solid #d7d7d7;
}
footer .social-links {
  margin-top: 1em;
}
footer .social-links li {
  display: inline;
  margin-right: 5px;
}
footer .social-links li img {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
footer .social-links li img:hover {
  opacity: 0.7;
}
.footer-bottom {
  padding: 10px 0;
}
.footer-bottom p {
  float: left;
  font-size: 0.75em;
  line-height: 30px;
}
.footer-bottom img {
  float: right;
}
@media screen and (max-width: 960px) {
  .page {
    width: 100%;
    padding: 0 15px;
  }
  header .page {
    *zoom: 1;
    zoom: 1;
    position: relative;
  }
  header .page:before,
  header .page:after {
    content: "";
    display: table;
  }
  header .page:after {
    clear: both;
  }
  header .page:before {
    content: '';
    display: block;
  }
  header .page:after {
    content: '';
    display: table;
    clear: both;
  }
  header .page .logos {
    position: absolute;
    top: 0.75em;
  }
  .slicknav_menu {
    display: block;
  }
  .menu {
    display: none;
  }
  nav {
    display: none;
  }
  .home-box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-splash .overlay {
    max-width: 75%;
  }
  .home-splash .overlay-content h1 {
    font-size: 2em;
  }
  section .content {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0 1.04166667%;
    margin-bottom: 2em;
  }
  section .sidebar {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0 1.04166667%;
  }
}
@media screen and (max-width: 650px) {
  body {
    font-size: 90%;
  }
  .cols-3 {
    display: block;
    float: none;
    width: 60%;
    margin: 0 auto 15px auto;
    *zoom: 1;
    zoom: 1;
  }
  .cols-3:before,
  .cols-3:after {
    content: "";
    display: table;
  }
  .cols-3:after {
    clear: both;
  }
  .cols-3:before {
    content: '';
    display: block;
  }
  .cols-3:after {
    content: '';
    display: table;
    clear: both;
  }
  footer .col-70,
  footer .col-30 {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0 1.04166667%;
  }
  footer .footer-left,
  footer .footer-right {
    text-align: center;
  }
  footer .footer-left {
    margin-bottom: 1em;
  }
  .footer-bottom p {
    float: none;
    text-align: center;
  }
  .footer-bottom img {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .home-splash .overlay-content h1 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 480px) {
  .home-splash .overlay {
    height: auto;
    bottom: 0;
    top: auto;
    width: 100%;
    max-width: 100%;
    padding: 1em;
  }
  .home-splash .overlay-content h1 {
    font-size: 1.25em;
  }
  .cols-3 {
    width: 90%;
  }
  .line-heading:after,
  .line-heading:before {
    display: none;
  }
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*top: 50%;
left: 50%;*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.section-no-padding {
  padding: 0;
}
ul {
  list-style: none;
}
.content-center {
  text-align: center;
}
.left-align {
  text-align: left;
}
.centered-list {
  text-align: center;
  position: relative;
  margin: 1.5em 0 0 0;
}
.centered-list li {
  display: inline;
  margin-right: 20px;
}
.centered-list li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 350px) {
  .centered-list li {
    margin-right: 10px;
  }
}
.light-seperator {
  width: 170px;
  height: 1px;
  margin: 2em auto;
  background-color: #f5f4f5;
}
@font-face {
  font-family: 'quote';
  src: url('fonts/quote.eot?20704581');
  src: url('fonts/quote.eot?20704581#iefix') format('embedded-opentype'), url('fonts/quote.woff?20704581') format('woff'), url('fonts/quote.ttf?20704581') format('truetype'), url('fonts/quote.svg?20704581#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?20704581#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "quote";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-quote-left:before {
  content: '\e800';
}
/* '' */
/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 1em 1em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.5em;
  height: 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
  border-bottom: 1px solid rgba(51, 51, 153, 0.1);
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
}
/* Button */
.slicknav_btn {
  margin-top: -6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slicknav_btn .slicknav_icon-bar {
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.slicknav_open .slicknav_icon-bar:nth-child(1) {
  -moz-transform: translate(0px, 9px) rotate(-45deg);
  -webkit-transform: translate(0px, 9px) rotate(-45deg);
  -o-transform: translate(0px, 9px) rotate(-45deg);
  -ms-transform: translate(0px, 9px) rotate(-45deg);
  transform: translate(0px, 9px) rotate(-45deg);
}
.slicknav_open .slicknav_icon-bar:nth-child(2) {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.slicknav_open .slicknav_icon-bar:nth-child(3) {
  -moz-transform: translate(0px, -5px) rotate(45deg);
  -webkit-transform: translate(0px, -5px) rotate(45deg);
  -o-transform: translate(0px, -5px) rotate(45deg);
  -ms-transform: translate(0px, -5px) rotate(45deg);
  transform: translate(0px, -5px) rotate(45deg);
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #333399;
}
.slicknav_nav {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  background: #FFF;
  border-top: 1px solid rgba(51, 51, 153, 0.1);
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0 50px;
  margin: 0;
}
.slicknav_nav ul li:first-child {
  border: none;
}
.slicknav_nav .slicknav_item {
  padding: 8px 10px;
  text-align: center;
  font-size: 16px;
}
.slicknav_nav a {
  padding: 8px 10px;
  text-decoration: none;
  color: #333399;
  text-align: center;
  font-size: 16px;
  outline: none;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
  text-align: center;
}
.slicknav_nav .slicknav_item:hover {
  background: rgba(51, 51, 153, 0.1);
  color: #333399;
}
.slicknav_nav a:hover {
  background: rgba(51, 51, 153, 0.1);
  color: #333399;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
/*
Version: 2.1 Timestamp: Tue Jun 12 19:50:25 PDT 2012
*/
.select2-container {
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-container .select2-search input {
  /* 
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    
    More Info : http://www.quirksmode.org/css/box.html
  */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(select2.png) right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-container .select2-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
  width: 100%;
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.select2-container .select2-choice div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.select2-container .select2-choice div b {
  background: url('select2.png') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.select2-container .select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 1010;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.select2-container .select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
.select2-container .select2-search input {
  background: #ffffff url('select2.png') no-repeat 100% -22px;
  background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  margin: 0;
  height: auto !important;
  min-height: 26px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.select2-container .select2-search input.select2-active {
  background: #ffffff url('spinner.gif') no-repeat 100%;
  background: url('spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
/* results */
.select2-container .select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.select2-container .select2-results li {
  line-height: 125%;
  padding: 2px 4px 2px;
  margin: 0 !important;
  list-style: none;
  cursor: pointer;
  display: list-item;
  font-size: 12px;
  text-indent: 0 !important;
}
.select2-container .select2-results li:before {
  font-family: '' !important;
  content: '' !important;
  color: inherit !important;
  float: none !important;
  width: auto !important;
}
.select2-container .select2-results .select2-highlighted {
  background: #666666;
  color: #fff;
}
.select2-container .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-container .select2-results .select2-highlighted em {
  background: transparent;
}
.select2-container .select2-results .select2-no-results {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for already selected choices in the results dropdown
.select2-container .select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-container .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-container .select2-results .select2-disabled {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
/* multiselect */
.select2-container-multi .select2-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.select2-container-multi .select2-drop {
  margin-top: 0;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(select2.png) right top no-repeat;
  outline: none;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi .select2-results {
  margin: -1px 0 0;
  padding: 0;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
/* end multiselect */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.calendar ul.month-browser li {
  width: 33.3%;
  padding: 0;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin: 20px 0;
}
.calendar {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
}
.calendar .month-display {
  width: 100%;
  margin: 20px 0;
  float: left;
}
.calendar .month-display a {
  text-decoration: none;
  font-size: 0.8em;
}
.calendar .month-display .calendar_nav {
  float: left;
  width: 33%;
  text-align: left;
}
.calendar .month-display .calendar_nav a {
  border: 1px solid #333399;
  padding: 5px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.calendar .month-display .calendar_nav a:hover {
  background-color: #333399;
  color: white;
}
.calendar .month-display .right {
  text-align: right;
}
.calendar .month-display #current-month {
  float: left;
  width: 33%;
  text-align: center;
}
.calendar .week {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-bottom: none;
  min-height: 130px;
  width: 100%;
  float: left;
  background: url('../images/calendar-bg.png') 14.28571429% top repeat-y, url('../images/calendar-bg.png') 28.57142857% top repeat-y, url('../images/calendar-bg.png') 42.85714286% top repeat-y, url('../images/calendar-bg.png') 57.14285714% top repeat-y, url('../images/calendar-bg.png') 71.42857143% top repeat-y, url('../images/calendar-bg.png') 85.71428571% top repeat-y;
}
.calendar .week ul.week {
  margin-bottom: 0 !important;
}
.calendar .week_1 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-1.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_2 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-2.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_3 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-3.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_4 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-4.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_5 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-5.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_6 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-6.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_end_1 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-end-1.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_end_2 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-end-2.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_end_3 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-end-3.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_end_4 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-end-4.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_end_5 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-end-5.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_end_6 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-end-6.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
}
.calendar ul.weekdays {
  height: 40px;
}
.calendar ul.weekdays li {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border: none;
  padding: 10px 6px;
  color: #666;
  font-size: 13px !important;
}
.calendar li {
  text-indent: 0 !important;
  margin: 0 !important;
  display: block !important;
  line-height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.28571429%;
  padding: 0;
  display: block;
  float: left;
  overflow: visible;
}
.calendar li:before {
  font-family: '' !important;
  content: '' !important;
  color: inherit !important;
  float: none !important;
  width: auto !important;
}
.calendar li .day,
.calendar li .month {
  display: none;
}
.calendar li.out_of_range {
  background-color: #F5F5F5;
  color: #666;
}
.calendar li .show-info {
  margin: 0 5% 5px 5%;
  display: block;
  font-size: 12px;
  padding: 5px 5px 5px 7px;
  color: #666;
  line-height: 14px;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
  border: 1px solid #b5dbdc;
  color: #009aaf;
  text-decoration: none;
  width: 90%;
}
.calendar li .show-info .colourdiv {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 2px;
}
.calendar li .span-1 {
  width: 90%;
}
.calendar li .span-2 {
  width: 190%;
}
.calendar li .span-3 {
  width: 290%;
}
.calendar li .span-4 {
  width: 390%;
}
.calendar li .span-5 {
  width: 490%;
}
.calendar li .span-6 {
  width: 590%;
}
.calendar li .span-7 {
  width: 690%;
}
.calendar li .show-info:hover .venue {
  display: block;
}
.calendar li a,
.calendar li .show-info .show-name {
  text-decoration: none;
}
.calendar li .show-info .show-time,
.calendar li .venue {
  color: #666;
  margin-top: 2px;
  text-decoration: none;
}
.calendar .days:last-child li {
  margin-bottom: 0px;
}
.calendar .date {
  text-align: right;
  margin-bottom: 5px;
  padding: 5px 5px 0 0;
}
.calendar .no-shows {
  display: none;
}
.calendar .venue {
  display: none;
}
.calendar-wrapper {
  display: inline;
  float: left;
  overflow: hidden;
  width: 98.14814814814815%;
  margin: 0 0.9259259259259258%;
}
.calendar .day-container {
  float: left;
  width: 100%;
}
.calendar .day-container .list-day {
  float: left;
  width: 20%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #333399;
}
@media only screen and (max-width: 540px) {
  .calendar .day-container .list-day {
    width: 100%;
  }
}
.calendar .day-container .list-event {
  float: right;
  width: 78%;
  margin-bottom: 10px;
  padding: 10px;
}
@media only screen and (max-width: 540px) {
  .calendar .day-container .list-event {
    width: 100%;
  }
}
.calendar .day-container .list-event .event-time {
  font-weight: bold;
  font-size: 16px;
}
.calendar .day-container .list-event .event-title a {
  text-decoration: none;
  font-weight: bold;
}
.calendar .day-container .list-event .event-summary {
  font-size: 14px;
  color: #777;
}
.calendar .day-container .list-event .event-summary a {
  color: #777;
  text-decoration: none;
}
.calendar .day-container .list-event .event-summary a:hover {
  text-decoration: underline;
}
.event_image {
  max-width: 100%;
  height: auto;
}
.event_times .event_dates {
  font-weight: bold;
}
.event_name,
.back-button {
  margin-top: 20px;
}
.location_left {
  width: 48%;
  margin-right: 2%;
  float: left;
}
@media only screen and (max-width: 540px) {
  .location_left {
    width: 100%;
    margin-right: 0%;
  }
}
.location_left h4.location_directions,
.location_left h4.location_phone,
.location_left h4.location_link {
  margin-top: 15px;
}
.location_right {
  float: right;
  width: 48%;
  margin-left: 2%;
}
.location_right .location_image {
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .location_right {
    width: 100%;
    margin-right: 0%;
  }
}
.location_right .proclaim-it-map {
  padding-bottom: 100% !important;
}
.calendar-sidebar ul li a {
  padding: 0 !important;
  background-color: transparent !important;
}
.calendar-sidebar ul li a:hover {
  border: none;
}
.calendar-sidebar h3 {
  margin-bottom: 5px;
}
.calendar-sidebar .sidebar-options {
  font-size: 14px;
  color: #333;
}
.calendar-sidebar .sidebar-options a {
  text-decoration: none;
}
.calendar-sidebar .sidebar-options .view-selected {
  text-decoration: underline;
}
.calendar-sidebar .sidebar-options .sidebar-date-view {
  width: 100%;
  margin-bottom: 10px;
}
.calendar-sidebar .sidebar-options .sidebar-display-view {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .calendar-sidebar .sidebar-options .sidebar-display-view {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .calendar-sidebar .sidebar-options .display-h3 {
    display: none;
  }
}
.calendar-sidebar .sidebar-ics {
  font-size: 14px;
}
.calendar-sidebar .sidebar-ics a {
  width: 100%;
  display: block;
}
.calendar-sidebar .calendar-categories {
  float: left;
}
.calendar-sidebar .calendar-categories ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0 !important;
  float: left;
}
.calendar-sidebar .calendar-categories ul li {
  text-indent: 0 !important;
  margin: 0px 5px 5px 0px !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 100% !important;
  float: left;
  margin-right: 10px;
  display: block;
  padding: 5px 5px 5px 7px;
  color: #666;
  line-height: 14px;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
  border: 1px solid #b5dbdc;
  margin-bottom: 10px;
}
.calendar-sidebar .calendar-categories ul li:before {
  font-family: '' !important;
  content: '' !important;
  color: inherit !important;
  float: none !important;
  width: auto !important;
}
.calendar-sidebar .calendar-categories ul li .colourdiv {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 2px;
}
.calendar-sidebar .calendar-categories ul li a {
  color: #009aaf;
  text-decoration: none;
}
.calendar-sidebar .calendar-categories ul li a:hover {
  color: #00d0ec;
}
.calendar-sidebar .calendar-categories ul li.cat-selected {
  background: #6B6B6B !important;
}
.calendar-sidebar .calendar-categories ul li.cat-selected a {
  color: #FFF !important;
}
@media only screen and (min-width: 561px) {
  .list-view {
    display: none;
  }
  .list-show {
    display: block;
  }
}
@media only screen and (max-width: 560px) {
  .list-view {
    display: block;
  }
  .calendar-view {
    display: none;
  }
}
.detail-container {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  text-align: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.event-detail {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  width: 400px;
  max-height: 90%;
  overflow-y: auto;
  background-color: #FFF;
  margin: 0 auto;
  display: none;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #666666;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.event-detail *::selection {
  background: #666666;
  color: white;
}
.event-detail *::-moz-selection {
  background: #666666;
  color: white;
}
.event-detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-detail::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-detail::-webkit-scrollbar-thumb {
  background-color: #666666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 402px) {
  .event-detail {
    width: 96%;
  }
}
.event-detail h1,
.event-detail h2,
.event-detail h3,
.event-detail h4,
.event-detail h5 {
  color: #666666;
}
.event-detail h1,
.event-detail h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.event-detail h3,
.event-detail h4,
.event-detail h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.event-detail h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
  color: #666666 !important;
}
.event-detail header {
  *zoom: 1;
  zoom: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  height: 55px;
  position: fixed;
  width: inherit;
  top: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  text-align: left;
  background-color: transparent;
}
.event-detail header:before,
.event-detail header:after {
  content: "";
  display: table;
}
.event-detail header:after {
  clear: both;
}
.event-detail header:before {
  content: '';
  display: block;
}
.event-detail header:after {
  content: '';
  display: table;
  clear: both;
}
.event-detail header .category-color,
.event-detail header .title {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.event-detail header .category-color h2,
.event-detail header .title h2 {
  line-height: 55px;
  font-size: 22px;
  margin: 0;
}
.event-detail header .category-color {
  float: left;
  width: 15%;
  background-color: #333399;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-detail header .category-color h2 {
  color: white;
}
.event-detail header .title {
  float: right;
  position: relative;
  width: 85%;
  background-color: #f5f5f5;
  border-right: 1px solid #BEBEBE;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-detail header .title h2 {
  padding: 0 35px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
.event-detail header .title a:hover > img {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.event-detail header .title img {
  position: absolute;
  top: 18px;
  right: 10px;
  margin: 0;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-detail section {
  *zoom: 1;
  zoom: 1;
  text-align: left;
  padding: 0;
}
.event-detail section:before,
.event-detail section:after {
  content: "";
  display: table;
}
.event-detail section:after {
  clear: both;
}
.event-detail section:before {
  content: '';
  display: block;
}
.event-detail section:after {
  content: '';
  display: table;
  clear: both;
}
.event-detail .event-info {
  border-bottom: 1px solid #f5f5f5;
  padding-top: 55px;
}
.event-detail .event-info .left {
  float: left;
  width: 70%;
  padding: 15px;
}
.event-detail .event-info .left hr {
  margin: 0.3em 0;
  border-top: 1px solid #f5f5f5;
}
.event-detail .event-info .left h4 {
  font-weight: normal;
}
.event-detail .event-info .left p {
  display: inline-block;
}
.event-detail .event-info .left p:last-child {
  margin-bottom: 0;
}
.event-detail .event-info .right {
  float: right;
  width: 30%;
  padding: 15px 15px 15px 0;
}
.event-detail .event-info .right img {
  max-width: 100%;
  height: auto;
  border: 3px solid #f5f5f5;
}
@media only screen and (max-width: 325px) {
  .event-detail .left,
  .event-detail .right {
    width: 100% !important;
    padding: 15px !important;
  }
  .event-detail .right {
    padding-top: 0 !important;
  }
}
.event-detail .event-extra-info {
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.event-detail .event-extra-info .more-info {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 18px;
  margin: 5em auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #333399 !important;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  border: 1px solid #333399;
  margin: 0;
  padding: 5px;
}
.event-detail .event-extra-info .more-info:hover,
.event-detail .event-extra-info .more-info:active {
  text-decoration: none;
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: #333399 !important;
}
.event-detail .event-extra-info .more-info span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  -webkit-transition: padding-right 0.5s;
  -moz-transition: padding-right 0.5s;
  -o-transition: padding-right 0.5s;
  transition: padding-right 0.5s;
}
.event-detail .event-extra-info .more-info span:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: -18px;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #333399;
  border-top: none;
  border-right: none;
  -webkit-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -o-transition: opacity 0.5s, top 0.5s, right 0.5s;
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.event-detail .event-extra-info .more-info:hover span,
.event-detail .event-extra-info .more-info:active span {
  padding-right: 30px;
}
.event-detail .event-extra-info .more-info:hover span:after,
.event-detail .event-extra-info .more-info:active span:after {
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  -webkit-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -o-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -ms-transition: opacity 0.5s, top 0.5s, right 0.5s;
  opacity: 1;
  border-color: #ffffff;
  right: 0;
  top: 55%;
}
.event-detail .event-extra-info .more-info:hover,
.event-detail .event-extra-info .more-info:active {
  border: 1px solid #333399 !important;
}
.event-detail .event-extra-info .more-info span:after {
  border-right: 3px solid !important;
  border-left: none;
}
.event-detail .event-extra-info .more-info:hover span:after,
.event-detail .event-extra-info .more-info:active span:after {
  top: 66%;
}
.event-detail .event-extra-info p {
  display: inline-block;
}
.event-detail .event-map iframe {
  width: 100%;
}
.detail-container-show {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  /* keeps the lightbox window in the current viewport */
  z-index: 10000000;
}
.event-detail-show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
  margin-top: 50px;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
.calendar-inside .event-title {
  font-size: 2em;
  margin: 0 !important;
}
.calendar-inside h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
  color: #666666 !important;
}
.calendar-inside section {
  text-align: left;
  *zoom: 1;
  zoom: 1;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F5F5F5;
}
.calendar-inside section:before,
.calendar-inside section:after {
  content: "";
  display: table;
}
.calendar-inside section:after {
  clear: both;
}
.calendar-inside section:before {
  content: '';
  display: block;
}
.calendar-inside section:after {
  content: '';
  display: table;
  clear: both;
}
.calendar-inside section:first-child,
.calendar-inside section:last-child {
  border-bottom: none;
}
.calendar-inside section hr {
  border-top: 1px solid #F5F5F5;
  margin-top: 10px;
  margin-bottom: 10px;
}
.calendar-inside section .icon-sidebar {
  float: left;
  width: 8%;
  margin-right: 2%;
  text-align: center;
}
.calendar-inside section .icon-sidebar i {
  font-size: 22px;
}
.calendar-inside section .icon-sidebar i:before {
  font-family: "calendar-icons";
}
.calendar-inside section .event-content {
  float: right;
  width: 90%;
}
.calendar-inside section .event-content .event-image {
  max-width: 100%;
  height: auto;
  border: 5px solid #666;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.calendar-inside section .event-content .event_link {
  display: inline-block;
  margin-top: 4px;
}
.calendar-inside section .event-content p {
  line-height: 22px;
}
.calendar-inside section .event-content p:last-child {
  margin-bottom: 0;
}
.calendar-inside section .event-content .location-left {
  float: left;
  width: 50%;
  margin-right: 2%;
}
.calendar-inside section .event-content .location-right {
  float: left;
  width: 48%;
}
.calendar-inside section .event-content .proclaim-it-map {
  padding-bottom: 90%;
}
.back-to-cal {
  padding: 5px;
  font-size: 14px;
}
@font-face {
  font-family: 'calendar-icons';
  src: url('fonts/calendar-icons.eot?86120886');
  src: url('fonts/calendar-icons.eot?86120886#iefix') format('embedded-opentype'), url('fonts/calendar-icons.woff?86120886') format('woff'), url('fonts/calendar-icons.ttf?86120886') format('truetype'), url('fonts/calendar-icons.svg?86120886#calendar-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'calendar-icons';
    src: url('../font/calendar-icons.svg?86120886#calendar-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "calendar-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-clock:before {
  content: '\e800';
}
/* '' */
.icon-location:before {
  content: '\e801';
}
/* '' */
.icon-doc-text:before {
  content: '\e802';
}
/* '' */
.icon-link:before {
  content: '\e803';
}
/* '' */
.icon-picture:before {
  content: '\e804';
}
/* '' */
@media screen and (min-width: 769px) {
  .pit-gallery a {
    padding: 0 !important;
    position: static !important;
  }
  .pit-gallery a:after {
    display: none !important;
  }
  .pit-gallery a img {
    width: 23.5%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
  }
  .pit-gallery a:nth-child( 4n) img {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .pit-gallery a {
    padding: 0 !important;
    position: static !important;
  }
  .pit-gallery a:after {
    display: none !important;
  }
  .pit-gallery a img {
    width: 32%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 7.5px;
    float: left;
  }
  .pit-gallery a:nth-child( 3n) img {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .pit-gallery a {
    padding: 0 !important;
    position: static !important;
  }
  .pit-gallery a:after {
    display: none !important;
  }
  .pit-gallery a img {
    width: 49%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 5px;
    float: left;
  }
  .pit-gallery a:nth-child( 2n) img {
    margin-right: 0 !important;
  }
}
.addthis_toolbox a {
  width: 33%;
}
.series-overlay {
  width: 100%;
  position: absolute;
  background: rgba(51, 54, 59, 0.7);
  color: white;
  font-size: 12px;
  padding: 1px;
  text-align: center;
}
#pit-sermons-home .section-title {
  color: white;
  background-color: #666666;
  height: 27px;
  line-height: 27px;
}
#pit-sermons-home .series-text .series-header,
#pit-sermons-home .container-box .series-header {
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
#pit-sermons-home .series-text .series-title,
#pit-sermons-home .container-box .series-title {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 22px;
}
#pit-sermons-home #latest {
  min-height: 211px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
#pit-sermons-home #latest .latest {
  height: 211px;
  width: 27px;
  overflow: hidden;
  float: left;
  text-align: left;
  position: relative;
  border-top: none;
  border-left: none;
  border-right: none;
}
#pit-sermons-home #latest .latest .latest-text {
  behavior: url(-ms-transform.htc);
  -ms-transform: rotate(-90deg);
  /* IE9+ */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -o-transform: rotate(-90deg);
  /* Opera */
  -webkit-transform: rotate(-90deg);
  /* Safari & Chrome */
  transform: rotate(-90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -ms-transform-origin: top left;
  white-space: nowrap;
  display: block;
  bottom: 30px;
  position: absolute;
  font-family: inherit;
}
#pit-sermons-home #latest .main {
  padding: 22px;
  float: left;
  width: 48.38709677%;
  background-color: transparent;
  border-bottom: none;
}
#pit-sermons-home #latest .main .latest-title {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #EAEAEA;
}
#pit-sermons-home #latest .main .sub-info {
  float: left;
  margin-top: 11px;
  width: 100%;
}
#pit-sermons-home #latest .main .sub-info p {
  margin-top: 12px;
}
#pit-sermons-home #latest .main .sub-info .author {
  font-size: 13px;
  float: left;
}
#pit-sermons-home #latest .main .sub-info .author span {
  font-size: 0.9em;
  color: #858585;
}
#pit-sermons-home #latest .main .sub-info .icons {
  position: relative;
  float: right;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder {
  float: left;
  line-height: 20px;
  width: 30px;
  height: 30px;
  padding: 4px 3px;
  background-color: #666666;
  margin-left: 5px;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a {
  display: block;
  color: #FFF !important;
  /* '?' */
  /* '?' */
  /* '?' */
  /* '?' */
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-download:before {
  content: '\e801';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-book-open:before {
  content: '\e802';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-dot-3:before {
  content: '\e803';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-file-audio:before {
  content: '\e804';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a i:before {
  font-family: 'sermons';
}
#pit-sermons-home #latest .main .player {
  float: left;
  width: 100%;
  margin-top: 11px;
  clear: both;
}
#pit-sermons-home #latest .main .social {
  float: left;
  width: 100%;
  margin-top: 20px;
  clear: both;
}
@media only screen and (max-width: 400px) {
  #pit-sermons-home #latest .main .social {
    display: none;
  }
}
#pit-sermons-home #latest .image {
  width: 30%;
  overflow: hidden;
  float: right;
  margin: 22px;
  position: relative;
}
#pit-sermons-home #latest .image img {
  width: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: auto;
  float: left;
}
#pit-sermons-home #talkdownloads .section-title {
  padding-left: 10px;
}
#pit-sermons-home #sermon-details {
  padding: 0 10px;
  margin: 0 0 1em 0;
  color: #666666;
}
#pit-sermons-home #sermon-details .details {
  background-color: #666666;
  padding-left: 10px;
  margin: 0 -10px 10px -10px;
}
#pit-sermons-home #biblepassage .passage {
  background-color: #666666;
  padding-left: 10px;
  margin-bottom: 10px;
}
#pit-sermons-home #biblepassage .esv {
  padding: 0 10px;
  margin-bottom: 1em;
}
#pit-sermons-home #biblepassage .esv h2 {
  font-size: 1.5em;
  color: #666666;
  margin: 0 0 0.5em 0;
}
#pit-sermons-home #biblepassage .esv h2:before,
#pit-sermons-home #biblepassage .esv h2:after {
  display: none;
}
#pit-sermons-home #biblepassage .esv h3 {
  text-transform: none;
  color: #666666;
  margin-bottom: 0.2em;
}
#pit-sermons-home #biblepassage .esv p {
  color: #666;
}
#pit-sermons-home #recent-search {
  clear: both;
  width: 100%;
  float: left;
}
#pit-sermons-home #recent-search #recent,
#pit-sermons-home #recent-search #recent-full {
  width: 70%;
  float: left;
}
#pit-sermons-home #recent-search #recent .recent,
#pit-sermons-home #recent-search #recent-full .recent {
  background-color: #666666;
  padding-left: 10px;
}
#pit-sermons-home #recent-search #recent table.recent-talks,
#pit-sermons-home #recent-search #recent-full table.recent-talks {
  width: 100%;
}
#pit-sermons-home #recent-search #recent table.recent-talks td,
#pit-sermons-home #recent-search #recent-full table.recent-talks td {
  padding: 10px;
  font-size: 12px;
}
#pit-sermons-home #recent-search #recent-full {
  width: 100%;
  margin-bottom: 0;
}
#pit-sermons-home #recent-search #search {
  width: 28%;
  float: right;
}
#pit-sermons-home #recent-search #search .search {
  background-color: #666666;
  padding-left: 10px;
}
#pit-sermons-home #recent-search #search .by-speaker,
#pit-sermons-home #recent-search #search .by-book {
  padding: 0 10px;
  margin-bottom: 5px;
}
#pit-sermons-home #recent-search #search .by-speaker select,
#pit-sermons-home #recent-search #search .by-book select {
  width: 100%;
}
#pit-sermons-home #recent-search #search .by-speaker label,
#pit-sermons-home #recent-search #search .by-book label {
  width: 100%;
  font-size: 12px;
  margin-bottom: 2px;
  float: left;
}
#pit-sermons-home #recent-search #search .by-speaker {
  margin-top: 10px;
}
#pit-sermons-home #recent-search #search .podcast-list li {
  display: block;
  *zoom: 1;
  zoom: 1;
  width: 100%;
  margin: 0;
  text-indent: 0;
  margin: 0 0 0 10px;
}
#pit-sermons-home #recent-search #search .podcast-list li:before,
#pit-sermons-home #recent-search #search .podcast-list li:after {
  content: "";
  display: table;
}
#pit-sermons-home #recent-search #search .podcast-list li:after {
  clear: both;
}
#pit-sermons-home #recent-search #search .podcast-list li:before {
  content: '';
  display: block;
}
#pit-sermons-home #recent-search #search .podcast-list li:after {
  content: '';
  display: table;
  clear: both;
}
#pit-sermons-home #recent-search #search .podcast-list li:before {
  content: '' !important;
  width: 0;
}
#pit-sermons-home #recent-search #search .podcast-list li:last-child {
  margin-bottom: 0;
}
#pit-sermons-home #recent-search #search .podcast-list li a {
  display: block;
}
#pit-sermons-home #recent-search #search .podcast-list li a:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
}
#pit-sermons-home #recent-search #search .podcast-list li .itunes-link {
  color: #B83FF6;
}
#pit-sermons-home #recent-search #search .podcast-list li .rss-link {
  color: #E67E22;
}
#pit-sermons-home #recent-search #search .podcast-list li img {
  margin-right: 10px;
}
#pit-sermons-home #recent-search #search .podcast-list li span {
  position: relative;
  top: -15px;
  font-size: 12px;
}
#pit-sermons-home #archive {
  clear: both;
}
#pit-sermons-home #archive .archive {
  background-color: #666666;
  padding-left: 10px;
}
#pit-sermons-home #archive .archive-container {
  position: relative;
  padding-top: 10px;
}
#pit-sermons-home #archive .archive-container .container-box {
  margin: 0 2% 2% 0;
  float: left;
}
@media screen and (min-width: 768px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 23.5%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 551px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 32%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 550px) and (min-width: 351px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 49%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 350px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 100%;
    margin-right: 0 !important;
  }
}
#pit-sermons-home #archive .archive-container .splash-box {
  height: 0;
  width: 100%;
  padding-bottom: 66.66666667%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
#pit-sermons-home #archive .archive-container .splash-box a {
  display: block;
}
#pit-sermons-home #archive .archive-container .splash-box img {
  height: auto;
  width: 100%;
}
#pit-sermons-home table {
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #pit-sermons-home #archive .archive-container .series {
    width: 48%;
    height: 174px;
  }
}
@media only screen and (max-width: 767px) {
  #pit-sermons-home #latest .image {
    display: none;
  }
  #pit-sermons-home #latest .main {
    padding: 13px;
    width: 90%;
  }
  #pit-sermons-home #recent-search #recent {
    width: 100%;
  }
  #pit-sermons-home #recent-search #search {
    width: 100%;
  }
  #pit-sermons-home #archive .archive-container .series {
    width: 99%;
    height: 181px;
  }
}
@media only screen and (max-width: 400px) {
  #pit-sermons-home .main {
    padding: 10px !important;
    width: 89% !important;
  }
  #pit-sermons-home #latest .main .sub-info .icons {
    float: left;
    margin-top: 10px;
  }
}
.team-member {
  *zoom: 1;
  zoom: 1;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f5f4f5;
}
.team-member:before,
.team-member:after {
  content: "";
  display: table;
}
.team-member:after {
  clear: both;
}
.team-member:before {
  content: '';
  display: block;
}
.team-member:after {
  content: '';
  display: table;
  clear: both;
}
.team-member:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.team-member .team-image {
  float: left;
  width: 30%;
  margin-right: 3%;
}
.team-member .team-image img {
  border: 5px solid #f5f4f5;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.team-member .team-content {
  float: right;
  width: 67%;
}
.team-member .team-content h2 {
  font-size: 1.5em;
  margin: 0 0 0.25em 0;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.team-member .team-content h2:before,
.team-member .team-content h2:after {
  display: none;
}
.team-member .team-content h3 {
  text-transform: none;
  color: #666666;
  margin-bottom: 0.25em;
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.team-member .team-content p {
  color: #666;
}
.team-member .team-content-full {
  width: 100%;
  display: block;
  float: none;
}
.team-member:nth-of-type(2n+2) .team-image {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
.team-member:nth-of-type(2n+2) .team-content {
  float: left;
  text-align: right;
}
@media screen and (max-width: 550px) {
  .team-member .team-image,
  .team-member .team-content {
    float: none !important;
    width: 100%;
    display: block;
    text-align: center !important;
  }
  .team-member .team-image {
    margin-bottom: 20px;
  }
  .team-member .team-image img {
    max-width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .team-member .team-image img {
    max-width: 75%;
  }
}
.audiojs {
  width: 100%;
}
.audiojs audio {
  width: 1px;
}
.audiojs .play-pause {
  border-right: none;
  min-width: 25px;
  width: 10%;
  padding: 4px 3px;
}
.audiojs .play-pause p {
  margin-top: 0 !important;
}
.audiojs .scrubber {
  margin: 10px 10px 10px 2px;
  width: 54.68164794%;
}
.audiojs .time {
  margin: 0;
  padding: 0;
  border-left: none;
  width: 20%;
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .audiojs .scrubber {
    width: 57.57575758%;
  }
}
@media only screen and (max-width: 600px) {
  .audiojs .play-pause {
    padding: 4px 6px;
  }
  .audiojs .scrubber {
    width: 60.43010753%;
    margin: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .audiojs .play-pause {
    padding: 4px 3px;
  }
  .audiojs .scrubber {
    margin: 10px 5px 10px 2px;
    width: 49.53703704%;
  }
}
@font-face {
  font-family: 'sermons';
  src: url('fonts/sermons.eot?48716757');
  src: url('fonts/sermons.eot?48716757#iefix') format('embedded-opentype'), url('fonts/sermons.woff?48716757') format('woff'), url('fonts/sermons.ttf?48716757') format('truetype'), url('fonts/sermons.svg?48716757#sermons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'sermons';
    src: url('../font/sermons.svg?48716757#sermons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sermons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-download:before {
  content: '\e801';
}
/* '' */
.icon-book-open:before {
  content: '\e802';
}
/* '' */
.icon-dot-3:before {
  content: '\e803';
}
/* '' */
.icon-file-audio:before {
  content: '\e804';
}
/* '' */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
