/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,600,400italic,700,300|Roboto:400,300,100,700,500);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* END RESET CSS */
body {
  width: 100%;
  *zoom: 1;
  zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before {
  content: '';
  display: block;
}
body:after {
  content: '';
  display: table;
  clear: both;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.5.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-feed:before,
.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-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless:before {
  content: "\f22d";
}
.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";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
body {
  font-size: 100%;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #3A4750;
}
body *::-moz-selection {
  background: #1AB499;
  color: #FFF;
}
body *::selection {
  background: #1AB499;
  color: #FFF;
}
body *::-moz-selection {
  background: #1AB499;
  color: #FFF;
}
.wrapper {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
.page {
  width: 1000px;
  margin: 0 auto;
}
.slicknav_menu {
  display: none;
}
a {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #1AB499;
}
a:hover {
  color: #179e86;
}
h1,
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
hr {
  border-top: 1px solid #F5F4F5;
}
.blue-button,
.primary-button {
  padding: 10px 20px !important;
  background: transparent !important;
  border: 2px solid #1AB499 !important;
  border-radius: 2px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #1AB499 !important;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  min-width: 150px;
  text-align: center;
}
.blue-button:hover,
.primary-button:hover {
  background: #179e86 !important;
  color: #FFF !important;
  border-color: #179e86 !important;
}
@media screen and (max-width: 650px) {
  .blue-button,
  .primary-button {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .blue-button:hover,
  .primary-button:hover {
    background: transparent !important;
    color: #1AB499 !important;
    border-color: #1AB499 !important;
  }
  .blue-button:active,
  .primary-button:active {
    background: #179e86 !important;
    color: #FFF !important;
    border-color: #179e86 !important;
  }
}
.primary-button-wrapper a {
  padding: 10px 20px !important;
  background: transparent !important;
  border: 2px solid #1AB499 !important;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #1AB499 !important;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.primary-button-wrapper a:hover {
  background: #179e86 !important;
  color: #FFF !important;
  border-color: #179e86 !important;
}
@media screen and (max-width: 650px) {
  .primary-button-wrapper a {
    display: block;
  }
}
.header-top {
  background: #F5F4F5;
  padding: 0.5em 0;
  color: #a4a4a4;
}
.header-top a {
  color: #a4a4a4;
}
.header-top a:hover {
  color: #22dfbe;
}
.header-top p {
  font-size: 0.875em;
}
.header-top .social-links {
  *zoom: 1;
  zoom: 1;
}
.header-top .social-links:before,
.header-top .social-links:after {
  content: "";
  display: table;
}
.header-top .social-links:after {
  clear: both;
}
.header-top .social-links:before {
  content: '';
  display: block;
}
.header-top .social-links:after {
  content: '';
  display: table;
  clear: both;
}
.header-top .social-links li {
  display: inline-block;
}
.header-top .social-links li a {
  padding: 0 0.5em;
}
@media screen and (min-width: 551px) {
  .header-top .header-left {
    float: left;
  }
  .header-top .header-right {
    float: right;
  }
}
@media screen and (max-width: 550px) {
  .header-top .header-left,
  .header-top .header-right {
    text-align: center;
  }
  .header-top .header-left {
    margin-bottom: 5px;
  }
}
header {
  text-align: center;
  padding: 1em 0;
  *zoom: 1;
  zoom: 1;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header:before {
  content: '';
  display: block;
}
header:after {
  content: '';
  display: table;
  clear: both;
}
header svg {
  max-width: 100%;
}
header svg .logo-fill {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
header svg:hover .logo-fill {
  fill: #179e86;
}
header .logo {
  text-align: left;
}
header .tagline {
  text-align: right;
}
header .tagline h2 {
  font-size: 2em;
}
@media screen and (min-width: 1001px) {
  header .logo-wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
  header .logo,
  header .tagline {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1000px) {
  header .logo {
    float: left;
  }
  header .tagline h2 {
    display: none;
  }
}
nav {
  *zoom: 1;
  zoom: 1;
  background: #1AB499;
}
nav:before,
nav:after {
  content: "";
  display: table;
}
nav:after {
  clear: both;
}
nav:before {
  content: '';
  display: block;
}
nav:after {
  content: '';
  display: table;
  clear: both;
}
nav .menu {
  margin: 0;
}
nav .menu li {
  margin: 0;
  position: relative;
  line-height: 40px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
nav .menu li:hover > ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible;
}
nav .menu li:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
nav .menu li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  background: #1AB499;
  width: 180px;
  z-index: 100000000000;
  margin-left: -90px;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
nav .menu li ul:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #1AB499;
  border-width: 6px;
  margin-left: -6px;
}
nav .menu li ul li {
  display: block;
  text-align: left;
  font-size: 0.9em;
  line-height: normal;
}
nav .menu li ul li:hover > a,
nav .menu li ul li:hover > span {
  background: #179e86;
  color: #FFF;
}
nav .menu li ul li ul {
  left: 150%;
  top: 0;
}
nav .menu li ul li ul:after {
  right: 100%;
  top: 19px;
  left: auto;
  bottom: auto;
  border-color: rgba(66, 133, 244, 0);
  border-right-color: #1AB499;
  border-width: 6px;
  margin-top: -6px;
}
nav .menu li ul li:after {
  display: none;
}
nav .menu li ul li:last-child {
  border-bottom: none;
}
nav .menu li ul li a,
nav .menu li ul li span {
  display: block;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: rgba(255, 255, 255, 0.75);
}
nav .menu li ul li a:hover,
nav .menu li ul li span:hover {
  background: #179e86;
  color: #FFF;
}
nav .menu li a,
nav .menu li span {
  color: #FFF;
  padding: 0 20px;
  display: inline-block;
}
nav .menu li a:hover,
nav .menu li span:hover {
  background: #179e86;
}
nav .menu li span:hover {
  cursor: default;
}
nav .menu > li:hover > a,
nav .menu > li:hover > span {
  background: #179e86;
}
.col-50 {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
.cols-3,
.col-30 {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
.cols-4 .col-40 {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
}
.col-70 {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
}
.col-100 {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
}
blockquote {
  font-size: 1.5em;
  line-height: 1.25;
  padding: 1em 2em 1em 3em;
  margin: 1em 0 1em -2em;
  color: #FFF;
  background: #1AB499;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  position: relative;
  border-radius: 3px;
}
blockquote a {
  color: rgba(255, 255, 255, 0.75);
}
blockquote a:hover {
  color: #FFF;
}
blockquote p {
  display: inline;
}
blockquote:before {
  color: rgba(255, 255, 255, 0.3);
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 3em;
  line-height: 0.1;
  margin-right: -0.25em;
  vertical-align: -0.35em;
}
blockquote:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1020px) {
  blockquote {
    padding: 1em 2em;
    margin: 1em 0;
  }
}
section {
  padding: 2em 0;
  text-align: center;
  *zoom: 1;
  zoom: 1;
}
section:before,
section:after {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
section:before {
  content: '';
  display: block;
}
section:after {
  content: '';
  display: table;
  clear: both;
}
section table {
  width: 100%;
  margin: 2em 0 1em 0;
}
section table a:after {
  display: none;
}
section table a:hover {
  color: #179e86 !important;
}
section table td,
section table th {
  padding: 10px 15px;
}
section thead th {
  background: #b50800;
  color: #FFF;
  font-size: 1.25em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  border-bottom: 5px solid rgba(181, 8, 0, 0.15);
}
section thead th:first-child {
  border-top-left-radius: 3px;
}
section thead th:last-child {
  border-top-right-radius: 3px;
}
section tbody tr {
  background: #F5F4F5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section tbody tr:nth-child(2n) {
  background: #e9e7e9;
}
section tbody tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
section tbody tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
section .team-main .team-member {
  *zoom: 1;
  zoom: 1;
  border-bottom: 1px solid #F5F5F5;
}
section .team-main .team-member:before,
section .team-main .team-member:after {
  content: "";
  display: table;
}
section .team-main .team-member:after {
  clear: both;
}
section .team-main .team-member:before {
  content: '';
  display: block;
}
section .team-main .team-member:after {
  content: '';
  display: table;
  clear: both;
}
section .team-main .team-member:not(:last-child) {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
section .team-main .team-member:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
section .team-main .team-member .team-image {
  float: left;
  width: 32%;
  margin-right: 3%;
}
section .team-main .team-member .team-image img {
  border: 5px solid #F5F5F5;
}
section .team-main .team-member .team-content {
  float: right;
  width: 65%;
}
section .team-main .team-member .team-content h2 {
  margin: 0;
}
section .team-main .team-member .team-content h3 {
  color: rgba(58, 71, 80, 0.5);
}
section .team-main .team-member .team-content p:last-child {
  margin: 0;
}
section .team-main .team-member .team-content-full {
  width: 100%;
  display: block;
  float: none;
}
section .team-main .team-member:nth-of-type(2n+2) .team-image {
  float: right;
  margin-right: 0;
  margin-left: 3%;
}
section .team-main .team-member:nth-of-type(2n+2) .team-content {
  float: left;
  text-align: right;
}
@media screen and (max-width: 550px) {
  section .team-main .team-member .team-image,
  section .team-main .team-member .team-content {
    float: none !important;
    width: 100%;
    display: block;
    text-align: center !important;
  }
  section .team-main .team-member .team-image {
    margin-bottom: 20px;
  }
  section .team-main .team-member .team-image img {
    max-width: 50%;
  }
}
@media screen and (max-width: 400px) {
  section .team-main .team-member .team-image img {
    max-width: 75%;
  }
}
section li,
section p {
  line-height: 1.75;
}
section p {
  margin-bottom: 1.25em;
}
section p:last-child {
  margin-bottom: 0;
}
section h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}
section h2 {
  font-size: 2em;
  margin-bottom: 0.625em;
}
section .line-heading {
  position: relative;
  color: #2f3a41;
  z-index: 1;
}
section .line-heading span {
  padding: 0 0.75em;
  background: #FFF;
}
section .line-heading:before {
  content: ' ';
  height: 1px;
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  background: #e3e0e3;
  z-index: -1;
}
section h3 {
  font-size: 1.5em;
  margin-bottom: 0.83333333em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
section h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  margin-bottom: 1.11111111em;
}
section ul {
  margin-bottom: 1.25em;
}
section .image-left,
section .image-right {
  border: 5px solid #F7F7F7;
  border-radius: 3px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 650px) {
  section .image-left,
  section .image-right {
    float: none;
    display: block;
    margin: 0.5em auto;
  }
}
section .image-left {
  float: left;
  margin: 0 1em 1em 0;
}
section .image-right {
  float: right;
  margin: 0 0 1em 1em;
}
section .large-italic {
  font-size: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 0.83333333em;
}
section .image-wrapper {
  position: relative;
  border: 10px solid #F5F4F5;
  background: #efedef;
}
section .image-wrapper a {
  display: block;
  color: white;
}
section .image-wrapper a:hover .dark-overlay {
  opacity: 1;
}
section .image-wrapper img {
  display: block;
  margin: 0 auto;
}
section .image-wrapper .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 100;
}
section .image-wrapper .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  width: 100%;
  z-index: 200;
}
section .image-wrapper h3 {
  text-align: center;
  background-color: rgba(26, 180, 153, 0.4);
  display: inline-block;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 1.125em;
}
section .content {
  display: inline;
  float: left;
  width: 72.91666667%;
  margin: 0 1.04166667%;
  text-align: left;
}
section .content ul li,
section .content ol li {
  margin: 0.5em 2em;
}
section .content ul li {
  text-indent: -0.5em;
  display: list-item;
  text-align: -webkit-match-parent;
}
section .content ul li:before {
  content: '';
  float: left;
  width: 0.5em;
  height: 0.5em;
  background-color: #1AB499;
  left: -1.25em;
  position: relative;
  top: 0.5em;
  border-radius: 2px;
}
section .content .proclaim-it-map {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
section .content .proclaim-it-map a:after {
  display: none;
}
section .content .proclaim-it-map img {
  max-width: none;
}
section .content a {
  border-bottom: 1px solid #F5F4F5;
}
section .content a:hover {
  border-color: #e3e0e3;
}
section .calendar-content h1 {
  margin: 0;
}
section .talks-content table,
section .calendar-content table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  width: 100%;
  margin: 20px -1px 24px 0;
}
section .talks-content table,
section .calendar-content table,
section .talks-content td,
section .calendar-content td,
section .talks-content th,
section .calendar-content th {
  text-align: left;
  vertical-align: top;
}
section .talks-content tr:first-child td,
section .calendar-content tr:first-child td {
  border-top: none;
}
section .talks-content tr:nth-child(2n),
section .calendar-content tr:nth-child(2n) {
  background-color: #FAFAFA;
}
section .talks-content th,
section .calendar-content th {
  color: #666;
  text-transform: uppercase;
  padding: 10px;
}
section .talks-content td,
section .calendar-content td {
  color: #888;
  padding: 10px;
}
section .talks-content tfoot td,
section .calendar-content tfoot td {
  border: 0;
}
section .talks-content tr th,
section .calendar-content tr th,
section .talks-content thead th,
section .calendar-content thead th {
  color: #888;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 9px 24px;
}
section .talks-content tr td,
section .calendar-content tr td {
  padding: 6px 10px;
}
section .talks-content tr.odd td,
section .calendar-content tr.odd td {
  background: #F7F7F7;
}
section .sidebar {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
  text-align: left;
}
section .sidebar .sidebar-content-wrapper {
  max-width: 350px;
  margin: 0 auto;
}
section .sidebar .primary-button {
  display: block;
}
section .sidebar .open h3 a {
  display: block;
  color: #303841;
}
section .sidebar .open ul li {
  font-size: 0.9375em;
  margin: 0 0 1px 0;
}
section .sidebar .open ul a {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: block;
  color: #5b6b7c;
  padding: 6px 12px;
  border-left: 1px solid transparent;
}
section .sidebar .open ul a:hover {
  border-color: #ad8b8b;
  background: #F5F4F5;
}
section .sidebar .open ul .selected > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background: rgba(26, 180, 153, 0.1) !important;
  border-color: rgba(26, 180, 153, 0.25) !important;
}
section .sidebar .open ul li ul,
section .sidebar .open ul .selected ul {
  padding-left: 10px;
  margin: 0;
}
section .sidebar .open ul li ul a,
section .sidebar .open ul .selected ul a {
  background: transparent;
  border-color: transparent;
}
section .sidebar .open ul li ul a:hover,
section .sidebar .open ul .selected ul a:hover {
  border-color: #ad8b8b;
  background: #F5F4F5;
}
.page-background-image {
  background: url("../images/stock-1.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 0;
}
.page-background-image .dark-overlay {
  padding: 4em 0;
  position: relative;
  z-index: 1;
}
.page-background-image .dark-overlay:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(48, 56, 65, 0.2);
  z-index: -1;
}
.page-background-image h1 {
  font-size: 3.75em;
  color: #FFF;
  margin: 0;
  text-align: left;
}
.welcome-text {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .welcome-text {
    width: 100%;
  }
}
.search-hide-button {
  display: block;
  padding: 1em !important;
  background: #F5F4F5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #3A4750;
  margin: 0 0 1em 0;
}
.search-hide-button:after {
  display: none !important;
}
.search-hide-button:hover {
  background: #e9e7e9;
  color: #3A4750 !important;
}
.search-hide-button h3 {
  margin: 0;
}
.search-hide-button h3 i {
  float: right;
  font-size: 1.5em;
}
.search-results .view-more {
  margin-bottom: 5px;
}
.inner {
  padding: 2em 0;
}
.inner .grey-content-box {
  padding: 40px;
}
.grey-content-box,
.grey-section {
  *zoom: 1;
  zoom: 1;
  background: #F5F4F5;
  border-top: 1px solid #e9e7e9;
}
.grey-content-box:before,
.grey-section:before,
.grey-content-box:after,
.grey-section:after {
  content: "";
  display: table;
}
.grey-content-box:after,
.grey-section:after {
  clear: both;
}
.grey-content-box:before,
.grey-section:before {
  content: '';
  display: block;
}
.grey-content-box:after,
.grey-section:after {
  content: '';
  display: table;
  clear: both;
}
.grey-content-box .line-heading span,
.grey-section .line-heading span {
  background: #F5F4F5;
}
.grey-content-box {
  padding: 40px;
}
footer {
  *zoom: 1;
  zoom: 1;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer:before {
  content: '';
  display: block;
}
footer:after {
  content: '';
  display: table;
  clear: both;
}
footer .page {
  max-width: 700px;
}
footer .grey-content-box {
  padding: 25px;
}
footer .col-50 {
  text-align: center;
}
footer h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
footer .twitter-footer-icon {
  color: #28A9E0;
}
footer .twitter-footer {
  color: rgba(58, 71, 80, 0.15);
}
footer p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
footer img {
  border: 5px solid #efedef;
}
footer .social-links {
  margin-top: 1em;
}
footer .social-links li {
  display: inline;
  margin-right: 5px;
}
footer .social-links li img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
footer .social-links li img:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
footer .tweets .twitter-footer {
  font-size: 0.875em;
}
.footer-bottom {
  padding: 10px 0;
  background: #efedef;
}
.footer-bottom .page {
  max-width: 1000px;
}
.footer-bottom p {
  float: left;
  font-size: 0.75em;
  margin: 6px 0 0 0;
}
@media screen and (max-width: 480px) {
  .footer-bottom p span {
    display: block;
    width: 100%;
  }
}
.footer-bottom img {
  float: right;
}
@media screen and (max-width: 1024px) {
  .slicknav_menu {
    display: block;
  }
  .menu {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .page {
    width: 100%;
    padding: 0 15px;
  }
  header .page {
    *zoom: 1;
    zoom: 1;
    position: relative;
  }
  header .page:before,
  header .page:after {
    content: "";
    display: table;
  }
  header .page:after {
    clear: both;
  }
  header .page:before {
    content: '';
    display: block;
  }
  header .page:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 2em 0;
  }
  section .content {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0 1.04166667%;
    margin-bottom: 2em;
    padding-bottom: 2em;
    position: relative;
  }
  section .content:after {
    content: " ";
    width: 50px;
    height: 3px;
    background: #F5F4F5;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
  }
  section .sidebar {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0 1.04166667%;
  }
  section .line-heading span {
    padding: 0;
  }
  section .line-heading:after,
  section .line-heading:before {
    display: none;
  }
  .inner {
    padding: 1em 0;
  }
}
@media screen and (max-width: 650px) {
  body {
    font-size: 95%;
  }
  .cols-3 {
    display: block;
    float: none;
    width: 60%;
    margin: 0 auto 1.5em auto;
    *zoom: 1;
    zoom: 1;
  }
  .cols-3:last-child {
    margin: 0 auto;
  }
  .cols-3:before,
  .cols-3:after {
    content: "";
    display: table;
  }
  .cols-3:after {
    clear: both;
  }
  .cols-3:before {
    content: '';
    display: block;
  }
  .cols-3:after {
    content: '';
    display: table;
    clear: both;
  }
  footer .grey-content-box {
    padding: 25px 0;
  }
  footer .col-70,
  footer .col-30 {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0 1.04166667%;
  }
  footer .col-50 {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0 1.04166667%;
    text-align: center;
  }
  footer .footer-right {
    margin-top: 1em;
  }
  .footer-bottom p {
    float: none;
    text-align: center;
  }
  .footer-bottom img {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .col-50 {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0 1.04166667%;
  }
}
@media screen and (max-width: 480px) {
  .cols-3 {
    width: 90%;
  }
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*top: 50%;
left: 50%;*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.section-no-padding {
  padding: 0;
}
ul {
  list-style: none;
}
.content-center {
  text-align: center;
}
.left-align {
  text-align: left;
}
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: #F5F4F5;
}
.background-top {
  background-position: 50% 0% !important;
}
.background-top-middle {
  background-position: 50% 25% !important;
}
.background-middle {
  background-position: 50% 50% !important;
}
.background-bottom-middle {
  background-position: 50% 75% !important;
}
.background-bottom {
  background-position: 50% 100% !important;
}
@font-face {
  font-family: 'quote';
  src: url('fonts/quote.eot?20704581');
  src: url('fonts/quote.eot?20704581#iefix') format('embedded-opentype'), url('fonts/quote.woff?20704581') format('woff'), url('fonts/quote.ttf?20704581') format('truetype'), url('fonts/quote.svg?20704581#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?20704581#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "quote";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-quote-left:before {
  content: '\e800';
}
/* '' */
ul.downloads li,
ul.links li {
  margin: 0.5em 2em;
  text-indent: -0.5em;
  display: list-item;
  text-align: -webkit-match-parent;
  font-size: 15px;
}
ul.downloads li:before,
ul.links li:before {
  font-family: "FontAwesome";
  color: rgba(58, 71, 80, 0.75);
  float: left;
  left: -1em;
  position: relative;
  top: 2px;
}
ul.downloads li:before {
  content: "\f019";
}
ul.links li:before {
  content: "\f08e";
}
.pit-controls {
  width: 100%;
  padding: 10px 10px 20px 10px;
  *zoom: 1;
  zoom: 1;
  border: 1px solid #E2E2E2;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.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:before,
.pit-controls:after {
  content: "";
  display: table;
}
.pit-controls:after {
  clear: both;
}
.pit-controls:before {
  content: '';
  display: block;
}
.pit-controls:after {
  content: '';
  display: table;
  clear: both;
}
.pit-controls a {
  color: rgba(102, 102, 102, 0.9);
}
.pit-controls a:hover {
  color: #666;
}
.pit-controls .left-controls {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  width: 4%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 0 0 25px;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 0 0 25px;
  /* IE 10 */
  -webkit-box-flex: 0;
          flex: 0 0 25px;
  /* NEW, Spec - Firefox, Chrome, Opera */
  margin-right: 5px;
  font-size: 1.125em;
}
.pit-controls .left-controls i {
  margin-top: 3px;
}
.pit-controls .right-controls {
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  width: 10%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 0 0 100px;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 0 0 100px;
  /* IE 10 */
  -webkit-box-flex: 0;
          flex: 0 0 100px;
  /* NEW, Spec - Firefox, Chrome, Opera */
  margin-left: 10px;
}
.pit-controls .progress {
  -webkit-box-flex: 7;
  /* OLD - iOS 6-, Safari 3.1-6 */
  width: 75%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 7;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 7;
  /* IE 10 */
  -webkit-box-flex: 7;
          flex: 7;
  /* NEW, Spec - Firefox, Chrome, Opera */
  *zoom: 1;
  zoom: 1;
  position: relative;
}
.pit-controls .progress:before,
.pit-controls .progress:after {
  content: "";
  display: table;
}
.pit-controls .progress:after {
  clear: both;
}
.pit-controls .progress:before {
  content: '';
  display: block;
}
.pit-controls .progress:after {
  content: '';
  display: table;
  clear: both;
}
.pit-controls .progress .progress-time {
  font-size: 0.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: 0.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;
}
/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.75em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.5em;
  height: 0.25em;
  border-radius: 3px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
  border-top: 1px solid rgba(26, 180, 153, 0);
}
.slicknav_nav ul:last-child,
.slicknav_nav li:last-child {
  border-bottom: 1px solid rgba(26, 180, 153, 0);
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.slicknav_icon {
  -webkit-transition: all 0.4s cubic-bezier(0.61, 0.04, 0.17, 1.32);
  transition: all 0.4s cubic-bezier(0.61, 0.04, 0.17, 1.32);
}
/* Button */
.slicknav_btn {
  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 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.slicknav_open .slicknav_icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: translate(0px, 9px) rotate(-45deg);
  transform: translate(0px, 9px) rotate(-45deg);
}
.slicknav_open .slicknav_icon-bar:nth-child(2) {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.slicknav_open .slicknav_icon-bar:nth-child(3) {
  -webkit-transform: translate(0px, -5px) rotate(45deg);
  transform: translate(0px, -5px) rotate(45deg);
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #FFF;
}
.slicknav_nav {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  background: #18a990;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0 0 0 2em;
  margin: 0;
}
.slicknav_nav ul li:first-child {
  border: none;
}
.slicknav_nav .slicknav_item {
  padding: 8px 2em;
  font-size: 16px;
}
.slicknav_nav a {
  padding: 8px 2em;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  outline: none;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_item:hover {
  background: #179e86;
  color: #FFF;
}
.slicknav_nav a:hover {
  background: #179e86;
  color: #FFF;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.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(48, 56, 65, 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;
  -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(48, 56, 65, 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: #1AB499;
  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: #1AB499;
  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;
}
*,
*: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: 0.8em;
}
.calendar .month-display .calendar_nav {
  float: left;
  width: 33%;
  text-align: left;
}
.calendar .month-display .calendar_nav a {
  border: 1px solid #1AB499;
  padding: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.calendar .month-display .calendar_nav a:hover {
  background-color: #1AB499;
  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;
  position: relative;
  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 div[class*="week_"]:before,
.calendar div[class*="week-"]:before,
.calendar div[class*="week_"]:after,
.calendar div[class*="week-"]:after {
  content: " ";
  position: absolute;
  height: 100%;
  z-index: -1;
  top: 0;
}
.calendar div[class*="week_"]:before,
.calendar div[class*="week-"]:before {
  background: rgba(93, 66, 66, 0.075);
}
.calendar .week_1:before {
  left: 0;
  width: 14.28571429%;
}
.calendar .week_2:before {
  left: 0;
  width: 28.57142857%;
}
.calendar .week_3:before {
  left: 0;
  width: 42.85714286%;
}
.calendar .week_4:before {
  left: 0;
  width: 57.14285714%;
}
.calendar .week_5:before {
  left: 0;
  width: 71.42857143%;
}
.calendar .week_6:before {
  left: 0;
  width: 85.71428571%;
}
.calendar .week_end_1:before {
  right: 0;
  width: 14.28571429%;
}
.calendar .week_end_2:before {
  right: 0;
  width: 28.57142857%;
}
.calendar .week_end_3:before {
  right: 0;
  width: 42.85714286%;
}
.calendar .week_end_4:before {
  right: 0;
  width: 57.14285714%;
}
.calendar .week_end_5:before {
  right: 0;
  width: 71.42857143%;
}
.calendar .week_end_6:before {
  right: 0;
  width: 85.71428571%;
}
.calendar .week-today-0:after {
  width: 14.28571429%;
  left: -14.28571429%;
  background: rgba(26, 180, 153, 0.2) !important;
}
.calendar .week-today-1:after {
  width: 14.28571429%;
  left: 0%;
  background: rgba(26, 180, 153, 0.2) !important;
}
.calendar .week-today-2:after {
  width: 14.28571429%;
  left: 14.28571429%;
  background: rgba(26, 180, 153, 0.2) !important;
}
.calendar .week-today-3:after {
  width: 14.28571429%;
  left: 28.57142857%;
  background: rgba(26, 180, 153, 0.2) !important;
}
.calendar .week-today-4:after {
  width: 14.28571429%;
  left: 42.85714286%;
  background: rgba(26, 180, 153, 0.2) !important;
}
.calendar .week-today-5:after {
  width: 14.28571429%;
  left: 57.14285714%;
  background: rgba(26, 180, 153, 0.2) !important;
}
.calendar .week-today-6:after {
  width: 14.28571429%;
  left: 71.42857143%;
  background: rgba(26, 180, 153, 0.2) !important;
}
.calendar .week-today-7:after {
  width: 14.28571429%;
  left: 85.71428571%;
  background: rgba(26, 180, 153, 0.2) !important;
}
.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;
  border: none !important;
}
.calendar li .day,
.calendar li .month {
  display: none;
}
.calendar li.out_of_range {
  background-color: #F5F5F5;
  color: #666;
}
.calendar li .show-info {
  margin: 0 5% 5px 5%;
  display: block;
  font-size: 12px;
  padding: 5px 5px 5px 7px;
  color: #666;
  line-height: 14px;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
  border: 1px solid #b5dbdc;
  color: #009aaf;
  text-decoration: none;
  width: 90%;
}
.calendar li .show-info .colourdiv {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 2px;
}
.calendar li .span-1 {
  width: 90%;
}
.calendar li .span-2 {
  width: 190%;
}
.calendar li .span-3 {
  width: 290%;
}
.calendar li .span-4 {
  width: 390%;
}
.calendar li .span-5 {
  width: 490%;
}
.calendar li .span-6 {
  width: 590%;
}
.calendar li .span-7 {
  width: 690%;
}
.calendar li .show-info:hover .venue {
  display: block;
}
.calendar li a,
.calendar li .show-info .show-name {
  text-decoration: none;
}
.calendar li .show-info .show-time,
.calendar li .venue {
  color: #666;
  margin-top: 2px;
  text-decoration: none;
}
.calendar .days:last-child li {
  margin-bottom: 0px;
}
.calendar .date {
  text-align: right;
  margin-bottom: 5px;
  padding: 5px 5px 0 0;
}
.calendar .no-shows {
  display: none;
}
.calendar .venue {
  display: none;
}
.calendar-wrapper {
  display: inline;
  float: left;
  overflow: hidden;
  width: 98.14814814814815%;
  margin: 0 0.9259259259259258%;
}
.calendar .day-container {
  float: left;
  width: 100%;
}
.calendar .day-container .list-day {
  float: left;
  width: 20%;
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #1AB499;
}
@media only screen and (max-width: 540px) {
  .calendar .day-container .list-day {
    width: 100%;
  }
}
.calendar .day-container .list-event {
  float: right;
  width: 78%;
  padding: 10px;
}
@media only screen and (max-width: 540px) {
  .calendar .day-container .list-event {
    width: 100%;
  }
}
.calendar .day-container .list-event .event-time {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #777;
}
.calendar .day-container .list-event .event-title {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.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-today {
  background: rgba(26, 180, 153, 0.15);
  border-left: 5px solid rgba(26, 180, 153, 0.25);
}
@media only screen and (max-width: 1024px) {
  .calendar .list-hide {
    display: none;
  }
}
.event_image {
  max-width: 100%;
  height: auto;
}
.event_times .event_dates {
  font-weight: bold;
}
.event_name,
.back-button {
  margin-top: 20px;
}
.location_left {
  width: 48%;
  margin-right: 2%;
  float: left;
}
@media only screen and (max-width: 540px) {
  .location_left {
    width: 100%;
    margin-right: 0%;
  }
}
.location_left h4.location_directions,
.location_left h4.location_phone,
.location_left h4.location_link {
  margin-top: 15px;
}
.location_right {
  float: right;
  width: 48%;
  margin-left: 2%;
}
.location_right .location_image {
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .location_right {
    width: 100%;
    margin-right: 0%;
  }
}
.location_right .proclaim-it-map {
  padding-bottom: 100% !important;
}
.calendar-sidebar ul li a {
  padding: 0 !important;
  background-color: transparent !important;
}
.calendar-sidebar ul li a:hover {
  border: none;
}
.calendar-sidebar h3 {
  margin-bottom: 5px;
}
.calendar-sidebar .sidebar-options {
  font-size: 14px;
  color: #333;
}
.calendar-sidebar .sidebar-options a {
  text-decoration: none;
}
.calendar-sidebar .sidebar-options .view-selected {
  text-decoration: underline;
}
.calendar-sidebar .sidebar-options .sidebar-date-view {
  width: 100%;
  margin-bottom: 1em;
}
.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 .ical-list ul li,
.calendar-sidebar .ical-list ol li {
  margin: 0.5em 2em;
}
.calendar-sidebar .ical-list ul li {
  text-indent: -0.5em;
  display: list-item;
  text-align: -webkit-match-parent;
}
.calendar-sidebar .ical-list ul li:before {
  content: '';
  float: left;
  width: 0.5em;
  height: 0.5em;
  background-color: #5D4242;
  left: -1.25em;
  position: relative;
  top: 0.5em;
  border-radius: 2px;
}
.calendar-sidebar .ical-categories {
  margin-top: 1.5em;
}
.calendar-sidebar .calendar-categories {
  float: left;
}
.calendar-sidebar .calendar-categories ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0 !important;
  float: left;
}
.calendar-sidebar .calendar-categories ul li {
  text-indent: 0 !important;
  margin: 0px 5px 5px 0px !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 100% !important;
  float: left;
  margin-right: 10px;
  display: block;
  padding: 5px 5px 5px 7px;
  color: #666;
  line-height: 14px;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
  border: 1px solid #b5dbdc;
  margin-bottom: 10px;
}
.calendar-sidebar .calendar-categories ul li:before {
  font-family: '' !important;
  content: '' !important;
  color: inherit !important;
  float: none !important;
  width: auto !important;
}
.calendar-sidebar .calendar-categories ul li .colourdiv {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 2px;
}
.calendar-sidebar .calendar-categories ul li a {
  text-decoration: none;
}
.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: 100%;
  height: 100%;
  position: fixed;
  display: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s 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: 50px auto 0 auto;
  display: none;
  border-radius: 5px;
  color: #666;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.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;
  margin: 0;
}
.event-detail h3 {
  font-size: 1.25em;
  text-transform: none !important;
  color: #666 !important;
}
.event-detail header {
  *zoom: 1;
  zoom: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  height: 55px;
  position: fixed;
  width: inherit;
  top: initial;
  box-shadow: none;
  padding: 0;
  text-align: left;
  background-color: transparent;
}
.event-detail header:before,
.event-detail header:after {
  content: "";
  display: table;
}
.event-detail header:after {
  clear: both;
}
.event-detail header:before {
  content: '';
  display: block;
}
.event-detail header:after {
  content: '';
  display: table;
  clear: both;
}
.event-detail header .category-color,
.event-detail header .title {
  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: #1AB499;
  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;
  margin: 0;
}
.event-detail header .title h2 {
  padding: 0 35px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.event-detail header .title a:hover > img {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.event-detail header .title img {
  position: absolute;
  top: 18px;
  right: 10px;
  margin: 0;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-detail section {
  *zoom: 1;
  zoom: 1;
  text-align: left;
  padding: 0;
}
.event-detail section:before,
.event-detail section:after {
  content: "";
  display: table;
}
.event-detail section:after {
  clear: both;
}
.event-detail section:before {
  content: '';
  display: block;
}
.event-detail section:after {
  content: '';
  display: table;
  clear: both;
}
.event-detail .event-info {
  border-bottom: 1px solid #F5F5F5;
  padding-top: 55px;
}
.event-detail .event-info .left {
  float: left;
  width: 70%;
  padding: 15px;
}
.event-detail .event-info .left hr {
  margin: 0.3em 0;
  border-top: 1px solid #F5F5F5;
}
.event-detail .event-info .left h4 {
  font-weight: normal;
}
.event-detail .event-info .left p {
  display: inline-block;
}
.event-detail .event-info .left p:last-child {
  margin-bottom: 0;
}
.event-detail .event-info .right {
  float: right;
  width: 30%;
  padding: 15px 15px 15px 0;
}
.event-detail .event-info .right img {
  max-width: 100%;
  height: auto;
  border: 3px solid #F5F5F5;
}
@media only screen and (max-width: 325px) {
  .event-detail .left,
  .event-detail .right {
    width: 100% !important;
    padding: 15px !important;
  }
  .event-detail .right {
    padding-top: 0 !important;
  }
}
.event-detail .event-extra-info {
  padding: 15px;
}
.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: #1AB499 !important;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  border: 1px solid #1AB499;
  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: #1AB499 !important;
}
.event-detail .event-extra-info .more-info span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  -webkit-transition: padding-right 0.5s;
  transition: padding-right 0.5s;
}
.event-detail .event-extra-info .more-info span:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: -18px;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #1AB499;
  border-top: none;
  border-right: none;
  -webkit-transition: opacity 0.5s, top 0.5s, right 0.5s;
  transition: opacity 0.5s, top 0.5s, right 0.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 0.5s, top 0.5s, right 0.5s;
  -webkit-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -o-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -ms-transition: opacity 0.5s, top 0.5s, right 0.5s;
  opacity: 1;
  border-color: white;
  right: 0;
  top: 55%;
}
.event-detail .event-extra-info .more-info:hover,
.event-detail .event-extra-info .more-info:active {
  border: 1px solid #1AB499 !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 .primary-button-wrapper a {
  padding: 8px;
  display: block;
}
.event-detail .event-map iframe {
  width: 100%;
}
.detail-container-show {
  display: block;
  z-index: 10000000;
  /* Fx 5+ */
  /* Opera 12+ */
  animation: darkOverlayAnimateIn 0.15s forwards;
  -webkit-animation: darkOverlayAnimateIn 0.15s forwards;
  /* Safari 4+ */
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.event-detail-show {
  display: block;
  /* Fx 5+ */
  /* Opera 12+ */
  animation: animateIn 0.5s forwards;
  -webkit-animation: animateIn 0.5s forwards;
  /* Safari 4+ */
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
@-webkit-keyframes darkOverlayAnimateIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes darkOverlayAnimateIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animateIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes animateIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
.calendar-inside .event-title {
  font-size: 2em;
  margin: 0 !important;
}
.calendar-inside h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
  color: #303841 !important;
}
.calendar-inside section {
  text-align: left;
  *zoom: 1;
  zoom: 1;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F5F5F5;
}
.calendar-inside section:before,
.calendar-inside section:after {
  content: "";
  display: table;
}
.calendar-inside section:after {
  clear: both;
}
.calendar-inside section:before {
  content: '';
  display: block;
}
.calendar-inside section:after {
  content: '';
  display: table;
  clear: both;
}
.calendar-inside section:first-child,
.calendar-inside section:last-child {
  border-bottom: none;
}
.calendar-inside section hr {
  border-top: 1px solid #F5F5F5;
  margin-top: 10px;
  margin-bottom: 10px;
}
.calendar-inside section .icon-sidebar {
  float: left;
  width: 8%;
  margin-right: 2%;
  text-align: center;
}
.calendar-inside section .icon-sidebar i {
  font-size: 22px;
}
.calendar-inside section .icon-sidebar i:before {
  font-family: "calendar-icons";
}
.calendar-inside section .event-content {
  float: right;
  width: 90%;
}
.calendar-inside section .event-content .event-image {
  max-width: 100%;
  height: auto;
  border: 5px solid #666;
  margin-bottom: 10px;
  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;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'calendar-icons';
    src: url('../font/calendar-icons.svg?86120886#calendar-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "calendar-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-clock:before {
  content: '\e800';
}
/* '' */
.icon-location:before {
  content: '\e801';
}
/* '' */
.icon-doc-text:before {
  content: '\e802';
}
/* '' */
.icon-link:before {
  content: '\e803';
}
/* '' */
.icon-picture:before {
  content: '\e804';
}
/* '' */
@media screen and (min-width: 769px) {
  .pit-gallery a 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;
  }
}
section .talks-content a {
  border: none;
}
.addthis_toolbox a {
  width: 33%;
}
.series-overlay {
  width: 100%;
  position: absolute;
  background: rgba(51, 54, 59, 0.7);
  color: white;
  font-size: 12px;
  padding: 1px;
  text-align: center;
}
.podcast-list {
  margin: 0;
}
.podcast-list li {
  text-indent: 0;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.podcast-list li:before {
  display: none;
}
.podcast-list a {
  padding: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  border-radius: 3px;
}
.podcast-list a:hover {
  color: white;
}
.podcast-list .itunes-link {
  color: #B83FF6;
}
.podcast-list .itunes-link:hover {
  background: #B83FF6;
}
.podcast-list .rss-link {
  color: #E67E22;
}
.podcast-list .rss-link:hover {
  background: #E67E22;
}
.sermons-block {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 1.5em;
}
.sermons-block-content {
  padding: 1em;
}
.section-title {
  color: white;
  background-color: #303841;
  padding: 0.8em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.25em;
}
#pit-sermons-home {
  *zoom: 1;
  zoom: 1;
}
#pit-sermons-home:before,
#pit-sermons-home:after {
  content: "";
  display: table;
}
#pit-sermons-home:after {
  clear: both;
}
#pit-sermons-home:before {
  content: '';
  display: block;
}
#pit-sermons-home:after {
  content: '';
  display: table;
  clear: both;
}
#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-sermon-1 {
  margin: 0;
}
#pit-sermons-home #latest .main {
  padding: 1em;
  background-color: transparent;
}
#pit-sermons-home #latest .main .latest-title {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #EAEAEA;
}
#pit-sermons-home #latest .main .passage-title {
  color: rgba(48, 56, 65, 0.7);
}
#pit-sermons-home #latest .main .sub-info {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  *zoom: 1;
  zoom: 1;
  margin-top: 1em;
}
#pit-sermons-home #latest .main .sub-info:before,
#pit-sermons-home #latest .main .sub-info:after {
  content: "";
  display: table;
}
#pit-sermons-home #latest .main .sub-info:after {
  clear: both;
}
#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,
#pit-sermons-home #latest .main .sub-info .passage-title,
#pit-sermons-home #latest .main .sub-info .date,
#pit-sermons-home #latest .main .sub-info .tag-title {
  font-size: 13px;
}
#pit-sermons-home #latest .main .sub-info .author span {
  font-size: 0.9em;
  color: #858585;
}
#pit-sermons-home #latest .main .sub-info .icons {
  position: relative;
  float: right;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder {
  float: left;
  line-height: 20px;
  width: 30px;
  height: 30px;
  padding: 4px 3px;
  background-color: #303841;
  margin-left: 5px;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a {
  display: block;
  color: #FFF !important;
  /* '?' */
  /* '?' */
  /* '?' */
  /* '?' */
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-download:before {
  content: '\e801';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-book-open:before {
  content: '\e802';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-dot-3:before {
  content: '\e803';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-file-audio:before {
  content: '\e804';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a i:before {
  font-family: 'sermons';
}
#pit-sermons-home #latest .main .player {
  margin-top: 1em;
  clear: both;
}
#pit-sermons-home #latest .main .social {
  margin-top: 1em;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
#pit-sermons-home #latest .main .social:before,
#pit-sermons-home #latest .main .social:after {
  content: "";
  display: table;
}
#pit-sermons-home #latest .main .social:after {
  clear: both;
}
#pit-sermons-home #latest .main .social:before {
  content: '';
  display: block;
}
#pit-sermons-home #latest .main .social:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 400px) {
  #pit-sermons-home #latest .main .social {
    display: none;
  }
}
#pit-sermons-home #latest .image {
  overflow: hidden;
  position: relative;
}
#pit-sermons-home #latest .image img {
  width: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  height: auto;
  float: left;
}
#pit-sermons-home .talk-download-list {
  margin: 0;
}
#pit-sermons-home #sermon-details .details {
  background-color: #303841;
}
#pit-sermons-home #biblepassage .passage {
  background-color: #303841;
}
#pit-sermons-home #biblepassage .esv h2 {
  color: #303841;
  margin: 0 0 0.5em 0;
}
#pit-sermons-home #biblepassage .esv h2:before,
#pit-sermons-home #biblepassage .esv h2:after {
  display: none;
}
#pit-sermons-home #biblepassage .esv h3 {
  text-transform: none;
  color: rgba(48, 56, 65, 0.7);
  margin-bottom: 5px;
  font-size: 1.25em;
}
#pit-sermons-home #biblepassage .esv p {
  color: #666;
}
#pit-sermons-home #biblepassage .esv .chapter-num {
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  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: #303841;
}
#pit-sermons-home .tag-column {
  text-transform: uppercase;
}
#pit-sermons-home .recent-talks .title-column {
  width: 30%;
}
#pit-sermons-home .recent-talks .date-column {
  width: 15%;
}
#pit-sermons-home .recent-talks .tag-column {
  width: 10%;
}
#pit-sermons-home .recent-talks .passage-column,
#pit-sermons-home .recent-talks .author-column {
  width: 22.5%;
}
@media screen and (max-width: 480px) {
  #pit-sermons-home .recent-talks .passage-column,
  #pit-sermons-home .recent-talks .author-column {
    display: none;
  }
  #pit-sermons-home .recent-talks .title-column {
    width: 50%;
  }
  #pit-sermons-home .recent-talks .date-column,
  #pit-sermons-home .recent-talks .tag-column {
    width: 25%;
  }
}
#pit-sermons-home #recent-search {
  clear: both;
  *zoom: 1;
  zoom: 1;
}
#pit-sermons-home #recent-search:before,
#pit-sermons-home #recent-search:after {
  content: "";
  display: table;
}
#pit-sermons-home #recent-search:after {
  clear: both;
}
#pit-sermons-home #recent-search:before {
  content: '';
  display: block;
}
#pit-sermons-home #recent-search:after {
  content: '';
  display: table;
  clear: both;
}
#pit-sermons-home #recent-search #recent .recent,
#pit-sermons-home #recent-search #recent-full .recent {
  background-color: #303841;
}
#pit-sermons-home #recent-search #recent table.recent-talks,
#pit-sermons-home #recent-search #recent-full table.recent-talks {
  width: 100%;
}
#pit-sermons-home #recent-search #recent table.recent-talks td,
#pit-sermons-home #recent-search #recent-full table.recent-talks td {
  padding: 16px;
  font-size: 13px;
}
#pit-sermons-home #recent-search #recent-full {
  width: 100%;
  margin-bottom: 0;
}
#pit-sermons-home #recent-search #search {
  *zoom: 1;
  zoom: 1;
}
#pit-sermons-home #recent-search #search:before,
#pit-sermons-home #recent-search #search:after {
  content: "";
  display: table;
}
#pit-sermons-home #recent-search #search:after {
  clear: both;
}
#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 .search {
  background-color: #303841;
}
#pit-sermons-home #recent-search .search-wrapper {
  padding: 1em;
  *zoom: 1;
  zoom: 1;
}
#pit-sermons-home #recent-search .search-wrapper:before,
#pit-sermons-home #recent-search .search-wrapper:after {
  content: "";
  display: table;
}
#pit-sermons-home #recent-search .search-wrapper:after {
  clear: both;
}
#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 h4 {
  margin-bottom: 0.44444444em;
}
#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: 0.5em;
}
#pit-sermons-home #recent-search .search-wrapper .select2:focus,
#pit-sermons-home #recent-search .search-wrapper input:focus {
  border-color: #1AB499;
}
#pit-sermons-home #recent-search .search-wrapper input {
  width: 100% !important;
  height: 32px;
  border: 2px solid rgba(48, 56, 65, 0.25);
  padding: 5px;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all 0.25s linear;
  transition: all 0.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;
  zoom: 1;
}
#pit-sermons-home #recent-search .search-cols-wrapper:before,
#pit-sermons-home #recent-search .search-cols-wrapper:after {
  content: "";
  display: table;
}
#pit-sermons-home #recent-search .search-cols-wrapper:after {
  clear: both;
}
#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: 0.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 .primary-button {
  float: left;
  width: 49%;
  line-height: 1 !important;
}
#pit-sermons-home #recent-search .button-wrapper .primary-button:first-child {
  margin-right: 2%;
}
@media screen and (max-width: 550px) {
  #pit-sermons-home #recent-search .button-wrapper .primary-button {
    width: 100%;
    margin: 0 !important;
  }
  #pit-sermons-home #recent-search .button-wrapper .primary-button:first-child {
    margin: 0 0 1em 0 !important;
  }
}
#pit-sermons-home #archive {
  clear: both;
}
#pit-sermons-home #archive .archive {
  background-color: #303841;
}
#pit-sermons-home #archive .archive-container {
  position: relative;
}
#pit-sermons-home #archive .archive-container .container-box {
  margin-bottom: 2%;
  margin-right: 2%;
  float: left;
}
@media screen and (min-width: 768px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 32%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 551px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 32%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 550px) and (min-width: 351px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 49%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 350px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 100%;
    margin-right: 0 !important;
  }
}
#pit-sermons-home #archive .archive-container .splash-box {
  height: 0;
  width: 100%;
  padding-bottom: 66.66666667%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
#pit-sermons-home #archive .archive-container .splash-box a {
  display: block;
}
#pit-sermons-home #archive .archive-container .splash-box img {
  height: auto;
  width: 100%;
}
#pit-sermons-home table {
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #pit-sermons-home #archive .archive-container .series {
    width: 48%;
    height: 174px;
  }
}
@media only screen and (max-width: 767px) {
  #pit-sermons-home #latest .image {
    display: none;
  }
  #pit-sermons-home #recent-search #recent {
    width: 100%;
  }
  #pit-sermons-home #recent-search #search {
    width: 100%;
  }
  #pit-sermons-home #archive .archive-container .series {
    width: 99%;
    height: 181px;
  }
}
.team-grid-rounded .team-image {
  border-radius: 50%;
  background-clip: padding-box;
}
@font-face {
  font-family: 'sermons';
  src: url('fonts/sermons.eot?48716757');
  src: url('fonts/sermons.eot?48716757#iefix') format('embedded-opentype'), url('fonts/sermons.woff?48716757') format('woff'), url('fonts/sermons.ttf?48716757') format('truetype'), url('fonts/sermons.svg?48716757#sermons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'sermons';
    src: url('../font/sermons.svg?48716757#sermons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sermons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-download:before {
  content: '\e801';
}
/* '' */
.icon-book-open:before {
  content: '\e802';
}
/* '' */
.icon-dot-3:before {
  content: '\e803';
}
/* '' */
.icon-file-audio:before {
  content: '\e804';
}
/* '' */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.home-splash {
  padding: 0;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.home-splash .splash {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.home-splash .splash h1,
.home-splash .splash h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.home-splash .splash h3,
.home-splash .splash h4,
.home-splash .splash h5,
.home-splash .splash h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.home-splash .splash h2 {
  font-size: 3.75em;
}
.home-splash .splash h3 {
  font-size: 2.25em;
}
.home-splash .splash p {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1.5em;
}
.home-splash .overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000000;
  width: 100%;
  height: 100%;
}
.home-splash .overlay {
  display: table;
  height: 100%;
  width: 100%;
}
.home-splash .overlay-content-wrapper {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  padding: 0 1em;
  color: #FFF;
}
.home-splash .overlay-content {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  padding: 2em;
  background: rgba(93, 66, 66, 0.6);
  border-radius: 5px;
}
.home-splash .overlay-content h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0;
}
.home-splash .overlay-content p {
  font-size: 1.125em;
}
@media screen and (max-width: 480px) {
  .home-splash .overlay-content h1 {
    font-size: 1.75em;
    line-height: 1.4;
  }
}
.cycle-pager {
  font-size: 50px;
  text-align: center;
  overflow: hidden;
  line-height: 20px;
  cursor: pointer;
}
.cycle-pager span {
  display: inline-block;
  color: #D7D7D7;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cycle-pager span:hover {
  color: #bebebe;
}
.cycle-pager span.cycle-pager-active {
  color: #1AB499;
}
#prev,
#next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 1000000;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
#prev i,
#next i {
  font-size: 2.5em;
  line-height: 50px;
  color: #FFF;
}
#prev:hover,
#next:hover {
  width: 60px;
}
@media screen and (max-width: 768px) {
  #prev,
  #next {
    display: none;
  }
}
#prev {
  left: 0;
}
#next {
  right: 0;
}
.inside-splash {
  height: 325px;
}
.inside-splash .overlay-content {
  display: inline-block;
  padding: 2em 4em;
  width: auto;
}
@media screen and (max-width: 650px) {
  .inside-splash {
    height: 175px;
  }
  .inside-splash .overlay-content {
    padding: 1em 2em;
  }
}
.home-event-list {
  margin-bottom: 2em;
}
.home-event-list li {
  float: left;
}
@media screen and (min-width: 768px) {
  .home-event-list li {
    width: 23.5%;
    margin-right: 2%;
  }
  .home-event-list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .home-event-list li {
    width: 49%;
    margin-right: 2%;
  }
  .home-event-list li:nth-child(2n) {
    margin-right: 0;
  }
  .home-event-list li:nth-child(1),
  .home-event-list li:nth-child(2) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .home-event-list li {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .home-event-list li:last-child {
    margin-bottom: 0;
  }
}
.event-list {
  *zoom: 1;
  zoom: 1;
}
.event-list:before,
.event-list:after {
  content: "";
  display: table;
}
.event-list:after {
  clear: both;
}
.event-list:before {
  content: '';
  display: block;
}
.event-list:after {
  content: '';
  display: table;
  clear: both;
}
.event-list li {
  font-size: 14px;
  margin: 0 0 1em 0;
  *zoom: 1;
  zoom: 1;
}
.event-list li:before,
.event-list li:after {
  content: "";
  display: table;
}
.event-list li:after {
  clear: both;
}
.event-list li:before {
  content: '';
  display: block;
}
.event-list li:after {
  content: '';
  display: table;
  clear: both;
}
.event-list li:last-child {
  margin: 0;
}
.event-list li a {
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  *zoom: 1;
  zoom: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.event-list li a:before,
.event-list li a:after {
  content: "";
  display: table;
}
.event-list li a:after {
  clear: both;
}
.event-list li a:before {
  content: '';
  display: block;
}
.event-list li a:after {
  content: '';
  display: table;
  clear: both;
}
.event-list li a:hover {
  border-bottom: 1px solid #e9e7e9;
}
.event-list li p,
.event-list li h4 {
  margin: 0;
}
.event-list li .home-event-date {
  float: left;
  width: 25%;
  padding: 10px 5px;
  margin-right: 7%;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  text-align: center;
}
.event-list li .home-event-date:before,
.event-list li .home-event-date:after {
  content: ' ';
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 2px;
}
.event-list li .home-event-date:before {
  height: 100%;
  width: 100%;
  background: #1AB499;
  z-index: -2;
  top: 0;
  left: 0;
}
.event-list li .home-event-date:after {
  height: 0;
  width: 0;
  background: #179e86;
  z-index: -1;
  left: 50%;
  top: 50%;
}
.event-list li .home-event-date p {
  font-size: 0.9375em;
}
.event-list li .home-event-date p span {
  font-size: 1.73333333em;
  line-height: 1.2;
}
.event-list li .home-event-detail {
  float: right;
  width: 68%;
  text-align: left;
}
.event-list li .home-event-detail h4,
.event-list li .home-event-detail h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.event-list li .home-event-detail h4 {
  font-size: 1em;
  margin-bottom: 2px;
}
.event-list li .home-event-detail h5 {
  font-size: 0.9375em;
  color: #4f616e;
  margin-bottom: 2px;
}
.event-list li .home-event-detail p {
  font-size: 0.875em;
}
.integrated * {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
}
.appnitro li {
  margin: 0 !important;
  text-indent: 0 !important;
  padding: 8px !important;
  width: 100% !important;
}
.appnitro li:before {
  content: ' ' !important;
  display: none;
}
.appnitro .description {
  margin-bottom: 0 !important;
  text-align: left !important;
}
.appnitro .highlighted {
  background-color: rgba(99, 58, 16, 0) !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.appnitro input,
.appnitro textarea,
.appnitro select {
  background: #E2E2E2 !important;
  padding: 10px !important;
  color: #333 !important;
  border: 2px solid #E2E2E2 !important;
  border-radius: 0;
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  outline: none !important;
}
.appnitro input:focus,
.appnitro textarea:focus,
.appnitro select:focus {
  border: 2px solid #1AB499 !important;
  background: #FFF !important;
}
.appnitro select {
  background: url('../images/arrow-small.png') no-repeat right #FFF !important;
  background-position: 99% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.appnitro input[type="submit"] {
  outline: none;
  display: inline-block;
  width: auto !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  padding: 10px 20px !important !important;
  background: transparent !important;
  border: 2px solid #1AB499 !important;
  border-radius: 2px !important;
  text-align: center !important;
  display: inline-block !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  color: #1AB499 !important;
  cursor: pointer !important;
  font-size: 16px !important;
  outline: none !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 900 !important;
  min-width: 150px;
  text-align: center;
}
.appnitro input[type="submit"]:hover {
  background: #1AB499 !important;
  color: #FFF !important;
  border-color: #1AB499 !important;
}
@media screen and (max-width: 650px) {
  .appnitro input[type="submit"] {
    display: block;
  }
}
.appnitro input[type="submit"]:hover {
  cursor: pointer;
}
.appnitro input[type="checkbox"] {
  width: auto !important;
}
.appnitro .buttons {
  margin-top: 10px !important;
}
.quick-links-section {
  padding: 2em 0;
  background-image: url('../images/texture-1.png');
}
.quick-links-wrapper {
  *zoom: 1;
  zoom: 1;
}
.quick-links-wrapper:before,
.quick-links-wrapper:after {
  content: "";
  display: table;
}
.quick-links-wrapper:after {
  clear: both;
}
.quick-links-wrapper:before {
  content: '';
  display: block;
}
.quick-links-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.quick-links-wrapper .quick-link {
  background-color: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  *zoom: 1;
  zoom: 1;
  position: relative;
}
.quick-links-wrapper .quick-link:before,
.quick-links-wrapper .quick-link:after {
  content: "";
  display: table;
}
.quick-links-wrapper .quick-link:after {
  clear: both;
}
.quick-links-wrapper .quick-link:before {
  content: '';
  display: block;
}
.quick-links-wrapper .quick-link:after {
  content: '';
  display: table;
  clear: both;
}
.quick-links-wrapper .quick-link:hover {
  box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.1);
}
.quick-links-wrapper .quick-link:hover .primary-button {
  background: #1AB499 !important;
  border-color: #1AB499 !important;
  color: #FFF !important;
}
.quick-links-wrapper .quick-link a {
  padding: 1em;
  display: block;
  color: #3A4750;
  height: 100%;
}
.quick-links-wrapper .quick-link h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.75em;
  margin: 0 0 0.57142857em 0;
}
.quick-links-wrapper .quick-link.white-text a,
.quick-links-wrapper .quick-link.white-text h2,
.quick-links-wrapper .quick-link.white-text p {
  color: #FFF;
}
.quick-links-wrapper .quick-link.white-text .primary-button {
  border-color: #FFF !important;
  color: #FFF !important;
}
.quick-links-wrapper .quick-link.white-text:hover .primary-button {
  background: #FFF !important;
  color: #3A4750 !important;
}
.quick-links-wrapper .quick-link.background-no-text h2,
.quick-links-wrapper .quick-link.background-no-text p,
.quick-links-wrapper .quick-link.background-no-text .primary-button {
  display: none;
}
.quick-links-wrapper .quick-link.icon-box {
  background-position: bottom left !important;
  background-repeat: no-repeat !important;
}
.quick-links-wrapper .location-box {
  background: url('../images/location-icon.png') bottom left no-repeat #FFF;
}
.quick-links-wrapper .location-box h2 {
  color: #C0392B;
}
.quick-links-wrapper .sermons-box {
  background: url('../images/sermons-icon.png') bottom left no-repeat #FFF;
}
.quick-links-wrapper .sermons-box h2 {
  color: #227d6d;
}
.quick-links-wrapper .new-box {
  background: url('../images/new-icon.png') bottom left no-repeat #FFF;
}
.quick-links-wrapper .new-box h2 {
  color: #3F0231;
}
.quick-links-wrapper .background-box {
  background-size: cover;
}
.quick-links-wrapper .background-no-text {
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 801px) {
  .quick-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .quick-links-wrapper .quick-link a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .quick-links-wrapper .quick-link a * {
    width: 100%;
  }
  .quick-links-wrapper .quick-link a h2 {
    font-size: 22px;
  }
  .quick-links-wrapper .quick-link a h2,
  .quick-links-wrapper .quick-link a p {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .quick-links-wrapper .quick-link a .primary-button {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media screen and (max-width: 950px) {
  .quick-links-wrapper .quick-link h2 {
    font-size: 20px;
  }
  .quick-links-wrapper .quick-link p {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  .quick-links-wrapper .quick-link {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quick-links-wrapper .quick-link:not(:last-child) {
    margin-bottom: 2em;
  }
  .quick-links-wrapper .quick-link.background-no-text a {
    padding: 0;
    height: 0;
    padding-bottom: 81.25%;
  }
  .quick-links-wrapper .quick-link a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/*! Hint.css - v2.3.2 - 2016-07-28
* http://kushagragour.in/lab/hint/
* Copyright (c) 2016 Kushagra Gour; Licensed  */
/*-------------------------------------*	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */
}
[class*="hint--"]:before,
[class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}
[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
[class*="hint--"]:after {
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
}
[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}
[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}
[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}
/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #383838;
}
.hint--top-right:before {
  border-top-color: #383838;
}
.hint--top:before {
  border-top-color: #383838;
}
.hint--bottom-left:before {
  border-bottom-color: #383838;
}
.hint--bottom-right:before {
  border-bottom-color: #383838;
}
.hint--bottom:before {
  border-bottom-color: #383838;
}
.hint--left:before {
  border-left-color: #383838;
}
.hint--right:before {
  border-right-color: #383838;
}
/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px;
}
.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}
.hint--top:before {
  left: calc(44%);
}
.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -11px;
}
.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}
.hint--bottom:before {
  left: calc(44%);
}
.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}
/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}
.hint--right:after {
  margin-bottom: -14px;
}
.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}
.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}
.hint--left:after {
  margin-bottom: -14px;
}
.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}
.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -11px;
}
.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}
.hint--top-left:before {
  left: calc(44%);
}
.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hint--top-left:after {
  margin-left: 12px;
}
.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}
/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -11px;
}
.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}
.hint--top-right:before {
  left: calc(44%);
}
.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.hint--top-right:after {
  margin-left: -12px;
}
.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -11px;
}
.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}
.hint--bottom-left:before {
  left: calc(44%);
}
.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hint--bottom-left:after {
  margin-left: 12px;
}
.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}
/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -11px;
}
.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}
.hint--bottom-right:before {
  left: calc(44%);
}
.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.hint--bottom-right:after {
  margin-left: -12px;
}
.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}
.hint--small:after {
  width: 80px;
}
.hint--medium:after {
  width: 150px;
}
.hint--large:after {
  width: 300px;
}
/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
  /**
	 * tooltip body
	 */
}
[class*="hint--"]:after {
  text-shadow: 0 -1px 0px black;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}
.hint--error.hint--top-left:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--top-right:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}
/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}
.hint--warning.hint--top-left:before {
  border-top-color: #c09854;
}
.hint--warning.hint--top-right:before {
  border-top-color: #c09854;
}
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}
.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}
/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d;
}
.hint--info.hint--top-left:before {
  border-top-color: #3986ac;
}
.hint--info.hint--top-right:before {
  border-top-color: #3986ac;
}
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}
.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}
/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}
.hint--success.hint--top-left:before {
  border-top-color: #458746;
}
.hint--success.hint--top-right:before {
  border-top-color: #458746;
}
.hint--success.hint--top:before {
  border-top-color: #458746;
}
.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746;
}
.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746;
}
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}
.hint--success.hint--left:before {
  border-left-color: #458746;
}
.hint--success.hint--right:before {
  border-right-color: #458746;
}
/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}
.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}
.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}
.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--bottom-right:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--always.hint--left:after {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.hint--always.hint--right:after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}
/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
