div#w, div#w div, div#w span, div#w applet, div#w object, div#w iframe, div#w h1, div#w h2, div#w h3, div#w h4, div#w h5, div#w h6, div#w p, div#w blockquote, div#w pre, div#w a, div#w abbr, div#w acronym, div#w address, div#w big, div#w cite, div#w code, div#w del, div#w dfn, div#w em, div#w img, div#w ins, div#w kbd, div#w q, div#w s, div#w samp, div#w small, div#w strike, div#w strong, div#w sub, div#w sup, div#w tt, div#w var, div#w b, div#w u, div#w i, div#w center, div#w dl, div#w dt, div#w dd, div#w ol, div#w ul, div#w li, div#w fieldset, div#w form, div#w label, div#w legend, div#w table, div#w caption, div#w tbody, div#w tfoot,div#w thead, div#w tr, div#w th, div#w td, div#w article, div#w aside, div#w canvas, div#w details, div#w embed, div#w figure, div#w figcaption, div#w footer, div#w header, div#w hgroup, div#w menu, div#w nav, div#w output, div#w ruby, div#w section, div#w summary, div#w time, div#w mark, div#w audio, div#w video {
  margin: 0 auto;
  padding: 0;
  border: 0;
  font-size: 14px !important;
  font-family: 'Lora', 'Times New Roman', serif;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*html { overflow-y: scroll; }*/
div#w {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #515151;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: rgba(12, 93, 159, 0.57);
  border-radius: 10px;
}

div#w br { display: block; line-height: 1.6em; } 

div#w article, div#w aside, div#w details, div#w figcaption, div#w figure, div#w footer, div#w header, div#w hgroup, div#w menu, div#w nav, div#w section { display: block; }
div#w ol, div#w ul { list-style: none; }

div#w input, div#w textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

div#w blockquote, div#w q { quotes: none; }
div#w blockquote:before, div#w blockquote:after, div#w q:before, div#w q:after { content: ''; content: none; }
div#w strong, div#w b { font-weight: bold; }
div#w em, div#w i { font-style: italic; }

div#w table { border-collapse: collapse; border-spacing: 0; }
div#w img { border: 0; max-width: 100%; }

div#w h1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 3.55em;
  line-height: 1.75em;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}
div#w img {
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}
hr {
  margin: 7px 0 10px;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg') format('svg');
}

/** page structure **/
#w {
  display: block;
  max-width: 830px;
  min-width: 300px;
  margin: 0 auto;
  padding: 2px 3px;
}

/** posts slider widget **/
.crsl-items {
  display: block;
  padding: 5px;
}

.thumbnail{
  height: 190px;
}
.crsl-item {
  background: #fff;
  padding: 8px !important;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.crsl-item .thumbnail img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.crsl-item .thumbnail:hover img {
  opacity: 0.8;
}

.crsl-item h3 {
  font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif !important;
  font-size: 1.95em;
  line-height: 1.25em;
  margin-bottom: 12px !important;
  text-align: center;
}
.crsl-item h3:first-letter {
  font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif;
  margin-bottom: 12px !important;
  text-align: center;
  text-transform: uppercase;
}
.crsl-item h3 a {
  font-size: 1.5em;
  text-decoration: none;
  color: #333;
}
.crsl-item h3 a:first-letter {
  text-transform: uppercase;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}
.previous, .next {
  font-size: 14px !important;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 1.2em;
  font-weight: bold;
  background: #4e90da;
}

.crsl-item p {
  font-size: 1.2em;
  line-height: 1.55em;
  margin-bottom: 5px;
}

.crsl-item p.readmore a {
  display: block;
  float: right;
  color: #4e90da;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.crsl-item p.readmore a:hover {
  background: #4b6caa;
  color: #fff;
}


/** posts slider nav **/
.slidernav {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.slidernav a {
  display: inline-block;
  padding: 5px 8px !important;
  margin-right: 8px;
  font-size: 1.4em;
  background: #fff;
  color: #666;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.slidernav a:active {
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}


/** media queries **/
@media screen and (max-width: 991px) {
  
  .crsl-item h3 { font-size: 14px !important; }
}

@media screen and (max-width: 430px) {
  div#w img {
    max-width: 85%;
  }
  #w {
    position: relative;
    bottom: 30px;
  }
  .crsl-items {
    width: 85%;
  }
}
@media screen and (max-width: 310px) {
  div#w img {
    max-width: 80%;
  }
  #w {
    position: relative;
    bottom: 30px;
  }
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/*
     FILE ARCHIVED ON 17:33:11 Jun 14, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:10:01 Apr 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 11.958
  captures_list: 0.713
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.007
  esindex: 0.011
  cdx.remote: 92.716
  LoadShardBlock: 439.084 (3)
  PetaboxLoader3.datanode: 412.288 (5)
  PetaboxLoader3.resolve: 567.477 (3)
  load_resource: 676.594
  loaddict: 134.74
*/