@import '../css/font-awesome.css';
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sprite {
  background: url('../img/icons/spritesheet.png'), no-repeat;
  display: block;
}
.sprite.sprite-contact-us-business-name {
  background-position: -5px -5px;
  width: 29px;
  height: 20px;
}
.sprite.sprite-contact-us-email {
  background-position: -5px -35px;
  width: 30px;
  height: 20px;
}
.sprite.sprite-contact-us-name {
  background-position: -44px -5px;
  width: 22px;
  height: 20px;
}
.sprite.sprite-contact-us-title {
  background-position: -45px -35px;
  width: 20px;
  height: 20px;
}
.sprite.sprite-rssxml_icon {
  background-position: -76px -5px;
  width: 28px;
  height: 28px;
}
.button-animated-hover {
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.button-animated-hover:hover {
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.color-animated-hover {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
}
.color-animated-hover:hover {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
}
.opacity-animated-hover {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}
.opacity-animated-hover:hover {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}
body {
  width: 100%;
}
body:after {
  content: '';
  display: table;
  clear: both;
}
body:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 10px;
  margin: 10px 0;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 10px;
}
[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}
.checkbox {
  display: none;
}
.checkbox + label {
  margin: 0;
  clear: none;
  padding: 3px 0 3px 34px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.checkbox + label span {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #e3e3e3;
  padding: 2px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkbox + label span:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.checkbox:checked + label span:before {
  background-color: #7cc266;
}
.select {
  padding: 0;
  margin: 0;
  border: 1px solid #e4e4e4;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.select select {
  padding: 5px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 16.18px;
  line-height: 16.18px;
  text-align: center;
}
.select select:focus {
  outline: none;
}
.select:after {
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f107';
  position: absolute;
  right: 13px;
  top: 0;
  line-height: 27px;
}
.unmargin-left {
  margin-left: 0;
}
.unmargin-right {
  margin-right: 0;
}
@media (max-width: 650px) {
  .mobile-margin-left {
    margin-left: 15px !important;
  }
}
@media (max-width: 650px) {
  .mobile-margin-right {
    margin-right: 15px !important;
  }
}
.transparent {
  background-color: transparent !important;
}
.no-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.box {
  background-color: #fff;
  box-shadow: 0 1px 3px #acafb1;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  display: block !important;
}
.cleared:after {
  clear: both;
  display: block;
  content: '';
}
.more {
  display: none;
}
@media (max-width: 650px) {
  .more {
    display: block;
  }
}
input.more {
  display: none;
}
input.more ~ * {
  display: initial;
}
@media (max-width: 650px) {
  input.more ~ * {
    display: none !important;
  }
}
@media (max-width: 650px) {
  input.more:checked ~ * {
    display: initial !important;
  }
}
input.more.home-more:checked ~ .news-area {
  display: block !important;
}
input.more:checked + label {
  display: none !important;
}
@media (max-width: 1024px) {
  input.more:checked + label.tablet-more {
    display: none !important;
  }
}
input.more + label {
  display: none;
  line-height: 2em;
  border: 1px solid #e3e3e3;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 650px) {
  input.more + label {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  input.more + label.tablet-more {
    display: block !important;
  }
}
input.more + label:hover,
input.more + label:active {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  input.more.tablet-more ~ * {
    display: none !important;
  }
}
.column2 {
  float: left;
  width: 13.88888889%;
  margin-right: 1.38888889%;
  margin-left: 1.38888889%;
  display: block;
}
@media (max-width: 650px) {
  .column2 {
    width: auto;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .column2:not(.not-tablet-responsive) {
    width: auto;
    margin: 0 0 2.3% 0;
    float: none;
  }
  .column2:not(.not-tablet-responsive).two-column {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .column2:not(.not-tablet-responsive).four-column {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 1%;
  }
}
.column3 {
  float: left;
  width: 22.22222222%;
  margin-right: 1.38888889%;
  margin-left: 1.38888889%;
  display: block;
}
@media (max-width: 650px) {
  .column3 {
    width: auto;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .column3:not(.not-tablet-responsive) {
    width: auto;
    margin: 0 0 2.3% 0;
    float: none;
  }
  .column3:not(.not-tablet-responsive).two-column {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .column3:not(.not-tablet-responsive).four-column {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 1%;
  }
}
.column4 {
  float: left;
  width: 30.55555556%;
  margin-right: 1.38888889%;
  margin-left: 1.38888889%;
  display: block;
}
@media (max-width: 650px) {
  .column4 {
    width: auto;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .column4:not(.not-tablet-responsive) {
    width: auto;
    margin: 0 0 2.3% 0;
    float: none;
  }
  .column4:not(.not-tablet-responsive).two-column {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .column4:not(.not-tablet-responsive).four-column {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 1%;
  }
}
.column5 {
  float: left;
  width: 38.88888889%;
  margin-right: 1.38888889%;
  margin-left: 1.38888889%;
  display: block;
}
@media (max-width: 650px) {
  .column5 {
    width: auto;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .column5:not(.not-tablet-responsive) {
    width: auto;
    margin: 0 0 2.3% 0;
    float: none;
  }
  .column5:not(.not-tablet-responsive).two-column {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .column5:not(.not-tablet-responsive).four-column {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 1%;
  }
}
.column6 {
  float: left;
  width: 47.22222222%;
  margin-right: 1.38888889%;
  margin-left: 1.38888889%;
  display: block;
}
@media (max-width: 650px) {
  .column6 {
    width: auto;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .column6:not(.not-tablet-responsive) {
    width: auto;
    margin: 0 0 2.3% 0;
    float: none;
  }
  .column6:not(.not-tablet-responsive).two-column {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .column6:not(.not-tablet-responsive).four-column {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 1%;
  }
}
.column7 {
  float: left;
  width: 55.55555556%;
  margin-right: 1.38888889%;
  margin-left: 1.38888889%;
  display: block;
}
@media (max-width: 650px) {
  .column7 {
    width: auto;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .column7:not(.not-tablet-responsive) {
    width: auto;
    margin: 0 0 2.3% 0;
    float: none;
  }
  .column7:not(.not-tablet-responsive).two-column {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .column7:not(.not-tablet-responsive).four-column {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 1%;
  }
}
.column8 {
  float: left;
  width: 72.22222222%;
  margin-right: 1.38888889%;
  margin-left: 1.38888889%;
  display: block;
}
@media (max-width: 650px) {
  .column8 {
    width: auto;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .column8:not(.not-tablet-responsive) {
    width: auto;
    margin: 0 0 2.3% 0;
    float: none;
  }
  .column8:not(.not-tablet-responsive).two-column {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .column8:not(.not-tablet-responsive).four-column {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 1%;
  }
}
.column9 {
  float: left;
  width: 72.22222222%;
  margin-right: 1.38888889%;
  margin-left: 1.38888889%;
  display: block;
}
@media (max-width: 650px) {
  .column9 {
    width: auto;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .column9:not(.not-tablet-responsive) {
    width: auto;
    margin: 0 0 2.3% 0;
    float: none;
  }
  .column9:not(.not-tablet-responsive).two-column {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .column9:not(.not-tablet-responsive).four-column {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 1%;
  }
}
.column10 {
  float: left;
  width: 80.55555556%;
  margin-right: 1.38888889%;
  margin-left: 1.38888889%;
  display: block;
}
@media (max-width: 650px) {
  .column10 {
    width: auto;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .column10:not(.not-tablet-responsive) {
    width: auto;
    margin: 0 0 2.3% 0;
    float: none;
  }
  .column10:not(.not-tablet-responsive).two-column {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .column10:not(.not-tablet-responsive).four-column {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 1%;
  }
}
.column11 {
  float: left;
  width: 88.88888889%;
  margin-right: 1.38888889%;
  margin-left: 1.38888889%;
  display: block;
}
@media (max-width: 650px) {
  .column11 {
    width: auto;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .column11:not(.not-tablet-responsive) {
    width: auto;
    margin: 0 0 2.3% 0;
    float: none;
  }
  .column11:not(.not-tablet-responsive).two-column {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .column11:not(.not-tablet-responsive).four-column {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 1%;
  }
}
.column12 {
  float: left;
  width: 97.22222222%;
  margin-right: 1.38888889%;
  margin-left: 1.38888889%;
  display: block;
}
@media (max-width: 650px) {
  .column12 {
    width: auto;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .column12:not(.not-tablet-responsive) {
    width: auto;
    margin: 0 0 2.3% 0;
    float: none;
  }
  .column12:not(.not-tablet-responsive).two-column {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .column12:not(.not-tablet-responsive).four-column {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 1%;
  }
}
.column-special-left {
  width: 71.00645%;
}
.column-special-right {
  width: 23.43799444%;
}
.column-special-left,
.column-special-right {
  float: left;
  margin: 0 1.38888889%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .column-special-left,
  .column-special-right {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .column-special-left,
  .column-special-right {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
/* to dispaly sidebars in different resolution */
.b-sidebar .side-cell {
  margin-bottom: 30px;
}
@media (min-width: 650px) and (max-width: 1024px) {
  .b-sidebar {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .b-sidebar .side-row {
    display: table-row;
  }
  .b-sidebar .side-cell {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .b-sidebar .side-cell:nth-child(1) {
    padding-right: 7.5px;
  }
  .b-sidebar .side-cell:nth-child(2) {
    padding-left: 7.5px;
  }
}
@media (max-width: 650px) {
  .b-sidebar .side-cell {
    margin-bottom: 15px;
  }
}
* {
  padding: 0;
  margin: 0;
}
a {
  outline: none;
}
img {
  border: none;
}
body {
  font-family: "proxima-nova", sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #626262;
  background-color: #efefef;
}
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}
button.button-clear,
.button.button-clear {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  border: 1px solid #0e76bc;
  background-color: #fff;
  color: #0e76bc;
  padding: 10px 13px;
  box-sizing: border-box;
  line-height: normal;
  text-decoration: none;
}
button.button-clear:hover,
.button.button-clear:hover {
  cursor: pointer;
}
button.button-clear:focus,
.button.button-clear:focus {
  outline: none;
}
button.button-clear:active,
.button.button-clear:active,
button.button-clear:hover,
.button.button-clear:hover {
  background-color: #0e76bc;
  color: #fff;
}
.wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.wrapper:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wrapper.line1 {
  margin-bottom: 23px;
}
.wrapper.line1 iframe {
  display: block;
}
@media (max-width: 1024px) {
  .wrapper.line1 {
    margin-bottom: 0;
  }
}
@media (min-width: 1281px) {
  .wrapper {
    margin: 0 auto;
    width: 1280px;
  }
}
@media (max-width: 650px) {
  .wrapper {
    width: auto;
    margin: 2.3%;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    width: auto;
    margin: 2.3%;
  }
}
figure img {
  width: 100%;
}
.poll {
  position: relative;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  width: 100%;
  background-color: #ededed;
}
.poll footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #e3e3e3;
  text-align: right;
  padding: 5px;
}
.poll footer img {
  height: 12px;
}
.poll .slider {
  position: relative;
  margin-bottom: 24px;
}
.poll .slider .btn {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -28px;
  border: 0;
  background: #000000 url('../img/slider-arrows.svg') no-repeat center;
  width: 26px;
  height: 56px;
  opacity: 0.3;
  cursor: pointer;
}
.poll .slider .btn:hover {
  opacity: 0.8;
}
.poll .slider .btn.prev {
  left: 0;
  background-position: left center;
}
.poll .slider .btn.next {
  right: 0;
  background-position: right center;
}
.poll .slider .slide {
  text-align: center;
}
.poll .slider .slide figure {
  overflow: hidden;
  background-color: #fff;
}
.poll .slider .slide figure img {
  width: 100%;
}
.poll .slider .slide .poll-variants {
  position: relative;
  background-color: #ededed;
  display: inline-block;
  list-style: none;
  padding: 10px 19px;
  box-shadow: 0px -5px 7px rgba(0, 0, 0, 0.3);
  margin-top: -20px;
  margin-bottom: 5px;
}
.poll .slider .slide .poll-variants li {
  width: auto;
  font-size: 13px;
  margin-bottom: 4px;
  text-align: left;
}
.poll .slider .slide .poll-variants li .fake-radio {
  display: inline-block;
  border: 3px solid #afafb2;
  border-radius: 30px;
  width: 9px;
  height: 9px;
  margin-right: 5px;
}
.poll .slider .slide .poll-variants li input {
  display: none;
}
.poll .slider .slide .poll-variants li input:checked + .fake-radio {
  border-color: #0e76bc;
}
.poll .slider .slide .poll-variants li span {
  vertical-align: middle;
  line-height: 15px;
}
@media (max-width: 650px) {
  .poll .slider .slide .poll-variants li {
    display: inline-block;
    margin: 3px 7px;
  }
}
.poll .slider p.question {
  background-color: #f9f9f9;
  padding: 10px 15px;
  color: #626262;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
.box-column {
  padding: 25px 15px;
}
.box-column h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0e76bc;
  font-size: 17px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.box-column.editors-pick ul {
  width: 100%;
  display: block;
  list-style: none;
  height: 365px;
}
.box-column.editors-pick ul li {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-device-width: 650px) and (orientation: portrait) {
  .box-column.editors-pick ul li {
    padding-bottom: 10px;
  }
}
.box-column.editors-pick ul li:last-child {
  padding: 15px 0 0;
  border-bottom: 0;
}
.box-column.editors-pick ul li a.author-ref {
  color: #0e76bc;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 14px;
  max-height: 16px;
  display: block;
  overflow: hidden;
  margin-top: 5px;
}
@media only screen and (max-device-width: 650px) and (orientation: portrait) {
  .box-column.editors-pick ul li a.author-ref {
    margin-top: 12px;
  }
}
@media only screen and (max-device-width: 650px) and (orientation: landscape) {
  .box-column.editors-pick ul li a.author-ref {
    margin-top: 12px;
  }
}
.box-column.editors-pick ul li div {
  display: block;
  height: 45px;
}
@media only screen and (max-device-width: 650px) and (orientation: portrait) {
  .box-column.editors-pick ul li div {
    height: 50px;
  }
}
.box-column.editors-pick ul li div.ellipsis {
  max-height: 42px;
  width: 100%;
  overflow: hidden;
  height: auto;
  line-height: 15px;
}
@media only screen and (max-device-width: 650px) and (orientation: portrait) {
  .box-column.editors-pick ul li div.ellipsis {
    margin-bottom: 10px;
  }
}
.box-column.editors-pick ul li div figure {
  display: block;
  background-color: #cecece;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  float: left;
}
.box-column.editors-pick ul li div figure img {
  display: block;
  width: 100%;
}
.box-column.editors-pick ul li div div {
  display: inline-block;
  width: calc(100% - 60px);
}
.box-column.editors-pick ul li div div a {
  display: block;
  color: #3d3d3d;
  max-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 15px;
}
.box-column.upcoming-events .date-place,
.box-column.upcoming-events .type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-column.upcoming-events ul,
.box-column.trending-on-social-media ul {
  height: 365px;
  display: block;
  list-style: none;
}
.box-column.upcoming-events ul li,
.box-column.trending-on-social-media ul li {
  cursor: pointer;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.box-column.upcoming-events ul li:hover .event,
.box-column.trending-on-social-media ul li:hover .event {
  text-decoration: underline;
}
.box-column.upcoming-events ul li:last-child,
.box-column.trending-on-social-media ul li:last-child {
  padding: 15px 0 0;
  border-bottom: 0;
}
.box-column.upcoming-events ul li > div,
.box-column.trending-on-social-media ul li > div {
  display: block;
  height: 45px;
}
.box-column.upcoming-events ul li > div figure,
.box-column.trending-on-social-media ul li > div figure {
  display: block;
  background-color: #cecece;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  float: left;
}
.box-column.upcoming-events ul li > div figure img,
.box-column.trending-on-social-media ul li > div figure img {
  height: 45px;
  width: 100%;
  display: block;
}
.box-column.upcoming-events ul li > div a,
.box-column.trending-on-social-media ul li > div a {
  max-height: 45px;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0e76bc;
}
.box-column.upcoming-events ul li > div a:hover,
.box-column.trending-on-social-media ul li > div a:hover {
  text-decoration: underline;
}
.box-column.upcoming-events ul li > div div,
.box-column.trending-on-social-media ul li > div div {
  display: inline-block;
  width: calc(100% - 60px);
}
.box-column.upcoming-events ul li > div div > *,
.box-column.trending-on-social-media ul li > div div > * {
  display: block;
  line-height: 15px;
}
.box-column.upcoming-events ul li > div div > *.event,
.box-column.trending-on-social-media ul li > div div > *.event {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0e76bc;
  text-decoration: none;
}
.box-column.upcoming-events ul li > div div > *.event:hover,
.box-column.trending-on-social-media ul li > div div > *.event:hover {
  text-decoration: underline;
}
.box-column.upcoming-events ul li > div div > *.type,
.box-column.trending-on-social-media ul li > div div > *.type {
  color: #b4b4b4;
}
.box-column.upcoming-events.trending-on-social-media a,
.box-column.trending-on-social-media.trending-on-social-media a {
  color: #3d3d3d;
}
.box-column.upcoming-events .two-row-ellipsis,
.box-column.trending-on-social-media .two-row-ellipsis {
  overflow: hidden;
  height: 30px;
  line-height: 15px;
}
.box-column.upcoming-events .two-row-ellipsis:before,
.box-column.trending-on-social-media .two-row-ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  height: 30px;
}
.box-column.upcoming-events .two-row-ellipsis:after,
.box-column.trending-on-social-media .two-row-ellipsis:after {
  content: "\02026";
  float: right;
  position: relative;
  top: -15px;
  left: 100%;
  width: 1.5em;
  margin-left: -1.5em;
  padding-right: 5px;
  text-align: right;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
.box-column.upcoming-events .two-row-ellipsis .content,
.box-column.trending-on-social-media .two-row-ellipsis .content {
  float: right;
  width: 100%;
  margin-left: -5px;
}
.box-column.events .list-wrap {
  position: relative;
  overflow: hidden;
  margin-right: -15px;
}
.box-column.events .list li {
  margin-right: 15px;
}
.poll-column {
  box-shadow: none;
  background: transparent;
}
.placeholder {
  color: #a9a9a9;
}
@media (min-width: 650px) {
  .featured-videos {
    height: 385px;
  }
}
.video {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
@media (min-width: 650px) and (max-width: 1024px) {
  .video.featured-video {
    padding-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .video.featured-video {
    height: 220px;
  }
}
.video .video-player {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (min-width: 650px) {
  .video .video-player {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
.video .video-player img {
  width: auto;
}
@media (min-width: 650px) {
  .video .video-player img {
    height: 147px;
  }
}
@media (max-width: 650px) {
  .video .video-player img {
    width: 100%;
  }
}
.video .video-player .time {
  position: absolute;
  display: block;
  left: 10px;
  bottom: 10px;
  color: #fff;
}
.video .video-player a.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
  display: block;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 100px;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.65) url('../img/play-arrow-2.png') no-repeat 10px center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out, border 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border 0.2s ease-out;
}
@media (min-width: 350px) and (max-width: 650px) {
  .video .video-player a.play-icon {
    background: rgba(255, 255, 255, 0.65) url('../img/play-arrow.svg') no-repeat center center;
    width: 65px;
    height: 65px;
    margin: -37px 0 0 -37px;
  }
}
.video .video-player:hover a.play-icon {
  background-color: rgba(255, 255, 255, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.video h5 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #3d3d3d;
  margin-bottom: 10px;
  height: 40px;
}
.video h5:hover {
  text-decoration: underline;
}
.video .description {
  font-size: 13px;
  color: #b4b4b4;
}
.video .description .views {
  display: inline-block;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .more-video {
    height: 98px;
  }
}
.more-video h6 {
  font-size: 17px;
  color: #0e76bc;
  margin-bottom: 16px;
}
.more-video ul {
  display: block;
  text-align: left;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 650px) {
  .more-video ul {
    height: auto;
  }
}
.more-video ul:before {
  content: '';
  display: block;
  width: 100%;
}
.more-video ul:after {
  content: '';
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.more-video ul li {
  display: inline-block;
  background-color: #000;
  padding: 0;
  width: 30%;
  height: 60px;
  line-height: 60px;
  border: 0;
  overflow: hidden;
}
@media (max-width: 650px) {
  .more-video ul li {
    height: auto;
  }
}
.more-video ul li img {
  width: 100%;
  vertical-align: middle;
}
.cover-link {
  text-decoration: none !important;
}
.news-image {
  position: relative;
  height: auto;
  background-color: #cecece;
  overflow: hidden;
  display: block;
}
@media (min-width: 650px) and (max-width: 1024px) {
  .news-image {
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.news-image .over-info {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.2s ease-out;
}
.news-image .over-info:hover {
  background: rgba(0, 0, 0, 0.25);
}
.news-image .over-info p:hover {
  text-decoration: underline;
}
.news-image .pseudo-link {
  color: #0e76bc;
}
.news-image .pseudo-link:hover {
  text-decoration: underline;
}
.news-image h6:hover {
  text-decoration: underline;
}
.news-image img {
  display: block;
  width: 100%;
}
.news-image figcaption.over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-image figcaption.over .author {
  color: #F6F6F6;
}
.news-image figcaption.over > div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 11px 16px;
}
.news-image figcaption.over > div p {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
}
@media (min-width: 650px) and (max-width: 1024px) {
  .news-image figcaption.over > div p {
    font-size: 28px;
  }
}
@media only screen and (max-device-width: 650px) and (orientation: portrait) {
  .news-image figcaption.over > div p {
    font-size: 19px;
  }
}
.news-image figcaption.over > div > div {
  color: #cbcbcb;
}
.news-image figcaption.over > div > div > * {
  display: block;
}
.news-image figcaption.over > div > div .channel {
  color: #cbcbcb;
}
.news-image figcaption.over > div > div a {
  color: #0e76bc;
  text-decoration: none;
}
.news-image figcaption.over > div > div a:hover {
  text-decoration: underline;
}
.news-list {
  list-style: none;
}
.news-list li {
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  overflow: hidden;
}
.news-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 650px) {
  .news-list li {
    margin-bottom: 2.3%;
  }
}
.news-list li figure {
  background-color: #cecece;
  max-width: 137px;
  max-height: 95px;
  margin-right: 19px;
  float: left;
}
@media (max-width: 650px) {
  .news-list li figure {
    margin-right: 2.3%;
  }
}
.news-list li figure img {
  height: 100%;
}
.news-list li:hover p {
  color: #3c3c3c;
}
.news-list li div {
  height: 95px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.news-list li div a:not(.author-ref) {
  max-height: 63px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #3d3d3d;
  font-size: 17px;
}
@media only screen and (max-device-width: 650px) and (orientation: portrait) {
  .news-list li div a:not(.author-ref) {
    font-size: 16px;
  }
}
@media only screen and (max-device-width: 650px) and (orientation: landscape) {
  .news-list li div a:not(.author-ref) {
    font-size: 17px;
  }
}
.news-list li div .author-ref {
  color: #0e76bc;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 14px;
  max-height: 16px;
  display: block;
  overflow: hidden;
}
@media only screen and (max-device-width: 650px) and (orientation: portrait) {
  .news-list li div .author-ref {
    font-size: 15px;
    max-height: 19px;
  }
}
.company {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 23px;
}
.company .over-info {
  background: rgba(0, 0, 0, 0.3);
}
.company .over-info:hover {
  background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 650px) {
  .company {
    padding: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .company.video-company > div {
    display: none;
  }
  .company.video-company > div:nth-child(-n+7) {
    display: block;
  }
}
.company > .header {
  min-height: 65px;
  line-height: 65px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .company > .header {
    margin-bottom: 20px;
  }
}
.company > .header img {
  width: 100%;
  max-height: 100px;
  max-width: 300px;
  vertical-align: bottom;
}
.company > .header button,
.company > .header a.button {
  position: absolute;
  display: block;
  right: 15px;
  top: 30px;
}
@media (max-width: 650px) {
  .company > .header button,
  .company > .header a.button {
    display: block;
    position: static;
    margin: 20px auto;
  }
}
@media (max-width: 650px) {
  .company input.more:checked ~ figure,
  .company input.more:checked ~ article,
  .company input.more:checked ~ a {
    display: block !important;
  }
}
.company article {
  float: left;
  width: 34.5%;
  margin-left: 17px;
  display: table;
}
@media (max-width: 650px) {
  .company article {
    width: auto;
    margin-left: 0;
    float: none;
    margin-bottom: 15px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .company article {
    margin-right: 15px;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .company article:nth-child(2) {
    width: 50%;
  }
  .company article:nth-child(5) {
    display: none;
  }
}
.company article div {
  vertical-align: top;
  display: table-cell;
}
@media (max-width: 1024px) {
  .company article div:nth-child(1) {
    display: block;
    float: left;
  }
}
@media (max-width: 1024px) {
  .company article div:nth-child(2) {
    display: block;
  }
}
.company article figure {
  width: 152px;
  height: 152px;
  margin-right: 20px;
  overflow: hidden;
}
@media (max-width: 650px) {
  .company article figure {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-device-width: 650px) and (orientation: portrait) {
  .company article figure {
    margin-right: 10px;
  }
}
.company article figure img {
  width: 100%;
}
.company article:hover h6 {
  color: #3c3c3c;
}
.company article h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  .company article h6 {
    line-height: 1.2em;
  }
}
@media only screen and (max-device-width: 650px) and (orientation: portrait) {
  .company article h6 {
    font-size: 16px;
  }
}
.company article h6 + a {
  display: block;
  margin-bottom: 10px;
}
.company article a {
  font-size: 13px;
  line-height: 16px;
  color: #0e76bc;
  text-decoration: none;
}
@media only screen and (max-device-width: 650px) and (orientation: portrait) {
  .company article a {
    font-size: 15px;
  }
}
.company article a:hover {
  text-decoration: underline;
}
.company article a.header {
  line-height: 24px;
  color: #626262;
}
.company article p {
  font-size: 13px;
  line-height: 16px;
}
@media only screen and (max-device-width: 650px) and (orientation: portrait) {
  .company article p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.company .fl-block {
  display: block;
  overflow: hidden;
  float: right;
  width: 27%;
}
.company .fl-block .ellipsis {
  max-height: 42px;
}
@media (max-width: 1024px) {
  .company .fl-block {
    width: auto;
    float: none;
  }
}
.company .news-image {
  float: none;
}
.company .news-image.fl {
  max-width: 300px;
  width: 95%;
  height: 175px;
  float: right;
  margin-right: 15px;
}
.company .news-image.fl p {
  font-size: 16px !important;
}
@media (max-width: 650px) {
  .company .news-image.fl {
    width: auto;
    float: none;
    margin-right: 0;
    height: auto;
    max-width: none;
  }
}
.company .news-image .empty-pic {
  display: block;
  width: 100%;
}
.company .news-image .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.company .news-image figcaption.over {
  border: 1px solid #e3e3e3;
}
.company .news-image figcaption.over div {
  padding: 7px 12px;
  height: 40px;
}
@media (max-width: 1024px) {
  .company .news-image figcaption.over div {
    height: 44px;
  }
}
@media only screen and (max-device-width: 650px) and (orientation: landscape) {
  .company .news-image figcaption.over div {
    height: 52px;
  }
}
.company .news-image figcaption.over div h6 {
  height: 41px;
}
@media (max-width: 1024px) {
  .company .news-image figcaption.over div h6 {
    height: 44px;
  }
}
@media only screen and (max-device-width: 650px) and (orientation: landscape) {
  .company .news-image figcaption.over div h6 {
    height: 52px;
  }
}
.company .news-image figcaption.over div p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}
.company .news-image figcaption.over div p a {
  color: #0e76bc;
}
.company .news-area {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .company .news-area .over-info p {
    font-size: 16px !important;
  }
}
.company .news-area a {
  color: #0e76bc;
  text-decoration: none;
}
.company .news-area a:first-child {
  color: #3d3d3d;
}
.company .news-area a:hover {
  text-decoration: underline;
}
.company .news-area a:hover h6 {
  text-decoration: underline;
}
.company .news-area .news-image {
  height: auto;
  margin: 0 !important;
}
.company .news-area .news-image h6 {
  text-decoration: none !important;
}
.company .news-area .news-image h6:hover {
  text-decoration: underline !important;
}
.company .news-area .news-image figcaption.over div {
  padding: 12px 10px;
}
.company .news-area .news-image figcaption.over div h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 300px) and (max-width: 1024px) {
  .company .news-area .news-image figcaption.over div h6 {
    font-size: 18px;
  }
}
@media (max-width: 300px) {
  .company .news-area .news-image figcaption.over div h6 {
    font-size: 14px;
  }
}
@media only screen and (max-device-width: 650px) and (orientation: landscape) {
  .company .news-area .news-image figcaption.over div h6 {
    font-size: 22px;
  }
}
.company .news-area .news-image figcaption.over div p {
  margin-top: 10px;
  font-family: "proxima-nova", sans-serif;
}
.company .news-area .header {
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  padding: 12px;
}
.company .news-area .header .mediabizbloggers__logo {
  max-height: 45px;
  display: block;
}
@media (max-width: 650px) and (orientation: portrait) {
  .company .news-area .header .mediabizbloggers__logo-wrapper {
    height: 50px;
  }
}
@media (max-width: 650px) and (orientation: landscape) {
  .company .news-area .header .mediabizbloggers__logo-wrapper {
    height: 54px;
  }
}
@media only screen and (max-device-width: 650px) and (orientation: portrait) {
  .company .news-area .header .mediabizbloggers__logo-wrapper {
    height: 55px;
  }
}
@media only screen and (max-device-width: 650px) and (orientation: landscape) {
  .company .news-area .header .mediabizbloggers__logo-wrapper {
    height: 70px;
  }
}
.company .news-area .header > div {
  display: table-cell;
  vertical-align: middle;
}
.company .news-area .header > div figure {
  width: 45px;
  height: 45px;
  margin-right: 12px;
}
@media only screen and (max-device-width: 650px) and (orientation: portrait) {
  .company .news-area .header > div figure {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-device-width: 650px) and (orientation: landscape) {
  .company .news-area .header > div figure {
    width: 70px;
    height: 70px;
    padding-right: 12px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}
.company .news-area .header > div figure img {
  width: 100%;
}
@media only screen and (max-device-width: 650px) and (orientation: landscape) {
  .company .news-area .header > div figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    max-height: 60px;
  }
}
.company .news-area .header > div h6 {
  font-family: "proxima-nova", sans-serif;
  overflow: hidden;
  color: #3d3d3d;
  text-overflow: ellipsis;
  font-size: 17px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
@media (max-width: 650px) {
  .company .news-area .header > div h6 {
    margin-bottom: 8px;
  }
}
@media (max-width: 650px) and (orientation: landscape) {
  .company .news-area .header > div h6 {
    margin-bottom: 12px;
    font-size: 19px;
  }
}
.company .news-area .header > div .author-name-link {
  overflow: hidden;
  height: 16px;
  display: inline-block;
}
@media (max-width: 650px) {
  .company .news-area .header > div .author-name-link {
    height: 18px;
    font-size: 16px;
  }
}
.company .video {
  margin: 0;
  border-bottom: 0;
  padding: 0;
}
@media (max-width: 650px) {
  .company .video {
    width: 70%;
    margin: 0 auto 30px;
  }
}
.company .video .video-player {
  height: auto;
}
@media (max-width: 650px) {
  .company .video .video-player {
    height: auto;
    width: 100%;
  }
}
.company .video .video-player img {
  width: 100%;
  height: auto;
}
.company .video .video-player button {
  margin-top: -29px;
  margin-left: -29px;
  width: 58px;
  height: 58px;
}
.company .video h5 {
  font-size: 13px;
}
.pagination {
  width: 200px;
  margin: 0 auto;
}
.pagination ul {
  list-style: none;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  color: #3d3d3d;
  padding: 0 0.5em;
}
.pagination ul li a:hover,
.pagination ul li a.active {
  color: #0e76bc;
}
.pagination ul li a.active {
  font-size: 18px;
}
.pagination ul li a.ellipsis {
  letter-spacing: 5px;
}
.pagination ul li a.ellipsis:hover {
  text-decoration: none;
  color: #3d3d3d;
  background-color: #ffffff;
  cursor: default;
}
@media (max-width: 1024px) {
  .pagination ul li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
  }
  .pagination ul li a.active {
    font-size: 14px;
    color: #fff;
    background-color: #0e76bc;
  }
  .pagination ul li a:hover {
    text-decoration: none;
    background-color: #0e76bc;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .pagination ul li {
    border: 1px solid #0e76bc;
    border-left: none;
    display: block;
    float: left;
  }
  .pagination ul li:first-child {
    border-left: 1px solid #0e76bc;
  }
}
@media (max-width: 1024px) {
  .pagination ul:after {
    clear: both;
    content: '';
    display: block;
  }
}
@media (max-width: 1024px) {
  .pagination {
    width: 220px;
  }
}
.advertisement {
  text-align: center;
}
.advertisement .title {
  max-width: 300px;
  margin: auto;
  font-size: 12px;
  color: #b1b1b1;
  margin-bottom: 4px;
  line-height: 16px;
  text-align: left;
}
.advertisement a {
  text-align: left;
  display: inline-block;
  max-width: 100%;
}
.advertisement img {
  width: 100%;
  height: auto !important;
  display: block;
}
.advertisement > div > img {
  display: none;
}
.advertisement #ad-300-250 {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
.draft {
  position: relative;
}
.draft.blog-article-box:after {
  color: #F2F2F2;
  bottom: 26%;
  font-size: 16px;
  right: -8%;
}
.draft:after {
  bottom: 35px;
  color: #333333;
  content: 'Draft';
  font-size: 30px;
  opacity: 0.7;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  transform: rotate(-32deg);
  background-color: #fff;
  border-radius: 0.05em;
  padding: 0 0.2em;
  font-weight: normal;
  line-height: 1.2em;
}
@media (max-width: 650px) {
  .draft:after {
    font-size: 30px;
  }
}
.pointer {
  cursor: pointer;
}
/* Styling text */
.styling-text a {
  overflow-wrap: break-word;
}
.styling-text h1 {
  font-size: 36px;
  margin-bottom: 16px;
  color: #3d3d3d;
  text-align: left;
}
.styling-text h2 {
  font-size: 32px;
  margin-bottom: 16px;
  color: #3d3d3d;
  text-align: left;
}
.styling-text h3 {
  font-size: 24px;
  margin-bottom: 14px;
  color: #3d3d3d;
  text-align: left;
}
.styling-text h4 {
  font-size: 19px;
  margin-bottom: 14px;
  color: #3d3d3d;
  text-align: left;
}
.styling-text h1,
.styling-text h2,
.styling-text h3,
.styling-text h4 {
  color: #3d3d3d;
  text-align: left;
  text-transform: none;
  line-height: normal;
}
.styling-text p {
  margin-bottom: 1em;
}
.styling-text a {
  color: #0e76bc;
}
.styling-text img {
  max-width: 100% !important;
  height: auto !important;
}
.styling-text ul,
.styling-text ol {
  line-height: 1.5;
  margin-left: 42px;
  margin-bottom: 26px;
  margin-top: 26px;
}
.styling-text ul li,
.styling-text ol li {
  margin-bottom: 14px;
}
.styling-text blockquote {
  margin: 32px;
  border-left: 4px solid #dedede;
  font-style: italic;
  padding-left: 24px;
  color: #3c3c3c;
}
.styling-text table {
  display: block;
  margin: 24px 0;
  width: 100% !important;
  border-collapse: collapse;
  overflow-x: auto;
}
.styling-text table caption {
  text-align: left;
  margin-bottom: 25px;
  font-weight: bold;
}
.styling-text table tr:nth-child(1) {
  font-weight: bold;
}
.styling-text table td {
  border: 1px solid #dedede;
  padding: 10px;
}
/* Social big links */
.social-link {
  background-color: #cdcdcd;
  color: #fff;
  display: block;
  float: left;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 40px;
}
.social-link:hover {
  text-decoration: none;
}
.social-link.fa-facebook:hover {
  background-color: #39579a;
}
.social-link.fa-twitter:hover {
  background-color: #00abf0;
}
.social-link.fa-linkedin:hover {
  background-color: #0072a6;
}
.social-link.fa-google-plus:hover {
  background-color: #c3482e;
}
.social-link.social-disable {
  background-color: #F4F4F4;
  cursor: default;
}
.social-link.social-disable:hover {
  background-color: #F4F4F4;
}
.social-link-mini .fa-facebook:hover {
  color: #39579a;
}
.social-link-mini .fa-twitter:hover {
  color: #00abf0;
}
.social-link-mini .fa-linkedin:hover {
  color: #0072a6;
}
.social-link-mini .fa-google-plus:hover {
  color: #c3482e;
}
.social-link-mini:hover {
  text-decoration: none;
}
.social-link-mini.social-link-disable {
  color: #F4F4F4;
  cursor: default;
}
.social-link-mini.social-link-disable:hover {
  color: #F4F4F4;
}
.social-link-mini.social-link-disable span:hover {
  color: inherit;
}
/* preloader */
.b-preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}
.b-preloader .text {
  position: absolute;
  font-size: 20px;
  line-height: 24px;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -12px;
  text-align: center;
}
/* preloader2 */
.b-preloader2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
}
.b-preloader2 .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: #63a9dd;
  border-radius: 50px;
  -webkit-animation: preloader2 1.5s infinite linear;
  -moz-animation: preloader2 1.5s infinite linear;
  -ms-animation: preloader2 1.5s infinite linear;
  -o-animation: preloader2 1.5s infinite linear;
  animation: preloader2 1.5s infinite linear;
}
.b-preloader2 .preloader:after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-top: 10px solid #01628c;
  border-bottom: 10px solid #01628c;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-radius: 50px;
  content: '';
  top: -20px;
  left: -20px;
  -webkit-animation: preloader2after 1.5s infinite linear;
  -moz-animation: preloader2after 1.5s infinite linear;
  -ms-animation: preloader2after 1.5s infinite linear;
  -o-animation: preloader2after 1.5s infinite linear;
  animation: preloader2after 1.5s infinite linear;
}
@-webkit-keyframes preloader2 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background: #01628c;
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader2after {
  0% {
    border-top: 10px solid #01628c;
    border-bottom: 10px solid #01628c;
  }
  50% {
    border-top: 10px solid #63a9dd;
    border-bottom: 10px solid #63a9dd;
  }
  100% {
    border-top: 10px solid #01628c;
    border-bottom: 10px solid #01628c;
  }
}
@keyframes preloader2 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background: #01628c;
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes preloader2after {
  0% {
    border-top: 10px solid #01628c;
    border-bottom: 10px solid #01628c;
  }
  50% {
    border-top: 10px solid #63a9dd;
    border-bottom: 10px solid #63a9dd;
  }
  100% {
    border-top: 10px solid #01628c;
    border-bottom: 10px solid #01628c;
  }
}
/* pg */
.b-pg.simple-pagination {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin-top: 5px;
  padding-bottom: 30px;
}
.b-pg.simple-pagination ul {
  display: block;
  text-align: center;
}
.b-pg.simple-pagination li {
  display: inline-block;
  float: none;
}
.b-pg.simple-pagination span,
.b-pg.simple-pagination a {
  margin: 0 0.2em;
  padding: 0 0.3em;
}
.b-pg.simple-pagination a {
  color: #0e76bc;
}
.b-pg.simple-pagination a.current {
  color: #626262;
}
@media (max-width: 650px) {
  .b-pg.simple-pagination {
    font-size: 24px;
  }
}
/* poll */
.b-poll iframe {
  min-height: 435px;
  display: block;
  visibility: visible !important;
}
.poll-page {
  width: 365px;
  height: 577px;
  margin: 0 auto 30px auto;
  float: none;
}
@media (max-width: 650px) {
  .poll-page {
    width: 100%;
  }
}
.poll-page .poll-box {
  text-align: center;
  padding: 40px 0;
}
.poll-page .poll-box iframe {
  margin: auto;
  display: block;
  padding-bottom: 40px;
}
.poll-page .poll-box .go-to-article {
  font-size: 19px;
  color: #0e76bc;
}
/* subscription success page */
.subscription-success-page {
  box-sizing: border-box;
  background: #ffffff;
  padding: 50px 96px;
  width: 500px;
  margin: 42px auto 100px auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  color: #3c3c3c;
  text-align: center;
  min-height: 235px;
}
@media (max-width: 650px) {
  .subscription-success-page {
    width: 100%;
    padding-left: 22%;
    padding-right: 22%;
  }
}
.subscription-success-page h1 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .subscription-success-page h1 {
    font-size: 1.8em;
  }
}
.subscription-success-page a {
  color: #0e81de;
  text-decoration: none;
}
.subscription-success-page p {
  margin-bottom: 2px;
}
.very-top-header {
  line-height: 40px;
  height: 40px;
  background-color: #303030;
  border-bottom: 3px solid #178ac8;
  overflow: visible;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
.very-top-header .user-menu-block {
  min-width: 140px;
  cursor: pointer;
  color: #e3e3e3;
}
.very-top-header .user-menu-block.active {
  background-color: #464646;
}
.very-top-header .user-menu-block.active:hover {
  background-color: #464646;
}
.very-top-header .user-menu-block.active .user-menu {
  display: block;
}
.very-top-header .user-menu-block.active .fa-angle-right {
  display: none;
}
.very-top-header .user-menu-block.active .fa-angle-down {
  display: inline-block;
}
.very-top-header .user-menu-block .fa-cogs {
  font-size: 15px;
  margin-right: 10px;
}
.very-top-header .user-menu-block .fa-angle-down {
  display: none;
}
.very-top-header .user-menu-block .fa-angle-down,
.very-top-header .user-menu-block .fa-angle-right {
  font-size: 15px;
  margin-left: 5px;
  width: 10px;
}
.very-top-header .user-menu {
  background: #fff;
  border-top: 3px solid #dceef7;
  display: none;
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 2;
}
.very-top-header .user-menu .menu-link {
  color: #464646;
  display: block;
  font-weight: normal;
  line-height: 1em;
  padding: 0 !important;
}
.very-top-header .user-menu-name {
  padding: 0 10px;
}
.very-top-header .user-menu-name:hover,
.very-top-header .user-menu-name.active {
  background-color: #464646;
}
.very-top-header .user-menu-list {
  list-style: none;
  border: 1px solid #e3e3e3;
}
.very-top-header .user-menu-list li {
  color: #000;
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.very-top-header .user-menu-list li:nth-last-child(1) {
  border-bottom: none;
}
.very-top-header .user-menu-list li:hover .menu-link {
  color: #178ac8;
  background: transparent !important;
}
.very-top-header .user-menu-list li:hover .menu-link .menu-link-icon {
  color: #178ac8;
}
.very-top-header .user-menu-list .menu-link-icon {
  color: #6a6b69;
  margin-right: 10px;
}
.very-top-header .links {
  float: left;
}
.very-top-header .links a {
  padding: 0 15px;
}
.very-top-header .links a:hover,
.very-top-header .links a.active {
  background-color: #464646;
}
.very-top-header .users {
  float: right;
  position: relative;
}
.very-top-header .users a {
  padding: 0 15px;
}
.very-top-header .users a:hover,
.very-top-header .users a.active {
  background-color: #464646;
}
.very-top-header a {
  display: inline-block;
  color: #e3e3e3;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .very-top-header {
    display: none;
  }
}
body > header {
  padding: 24px 0 0 0;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  body > header {
    margin-bottom: 15px;
  }
}
body > header:after {
  content: '';
  display: table;
  clear: both;
}
body > header:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body > header .communities .channels li,
body > header .mediabizbloggers .channels li,
body > header .contributors .channels li {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  body > header .communities .menu-container,
  body > header .mediabizbloggers .menu-container,
  body > header .contributors .menu-container {
    padding-bottom: 10px !important;
  }
}
body > header .mediabizbloggers .mediabizbloggers-logo,
body > header .mediabizbloggers .featured-channel {
  display: block!important;
}
body > header .communities .short-tag-line,
body > header .mediabizbloggers .short-tag-line {
  font-size: 13px;
  color: #626262;
  font-weight: normal;
  display: block;
  max-height: 2em;
  overflow: hidden;
}
body > header .communities .logo,
body > header .mediabizbloggers .logo {
  vertical-align: middle;
}
body > header .wrapper {
  position: relative;
}
body > header .wrapper .fa {
  vertical-align: middle;
}
body > header .wrapper .social {
  width: 245px;
  display: inline-block;
  text-align: left;
  position: relative;
  font-size: 21px;
  float: right;
  height: 36px;
  line-height: 36px;
}
body > header .wrapper .social ul {
  text-align: justify;
  width: 100%;
  height: 36px;
  overflow: hidden;
}
body > header .wrapper .social ul:before {
  content: '';
  display: block;
  width: 100%;
}
body > header .wrapper .social ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
body > header .wrapper .social ul li {
  position: relative;
}
body > header .wrapper .social ul li .facebook:hover {
  color: #39579a;
}
body > header .wrapper .social ul li .twitter:hover {
  color: #00abf0;
}
body > header .wrapper .social ul li .linkedin:hover {
  color: #0072a6;
}
body > header .wrapper .social ul li .google-plus:hover {
  color: #c3482e;
}
body > header .wrapper .social ul li .youtube:hover {
  color: #C00000;
}
body > header .wrapper .social ul li .instagram:hover {
  color: #517fa4;
}
body > header .wrapper .social ul li .rss:hover {
  color: #ff9900;
}
body > header .wrapper .social ul li .envelope:hover {
  color: #0e76bc;
}
body > header .wrapper .social ul li a {
  color: #cdcdcd;
  text-decoration: none;
}
body > header .wrapper .social ul li a:hover {
  color: #b6b6b6;
}
body > header .column9 {
  display: table;
  padding-top: 20px;
}
body > header .logo {
  display: table-cell;
  vertical-align: bottom;
}
body > header .logo img {
  border: 0;
  height: 80px;
  padding-bottom: 24px;
}
body > header .column-menu {
  margin-top: -60px;
  display: table;
}
@media (max-width: 1024px) {
  body > header .column-menu.column12 {
    margin: 0;
  }
}
body > header nav {
  vertical-align: bottom;
  display: table-cell;
  width: 100%;
  text-align: right;
}
body > header nav .b-min-nav__active {
  border-bottom: 4px solid #62a9dd;
}
@media (max-width: 1024px) {
  body > header nav .b-min-nav__active {
    border-bottom: none;
  }
}
body > header nav li {
  padding-bottom: 20px;
  border-bottom: 4px solid #fff;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  body > header nav li {
    padding-bottom: 0;
    border-bottom: none;
  }
}
body > header nav li:hover {
  border-bottom: 4px solid #62a9dd;
}
@media (max-width: 1024px) {
  body > header nav li:hover {
    border-bottom: none;
  }
}
body > header nav li a {
  font-size: 20px;
  text-transform: uppercase;
  color: #3d3d3d;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  body > header nav li a {
    margin-bottom: 10px;
  }
}
@media (max-width: 1155px) {
  body > header nav li a {
    font-size: 16px;
  }
}
body > header nav li a:hover {
  text-decoration: none;
  color: #0e76bc;
}
body > header nav li.drop-down > a {
  cursor: pointer;
}
body > header nav li.drop-down > a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f107';
  margin-left: 5px;
}
body > header nav li.drop-down.selected {
  text-decoration: none;
}
body > header nav li.drop-down.selected .drop-down-window {
  opacity: 1;
}
@media (max-width: 1024px) {
  body > header nav li.drop-down.selected {
    position: static;
    margin-top: 0;
  }
}
body > header nav li.drop-down.selected > a:after {
  position: relative;
  content: '\f106';
  z-index: 3;
}
body > header nav li.drop-down.selected > a {
  text-decoration: none;
  color: #0e76bc;
  outline: none;
}
@media (max-width: 650px) {
  body > header nav li.drop-down.selected > a {
    text-decoration: underline;
  }
}
body > header nav li.drop-down.selected > a > span {
  position: relative;
}
body > header nav li.drop-down.selected > a:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -14px;
  bottom: -26px;
  border: 1px solid #ddddde;
  border-bottom: 0;
  background-color: #fff;
}
@media (max-width: 1024px) {
  body > header nav li.drop-down.selected > a:before {
    display: none;
  }
}
body > header nav .drop-down-window {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  margin-top: 25px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  box-shadow: 0 3px 3px #acafb1;
  overflow: hidden;
}
body > header nav .drop-down-window.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
@media (max-width: 1024px) {
  body > header nav .drop-down-window {
    position: static;
    margin-top: 0;
    box-shadow: none;
  }
}
body > header nav .drop-down-window .menu-container {
  background-color: #fff;
  padding-top: 10px;
}
body > header nav .drop-down-window .menu-container:after {
  content: '';
  display: table;
  clear: both;
}
body > header nav .drop-down-window .menu-container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (max-width: 1024px) {
  body > header nav .drop-down-window .menu-container {
    height: auto;
    box-shadow: none;
    padding: 0;
  }
  body > header nav .drop-down-window .menu-container > div {
    margin: 0;
  }
}
body > header nav .drop-down-window .menu-container header {
  font-size: 17px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 37px;
}
body > header nav .drop-down-window .menu-container header a {
  font-size: 13px;
  text-transform: none;
  float: right;
  color: #0e76bc;
}
body > header nav .drop-down-window .menu-container header.big {
  height: 60px;
  margin: 0 0 17px;
}
body > header nav .drop-down-window .menu-container header.big img {
  height: 100%;
}
body > header nav .drop-down-window .menu-container .spliter {
  position: absolute;
  top: 30px;
  bottom: 15px;
  width: 1px;
  left: 50%;
  background-color: #ddddde;
}
body > header nav .drop-down-window .menu-container .channels {
  overflow: hidden;
  width: 100%;
  margin-right: 0;
}
body > header nav .drop-down-window .menu-container .channels .mediabizbloggers-logo {
  max-width: 270px;
  display: none;
  height: 120px;
  border-bottom: 1px solid #ccc;
  text-align: right;
}
body > header nav .drop-down-window .menu-container .channels .mediabizbloggers-logo a {
  display: inline-block;
  color: #0e76bc;
  font-weight: 600;
  font-size: 15px;
  padding: 0;
}
@media (max-width: 1024px) {
  body > header nav .drop-down-window .menu-container .channels .mediabizbloggers-logo {
    height: 114px;
    margin-bottom: 10px;
  }
}
body > header nav .drop-down-window .menu-container .channels .channels-main-logo {
  text-align: center;
  height: 74px;
  line-height: 74px;
  width: auto;
  max-width: 270px;
  margin-bottom: 13px;
}
body > header nav .drop-down-window .menu-container .channels .channels-main-logo a {
  height: 74px;
  line-height: 74px;
}
body > header nav .drop-down-window .menu-container .channels .channels-main-logo img {
  width: 100%;
}
@media (max-width: 1024px) {
  body > header nav .drop-down-window .menu-container .channels .channels-main-logo {
    margin-left: 30px;
    margin-top: 15px;
  }
}
body > header nav .drop-down-window .menu-container .channels li {
  height: 46px;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  body > header nav .drop-down-window .menu-container .channels li {
    margin: 0;
    height: auto;
    padding: 0 15px;
  }
}
body > header nav .drop-down-window .menu-container .channels a {
  display: table;
  font-size: 15px;
  text-transform: none;
  margin: 0;
}
body > header nav .drop-down-window .menu-container .channels a .logo {
  width: 46px;
  display: table-cell;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  body > header nav .drop-down-window .menu-container .channels a .logo {
    padding: 0 15px;
  }
}
body > header nav .drop-down-window .menu-container .channels a .logo img {
  width: 46px;
  height: 46px;
  display: block;
}
body > header nav .drop-down-window .menu-container .channels a .name {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  body > header nav .drop-down-window .menu-container .channels a .name {
    font-size: 17px;
  }
}
body > header nav .drop-down-window .menu-container .channels a .name .desc {
  display: block;
  color: #b4b4b4;
  font-size: 13px;
}
body > header nav .drop-down-window .menu-container .menu-footer {
  clear: both;
  background-color: #ccc;
  border-top: 1px solid #ddddde;
  padding: 15px;
}
body > header ul {
  display: inline-block;
  list-style: none;
  margin-right: 2px;
}
body > header ul li {
  display: inline-block;
  text-align: left;
}
body > header .search {
  float: right;
  width: 245px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin-bottom: 24px;
}
body > header .search:before {
  font-family: 'FontAwesome';
  content: '\f002';
  color: #a8aaa7;
  position: absolute;
  top: 8px;
  left: 15px;
  font-size: 16px;
}
body > header .search input {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  line-height: 34px;
  height: 34px;
  width: 198px;
  font-size: 1em;
  background-color: transparent;
  padding: 0 10px 0 35px;
  outline: none;
}
body > header input[type="checkbox"],
body > header label {
  display: none;
}
body > header .user {
  display: none;
  padding: 15px 8px;
  border-top: 1px solid #e3e3e3;
  border-bottom: none !important;
}
body > header .user a {
  display: inline-block;
  width: calc(50% - 14px);
  line-height: 39px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0f75bc;
  outline: none;
  color: #0f75bc;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
body > header .user a:hover,
body > header .user a:active {
  background-color: #0f75bc;
  color: #fff;
}
body > header .user a:nth-child(1) {
  margin-left: 7px;
}
body > header .user-menu {
  border-bottom: none !important;
  display: none;
  padding: 0 !important;
}
body > header .user-menu .user-menu-list {
  width: 100%;
  margin: 0;
  padding: 7px 0;
}
body > header .user-menu li {
  display: block;
  padding: 13px 15px;
}
body > header .user-menu li:hover {
  cursor: pointer;
}
body > header .user-menu li:hover .menu-link {
  text-decoration: none;
  color: #178ac8;
  background: transparent !important;
  width: 100%;
  line-height: 1em;
  text-align: left;
  border: none;
  font-weight: normal;
}
body > header .user-menu li:hover .menu-link .fa-user,
body > header .user-menu li:hover .menu-link .fa-cog,
body > header .user-menu li:hover .menu-link .fa-sign-out {
  color: #178ac8;
}
body > header .user-menu .menu-link {
  padding: 0 !important;
  line-height: 1em;
}
body > header .user-menu .menu-link-icon {
  margin-right: 10px;
}
body > header .mobile-social {
  display: none !important;
  float: left !important;
}
body > header .mobile-search {
  display: none;
  width: calc(100% - 30px);
  padding: 20px 15px;
  border-top: 1px solid #e3e3e3;
  vertical-align: top;
}
body > header .mobile-search input {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  line-height: 40px;
  height: 40px;
  font-size: 1em;
  background-color: transparent;
  padding: 0 10px 0 10px;
  outline: none;
  width: calc(100% - 144px);
  margin: 0 15px 0 0;
}
body > header .mobile-search button {
  float: right;
  display: block;
  width: 100px;
  line-height: 39px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0f75bc;
  outline: none;
  color: #0f75bc;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
body > header .mobile-search button:hover,
body > header .mobile-search button:active {
  background-color: #0f75bc;
  color: #fff;
}
@media (max-width: 1024px) {
  body > header {
    padding: 0;
  }
  body > header .wrapper {
    margin: 0;
  }
  body > header .wrapper .search {
    display: none;
  }
  body > header .wrapper .social {
    display: none;
  }
  body > header label {
    top: 10px;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #a8aaa7;
    font-size: 20px;
    color: #a8aaa7;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
  }
  body > header label.user-menu {
    margin-right: 15px;
  }
  body > header input:checked + label {
    border-color: #0f75bc;
    background-color: #0f75bc;
    color: #fff;
  }
  body > header input:checked#mobile-menu:checked ~ .column12 .b-main-nav,
  body > header input:checked#mobile-menu:checked ~ .column12 .user {
    display: block;
    border-top: 1px solid #e3e3e3;
  }
  body > header input:checked#mobile-menu:checked ~ .column3 {
    display: block;
  }
  body > header input:checked#mobile-menu:checked ~ .column12 .social {
    display: block !important;
  }
  body > header input:checked#mobile-search:checked ~ .column12 .mobile-search {
    display: block;
  }
  body > header input:checked#user-menu:checked ~ .column12 .user-menu {
    display: block;
    border-top: 1px solid #e3e3e3;
  }
  body > header .column12 {
    margin: 0;
    display: block;
    padding: 0;
  }
  body > header .column12 .logo {
    display: block;
    padding: 10px 15px;
  }
  body > header .column12 .logo img {
    height: 43px;
    display: block;
  }
  body > header .column12 nav {
    display: none;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    border-left: 0;
    border-right: 0;
  }
  body > header .column12 nav li {
    display: block;
  }
  body > header .column12 nav li a {
    display: block;
    margin: 0;
    padding: 5px 15px;
  }
  body > header .column3 {
    display: none;
    text-align: left;
    padding: 10px 15px 0;
  }
}
body > footer {
  overflow: hidden;
  clear: both;
  background-color: #1d1d1d;
  padding: 20px 0 35px;
}
@media (max-width: 650px) {
  body > footer {
    padding: 0;
  }
}
body > footer a {
  color: #a0a0a0;
  text-decoration: none;
}
body > footer a:hover {
  text-decoration: underline;
}
body > footer .wrapper {
  margin-bottom: 20px;
}
body > footer .wrapper:after {
  content: '';
  display: table;
  clear: both;
}
body > footer .wrapper:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (max-width: 970px) {
  body > footer .wrapper {
    margin: 15px;
  }
  body > footer .wrapper > .column2:not(.company-description):not(.logo-holder),
  body > footer .wrapper > .column3:not(.company-description):not(.logo-holder),
  body > footer .wrapper > .column4:not(.company-description):not(.logo-holder),
  body > footer .wrapper > .column9:not(.company-description):not(.logo-holder) {
    width: calc(50% - 8px);
  }
  body > footer .wrapper > .column2:nth-child(odd),
  body > footer .wrapper .column3:nth-child(odd),
  body > footer .wrapper .column4:nth-child(odd) {
    float: left;
    clear: left;
    margin-right: 15px;
  }
  body > footer .wrapper > .column2:nth-child(even),
  body > footer .wrapper .column3:nth-child(even),
  body > footer .wrapper .column4:nth-child(even) {
    float: right;
    clear: right;
  }
  body > footer .wrapper > .column2,
  body > footer .wrapper .column3,
  body > footer .wrapper .column4 {
    margin: 0 0 15px 0;
  }
  body > footer .wrapper > .column2.logo-holder,
  body > footer .wrapper .column3.logo-holder,
  body > footer .wrapper .column4.logo-holder {
    margin-top: 0;
  }
}
@media (max-width: 970px) and (max-width: 420px) {
  body > footer .wrapper > .column2.get-in-touch,
  body > footer .wrapper .column3.get-in-touch,
  body > footer .wrapper .column4.get-in-touch {
    clear: both;
  }
}
@media (max-width: 970px) and (max-width: 650px) {
  body > footer .wrapper > .column2.logo-holder,
  body > footer .wrapper .column3.logo-holder,
  body > footer .wrapper .column4.logo-holder {
    display: table-cell;
    max-width: 270px;
    float: none;
  }
}
@media (max-width: 970px) and (max-width: 650px) {
  body > footer .wrapper > .column2,
  body > footer .wrapper > .column3,
  body > footer .wrapper > .column4,
  body > footer .wrapper > .column9 {
    width: calc(50% - 8px);
  }
}
body > footer .column12.line {
  clear: both;
  border-bottom: 1px solid #333333;
  margin-bottom: 30px;
}
body > footer .logo {
  display: block;
  height: 50px;
}
body > footer .logo img {
  height: 100%;
  max-width: 100%;
}
@media (max-width: 650px) {
  body > footer .logo img {
    height: auto;
    width: 100%;
    float: left;
  }
}
@media (max-width: 650px) {
  body > footer .channel-block {
    width: 100%!important;
    overflow: hidden;
    margin: 0;
    margin-top: 15px;
  }
}
@media (max-width: 650px) {
  body > footer .channel-block a {
    padding: 10px;
    display: inline-block;
  }
}
@media (max-width: 650px) {
  body > footer .channel-block-title {
    display: table-cell;
    float: none!important;
    vertical-align: middle;
    text-align: center;
    width: 50%!important;
  }
}
body > footer dl {
  padding-top: 5px;
}
body > footer dl dt {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
body > footer dl dd {
  margin-bottom: 5px;
}
body > footer dl dd a:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 650px) {
  body > footer dl.column9 {
    float: right;
  }
}
body > footer header {
  font-size: 17px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #a0a0a0;
  margin-bottom: 15px;
}
@media (max-width: 650px) {
  body > footer header {
    font-size: 11px;
    height: 26px;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  body > footer header {
    font-size: 14px;
  }
}
body > footer p {
  min-height: 45px;
  margin-bottom: 8px;
}
@media (max-width: 650px) {
  body > footer p {
    min-height: 80px;
  }
}
body > footer button,
body > footer .button {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  border: 1px solid #0e76bc;
  background-color: transparent;
  color: #0e76bc;
  padding: 13px 40px;
  box-sizing: border-box;
  cursor: pointer;
}
body > footer button:hover,
body > footer .button:hover {
  background-color: #0e76bc;
  color: #1d1d1d;
  text-decoration: none;
}
body > footer ul {
  list-style: none;
}
body > footer ul li {
  margin-bottom: 5px;
}
@media (max-width: 650px) {
  body > footer ul li {
    margin-bottom: 10px;
  }
}
body > footer ul.social {
  width: 220px;
}
body > footer ul.social:after {
  display: block;
  content: "";
  clear: both;
}
@media (max-width: 650px) {
  body > footer ul.social {
    width: 170px;
  }
}
@media (max-width: 420px) {
  body > footer ul.social {
    width: 84px;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  body > footer ul.social {
    max-width: 100%;
  }
}
body > footer ul.social li {
  float: left;
  margin: 0 11px 11px 0;
}
body > footer ul.social li a {
  display: block;
  width: 41px;
  height: 41px;
  line-height: 42px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #333333;
  transition: background-color 0.2s ease-out;
}
body > footer ul.social li a:hover {
  border: 1px solid #1d1d1d;
  color: #F5F5F5;
}
body > footer ul.social li a.facebook:hover {
  background: #39579a;
}
body > footer ul.social li a.twitter:hover {
  background: #00abf0;
}
body > footer ul.social li a.linkedin:hover {
  background: #0072a6;
}
body > footer ul.social li a.google-plus:hover {
  background: #c3482e;
}
body > footer ul.social li a.youtube:hover {
  background: #C00000;
}
body > footer ul.social li a.instagram:hover {
  background: #517fa4;
}
body > footer ul.social li a.rss:hover {
  background: #ff9900;
}
body > footer ul.social li a.envelope:hover {
  background: #0e76bc;
}
@media (max-width: 650px) {
  body > footer ul.social li a {
    font-size: 20px;
    width: 29px;
    height: 29px;
    line-height: 29px;
  }
}
body > footer ul.social .fa {
  vertical-align: middle;
}
/* List categories */
body {
  -webkit-text-size-adjust: 100%;
}
body .news-categories-list {
  list-style: none;
  padding: 0px;
  border-bottom: 1px solid #eee;
  padding-left: 30px;
}
@media (max-width: 650px) {
  body .news-categories-list {
    overflow: hidden;
    padding-left: 0;
  }
}
body .news-categories-list li {
  display: inline-block;
  min-height: 57px;
}
@media (max-width: 650px) {
  body .news-categories-list li {
    display: inline-block;
    float: left;
    text-align: center;
    width: 50%;
  }
  body .news-categories-list li.active {
    border-bottom: 5px solid #62a9dd;
    padding-bottom: 10px;
  }
  body .news-categories-list li:hover .category-item {
    border-bottom: 5px solid #62a9dd;
    padding-bottom: 12px;
  }
}
@media (max-width: 650px) {
  body .news-categories-list li:last-child:not(:nth-child(even)) {
    width: 100%;
  }
}
@media (max-width: 650px) {
  body .category-item {
    width: 117px;
    display: inline-block;
  }
  body .category-item:hover,
  body .category-item:active {
    border-bottom: 5px solid #62a9dd;
    padding-bottom: 12px;
  }
}
body .tabs {
  color: #0e76bc;
  display: block;
  font-size: 17px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  padding: 20px 22px 12px;
  text-decoration: none !important;
  text-transform: uppercase;
}
body .tabs.active,
body .tabs:hover,
body .tabs:active {
  border-bottom: 5px solid #62a9dd;
  color: #000;
}
@media (max-width: 650px) {
  body .tabs {
    padding-bottom: 0;
  }
  body .tabs.active,
  body .tabs:hover,
  body .tabs:active {
    border-bottom: none;
  }
  body .tabs.active .category-item {
    border-bottom: 5px solid #62a9dd;
    padding-bottom: 12px;
  }
}
/* List articles */
body .list-articles {
  position: relative;
  box-sizing: border-box;
  margin: 0px 0 0 0;
  min-height: 200px;
  padding: 25px 30px;
  width: 100%;
}
body .list-articles p a {
  color: #0e76bc;
}
body .list-articles .news-i {
  font-size: 14px;
  min-height: 150px;
  position: relative;
}
body .list-articles .article-img-wrap {
  float: left;
  height: 150px;
  left: 0;
  margin-right: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 150px;
}
body .list-articles .article-img {
  height: 150px;
  width: auto;
}
@media (max-width: 650px) {
  body .list-articles .article-img {
    height: auto;
    width: 100%;
  }
}
body .list-articles .list-articles-descriptoin {
  margin-left: 170px;
  overflow: hidden;
}
@media (max-width: 650px) {
  body .list-articles .list-articles-descriptoin {
    margin-left: 0 !important;
  }
}
body .list-articles .list-articles-ul {
  list-style: none;
}
@media (max-width: 650px) {
  body .list-articles .list-articles-ul figure {
    height: auto;
    margin-bottom: 10px;
    position: static;
    width: 100%;
  }
}
body .list-articles .news-i {
  border-bottom: 1px solid #eee;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin: 20px 0 0 0;
  overflow: hidden;
  padding: 0 0 20px 0;
}
body .list-articles .news-i:nth-child(1) {
  margin: 0;
}
body .list-articles .article-title {
  font-size: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}
body .list-articles .article-title-link {
  color: #3d3d3d;
  line-height: 26px;
}
body .list-articles .news-list-author {
  color: #0e76bc;
  padding: 0 0 10px 0;
}
/* List articles */
body .news-list-social {
  list-style: none;
  padding: 10px 0px 0px 0px;
}
body .news-list-social li {
  display: inline-block;
}
body .news-list-social li:nth-child(1) {
  margin-left: 0;
}
body .social-link-mini {
  color: #cdcdcd;
  display: block;
  margin-right: 15px;
  text-decoration: none;
}
body .social-link-mini:hover {
  color: #b6b6b6;
}
body .social-icon {
  font-size: 20px;
  vertical-align: middle;
}
/* Pagination */
body .pagination {
  width: auto !important;
  padding-top: 20px;
  text-align: center;
}
body .pagination a {
  color: #0e76bc;
}
body .pagination li {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  vertical-align: middle;
}
@media (max-width: 650px) {
  body .pagination {
    font-size: 24px;
  }
}
body .active-quotes {
  color: #0e76bc;
  cursor: pointer;
}
body .quot {
  font-size: 17px;
}
body .quot :hover,
body .quot.active {
  color: #000;
}
@media (max-width: 650px) {
  body .quot {
    font-size: 40px;
    line-height: 43px;
  }
}
body li:nth-child(1) .quot {
  padding-right: 10px;
}
@media (max-width: 650px) {
  body li:nth-child(1) .quot {
    padding-right: 20px;
  }
}
body li:nth-child(2) .quot {
  padding-right: 10px;
}
@media (max-width: 650px) {
  body li:nth-child(2) .quot {
    padding-right: 20px;
  }
}
body li:nth-last-child(1) .quot {
  padding-left: 10px;
}
@media (max-width: 650px) {
  body li:nth-last-child(1) .quot {
    padding-left: 20px;
  }
}
body li:nth-last-child(2) .quot {
  padding-left: 10px;
}
@media (max-width: 650px) {
  body li:nth-last-child(2) .quot {
    padding-left: 20px;
  }
}
body .pagination-item {
  color: #0e76bc;
  padding: 0 0.5em;
}
body .pagination-item:hover,
body .pagination-item.active {
  color: #000;
}
body .pagination-item.ellipsis {
  letter-spacing: 5px;
}
body .pagination-item.ellipsis:hover {
  color: #3d3d3d;
  cursor: default;
  text-decoration: none;
}
@media (max-width: 450px) {
  body .pagination-item {
    padding: 0 0.3em !important;
  }
}
.hide {
  display: none;
}
/* errors block style */
.errors-block {
  color: #d46a52;
  border: 1px solid #d46a52;
  background: #fbf0ed;
  padding: 18px 28px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.errors-list {
  list-style-position: inside;
  text-align: left;
}
.errors-title {
  color: #d46a52 !important;
  margin: 0 0 10px 0 !important;
}
.error-focus input {
  border: 1px solid #d46a52;
}
/* info-block style */
.info-block {
  color: #000291;
  border: 1px solid #86BADE;
  background: #F1FAFF;
  padding: 18px 28px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.info-block .info-title {
  margin: 0 !important;
}
.info-block a:hover {
  text-decoration: underline !important;
}
[data-hint] {
  position: relative;
  display: inline-block;
}
[data-hint]:before,
[data-hint]:after {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  pointer-events: none;
  transition: .15s ease;
  transition-delay: 0ms;
  bottom: 100%;
  left: 18px;
  font-weight: normal;
}
[data-hint]:before {
  content: '';
  margin-bottom: -13px;
  background: transparent;
  border: 5px solid transparent;
  border-top-width: 8px;
  border-top-color: #303030;
  z-index: 1001;
}
[data-hint]:after {
  content: attr(data-hint);
  background: #303030;
  color: #fff;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
  margin-left: -18px;
  text-shadow: 0 -1px 0 #000000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
[data-hint]:hover:before,
[data-hint]:focus:before,
[data-hint]:hover:after,
[data-hint]:focus:after {
  transform: translateY(-14px);
  visibility: visible;
  opacity: 1;
}
[data-hint]:hover:before,
[data-hint]:hover:after {
  transition-delay: 100ms;
}
[data-hint].hint-error:before {
  border-top-color: #b34e4d;
}
[data-hint].hint-error:after {
  background: #b34e4d;
}
