@charset "UTF-8";
/*!
Theme Name: Cult o Mac 2014
Theme URI: https://www.cultofmac.com
Author: the Presslabs team
Author URI: https://www.cultofmac.com
Description: Our 2015 theme
Version: 3.0.4.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, gray
Text Domain: cultofmac
*/
::-webkit-input-placeholder {
  color: #2980b9;
  opacity: 1;
}

:-moz-placeholder {
  color: #2980b9;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #2980b9;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #2980b9;
  opacity: 1;
}

::placeholder {
  color: #2980b9;
  opacity: 1;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.avocado-slider-initialized {
  width: 740px;
  position: relative;
  margin-bottom: 50px;
}

.slides-container {
  width: 740px;
  overflow: hidden;
  position: relative;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s easee;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s easee;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-list li {
  float: left;
  height: 300px;
}

.slider-list li img {
  width: 100%;
}

.slider-list li .caption {
  padding: 20px;
  margin-top: 100px;
  border: none;
}

.prev,
.next {
  width: 50px;
  height: 50px;
  position: absolute;
  background: transparent url("./images/arrows-slider.png") 0 0 no-repeat;
  left: 0;
  top: 200px;
  opacity: 0.4;
  margin: auto;
  text-indent: -9999px;
}

.prev:hover,
.next:hover {
  opacity: 1;
}

.next {
  left: auto;
  right: 0;
  background: transparent url("./images/arrows-slider.png") -50px 0 no-repeat;
  background-position: 100% 0;
}

.pagination-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s easee;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 750px;
  height: 80px;
  overflow: hidden;
  left: 0;
  position: absolute;
}

.pagination {
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s easee;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination li {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  height: 80px;
  width: 120px;
  border: 1px solid #000;
  opacity: 0.4;
  cursor: pointer;
}

.pagination li img {
  opacity: 0;
}

.pagination li:hover {
  opacity: 0.8;
}

.pagination li.current {
  opacity: 1;
}

.slider-ad-container {
  padding: 3.125rem 0;
  height: 585px;
  background-color: #111;
  color: #fff;
}

.slider-ad-container div:not(.slider-adloader) {
  margin: 0 auto 50px !important;
}

.slider-adloader {
  width: 0px;
  height: 3px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: red;
  -webkit-transition: width 3s linear;
  -moz-transition: width 3s linear;
  -o-transition: width 3s linear;
  transition: width 3s linear;
}

#fullscreen {
  position: absolute;
  background: black url("./images/fs.png") center center no-repeat;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border-radius: 3px;
  opacity: 0.5;
  display: none;
}

#fullscreen:hover {
  opacity: 1;
}

.avocado-slider-initialized[data-fullscreen=fullscreen] {
  width: 100%;
  height: 100%;
  background-color: black;
}

.avocado-slider-initialized[data-fullscreen=fullscreen] .slides-container {
  width: 100%;
}

.avocado-slider-initialized[data-fullscreen=fullscreen] .pagination-container {
  bottom: 0;
  width: 100%;
  top: auto;
}

.avocado-slider-initialized[data-fullscreen=fullscreen] .slider-list li {
  height: auto;
}

.avocado-slider-initialized[data-fullscreen=fullscreen] .slider-list li img {
  width: 75%;
  display: block;
  margin: 0 auto;
}

.dsq_comment_count_box {
  float: right;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-top: -27px;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.dsq_comment_count_box.has-comments {
  opacity: 1;
  display: block;
}

body.single article.post.full .dsq_comment_count_box {
  display: none;
  float: none;
  margin: 1.25rem 0;
}
body.single article.post.full .dsq_comment_count_box::after {
  content: "";
  display: table;
  clear: both;
}
body.single article.post.full .dsq_comment_count_box .dsq_comment_count_value {
  float: right;
}

.dsq_comment_count_value a,
.dsq_comment_count_value a:hover,
.dsq_comment_count_value a:active .dsq_comment_count_value a:visited {
  border: 0;
  text-decoration: none;
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(./images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url(./images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url(./images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(./images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(./images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url(./images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url(./images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url(./images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url(./images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url(./images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url(./images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(./images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url(./images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(./images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(./images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(./images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url(./images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url(./images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url(./images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
  background: url(./images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url(./images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url(./images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url(./images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url(./images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url(./images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url(./images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url(./images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(./images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
  background: url(./images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(./images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(./images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url(./images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(./images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url(./images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(./images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(./images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url(./images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url(./images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(./images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url(./images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url(./images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
  background: url(./images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url(./images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url(./images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url(./images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(./images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url(./images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(./images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(./images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url(./images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
  background: url(./images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url(./images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand {
  background: url(./images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url(./images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url(./images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url(./images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(./images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_square .pp_nav .pp_play {
  background: url(./images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(./images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(./images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
  background: url(./images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
  background: url(./images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url(./images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_top .pp_left {
  background: url(./images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url(./images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url(./images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url(./images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url(./images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
  background: url(./images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(./images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(./images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(./images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(./images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(./images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(./images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(./images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(./images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(./images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(./images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(./images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url(./images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url(./images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url(./images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(./images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(./images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(./images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff;
}

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(./images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(./images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

ul.jcorg-yt-thumbnails, .jcorg-yt-list {
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.jcorg-yt-thumbnails li {
  float: left;
  line-height: 150%;
  margin: 10px;
}

.jcorg-yt-thumbnail img:hover {
  border: 10px solid rgba(10, 10, 10, 0.4);
  border-radius: 10px;
  opacity: 1;
}

.jcorg-yt-thumbnail img {
  border: 10px solid rgba(100, 100, 100, 0.5);
  border-radius: 10px;
  opacity: 0.9;
}

.jcorg-yt-thumbnail-title {
  height: 40px;
  font-family: Calibri, arial;
  font-size: 16px;
  text-align: center;
}

/*channel embedd list style */
.jcorg-yt-list-title {
  font-family: Calibri, arial;
  font-size: 28px;
  line-height: 200%;
}

.plrcp-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.plrcp-panel img {
  width: 80px;
  height: 80px;
}

.plrcp-thumbnail-box {
  margin-right: 20px;
}

.plrcp-content-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 20%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plrcp-post-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.plrcp-panel .plrcp-post-box:last-child {
  border-bottom: none;
}

.plrcp-post-date {
  margin: 0 0 10px;
}

.stackCommerceClearfix {
  clear: both;
}

.widget_stackCommerce_widget {
  width: 100%;
  float: left;
}

.rotate {
  -ms-transform: rotate(50deg);
  /* IE 9 */
  -webkit-transform: rotate(50deg);
  /* Chrome, Safari, Opera */
  transform: rotate(50deg);
}

.boxSizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.stackCommerceSeeAllDeals {
  text-align: right;
}

.stackCommerceWidgetSidebar {
  width: 100%;
  float: left;
  clear: both;
}

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

.singlestackCommerceItem {
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  background: #dddddd;
}

.singlestackCommerceItem a:hover {
  border: none;
}

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

.singlestackCommerceItem .stackCommerceItemPrice {
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-top: -16px;
  position: relative;
  font-size: 14px;
  z-index: 999;
  text-align: center;
  background: #2db500;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  padding: 5px 5px;
  border-bottom: none;
}

.singlestackCommerceItem .stackCommerceBuyButton {
  display: inline;
  text-transform: uppercase;
}

.singlestackCommerceItem .singlestackCommerceItemDiscount {
  position: absolute;
  background: #ffd300;
  font-weight: 700;
  color: black;
  width: 200px;
  font-size: 15px;
  padding: 70px 40px 5px 40px;
  top: -33px;
  right: -93px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-transform: rotate(50deg);
  /* IE 9 */
  -webkit-transform: rotate(50deg);
  /* Chrome, Safari, Opera */
  transform: rotate(50deg);
}

.singlestackCommerceItem .stackCommerceItemOriginalPrice {
  text-decoration: line-through;
  font-size: small;
  display: none;
}

.singlestackCommerceItem .stackCommerceItemSalePrice {
  display: inline;
}

.singlestackCommerceItem .stackCommerceItemTitle {
  width: 100%;
  float: left;
  padding: 10px 0px;
  font-size: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.singlestackCommerceItem .stackCommerceItemTitle a {
  color: #6b6b6b;
  text-decoration: none;
  border-bottom: none;
  box-shadow: none;
}

.singlestackCommerceItem .stackCommerceItemTitle a span {
  text-decoration: none;
  box-shadow: none;
}

.singlestackCommerceItem .stackCommerceItemTitle a:hover {
  text-decoration: underline;
}

.hideSCElement {
  display: none !important;
}

.stackCommerceInlineDisplayHeader {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}

.stackCommerceInlineDisplayHeader .stackCommerceInlineHeaderText {
  float: left;
  font-size: 40px;
  font-weight: 700;
}

.stackCommerceInlineDisplayHeader h3 {
  float: left;
}

.stackCommerceInlineDisplayHeader .stackCommerceSeeAllDeals {
  float: right;
  margin-top: 5px;
  text-align: right;
}

.stackCommerceInlineDisplayHeader .stackCommerceSeeAllDeals ::after {
  content: " →";
}

.stackCommerceItemWrap {
  width: 100%;
  float: left;
}

.stackCommerceShortcode {
  width: 100%;
  float: left;
  margin-left: -10px;
  margin-right: -10px;
  clear: both;
  margin: 0 auto;
}

.stackCommerceShortcode.col1 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 100px) {
  .stackCommerceShortcode.col1 .stackCommerceItemWrap {
    float: left;
    width: 100%;
  }
}
.stackCommerceShortcode.col2 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 100px) {
  .stackCommerceShortcode.col2 .stackCommerceItemWrap {
    float: left;
    width: 50%;
  }
}
.stackCommerceShortcode.col3 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 100px) {
  .stackCommerceShortcode.col3 .stackCommerceItemWrap {
    float: left;
    width: 33.33333333%;
  }
}
.stackCommerceShortcode.col4 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 100px) {
  .stackCommerceShortcode.col4 .stackCommerceItemWrap {
    float: left;
    width: 25%;
  }
}
.stackCommerceShortcode.col5 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 100px) {
  .stackCommerceShortcode.col5 .stackCommerceItemWrap {
    float: left;
    width: 20%;
  }
}
.stackCommerceShortcode.col6 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 100px) {
  .stackCommerceShortcode.col6 .stackCommerceItemWrap {
    float: left;
    width: 16.66666667%;
  }
}
.stackCommerceShortcode.col7 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 100px) {
  .stackCommerceShortcode.col7 .stackCommerceItemWrap {
    float: left;
    width: 14.28571429%;
  }
}
.stackCommerceShortcode.col8 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 100px) {
  .stackCommerceShortcode.col8 .stackCommerceItemWrap {
    float: left;
    width: 12.5%;
  }
}
.stackCommerceShortcode.col9 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 100px) {
  .stackCommerceShortcode.col9 .stackCommerceItemWrap {
    float: left;
    width: 11.11111111%;
  }
}
.stackCommerceShortcode.col10 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 100px) {
  .stackCommerceShortcode.col10 .stackCommerceItemWrap {
    float: left;
    width: 10%;
  }
}
.stackCommerceShortcode.col11 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 100px) {
  .stackCommerceShortcode.col11 .stackCommerceItemWrap {
    float: left;
    width: 9.09090909%;
  }
}
.stackCommerceShortcode.col12 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 100px) {
  .stackCommerceShortcode.col12 .stackCommerceItemWrap {
    float: left;
    width: 8.33333333%;
  }
}
.stackCommerceInlineDisplayWrap {
  position: relative;
  z-index: 1;
}

.stackCommerceInlineDisplayWrap .stackCommerceWidgetSidebar {
  max-width: 100% !important;
}

.stackCommerceInlineDisplayWrap .stackCommerceWidgetSidebar .singlestackCommerceItem img {
  width: 100% !important;
  height: auto;
}

.stackCommerceWidgetSidebar.vertical1 .stackCommerceItemWrap {
  width: 50%;
  float: left;
  padding-right: 5px;
}

.stackCommerceWidgetSidebar.vertical1 .stackCommerceItemWrap:nth-child(2n) {
  padding-right: 0;
  padding-left: 5px;
}

.stackCommerceWidgetSidebar.vertical1 .singlestackCommerceItem {
  margin-bottom: 5px;
}

.stackCommerceWidgetSidebar.vertical1 .singlestackCommerceItem {
  background: transparent;
}

.stackCommerceWidgetSidebar.vertical1 .singlestackCommerceItem .stackCommerceItemImage {
  width: 20%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}

.stackCommerceWidgetSidebar.vertical1 .singlestackCommerceItem .stackCommerceItemImage img {
  margin-top: 15px;
}

.stackCommerceWidgetSidebar.vertical1 .singlestackCommerceItem .stackCommerceItemTitle {
  width: 80%;
  float: left;
  text-align: left;
}

.stackCommerceWidgetSidebar.vertical1 .singlestackCommerceItem .stackCommerceItemPrice {
  display: none !important;
}

.stackCommerceWidgetSidebar.vertical1 .singlestackCommerceItem .singlestackCommerceItemDiscount {
  display: none !important;
}

.stackCommerceWidgetSidebar.vertical2 .singlestackCommerceItem {
  background: transparent;
}

.stackCommerceWidgetSidebar.vertical2 .singlestackCommerceItem .stackCommerceItemImage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  width: 40%;
  float: left;
}

.stackCommerceWidgetSidebar.vertical2 .singlestackCommerceItem .stackCommerceItemImage img {
  margin-top: 15px;
}

.stackCommerceWidgetSidebar.vertical2 .singlestackCommerceItem .stackCommerceItemTitle {
  width: 60%;
  float: left;
  text-align: left;
}

.stackCommerceWidgetSidebar.vertical2 .singlestackCommerceItem .stackCommerceItemPrice {
  display: none !important;
}

.stackCommerceWidgetSidebar.vertical2 .singlestackCommerceItem .singlestackCommerceItemDiscount {
  display: none !important;
}

.stackCommerceHelper {
  width: 100%;
  float: left;
  display: block;
}

.widget_stackcommerce_widget {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.stackCommerceWidgetSidebar.vertical3 .singleStackCommerceItem {
  height: auto !important;
}

@media (max-width: 750px) {
  .stackCommerceShortcode .stackCommerceItemWrap {
    width: 100% !important;
    height: auto !important;
  }
  .stackCommerceShortcode .stackCommerceItemWrap .singlestackCommerceItem {
    height: auto !important;
  }
  .stackCommerceShortcode .stackCommerceItemWrap .singlestackCommerceItem .stackCommerceItemPrice {
    display: none !important;
  }
  .stackCommerceShortcode .stackCommerceItemWrap .singlestackCommerceItem .singlestackCommerceItemDiscount {
    display: none;
  }
  .stackCommerceShortcode .stackCommerceItemWrap .singlestackCommerceItem .stackCommerceItemImage {
    width: 50% !important;
    float: left;
    height: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .stackCommerceShortcode .stackCommerceItemWrap .singlestackCommerceItem .stackCommerceItemImage img {
    height: auto !important;
  }
  .stackCommerceShortcode .stackCommerceItemWrap .singlestackCommerceItem .stackCommerceItemTitle {
    width: 50% !important;
    float: left;
  }
  .stackCommerceWidgetSidebar.vertical3 .singlestackCommerceItem {
    height: auto !important;
  }
  .stackCommerceWidgetSidebar.vertical2 .stackCommerceItemWrap,
  .stackCommerceWidgetSidebar.vertical1 {
    width: 100% !important;
  }
  .stackCommerceWidgetSidebar.vertical2 .stackCommerceItemWrap .singlestackCommerceItem,
  .stackCommerceWidgetSidebar.vertical1 .singlestackCommerceItem {
    height: auto !important;
  }
  .stackCommerceWidgetSidebar.vertical2 .stackCommerceItemWrap .singlestackCommerceItem .stackCommerceItemImage,
  .stackCommerceWidgetSidebar.vertical1 .singlestackCommerceItem .stackCommerceItemImage {
    width: 50% !important;
    float: left;
    height: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .stackCommerceWidgetSidebar.vertical2 .stackCommerceItemWrap .singlestackCommerceItem .stackCommerceItemImage img,
  .stackCommerceWidgetSidebar.vertical1 .singlestackCommerceItem .stackCommerceItemImage img {
    height: auto !important;
  }
  .stackCommerceWidgetSidebar.vertical2 .stackCommerceItemWrap .stackCommerceItemTitle,
  .stackCommerceWidgetSidebar.vertical1 .stackCommerceItemTitle {
    width: 50% !important;
    float: left !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .stackCommerceShortcode.col4 .stackCommerceItemWrap {
    width: 100%;
  }
  .stackCommerceShortcode.col3 .stackCommerceItemWrap {
    width: 100%;
  }
  .stackCommerceShortcode.col2 .stackCommerceItemWrap {
    width: 100%;
  }
  .stackCommerceShortcode.col5 .stackCommerceItemWrap {
    width: 100%;
  }
  .stackCommerceShortcode.col6 .stackCommerceItemWrap {
    width: 100%;
  }
  .stackCommerceShortcode.col7 .stackCommerceItemWrap {
    width: 100%;
  }
  .stackCommerceShortcode.col8 .stackCommerceItemWrap {
    width: 100%;
  }
  .stackCommerceShortcode.col9 .stackCommerceItemWrap {
    width: 100%;
  }
  .stackCommerceShortcode.col10 .stackCommerceItemWrap {
    width: 100%;
  }
  .stackCommerceShortcode.col11 .stackCommerceItemWrap {
    width: 100%;
  }
  .stackCommerceShortcode.col12 .stackCommerceItemWrap {
    width: 100%;
  }
}
@media (max-width: 970px) {
  .stackCommerceShortcode.col2 .stackCommerceItemWrap {
    width: 50%;
  }
  .stackCommerceShortcode.col4 .stackCommerceItemWrap {
    width: 50%;
  }
  .stackCommerceShortcode.col5 .stackCommerceItemWrap {
    width: 50%;
  }
  .stackCommerceShortcode.col6 .stackCommerceItemWrap {
    width: 50%;
  }
  .stackCommerceShortcode.col8 .stackCommerceItemWrap {
    width: 50%;
  }
  .stackCommerceShortcode.col10 .stackCommerceItemWrap {
    width: 50%;
  }
  .stackCommerceShortcode.col12 .stackCommerceItemWrap {
    width: 50%;
  }
}
.single article .post-body .sponsored_paragraph {
  border: 1px solid #DEDEDE;
  margin-bottom: 2rem;
  padding: 2% 2% 0% 2%;
}
.single article .post-body .sponsored_paragraph p {
  color: #666;
}
.single article .post-body .sponsored_paragraph p.sponsored_paragraph_img {
  margin-bottom: 0;
}
.single article .post-body .sponsored_paragraph h4,
.single article .post-body .sponsored_paragraph h4 a {
  color: #999;
  font-family: "Museo-700";
  font-size: 1.125rem;
  text-decoration: none;
}
.single article .post-body .sponsored_paragraph .sponsored_paragraph_img_container {
  float: left;
  margin-right: 1%;
  padding: 3%;
  width: 20%;
}
.single article .post-body .sponsored_paragraph .sponsored_paragraph_footer {
  margin-top: 2%;
  text-align: center;
  width: 100%;
}
.single article .post-body .sponsored_paragraph .sponsored_paragraph_footer span {
  color: #999;
  font-size: 0.8rem;
}
.single article .post-body .sponsored_paragraph:hover h4 a {
  text-decoration: underline;
}

/*!
 * Theme Name: COM Homepage
 * Version: 1.0
 */
body,
body * {
  box-sizing: border-box;
}

.fp-frontpage-search-form {
  display: inline-block;
  margin-left: -5px;
}
.fp-frontpage-search-form .fp-search-form-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}
.fp-frontpage-search-form .fp-search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #2980b9;
  display: inline-block;
  font-size: 18px;
  margin-left: 5px;
  outline: 0;
  padding: 0;
  padding-left: 5px;
  vertical-align: middle;
  width: 61px;
}

@media only screen and (min-width: 1025px) {
  .featured.old-frontpage-featured {
    padding-left: 3rem;
    padding-right: 340px;
  }
}
.featured.old-frontpage-featured .featured-wrapper {
  background-color: #86c1e9;
  padding-left: 3rem;
  padding-right: 3rem;
}

#com-home .wrapper {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 500px;
}
@media only screen and (min-width: 768px) {
  #com-home .wrapper {
    max-width: 1240px;
  }
}
#com-home .fcolumns {
  *zoom: 1;
}
#com-home .fcolumns:before, #com-home .fcolumns:after {
  content: "";
  display: table;
}
#com-home .fcolumns:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  #com-home .fcolumns .fcolumn.first {
    float: left;
  }
  #com-home .fcolumns .fcolumn.second {
    float: right;
  }
}
#com-home .ad-unit {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #com-home .ad-unit {
    text-align: initial;
  }
}
#com-home .section {
  margin-bottom: 50px;
}
#com-home .section.hidden {
  display: none;
}
#com-home .section .subscribe-widget {
  display: block;
  margin: 0 auto 40px;
  max-width: 702px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
#com-home .section .subscribe-widget::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
}
#com-home .section .subscribe-widget .widget-title {
  display: block;
  font-family: "Museo-300", sans-serif;
  font-size: 15px;
  line-height: 1;
}
@media only screen and (min-width: 414px) {
  #com-home .section .subscribe-widget .widget-title {
    line-height: normal;
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 768px) {
  #com-home .section .subscribe-widget .widget-title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section .subscribe-widget .widget-title {
    font-size: 32px;
  }
}
#com-home .section .subscribe-widget .widget-cta {
  display: block;
  font-family: "Museo-900", sans-serif;
}
#com-home .section .subscribe-widget .widget-cta::after {
  content: "»";
  display: inline-block;
  font-size: 15px;
  margin-left: 5px;
  margin-top: -2px;
  opacity: 0.75;
  vertical-align: middle;
  font-size: 15px;
}
#com-home .section .subscribe-widget.subscribe-widget-twitter {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(41, 128, 185, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(41, 128, 185, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(41, 128, 185, 0.5);
  -webkit-border-radius: 38.5px;
  -moz-border-radius: 38.5px;
  -ms-border-radius: 38.5px;
  -o-border-radius: 38.5px;
  border-radius: 38.5px;
  color: #2980B9;
  padding: 10px 9% 10px 3%;
}
#com-home .section .subscribe-widget.subscribe-widget-twitter .widget-cta {
  font-size: 9px;
}
@media only screen and (min-width: 768px) {
  #com-home .section .subscribe-widget.subscribe-widget-twitter .widget-cta {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section .subscribe-widget.subscribe-widget-twitter .widget-cta {
    font-size: 12px;
  }
}
@media only screen and (min-width: 414px) {
  #com-home .section .subscribe-widget.subscribe-widget-twitter {
    padding: 10px 14% 10px 6%;
  }
}
@media only screen and (min-width: 768px) {
  #com-home .section .subscribe-widget.subscribe-widget-twitter {
    padding: 10px 15% 10px 0%;
    text-align: center;
  }
}
#com-home .section .subscribe-widget.subscribe-widget-twitter::after {
  background-image: url("./static/img/twitter.png");
  right: 3%;
  height: 20px;
  top: 65%;
  width: 25px;
}
@media only screen and (min-width: 414px) {
  #com-home .section .subscribe-widget.subscribe-widget-twitter::after {
    right: 7%;
    height: 32px;
    top: 50%;
    width: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #com-home .section .subscribe-widget.subscribe-widget-twitter::after {
    height: 42px;
    width: 52px;
  }
}
#com-home .section .subscribe-widget.subscribe-widget-youtube {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(227, 79, 66, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(227, 79, 66, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(227, 79, 66, 0.5);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 10px 8% 10px 3%;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .subscribe-widget.subscribe-widget-youtube {
    padding: 10px 15% 10px 3%;
    text-align: center;
  }
}
#com-home .section .subscribe-widget.subscribe-widget-youtube::after {
  background-image: url("./static/img/youtube.png");
  height: 25px;
  right: 3%;
  top: 68%;
  width: 20px;
}
@media only screen and (min-width: 414px) {
  #com-home .section .subscribe-widget.subscribe-widget-youtube::after {
    height: 44px;
    right: 4%;
    top: 50%;
    width: 35px;
  }
}
@media only screen and (min-width: 768px) {
  #com-home .section .subscribe-widget.subscribe-widget-youtube::after {
    height: 65px;
    right: 7%;
    width: 52px;
  }
}
#com-home .section .subscribe-widget.subscribe-widget-youtube .widget-title {
  color: #000;
}
#com-home .section .subscribe-widget.subscribe-widget-youtube .widget-cta {
  color: #E34F42;
  font-size: 7px;
}
@media only screen and (min-width: 414px) {
  #com-home .section .subscribe-widget.subscribe-widget-youtube .widget-cta {
    font-size: 8px;
  }
}
@media only screen and (min-width: 768px) {
  #com-home .section .subscribe-widget.subscribe-widget-youtube .widget-cta {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section .subscribe-widget.subscribe-widget-youtube .widget-cta {
    font-size: 12px;
  }
}
#com-home .section .section-title {
  font-family: "Museo-700", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .section-title {
    font-size: 36px;
  }
}
#com-home .section .section-title.blue {
  color: #2980B9;
}
#com-home .section .section-title.light-blue {
  color: #8CC3E7;
}
#com-home .section .section-title.orange {
  color: #E98233;
}
#com-home .section .section-title.green {
  color: #96C748;
}
#com-home .section .section-title.red {
  color: #E34F42;
}
#com-home .section .post-categories {
  color: #fff;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  padding: 6px 15px;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-categories {
    font-size: 11px;
  }
}
#com-home .section .post-categories .post-category {
  display: inline-block;
  text-transform: uppercase;
}
#com-home .section .post-featured-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 0;
  margin-bottom: 10px;
  width: 100%;
}
#com-home .section .post-title {
  font-family: "Museo-500", sans-serif;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-title {
    margin-bottom: 10px;
  }
}
#com-home .section .post-title .post-title-link {
  color: inherit;
  text-decoration: none;
}
#com-home .section .post-title .post-title-link:active, #com-home .section .post-title .post-title-link:focus, #com-home .section .post-title .post-title-link:hover {
  text-decoration: underline;
}
#com-home .section .post-details {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-details {
    font-size: 11px;
    margin-top: -5px;
  }
}
#com-home .section .post-author {
  color: #222;
  text-decoration: none;
}
#com-home .section .post-author:active, #com-home .section .post-author:focus, #com-home .section .post-author:hover {
  text-decoration: underline;
}
#com-home .section .post-list-item.small {
  margin-bottom: 10px;
}
#com-home .section .post-list-item.small .post-title {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  #com-home .section .post-list-item.small .post-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list-item.small .post-title {
    font-size: 21px;
  }
}
#com-home .section .post-list-item.small.w-separator:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#com-home .section .post-list-item.small.w-separator .post-title {
  margin-bottom: 0;
}
#com-home .section .post-list-item.small-img {
  *zoom: 1;
}
#com-home .section .post-list-item.small-img:before, #com-home .section .post-list-item.small-img:after {
  content: "";
  display: table;
}
#com-home .section .post-list-item.small-img:after {
  clear: both;
}
#com-home .section .post-list-item.small-img .post-title {
  font-size: 15px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  #com-home .section .post-list-item.small-img .post-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list-item.small-img .post-title {
    font-size: 19px;
  }
}
#com-home .section .post-list-item.small-img .post-excerpt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}
#com-home .section .post-list-item.small-img .post-featured-image {
  padding-top: 30.3%;
}
#com-home .section .post-list-item.small-img .post-details {
  text-transform: none;
}
#com-home .section .post-list-item.small-img .post-featured-image,
#com-home .section .post-list-item.small-img .post-details {
  margin-bottom: 2.5%;
  margin-top: 2.5%;
  width: 47.5%;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list-item.small-img .post-featured-image,
  #com-home .section .post-list-item.small-img .post-details {
    width: 42.5%;
  }
}
#com-home .section .post-list-item.small-img:nth-child(1) .post-featured-image,
#com-home .section .post-list-item.small-img:nth-child(1) .post-details {
  margin-top: 5%;
}
#com-home .section .post-list-item.small-img:nth-child(odd) .post-featured-image,
#com-home .section .post-list-item.small-img:nth-child(odd) .post-details {
  float: left;
}
#com-home .section .post-list-item.small-img:nth-child(odd) .post-featured-image {
  margin-right: 5%;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list-item.small-img:nth-child(odd) .post-details {
    margin-right: 5%;
  }
  #com-home .section .post-list-item.small-img:nth-child(odd) .post-featured-image {
    margin-left: 5%;
  }
}
#com-home .section .post-list-item.small-img:nth-child(even) .post-featured-image,
#com-home .section .post-list-item.small-img:nth-child(even) .post-details {
  float: right;
}
#com-home .section .post-list-item.small-img:nth-child(even) .post-featured-image {
  margin-left: 5%;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list-item.small-img:nth-child(even) .post-details {
    margin-left: 5%;
  }
  #com-home .section .post-list-item.small-img:nth-child(even) .post-featured-image {
    margin-right: 5%;
  }
}
#com-home .section .post-list-item.medium {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list-item.medium {
    margin-bottom: 40px;
  }
}
#com-home .section .post-list-item.medium .post-title {
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list-item.medium .post-title {
    font-size: 24px;
  }
}
#com-home .section .post-list-item.medium .post-featured-image {
  padding-top: 68.42%;
}
#com-home .section .post-list-item.large .post-featured-image {
  padding-top: 57.64%;
}
#com-home .section .post-list-item.large .post-title {
  font-family: "Museo-500", sans-serif;
  font-size: 28px;
  line-height: 1.2;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list-item.large .post-title {
    font-size: 36px;
  }
}
#com-home .section .post-list-item.large .post-excerpt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0 0;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list-item.large .post-excerpt {
    font-size: 18px;
  }
}
#com-home .section .post-list-item.large .read-more {
  color: #2980B9;
  text-transform: uppercase;
  text-decoration: none;
}
#com-home .section .post-list-item.large .read-more:active, #com-home .section .post-list-item.large .read-more:focus, #com-home .section .post-list-item.large .read-more:hover {
  font-weight: 900;
  text-decoration: underline;
}
#com-home .section .post-list-item.buy-back .post-featured-image {
  padding-top: 98.94%;
  position: relative;
}
#com-home .section .post-list-item.buy-back .post-featured-image::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background-color: #86C1E9;
  content: "";
  display: block;
  height: 120px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 120px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #com-home .section .post-list-item.buy-back .post-featured-image::after {
    height: 190px;
    width: 190px;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list-item.buy-back .post-featured-image::after {
    height: 240px;
    width: 240px;
  }
}
#com-home .section .post-list-item.buy-back .post-featured-image:active::after, #com-home .section .post-list-item.buy-back .post-featured-image:focus::after, #com-home .section .post-list-item.buy-back .post-featured-image:hover::after {
  height: 130px;
  width: 130px;
}
@media only screen and (min-width: 768px) {
  #com-home .section .post-list-item.buy-back .post-featured-image:active::after, #com-home .section .post-list-item.buy-back .post-featured-image:focus::after, #com-home .section .post-list-item.buy-back .post-featured-image:hover::after {
    height: 200px;
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list-item.buy-back .post-featured-image:active::after, #com-home .section .post-list-item.buy-back .post-featured-image:focus::after, #com-home .section .post-list-item.buy-back .post-featured-image:hover::after {
    height: 250px;
    width: 250px;
  }
}
#com-home .section .post-list-item.buy-back .buy-back-label {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  left: 50%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1;
  opacity: 0.95;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  z-index: 2;
}
#com-home .section .post-list-item.buy-back .buy-back-label::after {
  content: "SELL NOW";
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.25px;
  line-height: 1;
  margin-top: 2px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #com-home .section .post-list-item.buy-back .buy-back-label::after {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  #com-home .section .post-list-item.buy-back .buy-back-label {
    font-size: 25px;
  }
  #com-home .section .post-list-item.buy-back .buy-back-label::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list-item.buy-back .buy-back-label {
    font-size: 30px;
  }
  #com-home .section .post-list-item.buy-back .buy-back-label::after {
    font-size: 15px;
  }
}
#com-home .section .post-list-item.buy-back.buy-back-phones .post-featured-image {
  background-image: url("./static/img/buyback-phones.jpg");
}
#com-home .section .post-list-item.buy-back.buy-back-phones .buy-back-label::before {
  background-image: url("./static/img/buyback-phones-icon.png");
  height: 55px;
  width: 32px;
}
#com-home .section .post-list-item.buy-back.buy-back-laptops .post-featured-image {
  background-image: url("./static/img/buyback-laptops.jpg");
}
#com-home .section .post-list-item.buy-back.buy-back-laptops .buy-back-label::before {
  background-image: url("./static/img/buyback-laptops-icon.png");
  height: 46px;
  width: 79px;
}
#com-home .section .post-list-item.buy-back.buy-back-tablets .post-featured-image {
  background-image: url("./static/img/buyback-tablets.jpg");
}
#com-home .section .post-list-item.buy-back.buy-back-tablets .buy-back-label::before {
  background-image: url("./static/img/buyback-tablets-icon.png");
  height: 60px;
  width: 48px;
}
#com-home .section .post-list-item.buy-back.buy-back-ipods .post-featured-image {
  background-image: url("./static/img/buyback-ipods.jpg");
}
#com-home .section .post-list-item.buy-back.buy-back-ipods .buy-back-label::before {
  background-image: url("./static/img/buyback-ipods-icon.png");
  height: 55px;
  width: 36px;
}
#com-home .section .post-list-item.buy-back.buy-back-wearables .post-featured-image {
  background-image: url("./static/img/buyback-wearables.jpg");
}
#com-home .section .post-list-item.buy-back.buy-back-wearables .buy-back-label::before {
  background-image: url("./static/img/buyback-wearables-icon.png");
  height: 61px;
  width: 40px;
}
#com-home .section .post-list-item.buy-back.buy-back-other .post-featured-image {
  background-image: url("./static/img/buyback-other.jpg");
}
#com-home .section .post-list-item.buy-back.buy-back-other .buy-back-label::before {
  background-image: url("./static/img/buyback-other-icon.png");
  height: 63px;
  width: 75px;
}
#com-home .section .post-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#com-home .section .post-list.two-fcolumns {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  #com-home .section .post-list.two-fcolumns {
    display: grid;
    grid-gap: 20px 16px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list.two-fcolumns {
    margin-bottom: 40px;
    grid-gap: 40px 16px;
  }
}
#com-home .section .post-list.two-fcolumns.numbered {
  grid-gap: 16px 16px;
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list.two-fcolumns.numbered {
    grid-gap: 30px 16px;
  }
}
#com-home .section .post-list.two-fcolumns .post-list-item {
  margin-bottom: 15px;
}
@media only screen and (min-width: 414px) {
  #com-home .section .post-list.two-fcolumns .post-list-item {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  #com-home .section .post-list.two-fcolumns .post-list-item {
    margin-bottom: 0;
  }
}
#com-home .section .post-list.three-fcolumns.grid {
  margin-bottom: 25px;
}
@media only screen and (min-width: 414px) {
  #com-home .section .post-list.three-fcolumns.grid {
    display: grid;
    grid-gap: 20px 10px;
    grid-template-columns: 1fr 1fr;
  }
  #com-home .section .post-list.three-fcolumns.grid .post-list-item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #com-home .section .post-list.three-fcolumns.grid {
    grid-gap: 40px 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section .post-list.three-fcolumns.grid {
    margin-bottom: 40px;
  }
}
#com-home .section .post-list.three-fcolumns.no-grid {
  *zoom: 1;
}
#com-home .section .post-list.three-fcolumns.no-grid:before, #com-home .section .post-list.three-fcolumns.no-grid:after {
  content: "";
  display: table;
}
#com-home .section .post-list.three-fcolumns.no-grid:after {
  clear: both;
}
@media only screen and (min-width: 414px) {
  #com-home .section .post-list.three-fcolumns.no-grid .post-list-item {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #com-home .section .post-list.three-fcolumns.no-grid .post-list-item {
    width: 33.33%;
  }
}
#com-home .section .post-list.numbered {
  counter-reset: post-list-items;
}
#com-home .section .post-list.numbered .post-list-item {
  position: relative;
}
#com-home .section .post-list.numbered .post-list-item:nth-child(odd) {
  padding-left: 40px;
}
#com-home .section .post-list.numbered .post-list-item:nth-child(even) {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) {
  #com-home .section .post-list.numbered .post-list-item:nth-child(even) {
    padding-left: 48px;
  }
}
#com-home .section .post-list.numbered .post-list-item::before {
  color: #2980B9;
  content: counter(post-list-items, decimal-leading-zero);
  counter-increment: post-list-items;
  font-family: "Museo-700", sans-serif;
  font-size: 26px;
  left: 0;
  position: absolute;
  top: -2px;
}
@media only screen and (min-width: 768px) {
  #com-home .section .fcolumn.first {
    padding-right: 16px;
    width: 33.33%;
  }
}
#com-home .section .fcolumn.first::before {
  border-top-style: solid;
  border-top-width: 2px;
  content: "";
  display: block;
  margin-bottom: 25px;
}
#com-home .section .fcolumn.first.blue::before {
  border-color: #2980B9;
}
#com-home .section .fcolumn.first.orange::before {
  border-color: #E98233;
}
#com-home .section .fcolumn.first.green::before {
  border-color: #96C748;
}
#com-home .section .fcolumn.first.red::before {
  border-color: #E34F42;
}
#com-home .section .fcolumn.first.no-top-border::before {
  display: none;
}
#com-home .section .fcolumn.second {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  #com-home .section .fcolumn.second {
    margin-top: 0;
    width: 66.66%;
  }
}
#com-home .section .more-link-wrapper {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  text-align: right;
}
#com-home .section .more-link-wrapper.no-border {
  border-bottom: 0;
}
#com-home .section .more-link-wrapper .more-link {
  color: #fff;
  display: inline-block;
  font-family: "Museo-500", sans-serif;
  font-size: 12px;
  padding: 4px 10px 2px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #com-home .section .more-link-wrapper .more-link {
    font-size: 14px;
    padding: 4px 20px 2px;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section .more-link-wrapper .more-link {
    font-size: 18px;
  }
}
#com-home .section .more-link-wrapper.blue {
  border-color: #2980B9;
}
#com-home .section .more-link-wrapper.blue .more-link {
  background-color: #2980B9;
}
#com-home .section .more-link-wrapper.orange {
  border-color: #E98233;
}
#com-home .section .more-link-wrapper.orange .more-link {
  background-color: #E98233;
}
#com-home .section .more-link-wrapper.green {
  border-color: #96C748;
}
#com-home .section .more-link-wrapper.green .more-link {
  background-color: #96C748;
}
#com-home .section .more-link-wrapper.red {
  border-color: #E34F42;
}
#com-home .section .more-link-wrapper.red .more-link {
  background-color: #E34F42;
}
#com-home .section .more-link-wrapper.black {
  border-color: #000;
}
#com-home .section .more-link-wrapper.black .more-link {
  background-color: #000;
}
#com-home .section.section-news {
  margin-top: 50px;
}
#com-home .section.section-news .section-title {
  font-size: 29px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (min-width: 414px) {
  #com-home .section.section-news .section-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-news .section-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-news .fcolumns .fcolumn.first {
    padding-right: 5%;
    width: 66.66%;
  }
}
#com-home .section.section-news .fcolumns .fcolumn.first .post-list .post-list-item-content {
  padding: 0 20px;
}
#com-home .section.section-news .fcolumns .fcolumn.second {
  border-top: 2px solid #000;
  margin-top: 25px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-news .fcolumns .fcolumn.second {
    margin-top: 0;
    width: 33.33%;
  }
}
#com-home .section.section-news .fcolumns .fcolumn.second .post-list .post-list-item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #com-home .section.section-news .fcolumns .fcolumn.second .post-list .post-list-item {
    margin-bottom: 30px;
  }
}
#com-home .section.section-news .fcolumns .fcolumn.second .ad-unit {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  #com-home .section.section-news .fcolumns .fcolumn.second .ad-unit {
    margin-top: 50px;
  }
}
#com-home .section.section-news .fcolumns .fcolumn.no-top-border {
  border-top: 0;
}
#com-home .section.section-news .post-list.secondary-headlines {
  margin: 50px 0;
}
@media only screen and (min-width: 1024px) {
  #com-home .section.section-news .post-list.secondary-headlines {
    margin: 70px 0;
  }
}
#com-home .section.section-news .post-list.secondary-headlines .post-list-item {
  padding: 0 20px;
}
#com-home .section.section-news .post-list.secondary-headlines .post-list-item .post-featured-image {
  padding-top: 61.11%;
}
#com-home .section.section-news .post-list-item-content .fcolumns {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-popular-posts .fcolumns .fcolumn.first {
    width: 66.66%;
  }
  #com-home .section.section-popular-posts .fcolumns .fcolumn.second {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1024px) {
  #com-home .section.section-slider .wrapper {
    max-width: none;
  }
}
#com-home .section.section-slider .posts-slider {
  visibility: hidden;
}
#com-home .section.section-slider .posts-slider.slick-initialized {
  visibility: visible;
}
@media only screen and (min-width: 1451px) {
  #com-home .section.section-slider .posts-slider {
    margin-left: -10%;
    margin-right: -10%;
  }
}
#com-home .section.section-slider .post-slide {
  cursor: pointer;
  display: block;
}
#com-home .section.section-slider .post-slide img {
  height: auto;
  width: 100%;
}
#com-home .section.section-slider .slick-dots {
  bottom: 8%;
  margin: 0;
}
#com-home .section.section-slider .slick-dots li {
  height: 14px;
  vertical-align: middle;
  width: 14px;
}
#com-home .section.section-slider .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  height: 14px;
  padding: 1px;
  width: 14px;
}
#com-home .section.section-slider .slick-dots li button::before {
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  opacity: 1;
}
#com-home .section.section-slider .slick-dots li.slick-active button {
  border-color: #fff;
}
#com-home .section.section-slider .slick-dots li.slick-active button::before {
  color: transparent;
}
#com-home .section.section-apple-history .fcolumns {
  border-right: 2px solid #2980B9;
}
#com-home .section.section-apple-history .fcolumns .fcolumn.first {
  width: 100%;
}
#com-home .section.section-apple-history .fcolumns .fcolumn.second {
  padding: 0 10px 20px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-apple-history .fcolumns .fcolumn {
    padding-right: 3%;
  }
  #com-home .section.section-apple-history .fcolumns .fcolumn.first {
    width: 60%;
  }
  #com-home .section.section-apple-history .fcolumns .fcolumn.second {
    padding: 0 10px 20px 0;
    width: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section.section-apple-history .fcolumns .fcolumn {
    padding-right: 5%;
  }
  #com-home .section.section-apple-history .fcolumns .fcolumn.first {
    width: 66.66%;
  }
  #com-home .section.section-apple-history .fcolumns .fcolumn.second {
    width: 33.33%;
  }
}
#com-home .section.section-apple-history .post-featured-image {
  background-position: center top;
  background-size: contain;
  /* padding-top: 68.95%; */
  padding-top: 56%;
}
#com-home .section.section-apple-history .post-label {
  font-family: "Museo-700", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
#com-home .section.section-videos .post-categories {
  background-color: #000;
}
#com-home .section.section-videos .subscribe-widget {
  margin-bottom: 0;
}
#com-home .section.section-videos .fcolumns {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-videos .fcolumns .fcolumn {
    padding: 15px 20px 0;
  }
  #com-home .section.section-videos .fcolumns .fcolumn.first {
    width: 70.4%;
  }
  #com-home .section.section-videos .fcolumns .fcolumn.first::before {
    border: 0;
    margin: 0;
  }
  #com-home .section.section-videos .fcolumns .fcolumn.second {
    bottom: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 29.6%;
  }
}
#com-home .section.section-videos .fcolumns.youtube-subscribe {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-videos .main-video {
    margin-bottom: 50px;
  }
}
#com-home .section.section-videos .main-video .video-wrapper {
  height: 0;
  padding-bottom: 57.63%;
  position: relative;
  width: 100%;
}
#com-home .section.section-videos .main-video .video-wrapper .video-iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#com-home .section.section-videos .main-video .video-title {
  font-family: "Museo-500", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-videos .main-video .video-title {
    font-size: 24px;
    line-height: normal;
  }
}
#com-home .section.section-videos .more-videos-title {
  font-family: "Museo-700", sans-serif;
  font-size: 21px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-videos .more-videos-title {
    margin-bottom: 15px;
  }
}
#com-home .section.section-videos .post-list .post-list-item {
  margin-bottom: 20px;
}
#com-home .section.section-videos .post-list .post-list-item .post-featured-image {
  padding-top: 57.14%;
}
#com-home .section.section-videos .post-list .post-list-item .post-title {
  font-family: "Museo-500", sans-serif;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-promo .promo-cards {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin: 0 -8px;
  }
}
#com-home .section.section-promo .section-title {
  font-size: 21px;
}
@media only screen and (min-width: 1024px) {
  #com-home .section.section-promo .section-title {
    font-size: 28px;
  }
}
#com-home .section.section-promo .promo-card {
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-promo .promo-card {
    margin-bottom: 0;
    padding: 0 8px;
    width: 33.33%;
  }
}
#com-home .section.section-promo .promo-card .more-link-wrapper {
  bottom: 0;
  left: 8px;
  position: absolute;
  right: 8px;
}
#com-home .section.section-promo .promo-card.giveaways .post-categories {
  background-color: #E34F42;
}
#com-home .section.section-promo .promo-card.podcast .post-categories {
  background-color: #E98233;
}
#com-home .section.section-promo .promo-card.podcast .post-featured-image {
  margin-bottom: 20px;
}
#com-home .section.section-promo .promo-card.podcast .post-title {
  padding: 0 20px;
}
#com-home .section.section-promo .promo-card .promo-card-img {
  display: block;
  height: auto;
  width: 100%;
}
#com-home .section.section-buy-back .section-title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  #com-home .section.section-buy-back .section-title {
    font-size: 48px;
    margin-bottom: 35px;
  }
}
#com-home .section.section-buy-back .post-list .post-featured-image {
  margin-bottom: 0;
}
#com-home .section.section-newsletter .newsletter-box {
  background-color: #E4EFF7;
  border: 2px solid #328DC3;
  padding: 35px 4.25%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-newsletter .newsletter-box::after {
    background-image: url("./static/img/newsletter-bk.png");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -2px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 350px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section.section-newsletter .newsletter-box::after {
    right: 4.25%;
    width: 531px;
  }
}
#com-home .section.section-newsletter .newsletter-box-inner {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-newsletter .newsletter-box-inner {
    width: 55%;
  }
}
@media only screen and (min-width: 1024px) {
  #com-home .section.section-newsletter .newsletter-box-inner {
    width: 45%;
  }
}
#com-home .section.section-newsletter .newsletter-box-title {
  font-family: "Museo-500", sans-serif;
  font-size: 22px;
  line-height: 1;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-newsletter .newsletter-box-title {
    font-size: 28px;
    line-height: 1.2;
  }
}
#com-home .section.section-newsletter .newsletter-box-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 25px;
}
#com-home .section.section-newsletter .newsletter-box-form {
  *zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #2980B9;
  max-width: 380px;
  overflow: hidden;
}
#com-home .section.section-newsletter .newsletter-box-form:before, #com-home .section.section-newsletter .newsletter-box-form:after {
  content: "";
  display: table;
}
#com-home .section.section-newsletter .newsletter-box-form:after {
  clear: both;
}
#com-home .section.section-newsletter .newsletter-box-form .newsletter-box-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0;
  color: #2980B9;
  display: block;
  float: left;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  width: 75%;
}
#com-home .section.section-newsletter .newsletter-box-form .newsletter-box-input::placeholder {
  color: #2980B9;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-newsletter .newsletter-box-form .newsletter-box-input {
    font-size: 16px;
  }
}
#com-home .section.section-newsletter .newsletter-box-form .newsletter-box-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #2980B9;
  border: 0;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 40px;
  outline: 0;
  padding: 0;
  text-transform: uppercase;
  width: 25%;
}
@media only screen and (min-width: 768px) {
  #com-home .section.section-newsletter .newsletter-box-form .newsletter-box-submit {
    font-size: 14px;
  }
}
#com-home .section.section-logo {
  text-align: center;
}
#com-home .section.section-logo::before {
  background: transparent url("./static/img/com-head.png") no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  height: 80px;
  margin: 0 auto 5px;
  width: 80px;
}
#com-home .section.section-logo .section-title {
  font-size: 32px;
  font-weight: 500;
}
#com-home .section-ad-unit {
  background-color: #EEEFEE;
  text-align: center;
}
#com-home .section-ad-unit .ad-unit {
  display: inline-block;
  padding: 20px 12px;
}

/* WP-Pagenavi  */
.new-pagination {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
.new-pagination .wp-pagenavi > span, .new-pagination .wp-pagenavi > a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
}
.new-pagination .wp-pagenavi a:hover {
  background-color: #efefef;
}
.new-pagination .wp-pagenavi .current {
  background-color: #000;
  color: #fff;
}
@media (max-width: 991px) {
  .new-pagination .wp-pagenavi .pages, .new-pagination .wp-pagenavi .extend, .new-pagination .wp-pagenavi .last {
    display: none;
  }
  .new-pagination .wp-pagenavi a.page:nth-of-type(n+5) {
    display: none;
  }
}

/* Tags & Categories Meta */
.tag-meta {
  /* display: flex;
  align-items: flex-start; */
  /* margin: 2.5rem 1.25rem; */
  margin: 2.5rem 0rem 2.5rem 1.25rem;
}
@media (max-width: 991px) {
  .tag-meta {
    margin: 0 8px !important;
  }
}
/* .tag-meta-text {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
} */
.tag-meta-text h1 {
  font-family: "Museo-500", sans-serif;
  font-weight: 100;
  line-height: 130%;
  font-size: 3.5rem;
  align-self: flex-start;
  margin-top: 0;
}
.tag-meta-text-desc {
  align-self: flex-end;
  font-size: 15px;
}
.tag-meta-text h3.last {
  font-size: 18px;
  font-weight: bold;
}
.tag-meta-media {
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
}

.bars {
  /*display: inline-block;
  position: absolute;
  left: 10px;
  top:11px;*/
  display: inline-block;
  padding: 0 20px 0 0;
  /* position: absolute; */
  /* left: 10px; */
}
@media (min-width: 992px) {
  .bars {
    left: 10px;
  }
}
.bars label, .bars a {
  display: block;
  height: 20px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bars span {
  flex: 1;
}
.bars span.lines {
  display: block;
  width: 25px;
  height: 3px;
  position: relative;
  background-color: #fff;
  transition: transform 0.3s, width 0.3s;
}
.bars span.lines:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 0;
  transition: transform 0.3s, width 0.3s;
}
.bars span.lines:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
  transition: transform 0.3s, width 0.3s;
}
.bars:hover span.lines {
  width: 30px;
  transition: transform 0.3s, width 0.3s;
  left: 0;
}
.bars:hover span.lines:before {
  width: 25px;
  transition: transform 0.3s, width 0.3s;
  transform: translateX(-5px);
}
.bars:hover span.lines:after {
  width: 25px;
  transition: transform 0.3s, width 0.3s;
  transform: translateX(-5px);
}

.modalbox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: #222;
  z-index: 1000000000000000000000000;
  transform: translateY(-100%);
  opacity: 0;
  vertical-align: middle;
}
.modalbox__content {
  background-color: transparent;
  padding: 50px 20px;
}
.modalbox__close {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 40px;
  text-align: center;
  z-index: 99999999999;
}
.modalbox__close svg {
  fill: #fff;
}
.modalbox__close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.modalbox--pushmenu {
  transform: translate(-100%, 0);
}
.modalbox--pushmenu .modalbox__content {
  height: 100vh;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
  padding: 30px 10px;
}
@media (max-width: 991px) {
  .modalbox--pushmenu .modalbox__content {
    width: calc(100% - 100px);
  }
}
@media (min-width: 992px) {
  .modalbox--pushmenu .modalbox__content {
    width: 300px;
  }
}
.modalbox--pushmenu .modalbox__content .navbar ul {
  font-size: 23px;
  font-weight: 600;
  list-style: none;
}
.modalbox--pushmenu .modalbox__content .navbar ul > li {
  margin-bottom: 10px;
}
.modalbox--pushmenu .modalbox__content .navbar ul li:last-child {
  margin-bottom: 0;
}
.modalbox--pushmenu .modalbox__content .navbar ul li a {
  display: block;
  line-height: 1.4;
  color: #fff;
}
.modalbox--pushmenu .modalbox__content .navbar ul li ul {
  font-size: 18px;
  font-weight: normal;
  padding-left: 20px;
  opacity: 0.8;
  list-style: none;
}
.modalbox--pushmenu .modalbox__content .navbar ul li ul li {
  margin-bottom: 5px;
}
.modalbox--pushmenu .modalbox__content .navbar ul.second li {
  margin-bottom: 10px;
}
.modalbox--pushmenu .modalbox__content .navbar ul.second li:last-child {
  margin-bottom: 0;
}

.modalbox--pushmenu .modalbox__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.modalbox--pushmenu .modalbox__content::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 10px;
}

.modalbox--pushmenu .modalbox__content::-webkit-scrollbar-track {
  background: transparent;
}

input#pushmenu-open {
  visibility: hidden;
  position: absolute;
  top: -10000px;
}
input#pushmenu-open:checked + #pushmenu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
input#pushmenu-open:checked + #pushmenu .modalbox {
  max-width: 400px;
  background-color: #000;
  display: block;
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.5s, transform 0.3s;
}

/* Style used by plugin com2014-ads */
.adblock-notification-wrapper {
  background-color: rgba(173, 15, 39, 0.9);
  bottom: 0;
  font-size: 0;
  position: fixed;
  text-align: center;
  width: 100%;
}
.adblock-notification-wrapper .adblock-notification {
  color: #fff;
  display: inline-block;
  position: relative;
  max-width: 80%;
  text-align: center;
}
.adblock-notification-wrapper .adblock-notification::before {
  background: transparent url("./images/head.png") no-repeat center;
  background-size: 75px 75px;
  content: "";
  display: block;
  height: 75px;
  left: -50px;
  position: absolute;
  top: -20px;
  width: 75px;
}
.adblock-notification-wrapper .adblock-notification .adblock-notification-inner {
  display: table;
}
.adblock-notification-wrapper .adblock-notification .adblock-notification-inner .text {
  display: table-cell;
  font-family: "Museo-500", sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  margin: 0;
  max-width: 1280px;
  padding: 15px 30px;
}
.adblock-notification-wrapper .adblock-notification .adblock-notification-inner .text p {
  font-size: 16px;
  line-height: 1.25em;
  margin: 0;
}
.adblock-notification-wrapper .adblock-notification .adblock-notification-inner .text a {
  color: #fff;
  text-decoration: underline;
}
.adblock-notification-wrapper .adblock-notification .adblock-notification-inner .text a:hover {
  text-decoration: none;
}
.adblock-notification-wrapper .adblock-notification .adblock-notification-inner .dismiss-container {
  display: table-cell;
  vertical-align: middle;
}
.adblock-notification-wrapper .adblock-notification .adblock-notification-inner .dismiss-container .js-dismiss {
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  height: 35px;
  line-height: 32px;
  width: 35px;
}
.adblock-notification-wrapper .adblock-notification .adblock-notification-inner .dismiss-container .js-dismiss:hover {
  border-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .adblock-notification-wrapper .adblock-notification::before {
    background-size: 60px 60px;
    height: 60px;
    left: -30px;
    top: -15px;
    width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .adblock-notification-wrapper .adblock-notification .adblock-notification-inner .text {
    font-size: 12px;
  }
  .adblock-notification-wrapper .adblock-notification .adblock-notification-inner .text p {
    font-size: 12px;
  }
}
#sidebar-popup-ad {
  bottom: 10px;
  position: fixed;
  right: 10px;
  visibility: hidden;
  z-index: 999;
}
#sidebar-popup-ad .dismiss {
  background-color: #008cba;
  color: #FFFFFF;
  display: none;
  height: 24px;
  position: absolute;
  right: -1px;
  text-align: center;
  top: -24px;
  width: 24px;
}

/* END - Style used by plugin com2014-ads */
meta.foundation-version {
  font-family: "/5.4.7/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-size: 100%;
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img, #map_canvas embed, #map_canvas object {
  max-width: none !important;
}

.map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

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

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *        user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
     ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
     ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *        Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *        and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *        `input` and others.
 */
button, html input[type=button] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *        (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 640px) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 641px) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 769px) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1679px) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 1025px) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 1680px) and (max-width: 999999px) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 1680px) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #007ba0;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4, h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul, ol, dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul, ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Unordered Lists */
/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul, ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
  line-height: 1.6;
  color: #6f6f6f;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a {
  color: #555555;
}
blockquote cite a:visited {
  color: #555555;
}
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 641px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/*
             * Print styles.
             *
             * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
             * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
            */
.print-only {
  display: none !important;
}

@media print {
  @page {
    margin: 0.5cm;
  }
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li {
  display: none;
}
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 #FFFFFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFFFFF;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 641px) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .orbit-timer, .orbit-next, .orbit-prev, .orbit-bullets {
    display: none;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 641px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 769px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 1025px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 1680px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait {
  display: table-cell !important;
}

th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* Specific visibility for tables */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait {
    display: table-cell !important;
  }
  th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* Specific visibility for tables */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait, .show-for-landscape {
    display: none !important;
  }
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape {
    display: table-cell !important;
  }
  th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch, .touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch, .touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch, .touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch, .touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch, .touch td.show-for-touch, th.hide-for-touch, .touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print, th.show-for-print {
    display: table-cell !important;
  }
}
/*!
 *    Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *    License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts//fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts//fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts//fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts//fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts//fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts//fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-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 {
  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-rss:before {
  content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Museo-100";
  src: url("fonts/2BB8A3_3_0.eot");
  src: url("fonts/2BB8A3_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/2BB8A3_3_0.woff") format("woff"), url("fonts/2BB8A3_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "Museo-300";
  src: url("fonts/2BB8A3_2_0.eot");
  src: url("fonts/2BB8A3_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/2BB8A3_2_0.woff") format("woff"), url("fonts/2BB8A3_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "Museo-500";
  src: url("fonts/2BB8A3_4_0.eot");
  src: url("fonts/2BB8A3_4_0.eot?#iefix") format("embedded-opentype"), url("fonts/2BB8A3_4_0.woff") format("woff"), url("fonts/2BB8A3_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "Museo-700";
  src: url("fonts/2BB8A3_1_0.eot");
  src: url("fonts/2BB8A3_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/2BB8A3_1_0.woff") format("woff"), url("fonts/2BB8A3_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "Museo-900";
  src: url("fonts/2BB8A3_0_0.eot");
  src: url("fonts/2BB8A3_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/2BB8A3_0_0.woff") format("woff"), url("fonts/2BB8A3_0_0.ttf") format("truetype");
}
.left, .right {
  float: none !important;
}

.ad-728x90 {
  width: 100%;
  max-width: 728px;
  height: 90px;
}

.ad-150x150 {
  width: 150px;
  height: 150px;
}

.ad-650x300 {
  width: 100%;
  max-width: 650px;
  max-width: 650px;
}

.ad-300x250 {
  width: 300px;
  max-width: 300px;
  height: 250px;
}

.image-140x130 {
  width: 140px;
}

.image-780x440 {
  width: 780px;
  max-width: 780px;
}

.ad-container img {
  display: block;
}

div.ad-region {
  text-align: center;
  width: 100% !important;
}
div.ad-region .ad-container {
  display: inline-block;
  vertical-align: top;
}
div.ad-region iframe[width="728"] {
  width: 100% !important;
  max-width: 728px !important;
  margin: 0 auto !important;
}
div.ad-region.top {
  float: right;
  margin: 0.625rem 1.25rem;
}
div.ad-region.wall {
  width: 100%;
  padding: 1.5rem 0 0 0;
  margin: 0;
}
div.ad-region.wall .ad-container {
  margin-bottom: 1.5rem;
}
div.ad-region.wall.pre-author {
  padding-top: 0;
}
div.ad-region.between-post {
  margin: 0 0 2.5rem 0;
}
@media only screen and (max-width: 320px) {
  div.ad-region {
    width: auto !important;
    margin: 0 -10px;
  }
}

@media only screen and (min-width: 641px) {
  div.ad-region.between-post {
    margin: 0;
  }
}
section.ad-region.between-post {
  width: 18.75rem;
  display: inline-block;
  margin: 0 0.625rem;
}

@media only screen and (max-width: 768px) {
  section.ad-region.top {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  section.ad-region.top {
    float: right;
    min-width: 1px;
    min-height: 1px;
    margin: 0.625rem 1.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  section.ad-region.top {
    margin-bottom: 1rem;
    margin-top: 0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  section.ad-region.top .widget {
    display: inline-block;
  }
}
a {
  color: #008cba;
  text-decoration: none;
}

body {
  position: static !important;
}

.canvas {
  overflow-x: hidden;
}

.header-background.primary-menu,
.footer-background.primary-menu {
  background-color: #2f8bc1;
}
.header-background.secondary-menu,
.footer-background.secondary-menu {
  background-color: #ececec;
}
.header-background.secondary-menu .menu-wrapper,
.footer-background.secondary-menu .menu-wrapper {
  text-align: right;
}

.container {
  position: relative;
  left: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.sidebar-active .container {
  left: -340px;
}

.header-ad-region {
  background-color: #ececec;
  padding: 20px 0;
  text-align: center;
}

.social-media-menu {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  margin-left: 20px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .social-media-menu {
    margin-left: 20px;
  }
}
.social-media-menu .menu-item {
  display: inline-block;
  font-size: 0;
  margin-right: 30px;
  vertical-align: middle;
}
.social-media-menu .menu-item .menu-item-link {
  background-repeat: no-repeat;
  background-size: 166px 20px;
  display: inline-block;
}
.social-media-menu .menu-item .menu-item-link.item-facebook {
  background-position: 0 -2px;
  height: 17px;
  width: 17px;
}
.social-media-menu .menu-item .menu-item-link.item-twitter {
  background-position: -25px -4px;
  height: 14px;
  width: 17px;
}
.social-media-menu .menu-item .menu-item-link.item-youtube {
  background-position: -50px 0;
  height: 20px;
  width: 16px;
}
.social-media-menu .menu-item .menu-item-link.item-instagram {
  background-position: -75px -3px;
  height: 17px;
  width: 18px;
}
.social-media-menu .menu-item .menu-item-link.item-su {
  background-position: -75px -3px;
  height: 17px;
  width: 18px;
}
.social-media-menu .menu-item .menu-item-link.item-rss {
  background-position: -100px -2px;
  height: 18px;
  width: 18px;
}
.social-media-menu .menu-item .menu-item-link.item-su {
  background-position: -150px -3px;
  height: 14px;
  width: 16px;
}
.social-media-menu .menu-item:last-child {
  margin-right: 0;
}

.header .wrapper,
.footer .wrapper {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 500px;
}
@media only screen and (min-width: 768px) {
  .header .wrapper,
  .footer .wrapper {
    max-width: 1240px;
  }
}

.header {
  background: #2a80b9;
  position: relative;
}
.header:before {
  content: "";
  display: block;
  width: 99999px;
  height: 100%;
  background-color: #2a80b9;
  top: 0;
  left: -99999px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .header .wrapper {
    max-width: none;
  }
}
.header .ad-container {
  margin: 0 auto 0.625rem auto;
}
.header .content {
  color: #fff;
}
.header .show-sidebar {
  float: right;
  margin: 0 20px 10px 0;
  color: #fff;
}
.header .inner {
  *zoom: 1;
}
.header .inner:before, .header .inner:after {
  content: "";
  display: table;
}
.header .inner:after {
  clear: both;
}
.header .logo {
  font-weight: normal;
  text-decoration: none;
  font-family: "Museo-500", sans-serif;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  text-shadow: -1px -2px 1px #1b5072;
  line-height: 100%;
  font-size: 2rem;
  padding: 10px 0;
}
.header .logo h1 {
  font-weight: normal;
  text-decoration: none;
  font-family: "Museo-500", sans-serif;
  font-weight: normal;
  color: #fff;
  text-shadow: -1px -2px 1px #1b5072;
  display: block;
  line-height: 100%;
  padding: 10px 0 5px 0;
  font-size: 2rem;
  margin: 0;
}
.header .nav {
  *zoom: 1;
  float: right;
  margin-top: 15px;
}
.header .nav:before, .header .nav:after {
  content: "";
  display: table;
}
.header .nav:after {
  clear: both;
}
.header .nav .social {
  float: right;
}
.header .main-menu {
  float: left;
}
@media only screen and (min-width: 1025px) and (max-width: 1175px) {
  .header .main-menu {
    float: right;
  }
}
@media only screen and (min-width: 1176px) {
  .header .main-menu {
    display: inherit !important;
  }
}
@media only screen and (max-width: 1023px) {
  .header .desktop-nav .main-menu.first-cluster, .header .desktop-nav .main-menu.second-cluster {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .header .main-menu-separator {
    display: block;
  }
}
@media only screen and (min-width: 1176px) {
  .header .main-menu-separator {
    float: left;
    margin: 17px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .secondary-menu {
    display: none;
  }
}
.header .mobile-menu-toggle {
  color: #fff;
  float: right;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .header .mobile-menu-toggle {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .header .mobile-menu-toggle {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .header .logo {
    margin-left: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .header .logo {
    background-position: 0 20px;
    padding: 10px 0;
  }
  .header .logo::before {
    background: url("./images/head-logo.png") center no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 57px;
    margin-right: 15px;
    vertical-align: middle;
    width: 57px;
  }
  .header .logo span, .header .logo h1 {
    display: inline-block;
    padding-top: 5px;
    vertical-align: middle;
  }
}
.main-menu {
  *zoom: 1;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu:before, .main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
.main-menu.first-cluster {
  margin-bottom: -1px;
}
.main-menu.second-cluster {
  margin-right: -10px;
}
.main-menu .menu-item {
  float: left;
}
.main-menu .menu-item a {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
}
.main-menu .menu-item a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1025px) and (max-width: 1175px) {
  .main-menu {
    display: inline-block !important;
  }
  .main-menu.first-cluster {
    border-bottom: 1px solid #ffffff;
    padding-left: 0;
  }
  .main-menu .menu-item a {
    padding: 0 10px;
  }
  .main-menu.first-cluster .menu-item:last-child {
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1176px) and (max-width: 1245px) {
  .main-menu li a {
    padding: 10px 6px;
  }
}

.main-menu-separator {
  display: none;
}
@media only screen and (min-width: 1176px) {
  .main-menu-separator {
    background-color: #ffffff;
    height: 14px;
    width: 1px;
  }
}

.menu-second-line {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  vertical-align: middle;
}
.menu-second-line .menu-item {
  display: inline-block;
  margin-right: 10px;
}
.menu-second-line .menu-item a {
  color: #2980B9;
  display: inline-block;
  padding: 10px 0;
}
.menu-second-line .menu-item a:active, .menu-second-line .menu-item a:focus, .menu-second-line .menu-item a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .menu-second-line .menu-item:last-child {
    margin-right: 0;
  }
}

.footer {
  text-align: center;
}
.footer .primary-menu {
  padding: 6px 0;
}
.footer .secondary-menu {
  padding: 20px 0 60px;
}
.footer .secondary-menu .menu-wrapper {
  text-align: center;
}
.footer .main-menu {
  display: inline-block;
  vertical-align: middle;
}
.footer .main-menu-separator {
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  .footer .main-menu-separator {
    display: inline-block;
  }
}
@media only screen and (min-width: 1176px) {
  .footer .main-menu-separator {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 1680px) {
  .header .logo {
    font-size: 2.5rem;
  }
}
.featured {
  display: none;
  padding-right: 0px;
}
.featured .featured-wrapper {
  overflow: hidden;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  height: 160px;
}
.featured:not(.old-frontpage-featured) {
  background-color: #86c1e9;
}
.featured:not(.old-frontpage-featured) .featured-wrapper {
  padding-left: 5rem;
  padding-right: 5rem;
}
.featured .content {
  color: #fff;
}

.main-container {
  position: relative;
  /* display: table; */
  width: 100%;
}

.main {
  /* display: table-cell;
  width: 100%; */
  vertical-align: top;
}

.sidebar {
  display: block;
  width: 1px;
  margin-left: 1px;
  vertical-align: top;
  position: absolute;
  top: 0;
}
.sidebar aside {
  position: relative;
}

.main-front-page .sidebar aside {
  top: -160px;
}

.content {
  padding: 40px 10px;
}

.carrousel-container {
  width: 100%;
}

.posts {
  padding-top: 10px;
}

#featured {
  width: auto;
  height: 130px;
}
#featured div.item {
  width: 145px;
}
#featured div.item > a {
  display: block;
  background-position: center;
  background-size: cover;
  height: 130px;
  position: relative;
}
#featured div.item > a img {
  width: 100%;
  display: block;
  display: none;
}
#featured div.item > a .caption {
  display: block;
  background-color: rgba(255, 255, 255, 0.75);
  line-height: 130%;
  font-weight: 600;
  font-size: 0.75rem;
  font-family: "Museo-500", sans-serif;
  padding: 0.5rem 0.625rem;
  color: #333;
  position: absolute;
  bottom: 0px;
  min-height: 35%;
  min-width: 100%;
}

.article-wrapper {
  margin: 2.5rem 0rem 2.5rem 1.25rem;
}
/* @media only screen and (min-width: 641px) {
  .article-wrapper {
    margin: 2.5rem 5rem;
  }
} */
.single .post p .dsq_comments_link {
  display: none;
}

article {
  margin: 0;
  font-weight: 200;
  width: auto;
}
article .post-header h2, article .post-header h1 {
  font-family: "Museo-300", sans-serif;
  font-weight: 100;
  font-size: 2rem;
  line-height: 110%;
}
article .post-header .meta {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
article .post-header .post-extra {
  width: 100%;
}
article .post-header .extra {
  *zoom: 1;
}
article .post-header .extra:before, article .post-header .extra:after {
  content: "";
  display: table;
}
article .post-header .extra:after {
  clear: both;
}
article .post-header .author {
  float: left;
  margin-bottom: 1.25rem;
}
article .post-header .author .meta {
  margin-bottom: 0;
  margin-top: 7px;
}
article .post-header .author .meta .post-edit-link {
  margin-left: 5px;
}
article .social {
  float: right;
  width: 100%;
}
article .social .social-container {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 0;
}
article .social .social-container iframe {
  display: inline-block;
  vertical-align: bottom;
}
article .social p {
  display: none;
}
article .social.in-footer .cultofmac-comments-link {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 12px;
}
article .social.in-footer .cultofmac-comments-link .dsq_comments_link {
  background-color: #2a80b9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  padding: 0 10px;
}
article .social.in-footer .cultofmac-comments-link .dsq_comments_link:active, article .social.in-footer .cultofmac-comments-link .dsq_comments_link:focus, article .social.in-footer .cultofmac-comments-link .dsq_comments_link:hover {
  background-color: #226694;
  color: #fff;
}
article .post-image {
  margin: 0;
}
article .post-image img {
  width: 100%;
  height: auto;
}
article figure.post-body-image.alignright {
  margin-left: 40px;
  margin-right: 0;
}
article .post-image figcaption {
  font-family: "Museo-500", sans-serif;
  font-weight: normal;
  border-left: 2px solid #97cc36;
  padding: 1.25rem 0 0 2.5rem;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  /* -webkit-font-smoothing: antialiased; */
}
article .post-image figcaption em {
  font-family: "Museo-300", sans-serif;
  font-weight: normal;
}
article .post-image figcaption .no-bottom-margin {
  margin-bottom: 0;
}
article .post-body {
  padding-top: 1.25rem;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 150%;
  position: relative;
}
article .post-body p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 150%;
}
article .post-body h1 {
  font-weight: normal;
  font-family: "Museo-300";
  font-size: 2.25rem;
}
article .post-body h2 {
  font-weight: normal;
  font-family: "Museo-500";
  font-size: 1.875rem;
}
article .post-body h3 {
  font-weight: normal;
  font-family: "Museo-700";
  font-size: 1.5rem;
}
article .post-body h4 {
  font-weight: normal;
  font-family: "Museo-900";
  font-size: 1.125rem;
}
article .post-body ul, article .post-body ol {
  margin-left: 3.75rem;
}
article .post-body blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
article .post-body blockquote p {
  width: 100%;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: normal;
  font-family: "Museo-300";
}
article .post-body blockquote.pullquote {
  padding-left: 2.5rem;
  width: 80%;
  font-size: 1.5rem;
  margin: 1.25rem 1.25rem 1.25rem 0rem;
}
article .post-body blockquote.pullquote p {
  color: #97cc36;
  margin-bottom: 0;
}
article .post-body blockquote.pullquote.alignright, article .post-body blockquote.pullquote.alignleft {
  float: none;
}
article .post-body p img.alignleft, article .post-body a img.alignleft {
  float: left;
  margin-right: 20px;
}
article .post-body p img.alignright, article .post-body a img.alignright {
  float: right;
  margin-left: 20px;
}
article .post-body .post-body-image {
  width: 100%;
  margin-left: 0;
}
article .post-body .post-body-image img {
  width: 100%;
}
article .post-body .post-body-image figcaption {
  font-size: 16px !important;
  font-family: "Museo-500", sans-serif !important;
  font-weight: normal !important;
  border-right: 2px solid #97cc36;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
article .post-body .post-body-image.alignright figcaption {
  border-left: 2px solid #97cc36;
  border-right: none;
}
article .post-body .post-body-image figcaption em, article .post-body .post-body-image figcaption i, article .post-body .post-body-image figcaption span {
  font-family: "Museo-300", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
article .post-body .location {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
article .post-body iframe {
  max-width: 100%;
}
article .post-body .ctx-module-container:last-of-type {
  display: none;
}
article .tags {
  background-color: #97cc36;
  margin: 0;
  text-align: right;
}
article .tags ul {
  margin: 0;
  padding: 0 0.625rem 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
article .tags ul li {
  display: inline-block;
}
article .tags ul li a {
  display: block;
  padding: 0.3125rem;
  font-size: 11px;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 0.9375rem;
  color: #fff;
  text-transform: uppercase;
}
article .post-author {
  margin-top: 5rem;
}
article .post-author .posted-in, article .post-author .tagged {
  display: block;
}
article .post-author .posted-in {
  margin-bottom: 10px;
}
article .post-author .meta {
  border-left: 2px solid #97cc36;
  padding-left: 3.125rem;
  padding-bottom: 1.25rem;
  font-family: "Museo-300", sans-serif;
}
article .post-author .meta strong {
  font-family: "Museo-700", sans-serif;
  font-weight: normal;
}
article .post-author .meta h3 {
  font-family: "Museo-100", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 1.875rem;
}
article .post-author .author-description {
  margin: 0;
  *zoom: 1;
}
article .post-author .author-description:before, article .post-author .author-description:after {
  content: "";
  display: table;
}
article .post-author .author-description:after {
  clear: both;
}
article .post-author .author-description .author-image {
  float: left;
}
article .post-author .author-description figcaption {
  margin-left: 200px;
  margin-top: -7px;
}
article .post-author .author-description figcaption p {
  font-weight: 200;
}
article .post-comments {
  margin: 5rem 0;
}
article.teaser .body-meta {
  white-space: inherit !important;
}
article.teaser .body-meta a {
  display: block;
}
article.gallery {
  background-color: #fff;
}
article.gallery .tags {
  background-color: #000;
}
article.gallery .post-body {
  padding-top: 0;
  padding-left: 0;
  border: none;
}
article.gallery .post-body ul, article.gallery .post-body ol {
  margin-left: 0px;
}
article.gallery .post-body .avocado-slider-nav {
  border-left: 2px solid #008cba;
}
article.gallery .post-body .avocado-slider-caption {
  border-left: 2px solid #008cba;
}
article.gallery .post-body .avocado-slider-caption .slide-a p {
  padding: 1.25rem 3.125rem;
}

@media only screen and (min-width: 641px) {
  article .post-body .post-body-image.alignleft {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 641px) {
  article .post-body .post-body-image.alignright {
    float: right;
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  article.teaser figcaption, article.teaser .post-body {
    padding-left: 5rem;
  }
}
.post-more {
  margin: 1.5rem 0;
  padding: 0;
  font-weight: 200;
}
.post-more.author-archive {
  margin: 1.5rem 5rem;
}
.post-more.author-archive .post-author .meta {
  border-left: 0;
  padding-left: 0;
}
@media only screen and (max-width: 600px) {
  .post-more.author-archive {
    margin: 1.5rem;
  }
  .post-more.author-archive .post-author .author-description .author-image {
    width: 120px;
  }
  .post-more.author-archive .post-author .author-description figcaption {
    margin-left: 145px;
  }
}
@media only screen and (max-width: 400px) {
  .post-more.author-archive .post-author .author-description .author-image {
    width: 100px;
  }
  .post-more.author-archive .post-author .author-description figcaption {
    margin-left: 120px;
  }
}
.post-more.ad-region {
  margin-top: 0;
}
.post-more .post-author {
  margin-top: 5rem;
  text-align: left;
}
.post-more .post-author.categories-and-tags {
  margin-top: 0;
}
.post-more .post-author .posted-in, .post-more .post-author .tagged {
  display: block;
}
.post-more .post-author .posted-in {
  margin-bottom: 10px;
}
.post-more .post-author .meta {
  border-left: 2px solid #fff;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
  font-family: "Museo-300", sans-serif;
}
.post-more .post-author .meta strong {
  font-family: "Museo-700", sans-serif;
  font-weight: normal;
}
.post-more .post-author .meta h3 {
  font-family: "Museo-100", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  margin: 0;
}
.post-more .post-author .author-description {
  margin: 0;
  *zoom: 1;
}
.post-more .post-author .author-description:before, .post-more .post-author .author-description:after {
  content: "";
  display: table;
}
.post-more .post-author .author-description:after {
  clear: both;
}
.post-more .post-author .author-description .author-image {
  float: left;
}
.post-more .post-author .author-description figcaption {
  margin-left: 200px;
  margin-top: -7px;
}
.post-more .post-author .author-description figcaption p {
  font-weight: 200;
}
.post-more .post-comments {
  margin: 2.5rem 0;
}

@media only screen and (max-width: 400px) {
  .post-more .post-author .author-description figcaption {
    word-break: break-all;
  }
}
.post-body {
  width: 100%;
  *zoom: 1;
}
.post-body:before, .post-body:after {
  content: "";
  display: table;
}
.post-body:after {
  clear: both;
}

aside {
  background-color: #ececec;
  width: 340px;
  padding: 20px;
  max-width: 100%;
}

#search-container .sidebar-nav {
  padding-top: 0;
}

aside .panel:not(:first-of-type) {
  margin: 2.5rem 0;
}
aside .panel h4 {
  color: #666;
  text-transform: uppercase;
  font-family: "Museo-700", sans-serif;
  font-weight: normal;
  display: block;
  line-height: 100%;
  margin-bottom: 1.25rem;
  font-size: 1.3125rem;
}
aside .panel ol {
  padding: 0;
  margin: 0;
}
aside .panel ol li {
  list-style: none;
  display: block;
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.625rem;
}
aside .panel ol li:last-child {
  border-bottom: none;
}
aside .panel ol li a {
  overflow: hidden;
}
aside .panel ol li a img {
  float: left;
}
aside .panel ol li a h5 {
  margin-left: 100px;
  color: #2a80b9;
}
aside .panel ol li a:hover h5 {
  color: #226894;
}
aside .social-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
aside .social-menu li {
  display: inline-block;
  margin-bottom: 20px;
}
aside .social-menu a {
  color: #2a80b9;
  padding: 10px;
  display: block;
  font-size: 18px;
}
aside .social-menu a:hover {
  color: #008cba;
}
aside .sidebar-nav {
  padding-top: 2.5rem;
}
aside .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
aside .sidebar-nav ul:before, aside .sidebar-nav ul:after {
  content: "";
  display: table;
}
aside .sidebar-nav ul:after {
  clear: both;
}
aside .sidebar-nav li {
  width: 33%;
  text-align: center;
  float: left;
}
aside .sidebar-nav a {
  color: #2a80b9;
  font-size: 16px;
}
aside .sidebar-nav a:hover {
  color: #008cba;
}

.search-form {
  border: 1px solid #2a80b9;
  background-color: #fff;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
.search-form .searchfield {
  display: table;
  vertical-align: middle;
  width: 100%;
}
.search-form label {
  display: table-cell;
  width: 1%;
  box-sizing: border-box;
  vertical-align: middle;
}
.search-form label i {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  display: block;
  background: url(images/search.gif) center center no-repeat;
  margin: 0 10px 0 25px;
}
.search-form input {
  display: table-cell;
  color: #2a80b9;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-family: "Museo-300", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
}
.search-form input::-webkit-input-placeholder {
  color: #86c1e9;
}
.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #86c1e9;
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #86c1e9;
}
.search-form input:-ms-input-placeholder {
  color: #86c1e9;
}

.search-results-pagination {
  margin: 20px 0 120px;
  text-align: center;
}
.search-results-pagination .page-numbers:not(.dots) {
  color: #fff;
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid #008cba;
  background-color: #008cba;
  margin: 0 5px;
}
.search-results-pagination .page-numbers:not(.dots).current, .search-results-pagination .page-numbers:not(.dots):hover {
  background-color: #fff;
  border: 1px solid #008cba;
  color: #008cba;
}
.search-results-pagination .page-numbers.dots {
  color: #008cba;
}

.error-404 {
  padding: 100px;
}
.error-404 h1 {
  font-family: "Museo-100", sans-serif;
  font-size: 64px;
}

.search-results h3 {
  margin: 3.125rem 5rem;
  font-family: "Museo-300", sans-serif;
  font-weight: normal;
}

.search-results-empty h3 {
  margin: 3.125rem 5rem;
  font-family: "Museo-300", sans-serif;
  font-weight: normal;
}
.search-results-empty .search-results-page-content {
  margin: 3.125rem 5rem;
}

#nav-below {
  display: none;
}

.infscr-loading {
  width: 200px;
  margin: 50px auto;
  text-align: center;
}
.infscr-loading img {
  display: none;
}
.infscr-loading div {
  text-align: center;
  padding-top: 50px;
  background: url(images/loading.gif) top center no-repeat;
}
.infscr-loading div em {
  font-style: normal;
}
.infscr-loading a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-top: 10px;
  color: #FFFFFF;
  background-color: #008CBA;
}

.infinite-more-link-container {
  margin: 20px 0 120px;
  text-align: center;
}

.infinite-more-link {
  border: 1px solid transparent;
  display: inline-block;
  padding: 10px;
  background-color: #008cba;
  color: #fff;
}
.infinite-more-link:active, .infinite-more-link:focus, .infinite-more-link:hover {
  background-color: #fff;
  border-color: #008cba;
  color: #008cba;
}

.avocado-slider {
  width: 100%;
  max-width: 780px;
}
.avocado-slider .slide .caption {
  padding: 20px 40px;
}
.avocado-slider.is-fullscreen {
  max-width: 100% !important;
}
.avocado-slider.is-fullscreen .slide {
  max-width: 100% !important;
}

.avocado-slider-nav {
  padding: 10px 50px;
  position: relative;
}
.avocado-slider-nav .slide-thumb, .avocado-slider-nav .slide-thumb-a {
  opacity: 0.5;
}
.avocado-slider-nav .slick-slide img {
  display: block;
  margin: 0 auto;
}
.avocado-slider-nav .slick-current {
  opacity: 1;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .avocado-slider-nav {
    padding: 10px 100px;
  }
}
.slick-slide {
  margin: 0 auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slide-a-caption.slick-slide .caption {
  padding: 20px 40px;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  *zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slide img {
  display: inline-block;
  width: auto;
  height: 585px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-prev {
  background: #000 url(images/arrows.png) 10px 7px no-repeat;
  border: none;
  display: block;
  text-indent: -9999px;
  position: absolute;
  width: 30px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  outline: none;
  z-index: 10;
  left: 10px;
}

@media only screen and (min-width: 769px) {
  .slick-prev {
    left: 40px;
  }
}
.slick-next {
  background: #000 url(images/arrows.png) -20px 7px no-repeat;
  border: none;
  display: block;
  width: 30px;
  text-indent: -9999px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  outline: none;
  z-index: 10;
  right: 10px;
}

@media only screen and (min-width: 769px) {
  .slick-next {
    right: 40px;
  }
}
.switch-fullscreen {
  background: #000 url(images/arrows.png) -58px 7px no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  text-indent: -9999px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
.switch-fullscreen:hover {
  background-color: #999;
}

.avocado-slider-slides .slick-prev, .avocado-slider-slides .slick-next {
  top: 0 !important;
  width: 50% !important;
  height: 100% !important;
  margin-top: 0 !important;
  background: none;
}
.avocado-slider-slides:hover .slick-prev:before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50;
  left: 25px;
  margin-top: -25px;
  border: 2px solid #008cba;
  border-right: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
  transform: rotate(45deg);
}
.avocado-slider-slides:hover .slick-next:before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50;
  right: 25px;
  margin-top: -25px;
  border: 2px solid #008cba;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
  transform: rotate(45deg);
}

.is-fullscreen .avocado-slider-nav {
  margin: 0 auto;
}
.is-fullscreen .avocado-slider-caption {
  margin: 0 auto;
}
.is-fullscreen .avocado-slider-caption .slide .caption {
  height: 200px;
  overflow-y: auto;
}

.slider-ad-container {
  width: 300px;
  margin: 50px auto;
}

#featured .slick-prev {
  background: transparent url(images/arrows.png) 10px 7px no-repeat;
  left: -40px;
}
#featured .slick-next {
  background: transparent url(images/arrows.png) -20px 7px no-repeat;
  right: -40px;
}
#featured .slide a {
  margin: 0 5px;
}

.comsocialite.small {
  margin: 0;
  padding: 0;
}

.social-container {
  *zoom: 1;
}
.social-container:before, .social-container:after {
  content: "";
  display: table;
}
.social-container:after {
  clear: both;
}

.comsocialite.small .socialite {
  margin-right: 0;
}

@media only screen and (min-width: 641px) {
  .main .header .nav ul li a {
    padding: 10px;
  }
  /* .sidebar {
    display: table-cell;
  } */
  article .post-body {
    width: 100% !important;
  }
  article .post-body blockquote {
    padding-left: 40px !important;
  }
  article .post-body blockquote.pullquote {
    width: 60%;
  }
  article .post-body blockquote.pullquote.alignright {
    float: right;
  }
  article .post-body blockquote.pullquote.alignleft {
    float: left;
  }
  .post-body .post-body-image {
    float: left;
    width: 355px;
    margin-left: -2.5rem;
  }
  iframe.twitter-tweet {
    float: left !important;
    margin-right: 1.25rem !important;
    /*margin-left: -2.5rem !important;*/
    width: 60% !important;
  }
  .instagram-embed {
    width: 100% !important;
  }
}
@media only screen and (min-width: 769px) {
  .posts {
    padding-top: 0px;
  }
  .featured {
    display: block;
  }
  .header .nav ul.social-menu {
    float: right;
    width: 340px;
    padding: 0 20px;
    text-align: center;
  }
  .header .nav ul.social-menu li {
    padding: 15px 0;
    width: 40px;
    float: none;
    display: inline-block;
    text-align: center;
  }
  .header .nav ul.social-menu li a {
    padding: 5px 0px;
  }
  article .post-header h2, article .post-header h1 {
    font-family: "Museo-500", sans-serif;
    font-weight: 100;
    line-height: 130%;
    font-size: 2.25rem;
  }
  article.teaser figcaption, article.teaser .post-body {
    border-left: 2px solid #97cc36;
  }
  article.teaser .body-meta {
    white-space: nowrap;
  }
  article.teaser .body-meta a {
    margin-right: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875rem;
  }
  article.teaser.gallery .post-body {
    padding-left: 0;
    border-left: none;
  }
}
@media only screen and (min-width: 1025px) {
  .container {
    max-width: 90%;
    margin: 0 auto;
    overflow: visible;
  }
  .featured:not(.old-frontpage-featured) {
    padding-right: 340px;
  }
  /* .sidebar {
    display: table-cell;
    position: static;
  } */
}

@media only screen and (min-width: 1025px) and (max-width: 1175px) {
  .header .nav {
    text-align: right;
  }
}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}

@media only screen and (min-width: 1680px) {
  .header {
    border-bottom: 0;
  }
  .header .ad-container {
    float: right;
    margin: 0.625rem 1.25rem;
  }
  .main .header .logo {
    padding-top: 70px;
    margin-bottom: -50px;
  }
  /* .sidebar {
    display: table-cell;
    position: static;
  } */
  .sidebar.ajax aside {
    top: 0;
  }
}
.is-fullscreen {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.is-fullscreen .avocado-slider-slides .slick-slide img {
  margin: 0 auto;
}
.is-fullscreen .avocado-slider-caption, .is-fullscreen .avocado-slider-nav {
  border-left: none !important;
}
.is-fullscreen .avocado-slider-caption .slick-slide h3, .is-fullscreen .avocado-slider-caption .slick-slide p {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .is-fullscreen .avocado-slider-caption, .is-fullscreen .avocado-slider-nav {
    max-width: 585px !important;
  }
  .is-fullscreen .avocado-slider-slides {
    height: 200px !important;
  }
  .is-fullscreen .avocado-slider-slides .slick-slide img {
    width: auto;
    height: 200px !important;
  }
}
@media only screen and (min-width: 641px) {
  .is-fullscreen .avocado-slider-caption, .is-fullscreen .avocado-slider-nav {
    max-width: 585px !important;
  }
  .is-fullscreen .avocado-slider-slides {
    height: 200px !important;
  }
  .is-fullscreen .avocado-slider-slides .slick-slide img {
    width: auto;
    height: 200px !important;
  }
}
@media only screen and (min-width: 769px) {
  .is-fullscreen .avocado-slider-caption, .is-fullscreen .avocado-slider-nav {
    max-width: 585px !important;
  }
  .is-fullscreen .avocado-slider-slides {
    height: 400px !important;
  }
  .is-fullscreen .avocado-slider-slides .slick-slide img {
    width: auto;
    height: 400px !important;
  }
}
@media only screen and (min-width: 1025px) {
  .is-fullscreen .avocado-slider-caption, .is-fullscreen .avocado-slider-nav {
    max-width: 975px !important;
  }
  .is-fullscreen .avocado-slider-slides {
    height: 400px !important;
  }
  .is-fullscreen .avocado-slider-slides .slick-slide img {
    width: auto;
    height: 400px !important;
  }
}
@media only screen and (min-width: 1680px) {
  .is-fullscreen .avocado-slider-caption, .is-fullscreen .avocado-slider-nav {
    max-width: 1560px !important;
  }
  .is-fullscreen .avocado-slider-slides {
    height: 700px !important;
  }
  .is-fullscreen .avocado-slider-slides .slick-slide img {
    width: auto;
    height: 700px !important;
  }
}
.lyte-wrapper {
  width: 100% !important;
  max-width: 640px !important;
}

a.more-link {
  text-transform: uppercase;
}

div.second-post-ads-wrapper {
  text-align: center;
}
div.second-post-ads-wrapper section.ad-region {
  width: 300px;
  height: 250px;
  margin: 1.25rem 0.625rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  body:not(.single) .second-post-ads-wrapper .ad-region:last-child {
    display: none;
  }
}
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}
.youtube iframe[src*=youtube] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.footer-menus {
  border-top: 1px solid #1e73be;
  padding: 20px 0;
  text-align: center;
}

.footer-menus .footer-menu-splitter {
  background-color: #1e73be;
  height: 1px;
  margin: 10px auto;
  max-width: 200px;
  width: 100%;
}

.footer-menus ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-menus li {
  display: inline-block;
  margin: 0 10px;
}

.footer-menus li a {
  color: #008cba;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-menus li a:active,
.footer-menus li a:focus,
.footer-menus li a:hover {
  color: #222222;
}

/* Lust List navigation
     ========================================================================== */
.lust-list-nav {
  margin-top: 2em;
}

.lust-list-header {
  margin-bottom: 1em;
}

.lust-list-link-container {
  width: 45%;
}

.lust-list-previous {
  float: left;
}

.lust-list-next {
  float: right;
}

.lust-list-nav-tag {
  color: #999999;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.lust-list-image-container {
  float: left;
  margin-right: 15px;
}

.lust-list-image {
  height: 100px;
  width: 100px;
  background-size: cover;
}

/* End Lust List navigation */
/* Hide Contextly in article infinite scroll. */
#content .ctx-module-container {
  display: none;
}

/* Contextly in-story sidebar
     ========================================================================== */
.ctx-sidebar-container .ctx-content-sidebar .ctx-sb-link, .ctx-sidebar-container .ctx-content-sidebar .ctx-sb-text p a {
  font-family: "Museo-700";
}

/* End Contextly in-story sidebar */
/* Comsocialite */
.comsocialite:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* visually hidden from HTML5 Boilerplate */
.comsocialite .vhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.comsocialite.large {
  display: block;
  list-style: none;
  padding: 0;
  margin: 20px;
  overflow: visible;
}

.comsocialite.large > li {
  display: block;
  margin: 0;
  padding: 10px;
  float: left;
}

.comsocialite.large .socialite {
  display: block;
  position: relative;
  background: url("social-sprite.png") 0 0 no-repeat;
}

.comsocialite.large .socialite-loaded {
  background: none !important;
}

.comsocialite.large .twitter-share {
  width: 55px;
  height: 65px;
  background-position: 0 0;
}

.comsocialite.large .googleplus-one {
  width: 50px;
  height: 65px;
  background-position: -75px 0;
}

.comsocialite.large .facebook-like {
  width: 50px;
  height: 65px;
  background-position: -145px 0;
}

.comsocialite.large .linkedin-share {
  width: 60px;
  height: 65px;
  background-position: -215px 0;
}

.comsocialite.large .pinterest-pinit {
  width: 50px;
  height: 65px;
  background-position: -367px 0;
}

.comsocialite.large .stumbleupon-share {
  width: 50px;
  height: 65px;
  background-position: -439px 0;
}

.comsocialite.large .twitter-follow {
  width: 56px;
  height: 65px;
  background-position: -509px 0;
}

.comsocialite.large .twitter-follow.socialite-loaded {
  width: 100%;
}

.comsocialite.large .vkontakte-like {
  width: 50px;
  height: 65px;
  background: red;
}

/*
 * Socialite Custom Default
 */
.comsocialite.small {
  display: inline-block;
  list-style: none;
  overflow: visible;
  text-align: center;
  vertical-align: top;
}

.comsocialite.small > li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 4px;
  vertical-align: top;
}

.comsocialite.small .socialite {
  border: 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: block;
  min-width: 59px;
  position: relative;
  height: 28px;
  background: url("./images/comsocialite.png") 0 0 no-repeat;
}
.comsocialite.small .socialite:hover {
  border-color: #fff;
}
.comsocialite.small .socialite.has-count-bubble {
  padding-right: 20px;
}
.comsocialite.small .socialite .count-bubble {
  background: #FFFFFF;
  border: #ccc solid 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #222;
  display: inline-block;
  float: left;
  font-size: 11px;
  height: 18px;
  margin-left: 40px;
  margin-top: 1px;
  padding: 0 4px 0 4px;
  position: relative;
}
.comsocialite.small .socialite .count-bubble::after {
  border-color: transparent #fff;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  content: "";
  display: block;
  left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 1;
}
.comsocialite.small .socialite .count-bubble::before {
  content: "";
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #ccc;
  display: block;
  left: -5px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 0;
}

.comsocialite.small .socialite-loaded {
  background: none;
}

.comsocialite.small .twitter-share {
  border: 0;
  background-color: #0098cd;
  background-position: 5px 3px;
}
.comsocialite.small .twitter-share:active, .comsocialite.small .twitter-share:focus, .comsocialite.small .twitter-share:hover {
  background-color: #0a7abf;
}

.comsocialite.small .googleplus-one {
  background-position: 20px -45px;
}

.comsocialite.small .facebook-like {
  background-color: #2b579a;
  border-color: #2b579a;
  background-position: 3px 2px;
}

.comsocialite.small .linkedin-share {
  background-position: 20px -135px;
}

.comsocialite.small .pinterest-pinit {
  background-position: 20px -175px;
}

.comsocialite.small .stumbleupon-share {
  background-position: 20px -225px;
}

.comsocialite.small .twitter-follow.socialite-loaded {
  width: 200px;
}

/* END - Comsocialite */
/* EMMA form pop box */
form.error,
form.success,
.ui.form .error {
  background-color: transparent !important;
  background: transparent !important;
}

.ui.form {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.column {
  padding: 5px !important;
}

.ui.form h1 {
  font-family: "Museo-500", sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.ui.form h2 {
  font-family: "Museo-500", sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 35px 0 20px;
}

.ui.modal {
  border-radius: 0;
  border: 5px solid #0074C4;
  color: #000;
  display: none;
  height: 0;
  padding: 20px;
  padding-top: 131.4%;
  position: relative;
  /* placeholder */
}
.ui.modal .form-fields-wrapper {
  margin: 30px auto 0;
  max-width: 250px;
}
.ui.modal .form-fields-wrapper input {
  padding: 5px 10px;
  width: 100%;
}
.ui.modal .modal-inner-wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.ui.modal .b-close {
  cursor: pointer;
  font-family: verdana;
  font-size: 1em;
  font-style: normal;
  color: #000;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 999;
}
.ui.modal .centered {
  text-align: center;
}
.ui.modal .top-sub-heading {
  font-size: 0.8rem;
}
.ui.modal #EmmaSubmit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #1e73be;
  border: 1px solid #1e73be;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}
.ui.modal #EmmaSubmit:active, .ui.modal #EmmaSubmit:focus, .ui.modal #EmmaSubmit:hover {
  background-color: transparent;
  color: #1e73be;
}
.ui.modal input::-webkit-input-placeholder {
  text-align: left;
  color: #000 !important;
  opacity: 1;
  font-size: 1em !important;
}
.ui.modal input:-moz-placeholder {
  /* Firefox 18- */
  text-align: left;
  color: #000 !important;
  opacity: 1;
  font-size: 1em !important;
}
.ui.modal input::-moz-placeholder {
  /* Firefox 19+ */
  text-align: left;
  color: #000 !important;
  opacity: 1;
  font-size: 1em !important;
}
.ui.modal input:-ms-input-placeholder {
  text-align: left;
  color: #000 !important;
  opacity: 1;
  font-size: 1em !important;
}

.ui.modals.page {
  font-family: "Museo-500", sans-serif;
  left: 50%;
  max-width: 90%;
  position: fixed;
  width: 500px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ui.modals.page .ui.modal {
  display: block;
  margin-top: 0 !important;
  top: 0 !important;
}

/* end of EMMA form pop box */
.com-mobile-menu {
  background-color: #2f8bc1;
  bottom: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 320px;
  transform: translateX(100%);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 9999999;
}
.com-mobile-menu.toggled {
  transform: translateX(0);
}
@media only screen and (min-width: 1024px) {
  .com-mobile-menu.toggled {
    transform: translateX(100%);
  }
}
.com-mobile-menu .mobile-menu-inner-wrapper {
  left: 50%;
  position: absolute;
  margin-top: -55px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.com-mobile-menu .mobile-menu-toggle-wrapper {
  *zoom: 1;
}
.com-mobile-menu .mobile-menu-toggle-wrapper:before, .com-mobile-menu .mobile-menu-toggle-wrapper:after {
  content: "";
  display: table;
}
.com-mobile-menu .mobile-menu-toggle-wrapper:after {
  clear: both;
}
.com-mobile-menu .mobile-menu-toggle {
  margin-right: 15px;
  margin-top: 15px;
}
.com-mobile-menu .main-menu {
  float: none;
}
.com-mobile-menu .main-menu .menu-item {
  display: block;
  float: none;
  text-align: center;
}
.com-mobile-menu .main-menu .menu-item a {
  font-size: 16px;
  line-height: 1.2;
  padding: 5px 0;
}
.com-mobile-menu .menu-second-line {
  display: block;
  text-align: center;
}
.com-mobile-menu .menu-second-line::before {
  border-top: 1px solid #fff;
  content: "";
  display: block;
  margin: 5px auto;
  width: 100px;
}
.com-mobile-menu .menu-second-line::before {
  margin-top: 15px;
}
.com-mobile-menu .menu-second-line .menu-item:last-child {
  margin-right: 0;
}
.com-mobile-menu .menu-second-line .menu-item a {
  color: #fff;
}
.com-mobile-menu .social-media-menu {
  background-color: #ececec;
  bottom: 0;
  display: block;
  left: 0;
  margin-left: 0;
  position: absolute;
  padding: 15px;
  right: 0;
  text-align: center;
}
.com-mobile-menu .social-media-menu .menu-item {
  margin-left: 15px;
  margin-right: 15px;
}
.com-mobile-menu .social-media-menu .menu-item a {
  color: #fff;
}
.com-mobile-menu .social-media-menu .menu-item.fp-search-form {
  margin: 10px 0 0;
}
.com-mobile-menu .social-media-menu .menu-item.fp-search-form .fp-search-input {
  -webkit-transition: width 150ms ease-in-out;
  -moz-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
  border-bottom: 1px solid transparent;
  text-align: center;
}
.com-mobile-menu .social-media-menu .menu-item.fp-search-form .fp-search-input:focus {
  border-bottom-color: #2980B9;
  width: 80%;
}

.mg-top-10 {
  margin-top: 10px;
}

.mg-top-20 {
  margin-top: 20px;
}

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

/* #mega-menu-wrap-header-menu-1 {
  margin: 10px auto;
} */
#mega-menu-wrap-header-menu-1 .mobile-search-only {
  display: none !important;
}
@media (max-width: 768px) {
  #mega-menu-wrap-header-menu-1 {
    margin: 0 auto;
  }
  #mega-menu-wrap-header-menu-1 .mobile-search-only {
    display: block !important;
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #mega-menu-wrap-header-menu-1 .mobile-search-form {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 8px 15px;
  }
  #mega-menu-wrap-header-menu-1 .mobile-search-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    outline: none;
  }
  #mega-menu-wrap-header-menu-1 .mobile-search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  #mega-menu-wrap-header-menu-1 .mobile-search-submit {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-left: 10px;
  }
  #mega-menu-wrap-header-menu-1 .mobile-search-submit svg {
    width: 18px;
    height: 18px;
  }
  #mega-menu-wrap-header-menu-1 .mobile-search-submit svg path {
    fill: #fff;
  }
}

.menu-full-width {
  width: 100vw;
  margin-left: calc((1190px - 100vw) / 2);
  background: #2a7dac;
}
@media ( max-width: 1240px ) {
  .menu-full-width {
    width: calc(100% + 50px);
    background: #2a7dac;
    margin: 0 -25px;
  }
}
.menu-full-width #mega-menu-wrap-header-menu-3 {
  max-width: 1240px;
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
}

.mega-menu-wrap ul.mega-menu ul.mega-sub-menu {
  background: #2a7dac;
  color: #fff;
}

.mega-menu.max-mega-menu.mega-menu-horizontal {
  display: flex;
}
@media (max-width: 768px) {
  .mega-menu.max-mega-menu.mega-menu-horizontal {
    display: none;
  }
}
.mega-menu.max-mega-menu.mega-menu-horizontal .mega-description-group .mega-menu-description {
  display: none !important;
}
.mega-menu a.mega-menu-link:hover {
  font-weight: normal;
  text-decoration: underline;
}

.header .mobile-menu-toggle {
  display: none !important;
}

#mega-menu-header-menu-1 {
  background: #2a7dac !important;
}

#mega-menu-wrap-header-menu-2 #mega-menu-header-menu-2 {
  text-align: right;
  padding: 0;
}

/*# custom lh2 */
.header-topbar {
  background: #ececec;
}
.header-topbar .logo {
    text-decoration: none;
    font-family: "Museo-500", sans-serif;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    text-shadow: -1px -2px 1px #1b5072;
    line-height: 100%;
    font-size: 2rem;
    padding: 10px 0;
}
.header-topbar .logo::before {
  background: url(./static/img/com-head.png) center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 57px;
  margin-right: 0;
  vertical-align: middle;
  width: 57px;
}
.header-topbar .logo span, .header-topbar .logo h1 {
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
  font-size: 34px;
  text-decoration: none;
  font-family: "Museo-500", sans-serif;
  font-weight: normal;
  color: #2980B9;
  text-shadow: -1px -2px 1px #1b5072;
  line-height: 100%;
  padding: 10px 0 5px 0;
  margin: 0;
}
.header-topbar-wrp {
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.header-topbar-col2 {
  display: flex;
  gap: 20px;
}
.header-topbar-col2 ul.social-media-menu {
  position: relative;
  top: 0;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
}
.header-topbar-col2 .social-media-menu .menu-item {
  margin-right: 14px;
}
.header-background.secondary-menu #mega-menu-wrap-header-menu-3 {
  background: #ececec !important;
}
#mega-menu-wrap-header-menu-3 #mega-menu-header-menu-3 > li.mega-menu-item > a {
  color: rgb(34, 34, 34) !important;
  font-size: 16px !important;
}
#mega-menu-wrap-header-menu-3 #mega-menu-header-menu-3 > li.mega-menu-item > a:hover {
  color: #fff !important;
}
#mega-menu-wrap-header-menu-3 #mega-menu-header-menu-3 > li.mega-menu-item > a.mega-menu-link:focus{
  color: #fff !important;
}
#mega-menu-wrap-header-menu-3 #mega-menu-header-menu-3 > li.mega-menu-item.mega-toggle-on > a {
  color: #fff !important;
}
.header-background.secondary-menu .menu-wrapper {
  display: flex;
  justify-content: center;
}
.header .nav {
  margin-top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.header-btn {
  padding: 10px 20px 8px;
  background-color: #2a7dac;
  color: #fff;
  display: inline-block;
  font-family: "Museo-500", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.header-btn:hover {
  color: #fff;
  background: #b95b13;
}
.header-btn:focus {
  color: #fff;
}
.header-btn:nth-child(2){
  background: #de3121;
  margin-left: 10px;
}
.header-btn:nth-child(2):hover{
  background: #5f8128;
}
.header-mobile {
  background: #147aa9;
  padding: 10px 0;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
}
.header-mobile .logo {
  text-decoration: none;
  font-family: "Museo-500", sans-serif;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  text-shadow: -1px -2px 1px #1b5072;
  line-height: 100%;
  font-size: 2rem;
  padding: 10px 0;
}
.header-mobile .logo span, .header-mobile .logo h1 {
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
  font-size: 34px;
  text-decoration: none;
  font-family: "Museo-500", sans-serif;
  font-weight: normal;
  color: #fff;
  text-shadow: -1px -2px 1px #1b5072;
  line-height: 100%;
  padding: 10px 0 5px 0;
  margin: 0;
}
.header-mobile .logo::before {
  background: url(./static/img/com-head.png) center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 57px;
  margin-right: 0;
  vertical-align: middle;
  width: 57px;
}
.header-mobile-col1 {
  display: flex;
  align-items: center;
}
.header-mobile-col2 {
  display: flex;
  align-items: center;
}
/* .mobile-search-form {
  position: relative;
  margin-left: 21px;
}
.mobile-search-form button.fp-search-form-submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 34px;
  height: 100%;
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-search-form button.fp-search-form-submit svg path {
  fill: #0077a6;
}
.mobile-search-form  input#search {
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border: none;
} */
.header-mobile .wrapper {
  display: flex;
  justify-content: space-between;
}
.header-mobile-bottom {
  background: #ececec;
  padding: 10px 0;
  display: none;
}
.header-mobile-bottom .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile-bottom ul.social-media-menu {
  top: 0;
  height: auto;
  position: relative;
  margin: 0;
}
.header-mobile-bottom .header-btn {
  margin-left: 0;
  background: #2a7dac;
}
.header-background.tag-menu {
  padding-top: 20px;
}
.sidebar aside {
  width: 100%;
}
.main-container {
  display: flex;
}
.main {
  display: block;
  width: 68%;
  padding-right: 4%;
}
.sidebar {
  display: block;
  position: relative;
  width: 32%;
}

@media only screen and (max-width: 1180px) {
  .main {
    padding-right: 4%;
  }
}
@media only screen and (max-width: 1179px) {
  .header-topbar-wrp { 
    padding: 0 8px;
  }
}
@media only screen and (max-width: 1025px) {
  .sidebar {
    display: none;
  }
  .main {
    padding-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .header-topbar-wrp {
    flex-direction: column;
  }
  .header-topbar-col2 {
    padding-bottom: 22px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 97px;
  }
  .hide-mobile {
    display: none !important;
  }
  .header-mobile {
    display: block;
  }
  .header-mobile-bottom {
    display: block;
  }
  .header-topbar {
    display: none;
  }
  .header-mobile .header-btn {
    background: #de3121;
  }
  li.menu-item.fp-search-form {
    display: none;
  }
  .header-mobile-bottom ul.social-media-menu {
    text-align: center;
  }
  #mega-menu-wrap-header-menu-3 #mega-menu-header-menu-3 > li.mega-menu-item > a {
    color: #fff !important;
    font-size: 14px !important;
  }
  #mega-menu-wrap-header-menu-1 {
    margin: 0;
  }
  .header .nav {
    justify-content: flex-end;
  }
  .header-background.secondary-menu .menu-wrapper {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 700px) {
  .header-mobile .logo span, .header-mobile .logo h1 {
    font-size: 26px;
  }
  .social-media-menu .menu-item {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 470px) {
  .mobile-search-form {
    margin-left: 0;
    margin-top: 12px;
  }
  .header-mobile-bottom .wrapper {
    flex-direction: column;
  }
  .header-mobile-bottom .social-media-menu .menu-item {
    margin-right: 10px;
  }
  .header-mobile-bottom ul.social-media-menu {
    margin-bottom: 10px;
  }
  .header-mobile-bottom .header-btn {
    padding: 8px 16px 8px;
    font-size: 14px;
  }
  .header-mobile .header-btn {
    font-size: 14px;
    padding: 8px 15px 8px;
  }
}
@media only screen and (max-width: 450px) {
  body {
    padding-top: 78px;
  }
  .header-mobile .logo span, .header-mobile .logo h1 {
    font-size: 21px;
  }
  .header-mobile .logo::before {
    height: 38px;
    width: 38px;
  }
}
@media only screen and (max-width: 380px) {
  body {
    padding-top: 75px;
  }
  .header-mobile .logo::before {
    height: 30px;
    width: 30px;
  }
  .header-mobile .logo span, .header-mobile .logo h1 {
    font-size: 19px;
  }
  .header-mobile .header-btn {
    font-size: 12px;
    padding: 6px 10px 6px;
  }
}
@media only screen and (max-width: 350px) {
  .header-mobile .logo span, .header-mobile .logo h1 {
      font-size: 17px;
  }
}