@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700,300);

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,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  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
}

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
}

@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
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%
}

@-webkit-keyframes popup-show {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  80% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes popup-show {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  80% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  80% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  80% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translate(0, -75px);
    transform: translate(0, -75px);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translate(0, -75px);
    transform: translate(0, -75px);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-top-full {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes slide-in-top-full {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translate(0, 75px);
    transform: translate(0, 75px);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translate(0, 75px);
    transform: translate(0, 75px);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-bottom-full {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes slide-in-bottom-full {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translate(-75px, 0);
    transform: translate(-75px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translate(-75px, 0);
    transform: translate(-75px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translate(75px, 0);
    transform: translate(75px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translate(75px, 0);
    transform: translate(75px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-right-full {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slide-in-right-full {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@font-face {
  font-family: 'listen-icons';
  src: url('fonts/listen-icons.eot?83328617');
  src: url('fonts/listen-icons.eot?83328617#iefix') format('embedded-opentype'), url('fonts/listen-icons.woff?83328617') format('woff'), url('fonts/listen-icons.ttf?83328617') format('truetype'), url('fonts/listen-icons.svg?83328617#listen-icons') format('svg');
  font-weight: normal;
  font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "listen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-headphones:before {
  content: '\e800'
}

.icon-mic:before {
  content: '\e801'
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts//fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts//fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts//fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts//fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts//fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts//fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

*,
*:before,
*:after {
  box-sizing: border-box
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

body {
  font-weight: normal;
  font-size: 100%;
  background-color: #EAEAEA;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666
}

body *::-moz-selection {
  background: #2d67b1;
  color: white
}

body *::selection {
  background: #2d67b1;
  color: white
}

body *::-moz-selection {
  background: #2d67b1;
  color: white
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600
}

img {
  max-width: 100%;
  height: auto
}

hr {
  border-top: 1px solid #EAEAEA
}

.slicknav_menu {
  display: none
}

.primary-button {
  padding: 7px 15px;
  background: transparent;
  border: 2px solid #889fae;
  border-radius: 2px;
  background-clip: padding-box;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  color: #889fae;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  margin-top: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700
}

.primary-button:hover {
  background: #2db177;
  color: white;
  border-color: #2db177
}

.page {
  width: 980px;
  margin: 0 auto
}

.container:before {
  content: '';
  display: block
}

.container:after {
  content: '';
  display: table;
  clear: both
}

a {
  color: #2d67b1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

a:hover {
  color: #2db177
}

.icon-list li {
  float: left;
  margin-right: 7px;
  text-align: center
}

.icon-list li a {
  color: white;
  display: block;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out
}

.icon-list li a i:before {
  width: auto;
  margin: 0
}

.icon-list li:last-child {
  margin-right: 0
}

.icon-list .mail a {
  background-color: #2d67b1
}

.icon-list .mail a:hover {
  background-color: #234f88
}

.icon-list .facebook a {
  background-color: #3B5998
}

.icon-list .facebook a:hover {
  background-color: #324B81
}

.icon-list .twitter a {
  background-color: #00ACEE
}

.icon-list .twitter a:hover {
  background-color: #009BD7
}

#fixed-bar {
  zoom: 1;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  background-color: #2d67b1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

#fixed-bar:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

#fixed-bar:before {
  content: '';
  display: block
}

#fixed-bar:after {
  content: '';
  display: table;
  clear: both
}

#fixed-bar ul {
  list-style: none
}

#fixed-bar .page {
  position: relative
}

#fixed-bar .fixed-left,
#fixed-bar .fixed-right {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 15px;
  z-index: 100
}

#fixed-bar .fixed-left {
  left: 0
}

#fixed-bar .fixed-left img {
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out
}

#fixed-bar .fixed-left img:hover {
  -moz-opacity: .9;
  -khtml-opacity: .9;
  -webkit-opacity: .9;
  opacity: .9
}

#fixed-bar .fixed-right {
  right: 0
}

#fixed-bar .fixed-right .icon-list {
  float: right
}

#fixed-bar .fixed-right .icon-list li a {
  width: 25px;
  height: 25px;
  font-size: 11px;
  padding: 4px
}

#fixed-bar .fixed-right .icon-list .facebook a,
#fixed-bar .fixed-right .icon-list .twitter a {
  font-size: 13px;
  padding: 3px
}

#fixed-bar .menu {
  text-align: center;
  position: relative;
  margin: 0
}

#fixed-bar .menu li:hover>ul,
#fixed-bar .menu li.hover>ul {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1
}

#fixed-bar .menu .has-dropdown {
  position: relative
}

#fixed-bar .menu .has-dropdown a,
#fixed-bar .menu .has-dropdown span {
  padding: 17px 25px 16px 13px
}

#fixed-bar .menu .has-dropdown a:after,
#fixed-bar .menu .has-dropdown span:after {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
  width: 7px;
  height: 7px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

#fixed-bar .menu .has-dropdown a:hover:after,
#fixed-bar .menu .has-dropdown span:hover:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -3px;
  border-color: white
}

#fixed-bar .menu .has-dropdown ul li a,
#fixed-bar .menu .has-dropdown ul li span {
  padding: 8px 15px
}

#fixed-bar .menu .has-dropdown ul li a:after,
#fixed-bar .menu .has-dropdown ul li span:after {
  display: none
}

#fixed-bar .menu li {
  display: inline-block;
  line-height: 55px;
  position: relative
}

#fixed-bar .menu li a,
#fixed-bar .menu li span {
  color: #FFF;
  padding: 17px 13px 16px 13px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

#fixed-bar .menu li a:hover,
#fixed-bar .menu li span:hover {
  color: #FFF;
  background-color: #234f88
}

#fixed-bar .menu li span:hover {
  cursor: default
}

#fixed-bar .menu li:last-child ul {
  right: 0;
  left: auto
}

#fixed-bar .menu li ul {
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  position: absolute;
  z-index: 1000;
  background-color: rgba(105, 110, 117, 0.9);
  width: 200px;
  top: 100%;
  left: 0
}

#fixed-bar .menu li ul li {
  clear: both;
  float: left;
  padding: 0;
  line-height: normal;
  text-transform: none;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
  text-align: left
}

#fixed-bar .menu li ul li a {
  padding: 8px 15px;
  display: block
}

#fixed-bar .menu li ul li a:hover {
  background-color: #575b61
}

#fixed-bar .menu li ul li:last-child {
  border-bottom: none
}

#fixed-bar .menu>li:hover>a,
#fixed-bar .menu>li:hover>span {
  color: #FFF;
  background-color: #234f88
}

#fixed-bar .menu>li:hover>a:after,
#fixed-bar .menu>li:hover>span:after {
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
  margin-top: -3px
}

.fixed-bar-scroll .fixed-left,
.fixed-bar-scroll .fixed-right {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important
}

header {
  zoom: 1;
  background-color: #2d67b1;
  padding: 55px 0 60px 0
}

header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

header:before {
  content: '';
  display: block
}

header:after {
  content: '';
  display: table;
  clear: both
}

header .page {
  margin-top: 15px
}

header ul {
  list-style: none
}

header .header-left {
  float: left
}

header .header-left img {
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out
}

header .header-left img:hover {
  -moz-opacity: .9;
  -khtml-opacity: .9;
  -webkit-opacity: .9;
  opacity: .9
}

header .header-right {
  float: right
}

header .header-right .icon-list {
  margin-top: 13px
}

header .header-right .icon-list li a {
  padding: 10px;
  width: 45px;
  height: 45px;
  font-size: 18px
}

header .header-right .facebook a,
header .header-right .twitter a {
  font-size: 22px !important;
  padding: 7px !important
}

header .header-center {
  text-align: center
}

header .header-center img {
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out
}

header .header-center img:hover {
  -moz-opacity: .9;
  -khtml-opacity: .9;
  -webkit-opacity: .9;
  opacity: .9
}

.content-container .page {
  margin-top: -50px;
  background-color: #fff;
  zoom: 1
}

.content-container .page:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.content-container .page:before {
  content: '';
  display: block
}

.content-container .page:after {
  content: '';
  display: table;
  clear: both
}

.content-container .home-main-text {
  text-align: center;
  padding: 1.5em 3em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300
}

.content-container .home-main-text h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  margin-bottom: .5em;
  line-height: 1.1
}

.content-container .home-main-text p {
  margin-bottom: 15px;
  font-size: 1.4em;
  line-height: 1.5
}

.content-container .home-main-text p:last-child {
  margin: 0
}

.home-latest {
  zoom: 1;
  padding: 1.5em 3em
}

.home-latest:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.home-latest:before {
  content: '';
  display: block
}

.home-latest:after {
  content: '';
  display: table;
  clear: both
}

.home-latest .cols-2 {
  float: left;
  width: 46%;
  margin: 0 2%;
  background-color: #EAEAEA;
  border-radius: 3px;
  background-clip: padding-box
}

.home-latest .latest-image {
  height: 0;
  padding-bottom: 58.33333333%;
  overflow: hidden;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  background-clip: padding-box
}

.home-latest .latest-content {
  padding: 1em;
  border: 1px solid #e4e4e4;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  background-clip: padding-box;
  border-top: none
}

.home-latest .latest-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.5em
}

.home-latest .latest-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: .25em
}

.home-latest .latest-content hr {
  width: 50px;
  margin: .75em 0;
  border-top: 1px solid #d1d1d1
}

.home-latest .latest-content p {
  font-size: .875em;
  line-height: 1.5
}

.home-latest .latest-content .primary-button {
  width: 100%
}

.home-latest .latest-content .left {
  float: left;
  width: 15%;
  margin-right: 2%;
  text-align: center
}

.home-latest .latest-content .left i {
  font-size: 2em
}

.home-latest .latest-content .left i:before {
  font-family: "listen-icons"
}

.home-latest .latest-content .right {
  float: right;
  width: 83%
}

footer {
  background-color: #33363b;
  padding: 40px 0 15px 0;
  color: white;
  font-size: 13px;
  line-height: 20px;
  box-shadow: 0 500px 0 500px #33363b
}

footer a {
  color: #999999;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out
}

footer a:hover {
  color: white
}

footer .footer-top,
footer .footer-bottom {
  zoom: 1
}

footer .footer-top:after,
footer .footer-bottom:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

footer .footer-top:before,
footer .footer-bottom:before {
  content: '';
  display: block
}

footer .footer-top:after,
footer .footer-bottom:after {
  content: '';
  display: table;
  clear: both
}

footer .footer-top {
  padding-bottom: 20px;
  position: relative;
  padding: 0 40px 20px 40px
}

footer .footer-top .footer-left,
footer .footer-top .footer-center,
footer .footer-top .footer-right {
  float: left;
  width: 33.33333333%
}

footer .footer-top .footer-center {
  text-align: center
}

footer .footer-top .footer-center img {
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-opacity: .5;
  opacity: .5
}

footer .footer-top .footer-right {
  text-align: right
}

footer .footer-bottom {
  position: relative
}

footer .footer-bottom p {
  text-align: center;
  font-size: 11px
}

footer .footer-bottom img {
  position: absolute;
  right: 0;
  top: -5px;
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-opacity: .5;
  opacity: .5;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out
}

footer .footer-bottom img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1
}

.splash_main {
  overflow: hidden;
  padding-bottom: 37.3%;
  height: 0;
  position: relative
}

.splash_main #prev,
.splash_main #next {
  cursor: pointer;
  -moz-opacity: .1;
  -khtml-opacity: .1;
  -webkit-opacity: .1;
  opacity: .1;
  position: absolute;
  z-index: 10000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  color: #FFF;
  padding: 0 5px;
  border-radius: 3px;
  background-clip: padding-box
}

.splash_main:hover #prev,
.splash_main:hover #next {
  -moz-opacity: .75;
  -khtml-opacity: .75;
  -webkit-opacity: .75;
  opacity: .75
}

.splash_main:hover .cycle-pager {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1
}

.splash_main #prev {
  left: 10px
}

.splash_main #next {
  right: 10px
}

.splash_main #next:hover,
.splash_main #prev:hover {
  -moz-opacity: .9;
  -khtml-opacity: .9;
  -webkit-opacity: .9;
  opacity: .9;
  background-color: rgba(102, 102, 102, 0.9)
}

.splash_main .cycle-pager {
  font-size: 54px;
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  line-height: 39px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out
}

.splash_main .cycle-pager span.cycle-pager-active {
  color: #FFF
}

.splash_main .splash {
  position: relative;
  padding-bottom: 37.3%;
  height: 0;
  width: 100%
}

.splash_main .splash img {
  width: 100%
}

.splash_main .splash .overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 2em;
  color: white;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='#000', GradientType=0)
}

.splash_main .splash .overlay h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 2.5em
}

.splash_main .splash .overlay p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.125em
}

.content-container {
  zoom: 1
}

.content-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.content-container:before {
  content: '';
  display: block
}

.content-container:after {
  content: '';
  display: table;
  clear: both
}

.content-container .main_content {
  zoom: 1;
  width: 70%;
  float: left
}

.content-container .main_content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.content-container .main_content:before {
  content: '';
  display: block
}

.content-container .main_content:after {
  content: '';
  display: table;
  clear: both
}

.content-container .main_content .content,
.content-container .main_content .sidebar {
  padding: 0 20px 20px 20px;
  line-height: 1.5
}

.content-container .main_content .team-main .team-member {
  zoom: 1;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #EAEAEA
}

.content-container .main_content .team-main .team-member:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.content-container .main_content .team-main .team-member:before {
  content: '';
  display: block
}

.content-container .main_content .team-main .team-member:after {
  content: '';
  display: table;
  clear: both
}

.content-container .main_content .team-main .team-member:first-child {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #EAEAEA
}

.content-container .main_content .team-main .team-member:last-child {
  border: none;
  padding: 0;
  margin: 0
}

.content-container .main_content .team-main .team-member .team-image {
  float: left;
  width: 20%;
  margin-right: 3%;
  text-align: center
}

.content-container .main_content .team-main .team-member .team-image img {
  border: 4px solid #EAEAEA
}

.content-container .main_content .team-main .team-member .team-content {
  float: right;
  width: 77%
}

.content-container .main_content .team-main .team-member .team-content h2 {
  font-size: 1.5em !important;
  margin: 0 !important
}

.content-container .main_content .team-main .team-member .team-content h3 {
  text-transform: none;
  color: #666;
  margin-bottom: 0 !important;
  font-size: 1em !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border: none !important
}

.content-container .main_content .team-main .team-member .team-content p {
  color: #666;
  font-size: .9em
}

.content-container .main_content .team-main .team-member .team-content p:last-child {
  margin-bottom: 0
}

.content-container .main_content .team-main .team-member .team-content .primary-button {
  margin: 0
}

.content-container .main_content .team-main .team-member .team-content-full {
  width: 100%;
  display: block;
  float: none
}

.content-container .main_content .team-main .team-member:nth-child(even) .team-image {
  float: right;
  margin-right: 0;
  margin-left: 2%
}

.content-container .main_content .team-main .team-member:nth-child(even) .team-content {
  float: left;
  text-align: right
}

@media screen and (max-width:550px) {

  .content-container .main_content .team-main .team-member .team-image,
  .content-container .main_content .team-main .team-member .team-content {
    float: none !important;
    width: 100%;
    display: block;
    text-align: center !important
  }

  .content-container .main_content .team-main .team-member .team-image {
    margin-bottom: 20px
  }

  .content-container .main_content .team-main .team-member .team-image img {
    max-width: 50%
  }
}

@media screen and (max-width:400px) {
  .content-container .main_content .team-main .team-member .team-image img {
    max-width: 75%
  }
}

.content-container .main_content .content-with-sidebar {
  width: 70%;
  float: left
}

.content-container .main_content img {
  max-width: 100%;
  height: auto
}

.content-container .main_content h1 {
  color: white;
  background-color: #183860;
  padding: 10px 20px;
  clear: both;
  font-size: 22px;
  margin-bottom: 20px
}

.content-container .main_content h2 {
  color: #33363b;
  font-size: 1.6em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: .5em
}

.content-container .main_content h3 {
  font-size: 1.125em;
  margin-bottom: .5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #EAEAEA
}

.content-container .main_content h4 {
  padding: 2px 12px;
  background-color: #2d67b1;
  color: white;
  margin-bottom: 1em;
  display: inline-block;
  border-radius: 2px;
  background-clip: padding-box;
  position: relative
}

.content-container .main_content h4:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(45, 103, 177, 0);
  border-right-color: #2d67b1;
  border-width: 4px;
  margin-top: -4px
}

.content-container .main_content p {
  color: #666;
  margin-bottom: 1em;
  line-height: 1.7
}

.content-container .main_content .image-right {
  border: 4px solid #EAEAEA;
  border-radius: 5px;
  float: right;
  margin: 0 0 1em 1em
}

@media screen and (max-width:650px) {
  .content-container .main_content .image-right {
    float: none;
    display: block;
    margin: .5em auto
  }
}

.content-container .main_content hr {
  zoom: 1;
  width: 100%
}

.content-container .main_content hr:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.content-container .main_content hr:before {
  content: '';
  display: block
}

.content-container .main_content hr:after {
  content: '';
  display: table;
  clear: both
}

.content-container .main_content ul {
  margin-bottom: 20px
}

.content-container .main_content .calendar .list-show .day-container .list-day .day {
  color: #2d67b1
}

.content-container .main_content 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
}

.content-container .main_content table,
.content-container .main_content td,
.content-container .main_content th {
  text-align: left;
  vertical-align: top
}

.content-container .main_content tr:first-child td {
  border-top: none
}

.content-container .main_content tr:nth-child(2n) {
  background-color: #FAFAFA
}

.content-container .main_content th {
  color: #666;
  text-transform: uppercase;
  padding: 10px
}

.content-container .main_content td {
  color: #888;
  padding: 10px
}

.content-container .main_content tfoot td {
  border: 0
}

.content-container .main_content tr th,
.content-container .main_content thead th {
  color: #888;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 9px 24px
}

.content-container .main_content tr td {
  border-top: 1px solid #cfcfcf;
  padding: 6px 10px
}

.content-container .main_content tr.odd td {
  background: #F7F7F7
}

.content-container .main_content .proclaim-it-map {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden
}

.content-container .main_content .proclaim-it-map img {
  max-width: none
}

.content-container .main_content .select2-results li {
  text-indent: 0;
  margin: 0;
  display: list-item;
  text-align: -webkit-match-parent
}

.content-container .main_content .select2-results li:before {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  content: '';
  color: #666;
  float: none;
  width: auto
}

.content-container .main_content li {
  text-indent: -1em;
  margin: .5em 1.5em;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: none
}

.content-container .main_content li:before {
  font-family: 'arrow';
  content: '\e800';
  float: left;
  width: 1em;
  color: #2d67b1
}

.content-container .main_content .left-image {
  float: right;
  box-shadow: 0 0 0 7px #8A8A8A;
  margin-left: 20px;
  margin-right: 7px;
  margin-bottom: 10px;
  margin-top: 10px
}

.content-container .main_content blockquote {
  margin: 1.5em 10px;
  padding: .5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019"
}

.content-container .main_content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -0.4em
}

.content-container .main_content blockquote p {
  font-size: 14px;
  font-style: italic
}

.content-container .main_content blockquote p:first-child {
  display: inline
}

.content-container .main_content .link_3 {
  float: left;
  background-color: #32A6DE;
  padding: 15px;
  margin: 1%;
  width: 31%;
  color: #FFF
}

.content-container .main_content_full {
  float: none;
  width: 100%;
  margin-bottom: 0
}

.content-container .page-image {
  height: 0;
  padding-bottom: 35.71428571%;
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #ddd
}

.content-container .sidebar {
  width: 30%;
  float: right
}

.content-container .sidebar #sidemenu {
  margin-bottom: 20px;
  list-style-type: none
}

.content-container .sidebar #sidemenu li {
  text-indent: 0 !important;
  margin: 0 !important;
  list-style-type: none
}

.content-container .sidebar #sidemenu li:before {
  content: ''
}

.content-container .sidebar #sidemenu h3 {
  background-color: #234f88;
  color: white;
  display: block;
  padding: 13px 12px 12px 12px;
  margin-bottom: 0
}

.content-container .sidebar #sidemenu h3 a {
  color: #FFF;
  display: block
}

.content-container .sidebar #sidemenu ul {
  margin-top: 0 !important;
  padding: 0 10px
}

.content-container .sidebar #sidemenu ul li.selected a {
  color: #32c585
}

.content-container .sidebar #sidemenu ul li.selected ul li a {
  background-color: white;
  color: #2d67b1;
  font-weight: bold
}

.content-container .sidebar #sidemenu ul li {
  border-bottom: 1px solid #EAEAEA
}

.content-container .sidebar #sidemenu ul li a {
  display: block;
  padding: 10px 0;
  color: #33363b;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.content-container .sidebar #sidemenu ul li a:hover {
  padding-left: 3px;
  color: #2db177
}

.content-container .sidebar #sidemenu ul li ul li a {
  padding-left: 20px;
  background-color: white
}

.content-container .sidebar #sidemenu ul li ul li:last-child {
  border-bottom: none
}

.content-container .sidebar #sidemenu ul li.selected ul a {
  font-weight: normal
}

.content-container .sidebar .calendar-sidebar .display-h3 {
  margin-top: 10px
}

.content-container .sidebar p {
  color: #666
}

.content-container .sidebar .downloads {
  list-style: none;
  font-size: .875em
}

.content-container .sidebar .downloads li {
  text-indent: -1em;
  margin: .5em 1.5em;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: none
}

.content-container .sidebar .downloads li:before {
  font-family: 'arrow';
  content: '\e800';
  float: left;
  width: 1em;
  color: #666
}

.content-container .sidebar .downloads li a {
  display: block
}

.content-container .sidebar .downloads li a:hover i {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  margin-left: 25px;
  color: #2db177
}

.content-container .sidebar .downloads li a i {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  margin-left: -15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media all and (max-width:1100px) {

  #fixed-bar .page,
  header .page {
    padding: 0 10px
  }

  #fixed-bar {
    position: static;
    height: auto
  }

  #fixed-bar .menu {
    display: none
  }

  #fixed-bar .fixed-left {
    left: 1%
  }

  #fixed-bar .fixed-right {
    right: 1%
  }

  #fixed-bar .fixed-right .icon-list li {
    margin-right: 3px
  }

  header {
    padding: 10px 0 60px 0
  }

  .slicknav_menu {
    display: block
  }
}

@media only screen and (max-width:980px) {
  .page {
    width: 100%
  }

  .splash_main #prev,
  .splash_main .next {
    top: 40%
  }

  .home-latest {
    padding: 1em 1.5em
  }

  footer .footer-top {
    padding: 0 25px 20px 25px
  }

  footer .footer-bottom img {
    right: 1%
  }

  .content-container .main_content tr th,
  .content-container .main_content thead th {
    padding: 9px 21px
  }
}

@media only screen and (max-width:900px) {

  .content-container .calendar-content,
  .content-container .cal-sidebar {
    width: 100%;
    margin-bottom: 20px
  }

  .content-container .cal-sidebar #sidemenu {
    display: none
  }

  .content-container .cal-sidebar .calendar-sidebar {
    padding: 0 20px
  }
}

@media only screen and (max-width:767px) {
  header {
    padding-bottom: 60px
  }

  .splash_main #prev,
  .splash_main #next,
  .splash_main .cycle-pager {
    display: none
  }
}

@media only screen and (max-width:700px) {

  .content-container .main_content .content-with-sidebar,
  .content-container .sidebar {
    width: 100%
  }

  .content-container .sidebar #sidemenu {
    display: none
  }
}

@media only screen and (max-width:650px) {
  #fixed-bar .page {
    padding: 0
  }

  #fixed-bar .fixed-left {
    z-index: 1000000;
    left: 15px
  }

  #fixed-bar .fixed-right {
    display: block;
    position: relative;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    right: 0
  }

  #fixed-bar .fixed-right .icon-list {
    display: none
  }

  header .header-center img {
    height: 100px
  }

  .home-latest {
    padding: 1em 2em 2em 2em
  }

  .home-latest .cols-2 {
    float: none;
    width: 75%;
    margin: 0 auto
  }

  .home-latest .latest-sermon {
    margin: 0 auto 1em auto
  }

  .splash_main .splash .overlay h1 {
    font-size: 2em
  }

  .splash_main .splash .overlay p {
    font-size: 1em
  }

  .content-container .home-main-text h1 {
    font-size: 2em
  }

  .content-container .home-main-text p {
    font-size: 1.125em;
    line-height: 1.7
  }

  footer .footer-top {
    padding: 0 20px
  }

  footer .footer-top .footer-center {
    display: none
  }

  footer .footer-top .footer-right {
    float: right
  }

  footer .footer-top .footer-right .twitter-footer {
    font-size: 11px
  }

  footer .footer-top .footer-right,
  footer .footer-top .footer-left {
    width: 48%
  }

  footer .footer-bottom p {
    text-align: left;
    padding: 0 20px
  }

  footer .footer-bottom img {
    right: 3%
  }
}

@media only screen and (max-width:480px) {
  #fixed-bar .fixed-left {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
  }

  .primary-button {
    display: block;
    text-align: center
  }

  .content-container .home-main-text,
  .home-latest {
    padding: 1em
  }

  .content-container .calendar-content .primary-button {
    display: inline;
    padding: 3px
  }

  .splash_main .splash .overlay {
    padding: 1em
  }

  .splash_main .splash .overlay h1 {
    font-size: 1.5em
  }

  .splash_main .splash .overlay p {
    font-size: .9em
  }

  .home-latest .cols-2 {
    width: 100%
  }

  .home-latest .latest-content .primary-button {
    display: inline-block
  }

  footer .footer-top .footer-right,
  footer .footer-top .footer-left {
    width: 100%
  }

  footer .footer-top .footer-left {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #3F3F3F
  }

  footer .footer-bottom {
    text-align: center
  }

  footer .footer-bottom p {
    text-align: center
  }

  footer .footer-bottom img {
    position: static;
    margin-top: 10px
  }

  .home_main {
    padding-top: 10px !important;
    padding-bottom: 20px !important
  }

  .downloads {
    padding-left: 10px
  }
}

@media screen and (min-width:769px) {
  .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 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 img {
    width: 49%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 5px;
    float: left
  }

  .pit-gallery a:nth-child(2n) img {
    margin-right: 0 !important
  }
}

*,
*:before,
*:after {
  box-sizing: border-box
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both
}

.icon-set-svg {
  position: absolute
}

.section-no-padding {
  padding: 0
}

.col-50-left,
.col-50-right {
  float: left;
  width: 50%
}

.col-50-left {
  padding-right: 3em
}

.col-50-right {
  padding-left: 3em
}

.content-center {
  text-align: center
}

img {
  max-width: 100%;
  height: auto
}

.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: #EAEAEA
}

section .talks-content a {
  border: none
}

.talks-inside-back {
  max-width: 400px;
  margin: 0 auto
}

.addthis_toolbox a {
  width: 33%
}

.sermons-back-wrapper {
  max-width: 400px;
  margin: 0 auto 2em
}

.sermons-back-wrapper .primary-button {
  display: block;
  margin: 0
}

#biblepassage .sermons-block-content>*:last-child {
  margin-bottom: 0
}

#biblepassage .sermons-block-content h2 {
  font-size: 1.75em;
  margin-bottom: .57142857em
}

#biblepassage .sermons-block-content h3 {
  font-size: 1.125em;
  margin-bottom: .27777778em;
  border: none
}

#biblepassage .sermons-block-content .chapter-num {
  font-size: 1.25em;
  margin-bottom: 0
}

#biblepassage .sermons-block-content .verse-num {
  vertical-align: super;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: relative;
  top: 1px;
  color: #33363b
}

#biblepassage .sermons-block-content .footnotes {
  padding: 1em;
  margin-bottom: 1em;
  background-color: #f8f8f8;
  font-size: 80%
}

#biblepassage .sermons-block-content .footnotes>*:last-child {
  margin-bottom: 0
}

.podcast-list {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5em !important
}

@media all and (max-width:28.125em) {
  .podcast-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.podcast-list>li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0 .5em !important;
  text-indent: 0 !important;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600
}

.podcast-list>li:before {
  display: none
}

@media all and (max-width:28.125em) {
  .podcast-list>li:first-child {
    margin-bottom: 1em !important
  }
}

.podcast-list a {
  padding: 8px 12px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: block;
  border-radius: 3px;
  text-align: center
}

.podcast-list a i {
  margin-right: 8px
}

.podcast-list a:hover {
  color: white
}

.podcast-list .itunes-link {
  color: #B83FF6;
  background-color: rgba(184, 63, 246, 0.1)
}

.podcast-list .itunes-link:hover {
  background: #B83FF6
}

.podcast-list .rss-link {
  color: #E67E22;
  background-color: rgba(230, 126, 34, 0.1)
}

.podcast-list .rss-link:hover {
  background: #E67E22
}

.sermons-block {
  margin-bottom: 2em;
  box-shadow: 0 0 25px 0 rgba(51, 54, 59, 0.12);
  background-color: #FFF
}

.sermons-block form {
  margin: 0
}

.sermons-block-content {
  zoom: 1;
  padding: 16px
}

.sermons-block-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.sermons-block-content:before {
  content: '';
  display: block
}

.sermons-block-content:after {
  content: '';
  display: table;
  clear: both
}

.sermons-block-content>*:last-child {
  margin-bottom: 0
}

.section-title {
  color: #FFF;
  background-color: #4b4f56;
  padding: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px
}

.series-no-image-block {
  padding: 1em;
  margin-bottom: 2em;
  border-left: 1px solid #EAEAEA
}

.series-no-image-block>*:last-child {
  margin-bottom: 0 !important
}

@media all and (max-width:40.625em) {
  .series-no-image-block {
    margin-bottom: 1em
  }
}

.series-no-image-block .small-title {
  display: block;
  font-size: .75em;
  margin-bottom: 0;
  letter-spacing: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #929292
}

.series-no-image-block h2 {
  font-size: 2em !important;
  margin-bottom: .5em !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important
}

.sermon-series-block-square-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em
}

@media all and (max-width:40.625em) {
  .sermon-series-block-square-image {
    margin-bottom: 1em
  }
}

.sermon-series-block-square-image .sermon-series-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%
}

.sermon-series-block-square-image .sermon-series-image img {
  display: block;
  margin: 0 auto
}

.sermon-series-block-square-image .sermon-series-content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
  border: 1px solid #EAEAEA;
  border-left: none
}

.sermon-series-block-square-image .sermon-series-content-wrapper .sermon-series-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}

.sermon-series-block-square-image .sermon-series-content-wrapper .sermon-series-content>*:last-child {
  margin-bottom: 0 !important
}

.sermon-series-block-square-image .small-title {
  display: block;
  font-size: .75em;
  margin-bottom: 0;
  letter-spacing: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #929292
}

.sermon-series-block-square-image h2 {
  font-size: 2em !important;
  margin-bottom: .5em !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important
}

.sermon-series-block {
  position: relative
}

.sermon-series-block.series-page-block {
  margin-bottom: 2em
}

@media all and (max-width:40.625em) {
  .sermon-series-block.series-page-block {
    margin-bottom: 1em
  }
}

.sermon-series-block a {
  display: block
}

.sermon-series-block img {
  display: block;
  margin: 0 auto
}

.sermon-series-block .series-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3em 1em 1em;
  background: -webkit-linear-gradient(top, rgba(51, 54, 59, 0) 0, rgba(51, 54, 59, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(51, 54, 59, 0) 0, rgba(51, 54, 59, 0.75) 100%)
}

.sermon-series-block .series-overlay>*:last-child {
  margin-bottom: 0
}

.sermon-series-block .series-overlay h4 {
  color: #FFF
}

.sermon-series-block .series-landscape-info {
  border: 1px solid #EAEAEA;
  border-top: none;
  padding: 1em
}

#pit-sermons-home {
  max-width: 800px;
  margin: 0 auto;
  zoom: 1
}

#pit-sermons-home:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

#pit-sermons-home:before {
  content: '';
  display: block
}

#pit-sermons-home:after {
  content: '';
  display: table;
  clear: both
}

#pit-sermons-home h4 {
  background: none !important;
  color: #666;
  padding: 0 !important;
  display: block
}

#pit-sermons-home h4:before,
#pit-sermons-home h4:after {
  display: none !important
}

#pit-sermons-home table {
  margin: 0
}

#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 .main {
  padding: 1em;
  background-color: transparent
}

#pit-sermons-home #latest .main .latest-title {
  color: #33363b;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700
}

#pit-sermons-home #latest .main .latest-title.latest-title-with-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em
}

#pit-sermons-home #latest .main .latest-title.latest-title-with-image .sermon-series-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  margin-left: 1em
}

#pit-sermons-home #latest .main .latest-title .title-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 80%;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%
}

#pit-sermons-home #latest .main .series {
  color: #666;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400
}

#pit-sermons-home #latest .main .passage-title {
  color: rgba(51, 54, 59, 0.7);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600
}

#pit-sermons-home #latest .main .sub-info {
  zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

#pit-sermons-home #latest .main .sub-info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

#pit-sermons-home #latest .main .sub-info:before {
  content: '';
  display: block
}

#pit-sermons-home #latest .main .sub-info:after {
  content: '';
  display: table;
  clear: both
}

#pit-sermons-home #latest .main .sub-info p {
  margin-top: 12px
}

#pit-sermons-home #latest .main .sub-info .author {
  font-size: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

#pit-sermons-home #latest .main .sub-info .icons {
  float: right
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder {
  float: left;
  margin-left: 5px
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder {
  float: left;
  margin-left: 5px
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #7FDBFF;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2)
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a i {
  vertical-align: middle;
  line-height: 30px
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a i:before {
  font-family: 'sermons' !important
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a svg {
  width: 16px;
  height: 16px
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a svg * {
  fill: #FFF
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a:hover {
  background: #73B5FB
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper {
  position: relative
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper a i:before {
  font-family: 'FontAwesome' !important
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper {
  position: absolute;
  top: -40px;
  left: 50%;
  text-align: center;
  width: 200px;
  margin-left: -100px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper a {
  margin: 0 4px;
  -webkit-transform: scale(0);
  transform: scale(0)
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper .facebook-share {
  background: #3B579D
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper .twitter-share {
  background: #5BABF4
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper .google-share {
  background: #DD4D40
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .sermon-share-toggle svg {
  -webkit-transition: -webkit-transform .15s ease-in-out;
  transition: -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .sermon-share-toggle {
  background: #3bcc4a
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .sermon-share-toggle svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a {
  animation: .3s pop forwards;
  -webkit-animation: .3s pop forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a:first-child {
  animation-delay: .15s;
  -webkit-animation-delay: .15s
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a:nth-child(2) {
  animation-delay: .3s;
  -webkit-animation-delay: .3s
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a:nth-child(3) {
  animation-delay: .45s;
  -webkit-animation-delay: .45s
}

#pit-sermons-home .talk-download-list {
  margin: 0
}

#pit-sermons-home #biblepassage .esv>*:last-child {
  margin-bottom: 0
}

#pit-sermons-home #biblepassage .esv h2 {
  font-size: 24px;
  margin-bottom: 16px
}

#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;
  font-size: 15px;
  margin-bottom: 5px;
  color: #929292
}

#pit-sermons-home #biblepassage .esv .chapter-num {
  font-size: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.3
}

#pit-sermons-home #biblepassage .esv .verse-num {
  vertical-align: super;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: relative;
  top: 1px;
  color: #33363b
}

#pit-sermons-home #biblepassage .esv-text>*:last-child {
  margin-bottom: 0
}

#pit-sermons-home #recent-search #search {
  zoom: 1
}

#pit-sermons-home #recent-search #search:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

#pit-sermons-home #recent-search #search:before {
  content: '';
  display: block
}

#pit-sermons-home #recent-search #search:after {
  content: '';
  display: table;
  clear: both
}

#pit-sermons-home #recent-search .search-wrapper {
  padding: 16px;
  zoom: 1
}

#pit-sermons-home #recent-search .search-wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

#pit-sermons-home #recent-search .search-wrapper:before {
  content: '';
  display: block
}

#pit-sermons-home #recent-search .search-wrapper:after {
  content: '';
  display: table;
  clear: both
}

#pit-sermons-home #recent-search .search-wrapper>*:last-child {
  margin-bottom: 0
}

#pit-sermons-home #recent-search .search-wrapper h4 {
  font-size: 12px !important;
  margin-bottom: 4px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700
}

#pit-sermons-home #recent-search .search-wrapper .select2 {
  width: 100% !important
}

#pit-sermons-home #recent-search .search-wrapper .select2,
#pit-sermons-home #recent-search .search-wrapper input {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: .5em
}

#pit-sermons-home #recent-search .search-wrapper .select2:focus,
#pit-sermons-home #recent-search .search-wrapper input:focus {
  border-color: #2d67b1
}

#pit-sermons-home #recent-search .search-wrapper input {
  width: 100% !important;
  height: 32px;
  border: 2px solid rgba(51, 54, 59, 0.25);
  padding: 5px;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all .25s linear;
  transition: all .25s linear
}

#pit-sermons-home #recent-search .search-wrapper input[type="number"] {
  text-align: center
}

#pit-sermons-home #recent-search .search-cols-wrapper {
  zoom: 1;
  margin-bottom: 1em
}

#pit-sermons-home #recent-search .search-cols-wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

#pit-sermons-home #recent-search .search-cols-wrapper:before {
  content: '';
  display: block
}

#pit-sermons-home #recent-search .search-cols-wrapper:after {
  content: '';
  display: table;
  clear: both
}

#pit-sermons-home #recent-search .search-col {
  float: left;
  margin-right: 2%
}

@media screen and (min-width:801px) {
  #pit-sermons-home #recent-search .search-col {
    width: 23.5%
  }

  #pit-sermons-home #recent-search .search-col:nth-child(4n) {
    margin-right: 0
  }
}

@media screen and (max-width:800px) {
  #pit-sermons-home #recent-search .search-col {
    margin-bottom: .5em
  }
}

@media screen and (max-width:800px) and (min-width:501px) {
  #pit-sermons-home #recent-search .search-col {
    width: 49%
  }

  #pit-sermons-home #recent-search .search-col:nth-child(2n) {
    margin-right: 0
  }
}

@media screen and (max-width:500px) {
  #pit-sermons-home #recent-search .search-col {
    width: 100%;
    margin: 0
  }
}

#pit-sermons-home #recent-search .button-wrapper {
  margin-top: 1em
}

#pit-sermons-home #recent-search .button-wrapper .btn {
  margin-top: 0;
  cursor: pointer;
  float: left;
  width: 49%;
  margin-bottom: 0
}

#pit-sermons-home #recent-search .button-wrapper .btn:first-child {
  margin-right: 2%
}

@media screen and (max-width:550px) {
  #pit-sermons-home #recent-search .button-wrapper .btn {
    width: 100%;
    margin: 0 !important
  }

  #pit-sermons-home #recent-search .button-wrapper .btn:first-child {
    margin: 0 0 1em 0 !important
  }
}

#pit-sermons-home table {
  font-size: 12px
}

.archive-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em -0.5em 0 -0.5em
}

.archive-container .series-box-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(25% - 1em);
  -ms-flex: 0 1 calc(25% - 1em);
  flex: 0 1 calc(25% - 1em);
  width: calc(25% - 1em);
  margin: 0 .5em 1em .5em
}

@media all and (max-width:68.75em) {
  .archive-container .series-box-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(33.333333% - 1em);
    -ms-flex: 0 1 calc(33.333333% - 1em);
    flex: 0 1 calc(33.333333% - 1em);
    width: calc(33.333333% - 1em);
    margin: 0 .5em 1em .5em
  }
}

@media all and (max-width:62.5em) {
  .archive-container .series-box-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 1em);
    -ms-flex: 0 1 calc(50% - 1em);
    flex: 0 1 calc(50% - 1em);
    width: calc(50% - 1em);
    margin: 0 .5em 1em .5em
  }
}

@media all and (max-width:28.125em) {
  .archive-container .series-box-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 1em);
    -ms-flex: 0 1 calc(100% - 1em);
    flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin: 0 .5em 1em .5em
  }
}

.archive-container .series-box-container {
  overflow: hidden;
  position: relative
}

.archive-container .series-box-container img {
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

.archive-container .series-box-container a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em
}

.archive-container .series-box-container a.series-has-overlay {
  background-color: rgba(51, 54, 59, 0.4);
  -webkit-transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1)
}

.archive-container .series-box-container .series-overlay {
  text-align: center;
  padding: .5em;
  position: absolute;
  z-index: 1;
  left: 1em;
  top: 50%;
  width: calc(100% - 2em);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden
}

.archive-container .series-box-container .series-overlay>*:last-child {
  margin-bottom: 0
}

.archive-container .series-box-container .series-overlay>*:last-child {
  margin-bottom: 0
}

.archive-container .series-box-container .series-overlay:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2d67b1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1)
}

.archive-container .series-box-container .series-overlay:after {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -20%;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: skewY(-5deg) translateY(100%);
  transform: skewY(-5deg) translateY(100%);
  -webkit-transition: opacity .25s cubic-bezier(.165, .84, .44, 1), -webkit-transform .25s cubic-bezier(.165, .84, .44, 1);
  transition: opacity .25s cubic-bezier(.165, .84, .44, 1), -webkit-transform .25s cubic-bezier(.165, .84, .44, 1);
  transition: opacity .25s cubic-bezier(.165, .84, .44, 1), transform .25s cubic-bezier(.165, .84, .44, 1);
  transition: opacity .25s cubic-bezier(.165, .84, .44, 1), transform .25s cubic-bezier(.165, .84, .44, 1), -webkit-transform .25s cubic-bezier(.165, .84, .44, 1);
  opacity: 0
}

.archive-container .series-box-container .series-overlay h4 {
  color: #FFF !important;
  margin-bottom: 0;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700
}

@media all and (max-width:50em) {
  .archive-container .series-box-container .series-overlay h4 {
    font-size: 14px
  }
}

@media all and (max-width:40.625em) {
  .archive-container .series-box-container .series-overlay h4 {
    font-size: 13px
  }
}

.archive-container .series-box-container:hover a {
  background-color: rgba(51, 54, 59, 0)
}

.archive-container .series-box-container:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.archive-container .series-box-container:hover .series-overlay:before {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.archive-container .series-box-container:hover .series-overlay:after {
  opacity: 1;
  -webkit-transform: skewY(-5deg) translateY(0);
  transform: skewY(-5deg) translateY(0);
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

.archive-container .series-box-wrapper-no-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.archive-container .series-box-wrapper-no-image .series-box-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.archive-container .series-box-wrapper-no-image .series-box-container a {
  position: static;
  padding: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #EAEAEA;
  box-shadow: inset 3px 0 0 0 #2d67b1
}

.archive-container .series-box-wrapper-no-image .series-box-container .series-overlay {
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em
}

.archive-container .series-box-wrapper-no-image .series-box-container .series-overlay h4 {
  color: #666 !important;
  -webkit-transition: color .25s cubic-bezier(.165, .84, .44, 1);
  transition: color .25s cubic-bezier(.165, .84, .44, 1)
}

.archive-container .series-box-wrapper-no-image .series-box-container .series-overlay>* {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}

.archive-container .series-box-wrapper-no-image .series-box-container:hover .series-overlay h4 {
  color: #FFF !important
}

@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
}

[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;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em
}

.icon-download:before {
  content: '\e801'
}

.icon-book-open:before {
  content: '\e802'
}

.icon-dot-3:before {
  content: '\e803'
}

.icon-file-audio:before {
  content: '\e804'
}

@font-face {
  font-family: 'arrow';
  src: url('fonts/arrow.eot?81947461');
  src: url('fonts/arrow.eot?81947461#iefix') format('embedded-opentype'), url('fonts/arrow.woff?81947461') format('woff'), url('fonts/arrow.ttf?81947461') format('truetype'), url('fonts/arrow.svg?81947461#arrow') format('svg');
  font-weight: normal;
  font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "arrow";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em
}

.icon-right-open:before {
  content: '\e800'
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  text-align: left
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: white;
  border: 2px solid rgba(51, 54, 59, 0.25);
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  font-size: 12px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid rgba(51, 54, 59, 0.25);
  border-radius: 2px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 30px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  font-size: 22px;
  margin-top: -2px;
  color: #E88181
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2d67b1;
  color: white
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 32px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #2d67b1;
  color: white
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

.slicknav_btn {
  display: block;
  vertical-align: middle;
  float: right;
  padding: .438em .625em .438em .625em;
  line-height: 1.125em;
  cursor: pointer
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
  margin: 0
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 27px;
  height: 3px
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: .188em
}

.slicknav_nav {
  clear: both
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block
}

.slicknav_nav .slicknav_arrow {
  font-size: .8em;
  margin: 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
}

.slicknav_menu {
  *zoom: 1
}

.slicknav_menu {
  font-size: 16px
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px
}

.slicknav_btn .slicknav_icon-bar {
  -webkit-transition: all .6s cubic-bezier(.68, -0.55, .265, 1.55);
  transition: all .6s cubic-bezier(.68, -0.55, .265, 1.55)
}

.slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: translate(0, 5px) rotate(-45deg);
  transform: translate(0, 5px) 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) {
  -webkit-transform: translate(0, -7px) rotate(45deg);
  transform: translate(0, -7px) rotate(45deg)
}

.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon-bar {
  background-color: white
}

.slicknav_menu {
  background: inherit;
  top: 0;
  right: 0;
  width: 100%
}

.slicknav_nav {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: .875em;
  width: 100%;
  top: 55px;
  background-color: rgba(105, 110, 117, 0.9);
  left: 0;
  z-index: 10000;
  zoom: 1
}

.slicknav_nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.slicknav_nav:before {
  content: '';
  display: block
}

.slicknav_nav:after {
  content: '';
  display: table;
  clear: both
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden
}

.slicknav_nav ul {
  padding: 0;
  margin: 0;
  text-align: left
}

.slicknav_nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.slicknav_nav li:last-child {
  border-bottom: none
}

.slicknav_nav .slicknav_item {
  padding: 10px 15px
}

.slicknav_nav a {
  padding: 10px 15px;
  text-decoration: none;
  color: #fff
}

.slicknav_parent ul li {
  border-bottom: none
}

.slicknav_parent ul li a {
  padding: 10px 5px;
  margin: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0
}

.slicknav_nav .slicknav_item:hover {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: #575b61;
  color: #fff
}

.slicknav_nav a:hover {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: #575b61;
  color: #fff
}

.slicknav_nav a:hover:hover>a {
  color: #fff
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .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;
  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: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  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: .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: .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
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.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) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .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;
    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(.75);
    transform: scale(.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
}

.blog-list-item {
  zoom: 1
}

.blog-list-item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.blog-list-item:before {
  content: '';
  display: block
}

.blog-list-item:after {
  content: '';
  display: table;
  clear: both
}

.blog-list-item .blog-image {
  float: left;
  width: 30%;
  text-align: center
}

.blog-list-item .blog-image img {
  border-radius: 50%;
  background-clip: padding-box;
  background: #EAEAEA;
  border: 6px solid #EAEAEA
}

.blog-list-item .blog-content {
  float: left;
  width: 70%;
  padding: 0 0 0 1em
}

.blog-list-item .blog-content .title {
  margin: 0
}

.blog-list-item .blog-content .blog-date {
  display: block;
  font-size: .875em;
  margin-bottom: 5px;
  color: #889fae
}

.blog-list-item .blog-content p {
  margin-bottom: 7px
}

.blog-list-item .blog-content .primary-button {
  padding: 4px;
  margin: .5em 0 0 0
}

@media only screen and (max-width:480px) {
  .blog-list-item .blog-image {
    margin-bottom: .5em
  }

  .blog-list-item .blog-image,
  .blog-list-item .blog-content {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0
  }
}

.page-pagination {
  zoom: 1
}

.page-pagination:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.page-pagination:before {
  content: '';
  display: block
}

.page-pagination:after {
  content: '';
  display: table;
  clear: both
}

.page-pagination li {
  margin: 0 10px !important;
  text-indent: 0 !important;
  display: inline-block !important
}

.page-pagination li:before {
  display: none
}

.page-pagination li a,
.page-pagination li span {
  padding: 10px;
  position: relative;
  color: #666;
  border-radius: 3px;
  background-clip: padding-box;
  text-align: center
}

.page-pagination li a:hover,
.page-pagination li span:hover {
  color: white !important
}

.page-pagination li a:hover:before,
.page-pagination li span:hover:before {
  height: 100%
}

.page-pagination li a:before,
.page-pagination li span:before {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  position: absolute;
  content: " ";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #2d67b1;
  z-index: -1
}

.page-pagination .current a,
.page-pagination .current span {
  color: white;
  background-color: #2d67b1
}

.blog-article {
  margin-bottom: 1em
}

.blog-article figure {
  text-align: center;
  background: #EAEAEA;
  margin-bottom: 1em
}

.blog-article figure img {
  display: block;
  margin: 0 auto
}

.blog-article figcaption {
  background: #ddd;
  padding: 1em;
  text-align: left
}

.blog-article .blog-title {
  margin-bottom: 0 !important
}

.blog-article .blog-info {
  color: #889fae !important;
  line-height: 1 !important
}

.blog-article iframe {
  margin-bottom: 1em
}

.blog-sidebar h3 {
  text-align: center;
  position: relative;
  text-transform: none;
  border: none !important
}

.blog-sidebar h3 span {
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 0 6px
}

.blog-sidebar h3 span:before,
.blog-sidebar h3 span:after {
  content: " ";
  position: absolute;
  border-style: solid;
  top: 50%;
  margin-top: -4px;
  z-index: 2
}

.blog-sidebar h3 span:before {
  border-width: 0 0 8px 2px;
  border-color: transparent transparent #FFF transparent;
  left: -2px
}

.blog-sidebar h3 span:after {
  border-width: 8px 2px 0 0;
  border-color: #FFF transparent transparent transparent;
  right: -2px
}

.blog-sidebar h3:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 8px;
  margin-top: -4px;
  background-color: #EAEAEA
}

.blog-sidebar .primary-button {
  display: block
}

.blog-sidebar .blog-sidemenu {
  margin: 0
}

.blog-sidebar .blog-sidemenu li {
  margin: 0;
  text-indent: 0;
  border-bottom: 1px solid #EAEAEA
}

.blog-sidebar .blog-sidemenu li:before {
  content: "" !important
}

.blog-sidebar .blog-sidemenu li a {
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 8px 10px;
  position: relative;
  z-index: 1
}

.blog-sidebar .blog-sidemenu li a:before {
  content: " ";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #f7f7f7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1
}

.blog-sidebar .blog-sidemenu li a:hover:before {
  box-shadow: inset 3px 0 0 #2db177;
  width: 100%
}

.blog-sidebar .blog-sidemenu li span {
  display: block;
  line-height: 1.3
}

.blog-sidebar .blog-sidemenu li .list-title {
  color: #666
}

.blog-sidebar .blog-sidemenu li .meta {
  color: #d1d1d1;
  font-size: .9em
}

.blog-sidebar .rss-button {
  padding: 3px 8px;
  color: #E67E22;
  display: inline-block;
  margin-top: 1em;
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.blog-sidebar .rss-button:hover {
  color: #FFF;
  background: #E67E22
}

.blog-sidebar .rss-button:active {
  color: #FFF;
  background: #bf6516
}

@font-face {
  font-family: 'social-icons';
  src: url('fonts/fontello.eot?37006645');
  src: url('fonts/fontello.eot?37006645#iefix') format('embedded-opentype'), url('fonts/fontello.woff?37006645') format('woff'), url('fonts/fontello.ttf?37006645') format('truetype'), url('fonts/fontello.svg?37006645#fontello') format('svg');
  font-weight: normal;
  font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "social-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em
}

.icon-mail:before {
  font-family: "social-icons";
  content: '\e800'
}

.icon-twitter:before {
  font-family: "social-icons";
  content: '\e801'
}

.icon-facebook:before {
  font-family: "social-icons";
  content: '\e802'
}

.integrated * {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important
}

.integrated label {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important
}

.appnitro li {
  margin: 0 !important;
  text-indent: 0 !important
}

.appnitro li:before {
  content: ' ' !important
}

.appnitro .description {
  margin-bottom: 0 !important;
  text-align: left !important
}

.appnitro .highlighted {
  -webkit-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  background-color: rgba(99, 58, 16, 0) !important
}

.appnitro input[type="text"],
.appnitro input[type="number"],
.appnitro input[type="email"],
.appnitro input[type="search"],
.appnitro textarea,
.appnitro select {
  background: none !important;
  outline: none !important;
  padding: 16px !important;
  background-color: #f5f5f5 !important;
  border: none !important;
  color: #333 !important;
  width: 98% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: box-shadow .25s ease-in-out, background-color .25s ease-in-out;
  transition: box-shadow .25s ease-in-out, background-color .25s ease-in-out;
  font-size: 15px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important
}

.appnitro input[type="text"]:focus,
.appnitro input[type="number"]:focus,
.appnitro input[type="email"]:focus,
.appnitro input[type="search"]:focus,
.appnitro textarea:focus,
.appnitro select:focus {
  background-color: #EFEFEF !important;
  box-shadow: 0 3px 0 0 #2d67b1
}

.appnitro select {
  background: url('../images/arrow-small.png') no-repeat right #f5f5f5 !important;
  background-position: 99% 50% !important;
  width: 100% !important
}

.appnitro select:hover {
  border-bottom: 3px solid #f5f5f5 !important
}

.appnitro select:focus {
  border-bottom: 3px solid #EFEFEF !important
}

.appnitro input[type="submit"] {
  background-color: #666 !important;
  background-color: #2d67b1 !important;
  color: white !important;
  padding: 10px 20px !important;
  border: none !important;
  outline: none;
  width: auto !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px !important;
  background-clip: padding-box !important;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.appnitro input[type="submit"]:hover {
  cursor: pointer;
  color: white !important;
  background-color: #234f88 !important
}

.appnitro .buttons {
  margin-top: 0 !important
}

.player h4 {
  margin-bottom: 8px
}

.pit-controls {
  width: 100%;
  padding: 10px 10px 20px 10px;
  zoom: 1;
  border: 1px solid #E2E2E2;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pit-controls:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.pit-controls:before {
  content: '';
  display: block
}

.pit-controls:after {
  content: '';
  display: table;
  clear: both
}

.pit-controls a {
  color: #666
}

.pit-controls a:hover {
  color: #2db177
}

.pit-controls .left-controls {
  -webkit-box-flex: 1;
  width: 4%;
  -webkit-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  -webkit-box-flex: 0;
  flex: 0 0 25px;
  margin-right: 5px;
  font-size: 1.125em
}

.pit-controls .left-controls i {
  margin-top: 3px
}

.pit-controls .right-controls {
  -webkit-box-flex: 2;
  width: 10%;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  -webkit-box-flex: 0;
  flex: 0 0 100px;
  margin-left: 10px
}

.pit-controls .progress {
  -webkit-box-flex: 7;
  width: 75%;
  -webkit-flex: 7;
  -ms-flex: 7;
  -webkit-box-flex: 7;
  flex: 7;
  zoom: 1;
  position: relative
}

.pit-controls .progress:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.pit-controls .progress:before {
  content: '';
  display: block
}

.pit-controls .progress:after {
  content: '';
  display: table;
  clear: both
}

.pit-controls .progress .progress-time {
  font-size: .75em
}

.pit-controls .progress .progress-time span {
  cursor: default;
  color: rgba(0, 0, 0, 0.6)
}

.pit-controls .progress .progress-time .current-time {
  float: left
}

.pit-controls .progress .progress-time .duration {
  float: right
}

.pit-controls .progress .progress-bar {
  height: 10px;
  margin: .25em 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.1)
}

.pit-controls .progress .seek-bar {
  position: relative;
  display: block;
  cursor: pointer;
  height: 10px;
  background: rgba(0, 0, 0, 0.05)
}

.pit-controls .progress .play-bar {
  display: block;
  height: 10px;
  padding: 0;
  background: rgba(0, 0, 0, 0.9)
}

.pit-controls .progress .progress-time {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%
}

.pit-controls .mute-control {
  float: left;
  margin-top: 2px
}

.pit-controls .mute-control a {
  width: 1em;
  display: block
}

.pit-controls .volume-bar {
  height: 5px;
  margin: 11px 0 0 1.25em;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer
}

.pit-controls .volume-bar .current-volume {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05)
}

.pit-controls .volume-bar .cur-vol {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.25)
}

@media only screen and (max-width:980px) {
  .right-controls {
    display: none
  }
}

.pit-controls-visible {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1
}

*,
*:before,
*:after {
  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: .8em
}

.calendar .month-display .calendar_nav {
  float: left;
  width: 33%;
  text-align: left
}

.calendar .month-display .calendar_nav a {
  border: 1px solid #2d67b1;
  padding: 5px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.calendar .month-display .calendar_nav a:hover {
  background-color: #2d67b1;
  color: white
}

.calendar .month-display .right {
  text-align: right
}

.calendar .month-display #current-month {
  float: left;
  width: 33%;
  text-align: center
}

.calendar .week {
  -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;
  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;
  -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: 0
}

.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.14814815%;
  margin: 0 .92592593%
}

.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: #2d67b1
}

@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: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%
}

.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: 0 5px 5px 0 !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 .5s ease-in-out;
  transition: background-color .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;
  background-clip: padding-box;
  color: #666;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out
}

.event-detail *::-moz-selection {
  background: #666;
  color: white
}

.event-detail *::selection {
  background: #666;
  color: white
}

.event-detail *::-moz-selection {
  background: #666;
  color: white
}

.event-detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 3px;
  background-clip: padding-box
}

.event-detail::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  border-radius: 3px;
  background-clip: padding-box
}

.event-detail::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 3px;
  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: #666
}

.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: #666 !important;
  margin: 0 !important;
  border: none !important
}

.event-detail h4 {
  padding: 0 !important;
  background-color: transparent !important;
  margin: 0 !important;
  color: #666 !important
}

.event-detail h4:before {
  display: none
}

.event-detail header {
  zoom: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  height: 55px;
  position: fixed;
  width: inherit;
  top: initial;
  box-shadow: none;
  padding: 0;
  text-align: left;
  background-color: transparent
}

.event-detail header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.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 {
  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: #2d67b1;
  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;
  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;
  background-clip: padding-box
}

.event-detail header .title h2 {
  padding: 0 35px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666
}

.event-detail header .title a:hover>img {
  -moz-opacity: .6;
  -khtml-opacity: .6;
  -webkit-opacity: .6;
  opacity: .6
}

.event-detail header .title img {
  position: absolute;
  top: 18px;
  right: 10px;
  margin: 0;
  -moz-opacity: .3;
  -khtml-opacity: .3;
  -webkit-opacity: .3;
  opacity: .3;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.event-detail section {
  zoom: 1;
  text-align: left;
  padding: 0
}

.event-detail section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.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 {
  padding: 10px 15px;
  float: left;
  width: 70%
}

.event-detail .event-info .left hr {
  margin: .3em 0;
  border-top: 1px solid #F5F5F5
}

.event-detail .event-info .left h4 {
  font-weight: normal;
  border: none;
  padding: 0;
  margin: 0
}

.event-detail .event-info .left p {
  display: inline-block
}

.event-detail .event-info .left p:last-child {
  margin-bottom: 0
}

.event-detail .event-info .left .location {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #F5F5F5
}

.event-detail .event-info .right {
  float: right;
  width: 30%;
  padding: 10px 15px 10px 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: 10px 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: white;
  border: 1px solid white;
  color: #2d67b1 !important;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: block;
  border: 1px solid #2d67b1;
  margin: 0;
  padding: 5px
}

.event-detail .event-extra-info .more-info:hover,
.event-detail .event-extra-info .more-info:active {
  text-decoration: none;
  color: white !important;
  border-color: white !important;
  background: #2d67b1 !important
}

.event-detail .event-extra-info .more-info span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  -webkit-transition: padding-right .5s;
  transition: padding-right .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 #2d67b1;
  border-top: none;
  border-right: none;
  -webkit-transition: opacity .5s, top .5s, right .5s;
  transition: opacity .5s, top .5s, right .5s;
  -webkit-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 .5s, top .5s, right .5s;
  -webkit-transition: opacity .5s, top .5s, right .5s;
  -moz-transition: opacity .5s, top .5s, right .5s;
  -o-transition: opacity .5s, top .5s, right .5s;
  -ms-transition: opacity .5s, top .5s, right .5s;
  opacity: 1;
  border-color: white;
  right: 0;
  top: 55%
}

.event-detail .event-extra-info .more-info:hover,
.event-detail .event-extra-info .more-info:active {
  border: 1px solid #2d67b1 !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;
  z-index: 10000000
}

.event-detail-show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
  margin-top: 50px
}

.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: #33363b !important
}

.calendar-inside section {
  text-align: left;
  zoom: 1;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F5F5F5
}

.calendar-inside section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.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;
  border-radius: 5px;
  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
}

[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;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em
}

.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'
}