/**
 *  Vars
 */
/*
Theme name: Policy forum
Description: Custom Theme
*/
/******* Policy forum WordPress CSS *******/
/**
 Custom hack so specific ad had background opacity set to 1
 */
.featured-boxes .box.pb-19020 .image {
  opacity: 1; }

/**
 * Smush the smush CSS
 **/
body .smush-detected-img {
  border: none;
  transition: none;
  border-radius: inherit; }

#smush-image-bar-toggle {
  display: none !important; }

/**
 * Homepage hover bug fix
 **/
body .featured-boxes .box-latest.hover .image {
  opacity: 1 !important; }

/* ================================================================================
    #HelveticaNeue
================================================================================ */
@font-face {
  font-family: 'HelveticaNeueLtStd';
  src: url("fonts/helveticaneueltstd-lt-webfont.eot");
  src: url("fonts/helveticaneueltstd-lt-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneueltstd-lt-webfont.woff") format("woff"), url("fonts/helveticaneueltstd-lt-webfont.ttf") format("truetype"), url("fonts/helveticaneueltstd-lt-webfont.svg#helvetica_neue_lt_stdlt") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueLtStd';
  src: url("fonts/helveticaneueltstd-bd-webfont.eot");
  src: url("fonts/helveticaneueltstd-bd-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneueltstd-bd-webfont.woff") format("woff"), url("fonts/helveticaneueltstd-bd-webfont.ttf") format("truetype"), url("fonts/helveticaneueltstd-bd-webfont.svg#helvetica_neue_lt_stdbd") format("svg");
  font-weight: bold;
  font-style: normal; }
/* ================================================================================
    #Minion Pro
================================================================================ */
@font-face {
  font-family: 'MinionPro';
  src: url("fonts/minionpro-regular-webfont.eot");
  src: url("fonts/minionpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/minionpro-regular-webfont.woff") format("woff"), url("fonts/minionpro-regular-webfont.ttf") format("truetype"), url("fonts/minionpro-regular-webfont.svg#minion_proregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ================================================================================
    #Arimo
================================================================================ */
@font-face {
  font-family: 'Arimo';
  src: url("fonts/arimo-regular-webfont.eot");
  src: url("fonts/arimo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/arimo-regular-webfont.woff") format("woff"), url("fonts/arimo-regular-webfont.ttf") format("truetype"), url("fonts/arimo-regular-webfont.svg#arimobook") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Arimo';
  src: url("fonts/arimo-italic-webfont.eot");
  src: url("fonts/arimo-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/arimo-italic-webfont.woff") format("woff"), url("fonts/arimo-italic-webfont.ttf") format("truetype"), url("fonts/arimo-italic-webfont.svg#arimoitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Arimo';
  src: url("fonts/arimo-bold-webfont.eot");
  src: url("fonts/arimo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/arimo-bold-webfont.woff") format("woff"), url("fonts/arimo-bold-webfont.ttf") format("truetype"), url("fonts/arimo-bold-webfont.svg#arimobold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Arimo';
  src: url("fonts/arimo-bolditalic-webfont.eot");
  src: url("fonts/arimo-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/arimo-bolditalic-webfont.woff") format("woff"), url("fonts/arimo-bolditalic-webfont.ttf") format("truetype"), url("fonts/arimo-bolditalic-webfont.svg#arimobolditalic") format("svg");
  font-weight: bold;
  font-style: italic; }
/* Common elements styling */
.post .entry h1 {
  font-size: 20px;
  line-height: 30px; }

.post .entry h2 {
  font-size: 18px;
  line-height: 27px; }

.post .entry h3 {
  font-size: 16px;
  line-height: 24px; }

.post .entry h4 {
  font-size: 14px;
  line-height: 21px; }

.post .entry h5 {
  font-size: 12px;
  line-height: 18px; }

.post .entry h6 {
  font-size: 10px;
  line-height: 15px; }

.post .entry ul {
  margin-left: 25px; }

.post .entry ol {
  margin-left: 25px; }

.post .entry a img {
  border: 0; }

p img {
  padding: 0;
  max-width: 100%; }

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignright {
  margin: 2px 0 2px 7px;
  display: inline; }

img.alignleft {
  margin: 2px 7px 2px 0;
  display: inline; }

.alignright {
  float: right;
  display: inline; }

.alignleft {
  float: left;
  display: inline; }

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.text-bold {
  font-weight: bold; }

/* Calendar widget */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0; }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right; }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left; }

#wp-calendar a {
  display: block; }

#wp-calendar caption {
  text-align: center;
  width: 100%; }

#wp-calendar td {
  padding: 3px 0;
  text-align: center; }

/* Big images in rich text editor should not break page layout */
.post .entry {
  overflow: hidden; }

/******* /Policy forum WordPress CSS *******/
/* ================================================================================
	#Reset
================================================================================ */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

header, footer, nav, section, article, aside, figure, details, summary {
  display: block; }

/* ================================================================================
	#Base
================================================================================ */
body, html {
  height: 100%; }

body {
  font-size: 18px;
  line-height: 1.23;
  font-family: "Catamaran", sans-serif;
  color: #333;
  background: #fff;
  min-width: 1000px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.2pt; }

/*	Fonts
	Arimo
	MinionPro
	HelveticaNeueLtStd
*/
a {
  color: #F16F32;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s; }
  a:hover {
    text-decoration: underline;
    color: #bd312b; }

a img {
  border: 0; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  font-size: 0;
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: bold; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

p {
  padding-bottom: 22px; }

ul {
  list-style: disc inside none; }

ol {
  list-style: decimal inside none; }

/* ================================================================================
	#Form Elements
================================================================================ */
input, textarea, select {
  font-family: "Catamaran", sans-serif;
  font-size: 12px; }

textarea {
  overflow: auto;
  resize: none;
  -webkit-overflow-scrolling: touch; }

input,
textarea {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  box-shadow: none; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio; }

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  height: auto;
  padding: 0;
  border: 0; }

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  cursor: pointer; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* ================================================================================
	# Clear
================================================================================ */
.cl {
  height: 0; }

.cf {
  *zoom: 1; }

.cf:before,
.cf:after {
  content: "";
  line-height: 0;
  display: table; }

.cl,
.cf:after {
  clear: both; }

.cl,
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }

/* ==========================================================================
	#Helpers
========================================================================== */
.left,
.alignleft {
  float: left; }

.right,
.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignnone {
  display: block; }

.hide,
.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden; }

.show,
.visible {
  visibility: visible;
  opacity: 1; }

.hide {
  position: absolute; }

.show {
  position: static; }

/* ================================================================================
	# forms
================================================================================ */
.selectbox,
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="time"],
input[type="date"],
textarea,
.fileupload p {
  width: 442px;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #dedede;
  font-size: 18px;
  color: #666;
  background: #f0f0f0;
  border-radius: 3px;
  box-sizing: border-box; }

textarea {
  width: 442px;
  height: 356px; }

.selectbox {
  width: auto;
  position: relative; }

.selectbox:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 14px;
  display: block;
  width: 10px;
  height: 15px;
  background: url(images/select-arrow.png) no-repeat 0 0; }

.selectbox .value {
  position: relative;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  font-size: 18px;
  line-height: 21px;
  margin-right: 24px; }

.selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  opacity: 0;
  min-height: 31px; }

.fileupload {
  position: relative;
  overflow: hidden;
  float: left;
  width: 316px;
  height: 34px;
  padding-left: 126px; }

.fileupload input {
  font-size: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  cursor: pointer; }

.fileupload span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 112px;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #666;
  border-radius: 3px; }

.fileupload p {
  width: auto;
  padding: 4px 8px;
  margin: 0; }

.btn:hover,
.btn-upload:hover,
.button:hover {
  opacity: .8; }

/* ================================================================================
	#Containers
================================================================================ */
.shell {
  width: 960px;
  margin: 0 auto; }

/* ================================================================================
	#Header
================================================================================ */
.login-links a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline; }

.login-links a:hover {
  text-decoration: none; }

.dark .login-links a {
  color: #000; }

.header-push {
  height: 85px; }

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 12px 0;
  -webkit-backface-visibility: hidden; }

.header-top .login-links {
  position: absolute;
  right: 0;
  top: -5px; }

.dark .header-top {
  background: rgba(255, 255, 255, 0.98);
  z-index: 300; }

.header-fixed .header-top {
  background: rgba(0, 0, 0, 0.9);
  z-index: 300; }

.header-fixed .dark .header-top {
  background: rgba(255, 255, 255, 0.98); }

.header-fixed .header-push {
  display: block; }

.header {
  position: relative;
  z-index: 140;
  width: 100%;
  min-height: 85px;
  padding: 12px 0 16px; }

.header .shell {
  position: relative; }

.header .banners {
  float: left;
  width: 340px;
  padding-bottom: 6px; }

.header .banners ul {
  list-style: none outside none;
  float: left;
  width: 100%; }

.header .banners ul li {
  float: left;
  padding-left: 15px; }

.header .banners ul li:first-child {
  padding-left: 0; }

.logo {
  display: none;
  width: 960px;
  height: 92px;
  margin-top: 25px;
  background: url(images/logo.png) no-repeat 0 0; }

.search-form {
  float: right;
  padding: 1px 1px 1px;
  width: 188px; }

.search-form .field {
  float: left;
  width: 161px;
  height: 16px;
  padding: 2px 6px 1px;
  border: 0;
  border-left: 1px solid #acacac;
  font-size: 12px;
  color: #7d7d7d;
  border-radius: 0;
  background: #fff; }

.search-form .button {
  float: right;
  width: 19px;
  height: 15px;
  border: 0;
  background: url(images/ico-search.png) no-repeat center center; }

.search-form ::-webkit-input-placeholder {
  color: #7d7d7d;
  opacity: 1; }

.search-form ::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1; }

.search-form :-ms-input-placeholder {
  color: #7d7d7d;
  opacity: 1; }

.search-form input:-moz-placeholder {
  color: #7d7d7d;
  opacity: 1; }

.header.dark .bar {
  background: #464646; }

.header.dark .logo {
  display: none; }

.header.dark .search-form .button {
  background-image: url(images/ico-search-w.png); }

.header.dark .nav .menu > li > a {
  color: #333; }

.header.dark .search-form .field {
  background: #f0f0f0;
  border-color: #f0f0f0; }

.panel .close {
  display: none; }

.panel .login-links {
  position: absolute;
  left: 8px;
  top: 11px;
  width: 64px;
  z-index: 999;
  display: none; }

.panel .login-links a {
  color: #fff; }

.bar {
  clear: both;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 18px;
  background: #fff; }

.nav {
  float: left;
  padding: 25px 0 6px 11px;
  min-height: 36px;
  font-size: 13px; }

.nav .menu {
  float: left;
  list-style: none outside none; }

.nav .menu > li {
  float: left; }

.nav .menu > li > a {
  position: relative;
  float: left;
  padding: 6px 7px;
  color: #fff;
  border-radius: 3px; }

.nav .menu > li.menu-item-has-children > a {
  height: 15px;
  padding-bottom: 14px;
  border-radius: 3px 3px 0 0; }

.nav .menu > li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  border-top: 6px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: -5px; }

.nav .menu > li.menu-item-has-children:hover > a:after {
  border-top-color: #464646; }

.nav .menu > li > a:hover {
  text-decoration: none; }

.nav .menu > li.menu-item-has-children:hover > a,
.nav .menu > li.menu-item-has-children > a:hover {
  text-decoration: none;
  color: #464646;
  background: rgba(255, 255, 255, 0.94); }

.nav .menu > li ul {
  list-style: none outside none; }

.nav .menu > li > ul {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 21px 26px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 3px;
  visibility: hidden;
  opacity: 0; }

.nav .menu > li:hover > ul {
  visibility: visible;
  opacity: 1; }

.nav .menu > li > ul > li {
  float: left;
  width: 50%;
  margin-bottom: 10px; }

.nav .menu > li > ul > li > a {
  float: left;
  width: 63px;
  padding: 4px 0;
  font-weight: bold;
  color: #464646; }

.nav .menu > li > ul ul {
  position: relative;
  float: left;
  width: 168px;
  padding: 4px 13px; }

.nav .menu > li > ul ul:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 1px dotted #c1c1c3; }

.nav .menu > li > ul ul li {
  padding-top: 15px; }

.nav .menu > li > ul ul li:first-child {
  padding-top: 0; }

.nav .menu > li > ul ul a {
  color: #7d7d7d; }

.nav .mobile-links {
  display: none; }

.dark .nav .menu > li.menu-item-has-children > a:after {
  border-top-color: #464646; }

.socials {
  float: right;
  padding: 22px 0 6px; }

.socials ul {
  list-style: none outside none;
  float: right; }

.socials ul li {
  float: left;
  padding-left: 6px; }

.socials ul li:first-child {
  padding-left: 0; }

.socials ul li a {
  float: left; }

.socials ul li a img {
  width: 20px;
  height: auto; }

/* ================================================================================
	#Footer
================================================================================ */
.footer {
  position: relative;
  z-index: 90;
  width: 100%;
  padding: 40px 0; }

.footer .shell {
  border-top: 18px solid #464646; }

.footer-nav {
  padding: 34px 0 0;
  font-size: 12px; }

.footer-nav a {
  color: #464646; }

.footer-nav ul {
  list-style: none outside none; }

.footer-nav .menu > li {
  float: left;
  width: 25%; }

.footer-nav .menu > li > a {
  float: left;
  width: 58px;
  padding-top: 2px;
  padding-right: 10px;
  font-weight: bold; }

.footer-nav .menu ul {
  float: left;
  width: 168px; }

.footer-nav .menu ul li {
  padding-bottom: 3px; }

.footer-nav .menu ul li:first-child {
  margin-top: 2px; }

.links {
  margin-top: 28px;
  position: relative;
  overflow: hidden;
  float: right;
  font-size: 0;
  background: #d7d7d7;
  text-align: center; }

.links ul {
  list-style: none outside none; }

.links ul li {
  display: inline; }

.links ul li a {
  display: inline-block;
  padding: 18px 23px;
  font-size: 14px;
  color: #464646; }

.links ul li a:hover {
  text-decoration: none;
  color: #000;
  background: #e5e5e5; }

.copyright {
  font-size: 12px;
  text-align: center;
  color: #7d7d7d; }

.copyright a {
  color: #7d7d7d; }

.footer .banners {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 14px 0;
  border-top: 1px dotted #4c4849;
  border-bottom: 1px dotted #4c4849;
  margin: 29px 0 15px; }

.footer .banners ul {
  list-style: none outside none;
  float: left;
  width: 100%;
  text-align: center; }

.footer .banners ul li {
  displaY: inline;
  padding-left: 12px; }

.footer .banners ul li:first-child {
  padding-left: 0; }

/* ================================================================================
	#Main
================================================================================ */
.main {
  position: relative;
  z-index: 100; }

.main.w-sidebar:before {
  content: '';
  position: absolute;
  top: 60px;
  right: 204px;
  bottom: 0;
  width: 0;
  display: block;
  border-left: 1px dotted #d5d5d5; }

.single-crb_staff_member .main.w-sidebar:before {
  border: 0; }

.w-sidebar.main-inner .sidebar {
  padding-top: 17px; }

.w-sidebar.main-inner:before {
  margin-top: 58px; }

.main.sidebar-left:before {
  left: 226px;
  right: auto; }

.main.sidebar-left .sidebar {
  float: left;
  width: 217px;
  padding-top: 0; }

.main.sidebar-left .content {
  float: right;
  width: 712px; }

.breadcrumbs {
  width: 100%;
  padding: 0 0 10px;
  font-size: 10px;
  color: #7d7d7d;
  text-transform: uppercase; }

.breadcrumbs a {
  color: #7d7d7d; }

.breadcrumbs a.rss-icon {
  padding-right: 23px;
  background: url(images/rss-icon.png) no-repeat right 0;
  padding-top: 7px; }

.featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: transparent no-repeat center top;
  background-size: cover; }

.mobile-grey-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: #cccccc; }

.featured-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4; }

.featured-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 435px;
  background: url(images/top-shadow.png) repeat-x 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.main-top {
  position: relative;
  width: 100%;
  height: 486px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 14px;
  font-style: italic; }

.main-top .credits {
  position: absolute;
  bottom: 55px;
  right: 0;
  width: 200px;
  font-size: 10px;
  text-align: right;
  font-style: normal; }

.main-top .credits p {
  padding: 0; }

.main-top h1 {
  padding: 0 0 12px;
  font-size: 36px;
  line-height: 1;
  font-style: normal; }

.main-top h2 {
  font-size: 48px;
  font-style: normal; }

.main-top .wrap {
  position: absolute;
  bottom: 52px;
  left: 0;
  width: 600px; }

.main-top .wrap .authors {
  padding: 5px 0 0;
  font-size: 14px;
  line-height: 1.57;
  font-style: normal;
  text-transform: uppercase; }

.main-top .wrap .authors a {
  color: #fff; }

.content {
  float: left;
  width: 738px; }

.search-page .content {
  width: 100%; }

.sidebar {
  float: right;
  width: 186px;
  padding-top: 68px; }

.share {
  float: right;
  color: #7d7d7d; }

.share ul {
  list-style: none outside none;
  float: left;
  padding: 4px 5px;
  border: 1px solid #7d7d7d;
  margin-left: 3px;
  font-size: 14px;
  line-height: 20px; }

.share ul li {
  float: left;
  padding: 0 5px; }

.share ul li span {
  cursor: pointer; }

.share ul li img {
  margin-top: -2px;
  display: inline-block; }

.share a {
  color: #7d7d7d; }

.wp-caption {
  width: auto !important;
  padding: 18px 0 16px;
  font-size: 12px;
  line-height: 1.83;
  color: #7d7d7d;
  text-align: center; }

.wp-caption img {
  display: block;
  margin-bottom: 9px; }

.post {
  width: 100%;
  max-width: 652px; }

.post .meta {
  font-size: 10px;
  color: #7d7d7d;
  text-transform: uppercase; }

.post .meta a {
  color: #7d7d7d; }

.post .share ul + ul {
  float: right; }

.post-head {
  position: relative;
  overflow: hidden; }

.post-head .share {
  float: none;
  overflow: hidden;
  display: block;
  margin-bottom: 11px; }

.post-head .share ul:first-child {
  margin-left: 0; }

.post-entry {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
  line-height: 1.4; }

.post-entry.post-preview-entry {
  overflow: visible; }

.post-entry.post-preview-entry p:last-child {
  color: #979696; }

.post-entry ol ol {
  padding-left: 20px; }

.post-entry ul ul {
  padding-left: 20px; }

.post-entry h2 {
  padding-top: 18px; }

.post-entry h4 {
  padding-bottom: 24px; }

.post-entry ol,
.post-entry ul {
  list-style: disc outside none;
  margin: 0 0 22px 18px; }

.post-entry ol ol,
.post-entry ul ul {
  margin-bottom: 0; }

.post-entry blockquote {
  padding-bottom: 20px;
  font-family: "Catamaran", sans-serif;
  font-style: italic; }

.post-entry h3 {
  padding-bottom: 2px;
  text-align: center; }

.post-entry .video {
  display: block;
  width: 100%; }

.post-entry .video a {
  position: relative;
  display: block; }

.post-entry .video a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  margin: -41px;
  background: url(images/play-btn.png) no-repeat 0 0; }

.post-entry .video img {
  display: block;
  width: 100%;
  margin: 0 0 41px; }

.post-entry .mobile-show {
  display: none; }

.post-entry .btn {
  display: inline-block;
  padding: 14px 30px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #06a6e0; }

.post-entry .btn:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: -2px 0 -2px 20px;
  vertical-align: middle;
  background: url(images/btn-arrow-white.png) no-repeat 0 0; }

.post-entry .btn:hover {
  text-decoration: none; }

.post-foot {
  padding: 0 0 20px;
  position: relative;
  overflow: hidden; }

.post-foot .link-back,
.post-foot .back-to-top {
  float: left;
  margin-top: 17px;
  font-size: 14px;
  font-weight: bold;
  color: #464646; }

.post-foot .link-back {
  font-size: 18px;
  margin-top: 4px; }

/*Post Full*/
.media-list.media-list-full {
  padding: 9px 0 23px; }

.media-list .post.post-full .image {
  width: 100%;
  height: auto; }

.submit-event,
.btn-join {
  display: block;
  max-width: 652px;
  padding: 27px 0;
  border-top: 1px dotted #989898;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #464646; }
  .submit-event:hover,
  .btn-join:hover {
    color: #464646; }

.submit-event {
  padding: 0;
  border: 0; }

.submit-event:after,
.btn-join:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-left: 17px;
  background: url(images/btn-arrow.png) no-repeat 0 0; }

.back-to-top {
  font-size: 14px;
  font-weight: bold;
  color: #464646; }

.back-to-top a {
  color: #464646; }

.notes {
  width: 100%;
  max-width: 652px;
  padding: 33px 0 12px;
  border-top: 1px dotted #989898;
  border-bottom: 1px dotted #989898;
  font-size: 18px;
  line-height: 1.22;
  color: #7d7d7d;
  font-style: italic; }

.notes h3 {
  padding-bottom: 6px;
  color: #464646;
  font-style: normal; }

.comments {
  max-width: 652px;
  padding: 41px 0 0; }

.comments h3 {
  padding-bottom: 41px;
  font-size: 24px;
  color: #464646; }

.comments ol,
.comments ul {
  list-style: none outside none; }

.commentlist {
  padding: 0 0 14px 18px; }

.commentlist .comment-entry {
  position: relative;
  padding: 2px 16px 11px 80px;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.83;
  background: #f7f7f7; }

.commentlist .facebook-comment .comment-entry {
  background: #e0e4eb; }

.commentlist .comment-entry p {
  padding: 0; }

.commentlist .comment-author {
  font-size: 16px; }

.commentlist .comment-meta {
  padding-bottom: 17px;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase; }

.commentlist .comment-meta a {
  color: #7d7d7d; }

.commentlist .says {
  display: none; }

.commentlist .comment-author a {
  color: #464646; }

.commentlist .avatar {
  position: absolute;
  top: 16px;
  left: 16px; }

.commentlist .facebook-comment-ico {
  position: absolute;
  bottom: 20px;
  left: 13px; }

.commentlist li {
  position: relative;
  overflow: hidden; }

.commentlist li li .comment-entry {
  margin-left: 36px; }

.commentlist li li .comment-entry:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  display: block;
  width: 18px;
  height: 1px;
  background: #e1e1e1; }

.commentlist li li:last-child .comment-entry:after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: -18px;
  left: -20px;
  margin-top: 1px;
  display: block;
  width: 18px;
  background: #fff; }

.commentlist .children {
  position: relative; }

.commentlist .children:before {
  content: '';
  position: absolute;
  top: -18px;
  left: 17px;
  bottom: 0;
  width: 1px;
  background: #e1e1e1; }

.commentlist .children:after {
  content: '';
  display: block;
  width: 100%;
  height: 0; }

.commentlist .comment-reply {
  position: absolute;
  top: 16px;
  right: 16px; }

.commentlist .comment-reply a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #464646;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #464646; }

.commentlist .comment-reply a:hover {
  text-decoration: none;
  background: #464646;
  color: #fff; }

#cancel-comment-reply-link {
  display: inline !important; }

#respond {
  padding: 40px 0 0; }

#commentform .comment-notes {
  padding: 0 0 40px;
  font-size: 12px;
  color: #666; }

#commentform .comment-form-author,
#commentform .comment-form-email {
  width: 48%;
  display: inline-block; }

#commentform .comment-form-email {
  margin-left: 2%; }

#commentform .comment-form-author {
  margin-right: 1%; }

#commentform p {
  position: relative;
  overflow: hidden;
  padding-bottom: 16px; }

#commentform label {
  float: left;
  width: 115px;
  padding: 10px 0 0 35px; }

#commentform label span {
  color: #999; }

#commentform input[type="submit"] {
  display: block;
  width: 134px;
  height: 34px;
  border: 0;
  margin: 16px auto 0;
  font-size: 18px;
  font-weight: bold;
  background: #005ca0;
  color: #fff;
  border-radius: 3px; }

.widget-title {
  padding-bottom: 14px;
  font-size: 18px;
  color: #464646; }

.widget {
  padding-top: 34px;
  border-top: 1px dotted #abacae;
  margin-top: 7px; }

.widget:first-child {
  padding-top: 0;
  border-top: 0;
  margin-top: 0; }

.textwidget {
  padding: 18px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #464646; }

.textwidget img {
  display: block;
  margin: 0 0 16px; }

.textwidget h4 {
  padding-bottom: 6px; }

.textwidget h4 a {
  color: #464646; }

.widget-links ul {
  list-style: none outside none;
  padding: 10px 0 27px; }

.widget-links ul li {
  display: block;
  position: relative;
  margin-top: 15px; }

.widget-links ul li:first-child {
  margin-top: 0; }

.widget-links ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #000; }

.widget-links ul li a img {
  display: block;
  opacity: .5; }

.widget-links ul li a strong {
  position: absolute;
  top: 23px;
  left: 11px;
  right: 19px;
  display: block; }

.widget-links ul li a strong span {
  padding: 0;
  background: transparent; }

.widget-links ul li a p.author {
  padding: 0;
  margin: 0; }

.widget-links ul li a p.author,
.widget-links ul li > span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  font-size: 10px;
  z-index: 20; }

.widget-links ul li > span a {
  color: #fff;
  font-size: 10px;
  padding: 0 11px;
  line-height: 25px;
  text-transform: uppercase;
  background: #000; }

.widget-links ul li a:hover {
  text-decoration: none; }

.widget-links ul li a:hover img {
  opacity: .6; }

.widget-by-author ul {
  padding-top: 5px; }

.widget-by-author ul li a strong {
  top: auto;
  bottom: 26px; }

.widget-links-about .link-more a {
  padding-right: 22px;
  font-weight: bold;
  color: #464646;
  background: url(images/read-more.png) no-repeat right center; }

.widget-links-about .link-more a:hover {
  text-decoration: none; }

.widget-by-author .link-more a {
  padding-right: 22px;
  font-weight: bold;
  color: #464646;
  background: url(images/read-more.png) no-repeat right center; }

.widget-by-author .link-more a:hover {
  text-decoration: none; }

.widget-contacts {
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.45;
  color: #666; }

.widget-contacts h4 {
  padding: 4px 0 3px;
  color: #333; }

.widget-contacts a {
  color: #666; }

.widget-contacts a:hover {
  text-decoration: none; }

.widget-contacts strong {
  font-weight: normal;
  color: #333; }

.widget-contacts .link {
  position: relative;
  display: block;
  padding: 21px 30px 21px 0;
  border-top: 1px dotted #d5d5d4;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #333; }

.widget-contacts .link:after {
  content: '';
  position: absolute;
  top: 27px;
  left: 122px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(images/arrow-right.png) no-repeat 0 0; }

.widget-contributors ul {
  padding: 15px 0 0;
  list-style: none outside none;
  font-size: 12px;
  line-height: 1.6;
  color: #666; }

.widget-contributors ul img {
  display: block;
  margin: 0 0 11px; }

.widget-contributors ul h4 {
  padding-bottom: 7px;
  color: #333; }

.widget-contributors ul h4 a {
  color: #333; }

.page-title {
  padding-bottom: 33px;
  font-size: 36px;
  color: #464646;
  background: #fff; }

.page-title.border {
  padding-bottom: 14px;
  border-bottom: 1px dotted #d5d5d4;
  margin-bottom: 11px; }

.pagination {
  padding: 4px 0;
  float: right;
  font-size: 14px;
  color: #7d7d7d; }

.pagination.top {
  padding-top: 19px; }

.pagination a {
  color: #7d7d7d; }

.pagination span,
.pagination a:hover {
  text-decoration: none;
  color: #464646; }

.pagination ul {
  float: right;
  list-style: none outside none; }

.pagination ul li {
  float: left;
  padding: 0 2px; }

.pagination ul li a {
  float: left; }

.pagination ul li span {
  font-weight: bold; }

.pagination span.current {
  font-weight: bold; }

.pagination .dots {
  margin: 0 4px; }

.pagination .next {
  margin-left: 3px; }

.pagination .prev {
  margin-left: 3px; }

.pagination .pages {
  margin-right: 3px; }

.list {
  padding-bottom: 23px; }

.list .post {
  position: relative;
  overflow: hidden;
  max-width: none;
  padding: 0;
  border: 0;
  margin-top: 18px;
  background: #f7f7f7; }

.list .post:hover .image img {
  opacity: .7; }

.list .post:first-child {
  margin-top: 0; }

.list .post .entry {
  font-size: 12px;
  line-height: 1.83; }

.list .post .image {
  position: relative;
  float: left;
  display: block;
  background: #000;
  color: #fff; }

.list .post .image img {
  display: block;
  opacity: .5; }

.list .post .post-meta {
  position: absolute;
  top: 15px;
  left: 11px;
  right: 11px;
  font-size: 14px;
  font-weight: bold;
  color: #fff; }

.list .post .post-title {
  position: absolute;
  bottom: 12px;
  left: 11px;
  right: 11px;
  font-size: 30px;
  line-height: 1; }

.list .post .post-title a {
  color: #fff; }

.list .post .post-title a:hover {
  text-decoration: none; }

.list .post .post-entry {
  padding: 12px 13px 0 20px;
  min-height: 191px;
  font-size: 12px;
  line-height: 1.83; }

.list .post .post-entry .author {
  float: left;
  padding: 0 0 3px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.list .post .post-entry .author a {
  color: #333; }

.list .post .post-entry .category {
  float: right;
  padding-bottom: 0;
  font-size: 14px;
  color: #7d7d7d; }

.list .post .post-entry .category a {
  color: #7d7d7d; }

.list .post .post-entry .post-time {
  position: absolute;
  bottom: 10px;
  left: 20px;
  float: left;
  padding: 0;
  font-size: 14px;
  color: #7d7d7d; }

.list .post .post-entry .text {
  position: relative;
  overflow: hidden;
  padding: 0 0 42px; }

.list .post .post-entry .text p {
  padding: 0; }

.list .post .post-entry .text.one {
  min-height: 0; }

.list .post .post-entry .link-more {
  position: absolute;
  bottom: 14px;
  right: 13px;
  float: right;
  width: 17px;
  height: 19px;
  margin-top: 6px;
  background: url(images/read-more.png) no-repeat 0 0; }

.list .btn-collapse {
  display: none; }

.back-top {
  padding: 0;
  font-size: 14px;
  font-weight: bold; }

.back-top a {
  color: #464646; }

.team-list {
  margin-top: -10px; }

.team-list .member {
  margin-top: 36px;
  position: relative;
  overflow: hidden;
  background: #f7f7f7; }

.team-list .member:first-child {
  margin-top: 0; }

.team-list .member .image {
  float: left; }

.team-list .member .entry {
  position: relative;
  overflow: hidden;
  min-height: 204px;
  padding: 12px 17px 10px; }

.team-list .member .entry p {
  padding: 0; }

.team-list .member .entry h3 {
  padding-bottom: 12px;
  font-size: 24px;
  color: #464646; }

.team-list .member .entry h5 {
  padding-bottom: 7px;
  font-size: 24px;
  color: #7d7d7d; }

.team-list .member .entry .link-more {
  position: absolute;
  bottom: 6px;
  right: 9px;
  display: block;
  width: 17px;
  height: 17px;
  margin-top: 11px;
  background: url(images/read-more.png) no-repeat 0 0; }

.team-list .member.member-right {
  text-align: right; }

.team-list .member.member-right .image {
  float: right; }

.team-list .member.member-right .link-more {
  left: 9px;
  right: auto; }

.listing ul {
  list-style: none outside none; }

.listing li {
  position: relative;
  clear: both;
  width: 100%;
  height: 332px;
  margin-bottom: 18px;
  background: #000;
  color: #fff; }

.listing li.left,
.listing li.right {
  width: 471px; }

.listing li.right {
  clear: none; }

.listing li .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center;
  background-size: cover;
  opacity: .5; }

.listing li .entry {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 300px;
  font-size: 24px;
  line-height: 1.25; }

.listing li .entry h3 {
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 1.27; }

.listing li .details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 17px 17px 12px;
  font-size: 14px;
  color: #fff;
  background: #000; }

.listing li .details p {
  padding: 0; }

.listing li .details .author,
.listing li .details .meta {
  float: left;
  width: 50%;
  text-align: left; }

.listing li .details .meta {
  text-transform: uppercase; }

.listing li .details .time {
  float: right;
  width: 30%;
  float: right;
  text-align: right; }

.listing li .link-details {
  float: right;
  width: 30%;
  padding: 2px 0;
  font-size: 12px; }

.listing li .link-details a {
  float: right;
  color: #fff;
  padding: 1px 22px 1px;
  background: url(images/details-white.png) no-repeat right center; }

.listing li .link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff; }

.listing li a {
  color: #fff; }

.listing li .category {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 14px; }

.listing li .link:hover {
  text-decoration: none; }

.listing li:hover .image {
  opacity: .7; }

.main-bottom .sidebar {
  padding-top: 0; }

.main-bottom.w-sidebar:before {
  top: 43px; }

.media-listing {
  position: relative;
  overflow: hidden;
  padding: 32px 0 28px;
  border-bottom: 1px dotted #e0e0e0; }

.media-listing .pagination {
  margin-top: 13px; }

.media-listing .items {
  list-style: none outside none;
  position: relative;
  overflow: hidden;
  margin: 0 -22px; }

.media-listing .items li {
  float: left;
  width: 156px;
  height: 164px;
  margin: 0 17px; }

.media-listing .files li {
  margin-bottom: 33px; }

.media-listing .items a {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  color: #666;
  text-align: center; }

.media-listing .items a:hover {
  text-decoration: none;
  color: #06a6e0; }

.media-listing .items span {
  display: block;
  padding: 6px 0 0; }

.media-listing .items img {
  display: block;
  margin: 0 auto; }

.media-listing .items .file {
  display: block;
  width: 80px;
  height: 92px;
  padding-top: 16px;
  margin: 0 auto; }

.media-listing .items .file img {
  display: block;
  margin: 0 auto; }

.login-section h3 {
  padding-top: 39px; }

.login-section h4 {
  padding-bottom: 8px; }

.login-section p em {
  font-size: 16px; }

.login-section form {
  padding-top: 6px; }

.login-section form label {
  font-style: italic;
  font-size: 16px; }

.login-section form .login-username,
.login-section form .login-password {
  float: left;
  width: 319px; }

.login-section form .login-username {
  margin-right: 14px; }

.login-section form .login-submit input {
  display: block;
  width: 113px;
  height: 34px;
  border: 0;
  margin: 16px auto 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #005ca0;
  border-radius: 2px; }

.login-section form .login-submit input {
  width: 200px;
  height: 40px;
  padding: 4px 0 0;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding-right: 20px;
  background: #06a6e0 url(images/btn-arrow2.png) no-repeat right center;
  border-radius: 0; }

.page .comments {
  max-width: none; }

.page .login-section form .login-username,
.page .login-section form .login-password {
  width: 48%; }

.related-article-inline {
  position: relative;
  display: block;
  padding: 30px 0 20px;
  font-size: 22px;
  line-height: 1.15;
  color: #fff;
  max-width: 169px;
  border-top: solid 2px #464646;
  border-bottom: solid 2px #464646; }

.related-article-inline.left {
  margin: 5px 20px 10px 0; }

.related-article-inline.right {
  margin: 5px 0 10px 20px; }

.related-article-inline a {
  color: #333; }

.related-article-inline strong {
  color: #F16F32; }

.related-article-inline a {
  transition: color 0.15s; }

.related-article-inline a:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #bd312b; }
  .related-article-inline a:hover strong {
    color: #bd312b; }

.related-article-inline span {
  position: absolute;
  top: 0;
  font-size: 11px;
  background: #464646;
  color: #fff;
  padding: 3px 5px; }

.related-article-inline > a {
  display: block;
  width: 100%; }

.related-article-inline a img {
  display: block;
  margin-bottom: 10px; }

.related-article-inline a strong span {
  padding: 0;
  background: transparent; }

.chart-wrap img {
  display: block; }

/* ================================================================================
	#Homepage
================================================================================ */
.home .header {
  margin-bottom: 86px; }

.home .logo {
  display: block; }

.page-template-focus .logo {
  display: block; }

.home .featured-image {
  height: 1336px; }

.popular-articles {
  position: relative; }

.popular-articles h3 {
  padding-bottom: 19px;
  font-size: 36px; }

.popular-articles .link-more {
  position: absolute;
  top: 16px;
  right: 0;
  display: block;
  padding-right: 22px;
  font-weight: bold;
  color: #464646;
  background: url(images/read-more.png) no-repeat right center; }

.popular-articles ul {
  position: relative;
  overflow: hidden;
  list-style: none outside none; }

.popular-articles ul li {
  position: relative;
  float: left;
  width: 176px;
  background: #000;
  margin-left: 20px; }

.popular-articles ul li:first-child {
  margin-left: 0; }

.popular-articles ul li a {
  position: relative;
  display: block;
  color: #fff; }

.popular-articles ul li a:hover {
  text-decoration: none; }

.popular-articles ul li strong {
  position: absolute;
  top: 24px;
  left: 13px;
  right: 13px;
  display: block;
  font-size: 24px;
  line-height: 1; }

.popular-articles ul li span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 8px 15px;
  font-size: 10px;
  background: #000; }

.popular-articles ul li img {
  display: block;
  opacity: .5; }

.popular-articles ul li a:hover img {
  opacity: .35; }

.featured-boxes {
  position: relative;
  overflow: hidden;
  padding: 0 0 14px; }

.featured-boxes .clone {
  display: none; }

.featured-boxes .btn-collapse {
  display: none; }

.featured-boxes .box {
  clear: both;
  position: relative;
  height: 414px;
  margin-bottom: 16px;
  color: #fff;
  background: #000; }

.featured-boxes .full-width-box {
  float: none;
  height: 436px; }

.featured-boxes .box.right {
  clear: none; }

.featured-boxes .box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat 0 0;
  background-size: cover;
  opacity: .5; }

.featured-boxes .box .image {
  float: left; }

.featured-boxes .box .category {
  position: absolute;
  top: 9px;
  left: 13px;
  z-index: 101;
  padding: 0;
  font-size: 14px; }

.featured-boxes .box .category a {
  color: #fff; }

.featured-boxes .box .entry {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; }

.featured-boxes .box .entry h3 {
  max-width: 350px;
  min-height: 78px;
  padding: 0 12px 12px;
  font-size: 36px;
  line-height: 1.1; }

.featured-boxes .box .entry .author {
  float: left;
  padding: 10px 13px;
  position: relative;
  z-index: 102;
  font-size: 14px;
  background: #000; }

.featured-boxes .box .entry .author a {
  color: #fff;
  text-transform: uppercase; }

.featured-boxes .box .time {
  position: absolute;
  bottom: 9px;
  right: 15px;
  padding: 0;
  font-size: 14px;
  z-index: 110; }

.featured-boxes .box-small {
  height: 265px; }

.featured-boxes .box-small.box-ads {
  background: #000000; }

.featured-boxes .box-large {
  height: 436px; }

.featured-boxes .boxw-578 {
  width: 578px; }

.featured-boxes .boxw-502 {
  width: 502px; }

.featured-boxes .boxw-578 {
  width: 578px; }

.featured-boxes .boxw-440 {
  width: 440px; }

.featured-boxes .boxw-330 {
  width: 330px;
  margin-right: 18px; }

.featured-boxes .boxw-364 {
  width: 364px; }

.featured-boxes .boxw-230 {
  width: 230px; }

.featured-boxes .boxw-321 {
  width: 321px; }

.featured-boxes .boxw-365 {
  width: 365px; }

.featured-boxes .boxw-238 {
  width: 238px; }

.featured-boxes .box-video .entry {
  max-width: none;
  background: rgba(0, 0, 0, 0.76); }

.featured-boxes .box-video.hover .entry {
  background: transparent; }

.featured-boxes .box-video .entry h3 {
  max-width: none; }

.featured-boxes .box-video iframe {
  width: 100%;
  height: 100%; }

.featured-boxes .box-video-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 88px;
  height: 88px;
  margin: -94px -44px;
  background: url(images/play-btn-big.png) no-repeat 0 0; }

.featured-boxes .box-video .entry h3 {
  text-align: right;
  padding-left: 240px;
  padding-top: 7px; }

.featured-boxes .left + .left {
  clear: none;
  margin-left: 18px; }

.featured-boxes .clone + .left {
  margin-left: 0; }

.articles-holder {
  display: none; }

.featured-boxes .box-latest {
  height: 536px;
  background: #fff;
  color: #fff;
  background: #000;
  padding-top: 10px; }

.featured-boxes .box-latest .posts-tab {
  display: none;
  clear: both; }

.featured-boxes .box-latest a img {
  max-width: 115px;
  height: auto; }

.featured-boxes .box-latest.hover {
  background: #000 !important;
  color: #fff !important; }

.featured-boxes .box-latest p {
  padding: 0;
  letter-spacing: 1px; }

.featured-boxes .box-latest .text-box {
  overflow: hidden; }

.featured-boxes .box-latest li p.author {
  text-transform: uppercase; }

.featured-boxes .box-latest li p a {
  color: #fff; }

.featured-boxes .box-latest .link-more {
  padding: 0;
  text-align: right;
  color: #fff; }

.featured-boxes .box-latest .title {
  float: left;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 1;
  background: #fff;
  margin: 0; }

.featured-boxes .box-latest .title span {
  padding: 0 12px;
  float: left;
  color: #fff;
  text-transform: uppercase;
  background: #000; }

.featured-boxes .box-latest .title span a {
  display: block;
  color: #fff;
  padding-right: 28px;
  background: url(images/home-rss-icon.png) no-repeat right 0; }

.featured-boxes .box-latest .title em {
  float: right;
  color: #000;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  padding-right: 5px; }

.featured-boxes .box-latest .posts-tabs-nav {
  margin-right: 12px;
  float: right;
  background: #fff;
  overflow: hidden; }

.featured-boxes .box-latest .posts-tabs-nav a {
  color: #000;
  float: left;
  line-height: 22px;
  font-size: 14px;
  border-right: solid 1px #000;
  border-bottom: solid 1px transparent;
  padding: 0 11px; }

.featured-boxes .box-latest .posts-tabs-nav a:last-child {
  border-right: 0; }

.featured-boxes .box-latest .posts-tabs-nav a.current,
.featured-boxes .box-latest .posts-tabs-nav a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
  border-bottom-color: #fff; }

.featured-boxes .box-latest .image {
  position: static;
  float: left;
  width: auto;
  height: auto; }

.featured-boxes .box-latest .image {
  opacity: 1 !important;
  margin-right: 15px; }

.featured-boxes .box-latest ul {
  list-style: none outside none;
  padding: 4px 12px 0;
  font-size: 13px; }

.featured-boxes .box-latest ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 46px;
  max-height: 116px;
  padding: 13px 0;
  border-bottom: 1px solid #fff; }

.featured-boxes .box-latest ul h4 {
  font-size: 14px;
  padding-bottom: 3px; }

.featured-boxes .box-latest ul h4 a {
  display: block;
  position: relative;
  color: #fff; }

.featured-boxes .box-latest ul .meta {
  float: right; }

.featured-boxes .box-latest .link-more {
  padding: 14px 9px 0;
  font-size: 18px; }

.featured-boxes .box-latest .link-more a {
  padding-right: 22px;
  font-weight: bold;
  color: #fff;
  background: url(images/btn-arrow-white.png) no-repeat right center; }

.featured-boxes .divider {
  height: 20px; }

.featured-boxes .box .text {
  padding: 0 13px;
  font-size: 23px;
  line-height: 0.98;
  font-style: italic;
  visibility: hidden;
  opacity: 0; }

.featured-boxes .box .text p {
  padding: 0 0 8px; }

.featured-boxes .box a.link-more {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%; }

.featured-boxes .box-text {
  background: #ececec;
  color: #464646; }

.featured-boxes .box-text .text {
  visibility: visible;
  opacity: 1; }

.featured-boxes .box-text .entry p {
  min-height: 160px;
  padding: 0 16px 20px;
  font-size: 24px;
  line-height: 1.25;
  font-style: italic; }

.featured-boxes .box-text .entry .author {
  min-height: 0;
  background: transparent;
  color: #464646;
  font-style: normal; }

.featured-boxes .box-text .category a,
.featured-boxes .box-text .entry .author a {
  color: #464646; }

.featured-boxes .box.hover {
  background: #fff;
  color: #464646; }

.featured-boxes .box.hover .category a {
  color: #464646; }

.featured-boxes .box.hover .text {
  visibility: visible;
  opacity: 1; }

.featured-boxes .box.hover .image {
  opacity: .1 !important; }

.featured-boxes .box.hover .entry .author {
  color: #fff; }

.widget-filters {
  color: #464646; }

.widget-filters .toggle {
  display: none; }

.widget-filters h4 {
  font-size: 24px;
  font-weight: bold; }

.widget-filters ul {
  list-style: none outside none;
  padding: 14px 0 28px;
  font-size: 14px; }

.widget-filters li {
  padding-bottom: 1px; }

.widget-filters a {
  position: relative;
  display: block;
  padding: 3px 10px 3px 18px;
  background: transparent;
  cursor: pointer;
  color: #464646; }

.widget-filters a:hover {
  text-decoration: none;
  background: #e5e5e5; }

.widget-filters a.current {
  background: #e5e5e5; }

.list-filters {
  position: relative;
  overflow: hidden;
  padding: 8px 18px 16px;
  border-bottom: 1px dotted #e0e0e0;
  font-weight: bold;
  font-size: 18px; }

.list-filters a {
  color: #666; }

.list-filters ul {
  list-style: none outside none; }

.list-filters ul li {
  float: left;
  padding-left: 7px; }

.list-filters ul li.last {
  font-size: 10px;
  padding-left: 20px; }

.list-filters ul li.last a {
  padding-top: 10px; }

.list-filters ul li a {
  float: left;
  position: relative; }

.list-filters ul li a:hover {
  text-decoration: none; }

.list-filters ul li.current a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #666; }

.list-filters ul li:first-child {
  padding-left: 0; }

.list-items {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 24px 0 8px;
  border-bottom: 1px dotted #c0c0c0;
  margin-bottom: 11px; }

.list-items:after,
.list-items:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 8px;
  left: 0;
  width: 0;
  border-left: 1px dotted #c0c0c0; }

.list-items:before {
  left: 226px; }

.list-items:after {
  left: 472px; }

.list-items .column {
  float: left;
  width: 214px;
  padding-left: 28px; }

.list-items .column:first-child {
  padding-left: 0; }

.list-items h5 {
  padding: 4px 18px;
  font-size: 18px;
  color: #333;
  background: #e5e5e5; }

.list-items ul:first-child {
  padding-top: 0; }

.list-items ul {
  list-style: none outside none;
  padding: 32px 0 0; }

.list-items ul li {
  padding-bottom: 13px; }

.list-items ul li h5 {
  margin-top: 4px;
  margin-bottom: -2px; }

.list-items ul li a {
  display: block;
  padding: 6px 18px;
  font-size: 14px;
  color: #333; }

.list-items ul li a:hover {
  text-decoration: none; }

.list-items ul li h5 a {
  padding: 0;
  font-size: 18px; }

.list-items ul li strong {
  display: block;
  font-weight: normal;
  padding: 0 0 0; }

.list-items ul li p.author a,
.list-items ul li p.author {
  font-style: normal;
  font-size: 11px;
  color: #666;
  padding: 0;
  margin: 0;
  text-transform: capitalize; }

.list-items ul li p.author {
  padding: 0 18px; }

.member-info {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 13px 0 0; }

.member-info .contacts {
  clear: left;
  float: left;
  width: 230px;
  color: #666; }

.member-info .contacts h2 {
  display: none; }

.member-info .contacts img {
  display: block;
  margin: 3px 0 13px; }

.member-info .contacts h5 {
  padding: 0 0 9px;
  font-size: 24px;
  color: #333; }

.member-info .entry {
  float: right;
  width: 476px;
  padding-right: 17px; }

.member-info .details {
  padding-top: 22px;
  border-top: 1px dotted #c9c9c9;
  font-size: 14px;
  color: #666; }

.member-info .details p {
  padding: 8px 0 11px; }

.member-info .details a {
  color: #666; }

.member-info .details strong {
  color: #333; }

.media-list {
  width: 100%;
  padding: 34px 0 23px; }

.media-list h3 {
  padding: 44px 0 0;
  font-size: 36px;
  font-weight: bold;
  color: #666; }

.media-list h3 a {
  color: #666; }

.media-list h3:first-child {
  padding-top: 0; }

.media-list .post {
  position: relative;
  overflow: hidden;
  max-width: none;
  padding: 0;
  border: 0;
  margin-top: 24px;
  background: #f7f7f7; }

.media-list .post:first-child {
  margin-top: 0; }

.media-list .post .entry {
  font-size: 12px;
  line-height: 1.83; }

.media-list .post:hover .image img {
  opacity: .7; }

.media-list .post .image {
  position: relative;
  float: left;
  width: 280px;
  min-height: 203px;
  background: #000; }

.media-list .post .file-type {
  position: absolute;
  top: 19px;
  left: 70px;
  font-size: 12px;
  color: #fff; }

.media-list .post .image img {
  display: block;
  opacity: .5;
  width: 100%; }

.media-list .post .image .ico {
  width: auto; }

.media-list .post .color {
  display: block;
  width: 280px;
  height: 203px;
  background: transparent no-repeat center center; }

.media-list .post .post-meta {
  position: absolute;
  top: 15px;
  left: 17px;
  right: 17px;
  font-size: 14px;
  font-weight: bold;
  color: #fff; }

.media-list .post .post-title {
  position: absolute;
  bottom: 12px;
  left: 17px;
  right: 17px;
  font-size: 36px;
  line-height: 1; }

.media-list .post .post-title a {
  color: #fff;
  display: block; }

.media-list .post .post-title a:hover {
  text-decoration: none; }

.media-list .post .post-title a span {
  display: inline-block;
  vertical-align: top; }

.media-list .post .post-entry {
  padding: 14px 13px 0 17px;
  font-size: 12px;
  line-height: 1.83; }

.media-list .post .post-entry .author {
  float: left;
  min-height: 38px;
  padding: 4px 0 5px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold; }

.media-list .post .post-entry .author a {
  color: #626262; }

.media-list .post .post-entry .category {
  float: right;
  padding-bottom: 0;
  font-size: 12px;
  color: #7d7d7d; }

.media-list .post .post-entry .category a {
  color: #7d7d7d; }

.media-list .post .post-entry .post-time {
  float: left;
  padding: 0;
  font-size: 12px;
  color: #7d7d7d; }

.media-list .post .post-entry .post-time span {
  padding-right: 23px; }

.media-list .post .post-entry .text {
  position: relative;
  overflow: hidden; }

.media-list .post .post-entry .text p {
  padding: 0; }

.media-list .post .post-entry .link-more {
  float: right;
  color: #626262;
  font-weight: bold;
  padding-right: 22px;
  margin-top: 0;
  background: url(images/read-more.png) no-repeat right 1px; }

.media-list .post .image .ico {
  position: absolute;
  top: 19px;
  left: 17px;
  z-index: 30;
  opacity: 1; }

.nav-category {
  padding-bottom: 8px;
  border-bottom: 1px dotted #dedede;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-align: center; }

.nav-category ul {
  list-style: none outside none; }

.nav-category li {
  display: inline;
  padding: 0 23px; }

.nav-category a {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  color: #999; }

.nav-category a:hover {
  text-decoration: none; }

.nav-category .current a {
  color: #333; }

.list-categories ul {
  list-style: none outside none;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: top; }

.list-categories li {
  display: inline-block;
  width: 294px;
  margin: 0 11px 20px; }

.list-categories a {
  position: relative;
  display: block;
  text-align: left;
  color: #fff;
  background: #000; }

.list-categories a img {
  display: block;
  opacity: .6; }

.list-categories a strong {
  position: absolute;
  bottom: 51px;
  left: 15px;
  min-height: 72px;
  font-size: 36px;
  line-height: 1; }

.list-categories a span {
  position: absolute;
  bottom: 9px;
  left: 13px;
  font-size: 18px;
  line-height: 1.2; }

.list-categories a:hover {
  text-decoration: none; }

.list-categories a:hover img {
  opacity: .8; }

.gform_wrapper {
  position: relative;
  padding: 29px 36px 53px; }

.gform_wrapper .gform_description {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  color: #666; }

.gform_wrapper .gform_title {
  display: none; }

.gform_wrapper .gform_fields {
  list-style: none outside none; }

.gform_wrapper .gfield {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 16px; }

.gform_wrapper .gfield_label {
  float: left;
  width: 112px;
  padding: 11px 0 0; }

.gform_wrapper .gfield_label span {
  padding: 0 4px;
  color: #999; }

.gform_wrapper .button {
  display: block;
  width: 113px;
  height: 34px;
  border: 0;
  margin: 16px auto 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #005ca0;
  border-radius: 2px; }

.form-description {
  padding: 11px 0 40px 38px;
  line-height: 1.4; }

.submit-errors {
  width: auto;
  padding: 20px;
  border: solid 1px #dedede;
  background: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 10px; }

.submit-errors p {
  color: red;
  font-size: 13px;
  padding: 0; }

.form-contributors .progress {
  position: relative;
  border: solid 1px #dedede;
  background: #f0f0f0;
  height: 30px;
  border-radius: 3px;
  display: none; }

.form-contributors .progress .progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #005ca0;
  border-radius: 3px;
  height: 30px; }

.form-contributors .progress .percent {
  position: absolute;
  top: 5px;
  left: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold; }

.form-contributors h2 {
  padding: 0 0 50px;
  font-size: 36px; }

.form-contributors label {
  float: left;
  width: 114px;
  padding-top: 11px;
  color: #333; }

.form-contributors label span {
  color: #999; }

.form-contributors .field-row {
  position: relative;
  overflow: hidden;
  padding: 0 0 15px 38px; }

.form-contributors .field-container {
  position: relative;
  overflow: hidden; }

.form-contributors .top {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px dotted #c6c6c6; }

.form-contributors .info-required {
  display: block;
  padding: 0 0 5px;
  font-size: 10px;
  text-align: right;
  color: #666; }

.form-contributors .fields .field-row {
  padding: 42px 0 28px 38px;
  border-top: 1px dotted #c6c6c6; }

.form-contributors .fields .field-row:first-child {
  border-top: 0; }

.form-contributors .fields p {
  margin-bottom: 14px; }

.form-contributors input[type="text"] {
  width: 568px; }

.form-contributors textarea {
  display: block;
  width: 568px;
  height: 232px;
  margin-bottom: 22px; }

.form-contributors .files {
  clear: both;
  list-style: none outside none;
  padding: 28px 0 0;
  font-size: 16px;
  color: #666; }

.form-contributors .files li {
  position: relative;
  overflow: hidden;
  padding: 18px 0; }

.form-contributors .files li p {
  font-size: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 15px; }

.form-contributors .files li img {
  float: left;
  margin: -18px 10px 0 0; }

.form-contributors .files .remove {
  margin-left: 10px;
  font-size: 14px;
  text-decoration: underline;
  color: #b2b2b2; }

.form-contributors .btn-upload {
  float: right;
  width: 114px;
  height: 34px;
  border-radius: 3px;
  margin-right: 16px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #999; }

.form-contributors .btn-upload:hover {
  text-decoration: none;
  opacity: 1; }

.form-contributors .btn-upload.active {
  background: #005ca0;
  opacity: 1; }

.form-contributors .btn-upload.active:hover {
  opacity: 0.6; }

.form-contributors .fields .fileupload,
.form-contributors .fields .fileupload input {
  cursor: pointer; }

.form-contributors .fields .fileupload p {
  margin: 0; }

.form-contributors .title {
  position: relative;
  overflow: hidden;
  padding: 0 0 28px; }

.form-contributors .row-article > label {
  float: none;
  display: block;
  width: auto;
  padding: 0 0 18px; }

.form-contributors .row-article .field-container {
  margin-left: 114px; }

.form-contributors .form-bottom {
  border-top: 1px dotted #a9a9a9;
  padding: 7px 0;
  margin-left: 38px; }

.form-contributors .form-bottom label {
  float: none;
  display: block;
  width: auto;
  font-size: 16px;
  color: #666; }

.form-contributors .form-bottom label input {
  float: left;
  margin: 4px 10px 0 0; }

.form-contributors .form-bottom label a {
  color: #333; }

.form-contributors .button {
  display: block;
  width: 114px;
  height: 34px;
  border: 0;
  margin: 42px auto 0;
  border-radius: 3px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #005ca0; }

.event-form .field-row > label,
.event-form .row-article > label {
  float: left;
  font-weight: bold; }

.event-form .fields .field-row {
  border: 0;
  padding: 0 0 15px; }

.event-form .fields .field-row .uploader-wrap {
  width: 570px;
  float: left;
  margin-top: 6px; }

.event-form .fields .field-row .uploader-wrap .fileupload p {
  width: 94%; }

.event-form .fields .field-row .uploader-wrap .btn-upload {
  margin-right: 0; }

.event-form .row-article .field-container {
  margin-left: 175px; }

.event-form .fields .field-row label {
  width: 175px;
  padding-top: 14px; }

.event-form .fields .field-row.with-border {
  padding: 42px 0 28px 0;
  border-top: 1px dotted #c6c6c6; }

.event-form .fields .field-row label strong {
  display: block;
  padding-bottom: 10px; }

.event-form .fields .checkbox-row > label {
  padding-top: 15px; }

.event-form .fields .field-row ul {
  margin-left: 175px;
  padding-top: 15px;
  overflow: hidden; }

.event-form .fields .field-row ul.files {
  margin-left: 0; }

.event-form .fields .field-row ul li {
  display: block;
  list-style: none;
  overflow: hidden; }

.event-form .fields .field-row ul li input[type="checkbox"] {
  float: left;
  margin-top: 3px; }

.event-form .fields .field-row ul li label {
  padding-top: 0;
  padding-left: 15px;
  width: auto; }

.event-form .fields .field-row ul.split-list li {
  float: left;
  width: 33.3%;
  float: left; }

.event-form .fields .field-row .hint {
  display: block;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0 175px;
  clear: both; }

.event-form textarea {
  margin-bottom: 0; }

.main.event-signle:before {
  margin-top: 5px; }

.event {
  margin-left: 22px; }

.event-top {
  position: relative;
  height: 548px;
  margin: 21px 0 0;
  background: #000; }

.event-top .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center;
  background-size: cover;
  opacity: .6; }

.event-top .entry {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 18px 16px;
  color: #fff; }

.event-top .entry h2 {
  padding: 12px 0 22px;
  font-size: 41px;
  line-height: 1.06; }

.event-top .entry p {
  padding: 0; }

.widget-event-info {
  line-height: 1.4;
  color: #666; }

.widget-event-info p a {
  color: #666; }

.widget-event-info h3 {
  padding-bottom: 12px;
  font-size: 21px;
  color: #333; }

.widget-event-info h4 {
  padding: 6px 0 12px;
  font-size: 18px;
  color: #333; }

.widget-event-info .btn {
  display: block;
  padding: 11px 10px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 2px;
  font-weight: bold;
  color: #fff;
  background: #ccc;
  font-weight: normal; }

.widget-event-info .btn:hover {
  text-decoration: none; }

.widget-event-info .btn-register {
  font-weight: bold;
  background: #F16F32; }
  .widget-event-info .btn-register:hover {
    background: #bd312b; }

.widget-event-info .btn-register:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 5px 0 -4px 21px;
  background: url(images/btn-arrow-white.png) no-repeat 0 0; }

.events-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 12px 0 0; }

.events-list ul {
  list-style: none outside none;
  margin: 0 -11px;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold; }

.events-list h3 {
  padding: 12px 0 22px;
  font-size: 24px;
  font-weight: bold;
  color: #666; }

.events-list ul li {
  position: relative;
  float: left;
  width: 222px;
  height: 334px;
  margin: 0 11px 14px;
  background: #f7f7f7; }

.events-list .image {
  position: relative;
  display: block; }

/*.events-list .image img { display: block; }*/
.events-list .image {
  position: relative;
  display: block;
  background: #000; }

.events-list .image img {
  display: block;
  opacity: .5; }

.events-list .image:hover img {
  opacity: .7; }

.events-list .image h4 {
  position: absolute;
  bottom: 22px;
  left: 18px;
  right: 18px;
  font-size: 31px;
  line-height: 1.06;
  color: #fff; }

.events-list .image h4 a {
  color: #fff; }

.events-list .image h4 a:hover {
  text-decoration: none; }

.events-list .entry {
  padding: 12px 10px 0; }

.events-list .entry p {
  padding: 0; }

.events-list .link-more {
  position: absolute;
  bottom: 6px;
  right: 4px;
  display: block;
  padding-right: 22px;
  color: #666;
  font-weight: normal;
  background: url(images/more-arrow.png) no-repeat right center; }

.events-list .link-more:hover {
  text-decoration: none; }

.featured-events h2 {
  padding-bottom: 23px;
  font-size: 36px; }

.featured-events ul li {
  height: 494px; }

.featured-events li.left,
.featured-events li.right {
  height: 362px; }

.featured-events li .entry {
  top: auto;
  bottom: 80px;
  width: auto;
  max-width: 590px; }

.featured-events li .entry h3 {
  font-size: 36px;
  line-height: 1.1; }

.featured-events li .entry h3 a {
  display: block; }

.featured-events li .entry h3 a:hover {
  text-decoration: none; }

.featured-events li .entry p {
  margin-bottom: 23px;
  font-size: 14px;
  text-transform: uppercase; }

.featured-events .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 276px;
  padding: 14px 22px;
  background: #F16F32;
  color: #fff;
  font-size: 12px;
  line-height: 1.7; }

.main.paper-signle:before {
  margin-top: 18px; }

.paper-head {
  overflow: hidden;
  padding-left: 22px;
  padding-top: 15px; }

.paper-head p.meta {
  font-size: 10px;
  color: #7d7d7d;
  text-transform: uppercase;
  float: left; }

.paper-head p.meta a {
  color: #7d7d7d; }

.paper {
  margin-left: 22px; }

.paper-top {
  position: relative;
  height: 548px;
  margin: 35px 0 0;
  background: #000; }

.paper-top a {
  color: #fff; }

.paper-top .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center;
  background-size: cover;
  opacity: .6; }

.paper-top .entry {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 18px 16px;
  color: #fff; }

.paper-top .entry h2 {
  padding: 12px 0 22px;
  font-size: 41px;
  line-height: 1.06; }

.paper-top .entry p {
  padding: 0; }

.paper-signle .sidebar {
  margin-top: 18px; }

.media-details {
  border-bottom: 1px dotted #d5d5d4;
  font-size: 13px;
  color: #666;
  overflow: hidden;
  padding: 9px 0 16px; }

.media-details ul {
  float: left;
  padding: 0;
  position: relative;
  overflow: hidden;
  list-style: none outside none; }

.media-details li {
  width: 248px;
  padding: 4px 0; }

.media-details span {
  color: #333;
  font-weight: bold; }

.media-details span a {
  color: #333; }

.soundcloud {
  padding: 3px 0 50px;
  border-bottom: 1px dotted #bcbcbc;
  margin-bottom: 26px; }

.soundcloud iframe {
  display: block; }

.media-post {
  max-width: none; }

.video {
  padding: 8px 0 42px; }

.video iframe {
  width: 430px; }

.widget-resoures ul {
  padding-bottom: 15px; }

.widget-resoures ul li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
  /*background: #000;*/ }

.widget-resoures ul li a p.author,
.widget-resoures ul li a span {
  bottom: 7px;
  z-index: 4; }

.widget-resoures ul li a strong {
  top: auto;
  left: 12px;
  bottom: 28px; }

.widget-resoures .link-more {
  position: relative;
  overflow: hidden; }

.widget-resoures .link-more a {
  float: right;
  font-size: 18px;
  font-weight: bold;
  color: #333; }

.widget-resoures .link-more a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-left: 4px;
  background: url(images/read-more.png) no-repeat 0 0; }

.widget-resoures .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  opacity: 1; }

.widget-resoures .color {
  display: block;
  width: 100%;
  height: 139px; }

.mobile-show,
.mobile-banners,
.mobile-socials,
.nav-toggle {
  display: none; }

.popup-form_wrapper {
  padding: 0; }

.post-entry .popup-form_wrapper ul {
  margin: 0; }

.post .popup-form {
  border: 0;
  padding: 0;
  width: auto; }

.post .popup-form li {
  margin-left: 0;
  padding: 0 0 16px 0; }

/*.post .popup-form .gfield { width: auto; }*/
.post .popup-form .ginput_container {
  float: left;
  width: 392px; }

.post .popup-form .checkboxes ul {
  padding: 0;
  margin: 0; }

.post .popup-form .selectbox {
  box-sizing: border-box; }

.popup-form {
  position: relative;
  width: 512px;
  padding: 25px 36px 32px;
  border: 2px solid #828282;
  background: #fff;
  margin: 0 auto; }

.popup-form .mfp-close {
  color: #333 !important; }

.popup-form .mfp-close:hover {
  text-decoration: none; }

.popup-form .gform_wrapper .gform_title {
  display: block;
  padding: 0 0 13px;
  font-size: 36px;
  font-weight: bold;
  text-align: center; }

.popup-form .gform_wrapper {
  padding: 0;
  width: auto; }

.popup-form .gform_wrapper .gfield_label {
  width: 117px; }

.popup-form .gform_wrapper .selectbox {
  width: 92px; }

.popup-form .gform_wrapper .ginput_container {
  float: left;
  width: 392px; }

.popup-form .gfield-section {
  margin-bottom: 4px;
  border-top: 1px dotted #b5b5b4; }

.popup-form .gfield-section .gsection_description {
  display: none;
  font-size: 10px;
  color: #666; }

.popup-form .list-checkbox {
  width: 100%; }

.popup-form .list-checkbox .ginput_container {
  position: relative;
  overflow: hidden;
  float: none;
  width: auto; }

.popup-form .list-checkbox .gfield_label {
  float: none;
  width: 100%; }

.popup-form .list-checkbox ul {
  list-style: none outside none;
  float: left;
  width: 242px;
  padding-top: 26px;
  margin-left: 22px; }

.popup-form .list-checkbox ul:first-child {
  margin-left: 0; }

.popup-form .list-checkbox ul li {
  position: relative;
  padding: 2px 30px 4px 0;
  font-size: 16px;
  text-align: right;
  color: #666; }

.popup-form .list-checkbox .checkbox-wrap {
  position: absolute;
  top: 0;
  right: 0; }

.popup-form .checkbox-wrap {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 3px;
  background: #f0f0f0 no-repeat center center; }

.popup-form .checkbox-wrap.active {
  background-image: url(images/checked.png); }

.popup-form .checkbox-wrap input {
  opacity: 0;
  width: 100%;
  height: 100%; }

.popup-form .join-app .gfield_label {
  display: none; }

.popup-form .join-app ul {
  list-style: none outside none;
  padding: 13px 0 50px; }

.popup-form .join-app ul:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  width: 183px;
  height: 55px;
  background: url(images/banner-d-1.jpg) no-repeat 0 0; }

.popup-form .join-app .checkbox-wrap {
  float: left;
  font-size: 18px;
  margin: 1px 12px 0 0; }

.popup-form .join-app .gfield_description {
  clear: both;
  display: block;
  position: relative;
  overflow: hidden; }

.popup-form .gfield-date .ginput_container {
  float: left;
  width: auto;
  margin-right: 10px;
  width: 92px; }

.popup-form .gfield-date .selectbox {
  width: auto;
  min-height: 19px; }

.popup-form .gfield-date .selectbox .value {
  font-size: 14px; }

.popup-form .gfield-date .gfield_label,
.popup-form .gfield-small .gfield_label {
  width: 166px; }

.popup-form .gfield-small .ginput_container {
  width: 535px; }

.popup-form .gfield-large .gfield_label {
  float: none;
  display: block;
  width: auto;
  padding: 7px 0 13px; }

.popup-form .gfield-large .ginput_container {
  float: none;
  width: auto; }

.popup-form .gfield-large textarea {
  width: 100%;
  height: 124px; }

.popup-form .gfield-textarea .gfield_description {
  position: absolute;
  top: 13px;
  left: 172px;
  font-size: 12px;
  color: #999; }

.popup-form .checkboxes .gfield_label {
  display: none; }

.popup-form .checkboxes ul {
  list-style: none outside none;
  font-size: 15px;
  color: #666; }

.popup-form .checkboxes li {
  position: relative;
  overflow: hidden;
  padding: 2px 0 13px; }

.popup-form .checkboxes .checkbox-wrap {
  float: left;
  margin-top: -2px;
  margin-right: 12px; }

.popup-form .checkboxes .ginput_container {
  float: none;
  width: auto; }

.popup-form .ginput_container a {
  color: #333; }

.popup-form .w-title .gsection_title {
  padding: 23px 0 8px;
  font-size: 18px;
  font-weight: normal; }

.popup-form .w-desc {
  overflow: visible;
  margin: 24px 0 4px;
  position: relative; }

.popup-form .w-desc .gsection_description {
  display: block;
  position: absolute;
  top: -28px;
  right: 0;
  font-size: 10px;
  color: #666; }

.popup-form .gform_wrapper .full-width-select select,
.popup-form .gform_wrapper .full-width-select .selectbox {
  width: 100%; }

.post .popup-form-alt {
  border: solid 1px #8c8c8c;
  padding: 35px 30px 40px;
  margin: -40px -10px 0; }

.post .popup-form-alt .expand-next + .list-checkbox {
  display: none; }

.post .popup-form-alt .gfield-textarea .gfield_description {
  position: absolute;
  top: 15px;
  left: 172px;
  font-size: 12px;
  color: #999; }

.post .popup-form-alt label {
  font-size: 18px; }

.post .popup-form-alt .gfield-select label {
  max-width: 166px; }

.post .popup-form-alt .gform_heading {
  padding-bottom: 37px; }

.post .popup-form-alt .gform_heading h3 {
  text-align: left;
  font-size: 22px;
  padding-bottom: 17px; }

.post .popup-form-alt .gform_heading span {
  float: none;
  display: block;
  font-size: 16px; }

.post .popup-form-alt .gform_body > ul {
  margin: 0; }

.post .popup-form-alt .gform_wrapper .ginput_container_email,
.post .popup-form-alt .gfield-select .ginput_container,
.post .popup-form-alt .gform_wrapper .ginput_container_text {
  float: right; }

.post .popup-form-alt .list-checkbox ul {
  margin: 0;
  padding-left: 0; }

.post .popup-form-alt .checkboxes ul label {
  display: block;
  overflow: hidden; }

.post .popup-form-alt .gfield-text .ginput_container,
.post .popup-form-alt .gfield-select .ginput_container,
.post .popup-form-alt .gfield-email .ginput_container {
  width: 440px !important; }

.post .popup-form-alt .gfield_description {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  color: #333333; }

.post .popup-form-alt .gfield_error .gfield_description {
  display: none; }

.post .popup-form-alt .gfield_error .gfield_description.validation_message {
  display: block; }

.popup-form-alt .list-checkbox .checkbox-wrap {
  top: 4px; }

.popup-form-alt .checkboxes .checkbox-wrap {
  margin-top: 0; }

.post .popup-form .gfield_label {
  width: 117px; }

.post .popup-form .checkboxes .validation_message,
.post .popup-form .ginput_container .validation_message {
  padding-left: 0; }

.page-template-templatesevents-php .w-sidebar.main-inner:before {
  margin-top: 10px; }

.single-crb_resource .post-entry {
  padding-bottom: 80px; }

.media-list .research-post.post .post-title {
  font-size: 20px; }

/* .iframe-holder { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; } */
.iframe-holder {
  position: relative;
  width: 100%; }

/*.iframe-holder iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; display: block; }*/
.iframe-holder iframe {
  top: 0;
  left: 0;
  width: 100% !important;
  display: block; }

#commentform input[type="submit"],
.gform_wrapper .button,
.form-contributors .button {
  width: 200px;
  height: 40px;
  padding: 4px 0 0;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding-right: 20px;
  background: #F16F32 url(images/btn-arrow2.png) no-repeat right center;
  border-radius: 0;
  transition: background 0.15s; }
  #commentform input[type="submit"]:hover,
  .gform_wrapper .button:hover,
  .form-contributors .button:hover {
    background: #bd312b url(images/btn-arrow2.png) no-repeat right center; }

.gform_wrapper .button {
  padding: 0; }

/* ================================================================================
	#Popups
================================================================================ */
.text-popup {
  margin: 0 auto;
  max-width: 600px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 5px #000; }

.text-popup textarea {
  width: 100%;
  font-size: 12px; }

.text-popup .citation-cnt {
  max-width: 100%;
  margin-top: 28px;
  padding: 6px 13px;
  border: 1px solid #dedede;
  font-size: 18px;
  color: #666;
  background: #f0f0f0;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 12px; }

.text-popup .citation-cnt p {
  padding-bottom: 0; }

.text-popup .press {
  float: right; }

.text-popup .btn {
  display: block;
  width: 140px;
  padding: 8px 0;
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #005ba1;
  text-align: center;
  border-radius: 3px; }

.text-popup .btn:hover {
  text-decoration: none; }

a .dots {
  white-space: nowrap; }

.jq-words {
  display: inline-block; }

/* ================================================================================
	#Transitions
================================================================================ */
.btn,
.btn,
.btn-upload,
.featured-boxes .box .image {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.links,
.nav .menu > li > a,
.nav .menu > li > a:after {
  -webkit-transition: background 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease; }

.nav .menu > li > ul {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

img,
.image {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

/* ==========================================================================
 	#Contact Form
========================================================================== */
.validation_error {
  display: none; }

.validation_message {
  display: block;
  clear: both;
  padding: 2px 4px 0;
  font-size: 12px;
  color: red;
  padding: 7px 0 0 115px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

body.archive .breadcrumbs,
body.category .breadcrumbs {
  padding-bottom: 18px; }

body.archive .breadcrumbs p,
body.category .breadcrumbs p {
  padding-bottom: 0; }

.event-signle .mobile {
  display: none; }

.page-template-templatesevents-php .breadcrumbs,
.single-crb_event .breadcrumbs {
  width: auto;
  float: left; }

.single .gallery {
  padding-bottom: 22px; }

.gallery-item img {
  border: 0 !important; }

.gallery-caption {
  font-size: 13px;
  font-family: "Catamaran", sans-serif;
  color: #666;
  display: block !important;
  max-width: 95% !important;
  overflow: hidden !important;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding-top: 10px; }

/* ==========================================================================
    #Focus Template
========================================================================== */
.page-template-focus .big_text {
  text-align: center;
  font-size: 55px;
  color: #fff;
  padding: 27px 0 38px 0; }

.page-template-focus .featured-image {
  height: 1241px; }

.page-template-focus .featured-image .gradient {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 52%, white 110%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 52%, white 110%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 52%, white 110%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */ }

.page-template-focus .list .post .image img {
  /* width: 318px; */ }

.page-template-focus .featured-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.page-template-focus .featured-boxes .box {
  position: relative;
  height: 303px; }

.page-template-focus .featured-boxes .box:before {
  display: none !important; }

.page-template-focus .featured-boxes .box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat 0 0;
  background-size: cover;
  opacity: .5; }

.page-template-focus .featured-boxes .box .category {
  position: absolute;
  top: 3px;
  left: 3px; }

.page-template-focus .featured-boxes .box .entry {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; }

.page-template-focus .featured-boxes .box .author {
  float: left;
  padding: 10px 13px;
  position: relative;
  z-index: 102;
  font-size: 14px;
  background: #000; }

.page-template-focus .featured-boxes .box .time {
  position: absolute;
  right: 5px;
  bottom: 5px; }

.page-template-focus .featured-boxes .box.left {
  width: 68%; }

.page-template-focus .featured-boxes .box.right {
  width: 30%; }

.page-template-focus .featured-post-full {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 1.15em; }

.page-template-focus .featured-post-full .entry h3 {
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  max-width: 390px; }

.page-template-focus .featured-post-full .entry h3 i {
  margin-top: -10px;
  font-size: 28px;
  display: inline-block;
  margin-right: 10px;
  transform: translateY(4px); }

.page-template-focus .featured-post-full .entry .read-more {
  float: left; }

.page-template-focus .featured-post-full .entry p {
  padding-bottom: 10px; }

.page-template-focus .featured-post-full .entry {
  width: 65%;
  font-size: 15px; }

.page-template-focus .featured-post-full .featured-post-full-image {
  width: 184px;
  float: right;
  margin-top: 27px;
  margin-left: 20px;
  margin-bottom: 15px; }

.page-template-focus .featured-post-full .entry-last {
  width: 32%; }

.page-template-focus .featured-posts-small {
  margin-bottom: 20px; }

.page-template-focus .featured-posts-small h2 {
  margin: 14px 0 0 0;
  color: #000;
  text-transform: uppercase; }

.page-template-focus .featured-posts-small ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 14px; }

.page-template-focus .featured-posts-small ul li {
  width: 31%;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  height: 110px; }

.page-template-focus .featured-posts-small .full-article-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.page-template-focus .featured-posts-small ul li .entry-image {
  float: left;
  width: 110px;
  position: relative;
  height: 100%;
  display: block;
  background-size: cover !important;
  background-position: center center !important;
  margin-right: 7px; }

.page-template-focus .featured-posts-small ul li .entry-image span {
  position: absolute;
  padding: 3px 5px;
  color: #fff;
  font-size: 10px;
  background: #000;
  right: 0;
  bottom: 0; }

.page-template-focus .featured-posts-small ul li .entry-content {
  padding: 7px 7px 0 0;
  position: relative;
  height: 100%; }

.page-template-focus .featured-posts-small ul li .entry-content a {
  color: #000;
  transition: .3s; }

.page-template-focus .featured-posts-small ul li .entry-content a:hover {
  color: #F16F32;
  text-decoration: none; }

.page-template-focus .featured-posts-small ul li .entry-content h6 {
  font-size: 12px;
  margin-bottom: 8px;
  position: relative;
  display: none; }

.page-template-focus .featured-posts-small ul li .entry-content h3 {
  font-size: 15px; }

.page-template-focus .featured-posts-small ul li .entry-content span {
  font-size: 10px;
  position: absolute;
  right: 8px;
  bottom: 12px; }

.page-template-focus .reading {
  margin-top: 20px; }

.page-template-focus .reading > h2 {
  margin-bottom: 14px;
  text-transform: uppercase; }

.page-template-focus .reading .page-title {
  display: none; }

@media screen and (max-width: 1000px) {
  .page-template-focus .featured-post-full .entry h3 {
    max-width: 100%; }

  .page-template-focus .featured-post-full .featured-post-full-image {
    margin-top: 44px; }

  .page-template-focus .featured-post-full .entry p:last-child {
    padding-bottom: 0; }

  .page-template-focus .featured-post-full .entry .read-more {
    float: none; }

  .page-template-focus .list .post .image img {
    width: auto; }

  .page-template-focus .featured-posts-small ul li {
    width: 47%; }

  .page-template-focus .featured-image {
    height: 1824px; }

  .page-template-focus .featured-post-full .entry-last {
    margin-top: 30px; }

  .page-template-focus .featured-post-full .entry-last,
  .page-template-focus .featured-post-full .entry {
    width: 100%; }

  .page-template-focus .featured-post-full .entry-last h3 {
    max-width: 100%; } }
@media screen and (max-width: 876px) {
  .page-template-focus .featured-image {
    height: 1856px; } }
@media screen and (max-width: 768px) {
  .page-template-focus .featured-image {
    height: 1724px; }

  .page-template-focus .big_text {
    padding: 60px 0 38px 0; }

  .page-template-focus .featured-boxes .box .entry {
    top: auto !important; }

  .page-template-focus .featured-boxes .box .category {
    font-size: 16px !important; }

  .page-template-focus .featured-boxes .box .entry .author {
    padding: 4px !important; }

  .page-template-focus .featured-post-full .entry-last {
    width: 100%; } }
@media screen and (max-width: 690px) {
  .page-template-focus .reading {
    margin-top: 10px; }

  .page-template-focus .featured-image {
    height: 1816px; } }
@media screen and (max-width: 620px) {
  .page-template-focus .featured-post-full .featured-post-full-image {
    width: 126px; }

  .page-template-focus .featured-post-full .entry-last h3 {
    max-width: 100% !important; }

  .page-template-focus .featured-image {
    height: 2208px; }

  .page-template-focus .featured-posts-small ul {
    justify-content: center; }

  .page-template-focus .featured-posts-small ul li {
    width: 100%; } }
@media screen and (max-width: 560px) {
  .page-template-focus .featured-image {
    height: 2245px; } }
@media screen and (max-width: 492px) {
  .page-template-focus .featured-image {
    height: 2256px; } }
@media screen and (max-width: 468px) {
  .page-template-focus .featured-image {
    height: 2298px; } }
@media screen and (max-width: 438px) {
  .page-template-focus .featured-image {
    height: 2558px; } }
/* ==========================================================================
	# Photo Gallery
========================================================================== */
.photo-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  max-width: 100%; }

.photo-gallery .gallery-title {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background: #000;
  padding: 8px 17px;
  z-index: 999; }

.photo-gallery .slide {
  position: relative;
  background: #efefef;
  max-width: 100%; }

.photo-gallery .slide img {
  display: block;
  width: 100%;
  height: auto; }

.photo-gallery .slide .caption {
  padding: 4px 7px; }

.photo-gallery .slide .caption p {
  font-family: "Catamaran", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  padding-bottom: 0; }

.photo-gallery .bx-controls-direction a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 74px;
  background: rgba(0, 0, 0, 0.4);
  text-indent: -4000px;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  z-index: 60; }

.photo-gallery .bx-controls-direction a {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.photo-gallery .bx-controls-direction a:hover {
  opacity: 1; }

.photo-gallery .bx-controls-direction a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -26px 0 0 0; }

.photo-gallery .bx-controls-direction a.bx-next {
  left: auto;
  right: 0; }

.photo-gallery .bx-controls-direction a.bx-next:after {
  border-top: 26px solid transparent;
  border-left: 26px solid #fff;
  border-bottom: 26px solid transparent;
  margin-left: -9px; }

.photo-gallery .bx-controls-direction a.bx-prev:after {
  border-top: 26px solid transparent;
  border-right: 26px solid #fff;
  border-bottom: 26px solid transparent;
  margin-left: -18px; }

.photo-gallery .bx-controls-direction a.disabled {
  opacity: 0 !important; }

.photo-gallery .slider-header {
  position: relative;
  z-index: 99;
  padding: 26px;
  background: #000;
  display: none; }

.photo-gallery .slider-header a {
  display: block;
  width: 168px;
  height: 13px;
  background: url(images/popup-logo.png) no-repeat 0 0; }

.photo-gallery .bx-pager {
  position: absolute;
  right: 18px;
  font-size: 18px;
  color: #fff;
  z-index: 999; }

.photo-gallery a.expand-icon {
  position: absolute;
  top: 11px;
  right: 19px;
  width: 32px;
  height: 18px;
  background: url(images/expand-icon.png) no-repeat 0 0;
  text-indent: -4000px;
  font-size: 0;
  line-height: 0;
  z-index: 9999; }

.photo-gallery.mfp-hide {
  display: block !important; }

.slider-popup {
  background: #000;
  overflow: hidden !important; }

.slider-popup .mfp-content {
  vertical-align: top;
  max-height: 100%; }

.mfp-container {
  padding: 0; }

.mfp-container .gallery-slides {
  height: 100%; }

.mfp-content .photo-gallery {
  background: #000;
  overflow: hidden;
  max-height: 100%; }

.mfp-container .photo-gallery .bx-controls-direction a {
  top: 65px;
  width: 174px; }

.mfp-content .photo-gallery {
  margin-bottom: 0; }

.mfp-content .photo-gallery .slider-header {
  display: block; }

.mfp-content .photo-gallery .bx-pager {
  top: 21px;
  right: 155px;
  bottom: auto !important; }

.mfp-content .photo-gallery .gallery-title,
.mfp-content .photo-gallery a.expand-icon {
  display: none; }

.mfp-content .photo-gallery .slide {
  height: auto;
  background: #000; }

.no-touch .mfp-content .photo-gallery .slide {
  width: 100% !important; }

.mfp-content .photo-gallery .slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.mfp-content .photo-gallery .slide .caption {
  position: fixed;
  padding: 56px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box; }

.mfp-content .photo-gallery .slide .caption .text-wrap {
  max-width: 1485px;
  margin: 0 auto; }

.mfp-content .photo-gallery .slide .caption p {
  color: #fff;
  font-size: 22px; }

.mfp-content .gallery-close {
  font-family: "Catamaran", sans-serif;
  font-size: 22px;
  color: #fff !important;
  width: auto;
  height: auto;
  right: 20px;
  top: 7px;
  opacity: 1; }

.mfp-content .gallery-close i {
  font-size: 30px;
  padding-right: 11px;
  position: relative;
  top: 2px; }

/* ================================================================================
	#Responsive
================================================================================ */
@media screen and (max-width: 1000px) {
  body {
    min-width: 0; }

  textarea {
    width: 100%; }

  .header-push {
    height: 146px; }

  .gform_wrapper .gfield_label {
    float: none;
    display: block;
    padding: 0 0 5px; }

  .validation_message {
    padding-left: 0; }

  .nav {
    clear: left;
    padding-left: 0;
    margin-left: -7px; }

  .nav .menu > li > ul > li {
    width: 100%;
    margin-top: 20px; }

  .nav .menu > li > ul > li:first-child {
    margin-top: 0; }

  .nav .menu > li > ul {
    top: 122px; }

  .nav .menu > li > ul ul {
    width: 260px; }

  .nav .menu > li.menu-item-has-children > a {
    height: 16px; }

  .logo {
    width: 100%;
    background-size: 100% auto; }

  .home .header {
    margin-bottom: 30px; }

  .shell {
    width: auto;
    margin: 0 20px; }

  .featured-events li .entry {
    width: 380px; }

  .featured-events li.left, .featured-events li.right {
    float: none;
    width: auto; }

  .featured-boxes .left + .left {
    margin-left: 0; }

  .featured-boxes .box {
    float: none;
    min-width: 100%;
    margin: 0 0 15px; }

  .featured-boxes .box-ads {
    background: transparent;
    text-align: center; }

  .featured-boxes .box-ads img {
    display: block;
    margin: 0 auto; }

  .featured-boxes .box-video .entry h3 {
    padding-left: 20px; }

  .main-top {
    height: 425px; }

  .content {
    width: 70%; }

  /*.sidebar { width: 26%; }*/
  .main.w-sidebar:before {
    right: 28%; }

  .widget-links ul li a img {
    width: 100%; }

  .w-sidebar.main-inner:before {
    right: 28%; }

  .main.sidebar-left .sidebar {
    width: 26%; }

  .main.sidebar-left:before {
    left: 28%; }

  .main.sidebar-left .content {
    width: 70%; }

  .links {
    clear: both;
    float: none;
    display: block; }

  .footer-nav {
    position: relative;
    overflow: hidden; }

  .list-filters {
    padding-left: 0;
    padding-right: 0; }

  .list-filters ul li {
    padding-left: 0;
    padding-right: 7px; }

  .list-filters ul li.last {
    padding-left: 0; }

  .list-items .column {
    float: none;
    display: block;
    width: auto;
    padding-left: 0; }

  .list-items:after,
  .list-items:before {
    display: none; }

  .list .post .image,
  .media-list .post .image {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 180px !important;
    min-height: 0;
    float: none;
    display: block; }

  .list .post .image .post-image,
  .media-list .post .image .post-image {
    position: relative;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .media-list .post .image .color {
    width: 100%; }

  .post-foot .link-back {
    font-size: 16px; }

  .paper-top,
  .event-top {
    height: 400px; }

  .member-info .contacts {
    float: none;
    width: auto; }

  .member-info .entry {
    float: none;
    width: auto; }

  .paper,
  .event {
    margin-left: 0; }

  .event-form .fields .field-row > label {
    float: none;
    width: 100%;
    display: block; }

  .event-form .fields .field-row .uploader-wrap {
    width: auto; }

  .event-form .fields .field-row .hint {
    padding-left: 0; }

  .event-form .fields .field-row ul {
    margin-left: 0; }

  .event-form .row-article > label,
  .form-contributors label {
    float: none;
    display: block;
    width: auto;
    padding: 0 0 5px; }

  .form-contributors .row-article .field-container {
    margin-left: 0; }

  .fileupload {
    width: 204px; }

  .listing li.left,
  .listing li.right {
    float: none;
    width: auto; }

  .team-list .member .image {
    width: 180px; }

  #commentform label {
    float: none;
    display: block;
    width: auto;
    padding: 0 0 5px; }

  .popular-articles ul {
    text-align: center; }

  .popular-articles ul li:first-child,
  .popular-articles ul li {
    float: none;
    display: inline-block;
    margin: 0 5px 10px;
    text-align: left;
    vertical-align: top; }

  .widget-contacts .link:after {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    margin-top: -2px;
    margin-left: 6px;
    vertical-align: middle; }

  .featured-boxes .box-latest {
    padding-bottom: 8px;
    margin-bottom: 30px; }

  .home .featured-image {
    height: 1792px; }

  .list .post .post-entry {
    min-height: 0; }

  .list .post .post-entry .link-more {
    margin-top: 0; }

  .page .login-section form .login-username,
  .page .login-section form .login-password {
    width: 100%; }

  .featured-boxes .box-latest .link-more {
    padding-top: 19px; }

  .featured-boxes .box-small.box-ads {
    height: auto; }

  .featured-boxes .divider {
    display: none; } }
@media screen and (max-width: 768px) {
  .mfp-container .photo-gallery .bx-controls-direction a {
    width: 80px; }

  .touch .mfp-container .photo-gallery .bx-controls-direction a {
    display: none !important; }

  .mfp-content .photo-gallery .slide .caption {
    position: static; }

  .touch .photo-gallery .bx-controls-direction a {
    display: none; }

  #commentform .comment-form-author,
  #commentform .comment-form-email {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block; } }
@media screen and (max-width: 760px) {
  .header-top .login-links,
  .header-top .panel .login-links {
    display: block; }

  .wrapper {
    width: 100%;
    position: relative;
    overflow: hidden; }

  .header {
    min-height: 0;
    padding: 8px 0 4px; }

  .header-top {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease; }

  .show-nav .header-top {
    margin-left: -272px; }

  .header-top {
    width: 100%;
    padding: 8px 0 0;
    background: rgba(255, 255, 255, 0.98); }

  .header-push {
    height: 52px; }

  .mobile-banners {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 10px;
    border-bottom: 7px solid #464646;
    font-size: 0;
    line-height: 0;
    text-align: center; }

  .mobile-banners ul {
    list-style: none outside none;
    padding-right: 30px; }

  .mobile-banners li {
    display: inline;
    padding: 0 9px; }

  .mobile-banners img {
    height: 35px; }

  .shell {
    margin: 0 10px; }

  .content {
    position: relative;
    overflow: hidden;
    float: none;
    width: auto; }

  .breadcrumbs {
    padding: 0 0 11px; }

  .breadcrumbs p {
    padding: 0; }

  .page-title {
    padding: 0 0 23px;
    font-size: 30px; }

  .page-title.border {
    padding: 0 0 13px;
    margin-bottom: 10px; }

  .footer {
    padding: 0; }

  .footer .shell {
    border-top: 0;
    padding: 0; }

  .footer-nav {
    padding-top: 15px; }

  .footer-nav .menu > li {
    float: none;
    display: block;
    width: auto;
    padding: 0 0 1px; }

  .footer-nav .menu > li > a {
    width: auto;
    float: none;
    display: block;
    padding: 4px 10px;
    width: auto;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #c2c2c2; }

  .footer-nav .menu > li > a:hover {
    text-decoration: none; }

  .footer-nav .menu ul {
    float: none;
    position: relative;
    overflow: hidden;
    width: auto;
    max-height: 0;
    font-size: 17px; }

  .footer-nav .menu .active ul {
    max-height: 600px; }

  .footer-nav .menu ul li {
    border-top: 1px dotted #ededed; }

  .footer-nav .menu ul li:first-child {
    border-top: 0; }

  .footer-nav .menu ul a {
    display: block;
    padding: 7px 2px;
    color: #7d7d7d; }

  .footer .links {
    display: none; }

  .footer .banners {
    margin: 24px 0 6px;
    border-top: 6px solid #464646;
    display: block;
    font-size: 0;
    line-height: 0; }

  .footer .banners ul {
    float: none;
    display: block;
    width: 100%;
    text-align: center; }

  .footer .banners ul li {
    float: none;
    display: inline;
    padding: 0 4px; }

  .footer .banners img {
    height: 48px; }

  .footer .copyright {
    font-size: 8px; }

  .wrapper {
    -webkit-transition: margin 0.1s ease, padding 0.1s ease;
    transition: margin 0.1s ease, padding 0.1s ease; }

  .footer-nav .menu ul {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }

  .show-nav {
    margin-left: -276px;
    padding-right: 276px; }

  .panel {
    position: absolute;
    top: -10px;
    right: -296px;
    z-index: 300;
    overflow: auto;
    width: 260px;
    height: 300px;
    padding: 110px 8px 8px;
    background: #464646;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden; }

  .panel.active {
    overflow: visible; }

  .show-nav .panel:after {
    content: '';
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 276px;
    background: #fff;
    opacity: 0;
    z-index: 999; }

  .panel .close {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 9999;
    display: none;
    width: 11px;
    height: 12px;
    background: url(images/close.png) no-repeat 0 0;
    opacity: 0; }

  .panel .close.active {
    display: block; }

  .bar {
    position: absolute;
    top: 60px;
    left: 8px;
    right: 8px;
    width: auto;
    height: 32px;
    padding-left: 30px;
    background: #fff; }

  .header.dark .bar {
    background: #fff; }

  .header.dark .search-form .button,
  .search-form .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url(images/btn-search.png) no-repeat center center; }

  .search-form .field {
    float: left;
    width: 100%;
    height: auto;
    padding: 9px 15px;
    border: 0;
    margin: 0;
    background: #fff; }

  .search-form {
    float: none;
    width: 100%;
    padding: 0; }

  .socials {
    display: none; }

  .nav-toggle {
    position: absolute;
    top: 16px;
    right: 0;
    width: 30px;
    height: 4px;
    display: block;
    background: #5c5c5c; }

  .nav-toggle:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    margin: -15px; }

  .nav-toggle:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    display: block;
    width: 30px;
    height: 16px;
    border-top: 4px solid #5c5c5c;
    border-bottom: 4px solid #5c5c5c; }

  .nav-toggle:before {
    top: -10px; }

  .nav {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 16px; }

  .nav .menu {
    float: none; }

  .nav .menu > li {
    float: none;
    display: block;
    padding-bottom: 1px; }

  .header.dark .nav .menu > li > a,
  .nav .menu > li.menu-item-has-children > a,
  .nav .menu > li > a {
    float: none;
    display: block;
    padding: 6px 5px;
    color: #fff;
    background: #252525;
    border-radius: 0; }

  .nav .menu > li.menu-item-has-children > a:hover,
  .header.dark .nav .menu > li > a:hover,
  .nav .menu > li > a:hover {
    background: #fff;
    color: #252525; }

  .nav .menu > li > a:before {
    content: '>';
    position: absolute;
    top: 6px;
    right: 9px;
    color: #fff; }

  .nav .menu > li.menu-item-has-children > a:after {
    display: none; }

  .nav .menu > li > ul {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999;
    padding: 40px 8px 0;
    overflow: auto; }

  .nav .mobile-links {
    display: block;
    padding-top: 84px;
    padding-bottom: 110px; }

  .nav .menu > li > ul > li {
    border: 0; }

  .nav .menu > li > ul > li > a {
    float: none;
    display: block;
    width: auto;
    margin-bottom: 19px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #464646; }

  .nav .menu > li > ul > li > a:hover {
    text-decoration: none; }

  .nav .menu > li > ul ul {
    width: 46%;
    padding: 0 2%;
    border: 0;
    font-size: 11px; }

  .nav .menu > li > ul ul li {
    padding-bottom: 5px; }

  .nav .menu > li > ul ul:after {
    display: none; }

  .nav .menu > li > ul > li:last-child {
    padding-bottom: 20px; }

  .nav .menu > li > ul:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    display: block;
    width: 11px;
    height: 12px;
    background: url(images/close.png) no-repeat 0 0; }

  .nav .menu > li > ul li {
    position: relative;
    z-index: 9999; }

  .nav .menu > li:hover > ul {
    visibility: hidden;
    opacity: 0; }

  .nav .menu > li.show-dd > ul {
    visibility: visible;
    opacity: 1; }

  .mobile-socials {
    position: absolute;
    top: 11px;
    left: 7px;
    right: 7px;
    overflow: hidden;
    display: block;
    border-bottom: 6px solid #fff; }

  .mobile-socials ul {
    list-style: none outside none;
    float: right;
    padding-bottom: 11px; }

  .mobile-socials ul li {
    float: left;
    padding-left: 10px; }

  .mobile-socials ul li:first-child {
    padding-right: 8px; }

  .mobile-socials img {
    height: 25px; }

  .w-sidebar.main-inner:before {
    content: none; }

  .pagination {
    font-size: 12px; }

  .pagination.top {
    padding-top: 30px;
    padding-bottom: 13px; }

  .page-title {
    font-size: 24px;
    float: none;
    display: block; }

  .list {
    padding-bottom: 7px; }

  .list .post {
    margin-top: 11px; }

  .list .post:first-child {
    margin-top: 0; }

  .list .post .post-title {
    font-size: 30px;
    line-height: 1.06; }

  .list .post .post-meta {
    display: none; }

  .list .post .image {
    height: 134px; }

  .list .post .post-title {
    top: 5px;
    left: 9px;
    right: 9px;
    bottom: auto;
    font-size: 18px;
    line-height: 1.06; }

  .list .post .post-entry {
    z-index: 20;
    overflow: visible; }

  .list .post .post-entry .category {
    position: absolute;
    bottom: 100%;
    left: 12px;
    right: 12px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #fff; }

  .list .post .post-entry .category a {
    color: #fff; }

  .list .post .post-entry {
    padding: 20px 23px 13px; }

  .list .post .post-entry .text {
    padding-bottom: 32px;
    font-size: 17px;
    line-height: 1.4;
    height: auto;
    min-height: 0; }

  .list .post .post-entry .text.one {
    min-height: 0; }

  .list .post .post-entry .text p {
    padding-bottom: 0; }

  .list .post .post-entry .author {
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: normal; }

  .list .post .post-entry .post-time {
    position: absolute;
    bottom: 7px;
    left: 23px;
    display: block;
    float: none;
    display: block;
    padding: 16px 0 0; }

  .list .post .post-entry .link-more {
    position: absolute;
    bottom: 6px;
    right: 9px;
    width: 27px;
    height: 27px;
    margin: 0;
    background-image: url(images/mobile-link-more.png);
    background-size: 100% 100%; }

  .back-top {
    padding-top: 4px;
    font-size: 12px; }

  .w-sidebar.main-inner .sidebar,
  .sidebar {
    float: none;
    display: block;
    padding: 34px 0 0;
    width: auto; }

  .main.w-sidebar:before {
    display: none; }

  .widget-title {
    padding-bottom: 11px; }

  .widget-links ul {
    padding-top: 0; }

  .widget-links ul {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    margin: 0 -4px;
    font-size: 0;
    text-align: center; }

  .widget-links ul li {
    display: inline-block;
    display: inline-block;
    width: 146px;
    margin: 0 4px 10px;
    padding: 0; }

  .widget-links ul li a {
    text-align: left; }

  .widget-links ul li a strong {
    top: 5px;
    left: 8px;
    right: 8px;
    bottom: auto;
    font-size: 12px;
    line-height: 1.25; }

  .widget-links ul li a p.author,
  .widget-links ul li span a {
    height: auto; }

  .team-list .member .image {
    float: none;
    display: block;
    width: 146px;
    padding: 9px 9px 4px; }

  .team-list .member .entry {
    clear: both;
    padding: 0 9px 29px;
    min-height: 0; }

  .team-list .member .entry h3 {
    padding: 0 0 5px;
    font-size: 30px; }

  .team-list .member .entry h5 {
    padding: 0 0 4px;
    font-size: 30px; }

  .team-list .member .entry .link-more {
    position: absolute;
    bottom: 6px;
    right: 9px;
    width: 27px;
    height: 27px;
    margin: 0;
    background-image: url(images/mobile-link-more.png);
    background-size: 100% 100%; }

  .team-list .member {
    margin-top: 10px; }

  .team-list .member:first-child {
    margin-top: 0; }

  .main.sidebar-left .content {
    float: none;
    display: block;
    width: auto; }

  .main.sidebar-left .sidebar {
    padding: 16px 0 0; }

  .widget-filters h4 {
    font-size: 18px; }

  .widget-filters ul {
    padding: 7px 0 6px;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }

  .widget-filters a {
    padding: 4px 10px;
    background: #f7f7f7; }

  .widget-filters a.current {
    background: #7d7d7d;
    color: #fff; }

  .list-filters {
    position: relative;
    overflow: auto;
    border-top: 1px dotted #a5a5a5;
    border-bottom: 1px dotted #a5a5a5;
    padding: 0;
    font-size: 30px; }

  .list-filters ul {
    position: relative;
    overflow: hidden;
    float: none;
    width: 730px;
    padding: 19px 0;
    margin: 0 auto; }

  .list-filters a {
    color: #464646; }

  .list-items ul {
    padding: 3px 0 0; }

  .list-items ul li h5 {
    padding: 2px 8px;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0; }

  .list-items ul li strong {
    padding-bottom: 2px;
    font-size: 18px; }

  .list-items ul li em {
    font-size: 15px; }

  .list-items ul li a {
    padding: 7px; }

  .featured-image {
    top: 68px;
    left: 0;
    right: 0;
    height: 378px; }

  .main-top .wrap {
    width: auto; }

  .featured-image:after,
  .featured-image:before {
    display: block; }

  .featured-image:after {
    padding-bottom: 0;
    height: 265px;
    background-position: 0 bottom; }

  .main-top {
    height: 378px;
    margin-bottom: 12px; }

  .main-top h1 {
    padding-bottom: 6px;
    font-size: 30px;
    line-height: 1.07; }

  .main-top .wrap {
    bottom: 0;
    min-height: 0; }

  .main-top .credits {
    display: none; }

  .main-top .wrap .authors {
    padding: 39px 0 3px;
    font-size: 15px;
    line-height: 1.2; }

  .share {
    float: none;
    display: block;
    overflow: hidden; }

  .share ul {
    float: left;
    width: 63%;
    margin: 0 1% 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center; }

  .share ul:last-child {
    width: 35%; }

  .share ul:first-child {
    margin-left: 0; }

  .share ul li {
    padding: 0 2px; }

  .share ul img {
    height: 18px; }

  .post .meta {
    float: none;
    width: auto;
    padding: 0 0 8px;
    font-size: 12px; }

  .post-entry {
    padding-top: 14px; }

  .post-entry h3 {
    font-size: 18px; }

  .post-entry .video {
    padding: 15px 0 1px; }

  .wp-caption {
    padding: 0 0 3px;
    font-size: 12px;
    line-height: 15px; }

  .post-foot {
    position: relative;
    overflow: hidden;
    padding: 0 0 47px; }

  .post-foot .link-back,
  .post-foot .back-to-top {
    position: absolute;
    bottom: 19px;
    left: 0;
    font-size: 12px; }

  .single-crb_event .post-foot .share {
    display: none; }

  .submit-event {
    text-align: left; }

  .submit-event,
  .btn-join {
    display: block;
    float: none; }

  .notes {
    padding: 16px 0 0;
    border-top: 0;
    font-size: 18px;
    line-height: 1.11; }

  .notes h3 {
    font-size: 18px; }

  .comments {
    padding: 18px 0;
    border-bottom: 1px dotted #8e8e8e; }

  .comments h3 {
    padding-bottom: 17px;
    font-size: 18px;
    text-align: left; }

  .comments .commentlist {
    padding: 0; }

  .commentlist .comment-text {
    font-size: 18px;
    line-height: 1.11; }

  .commentlist .avatar {
    width: 54px; }

  .commentlist .comment-author {
    padding: 0 20px 0 72px;
    font-size: 18px; }

  .commentlist .comment-meta {
    padding: 0 20px 0 72px;
    margin-top: -4px; }

  .commentlist .comment-entry {
    padding: 27px 10px 13px; }

  .commentlist .comment-reply {
    left: auto;
    right: 8px; }

  .commentlist li li .comment-entry {
    margin-left: 18px; }

  .commentlist .children:before {
    left: 8px;
    width: 2px; }

  .commentlist li li .comment-entry:before {
    width: 8px;
    left: -8px; }

  .commentlist .facebook-comment-ico {
    bottom: 5px;
    left: 9px; }

  #respond h3 {
    text-align: left; }

  #respond textarea {
    height: 130px; }

  #commentform p {
    padding-bottom: 10px; }

  #commentform .comment-notes {
    padding-bottom: 15px; }

  .widget-about .widget-title {
    display: block;
    margin-bottom: 9px;
    font-size: 24px;
    text-align: center; }

  .widget-about .textwidget {
    padding: 3px 0 0;
    font-size: 18px;
    line-height: 1.11; }

  .widget-about .textwidget img {
    width: 108px;
    margin: 0 0 10px; }

  .widget-links-about {
    padding-top: 20px;
    padding-bottom: 0; }

  .widget-links-about .widget-title {
    font-size: 24px;
    text-align: center; }

  .widget-links-about ul li {
    float: none;
    width: auto;
    height: 108px; }

  .widget-links-about ul li a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 108px; }

  .widget-links-about ul li a img {
    position: relative;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .widget-links-about ul li a span {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 8px;
    background: #000; }

  .widget-links-about ul li a strong {
    font-size: 18px; }

  .widget-event-info > * {
    display: none; }

  .widget-event-info .btn {
    display: block;
    width: 196px;
    margin: 0 auto 1px; }

  .author-page .page-title {
    display: none; }

  .widget .link-more {
    display: none; }

  .widget-links-about .link-more {
    display: block; }

  .member-info .contacts {
    font-size: 18px;
    line-height: 1.22; }

  .member-info .contacts h5 {
    padding: 4px 10px;
    margin-bottom: 13px;
    font-size: 18px;
    background: #f7f7f7; }

  .member-info .contacts h2 {
    display: block;
    padding-bottom: 8px;
    font-size: 30px;
    color: #464646; }

  .member-info .contacts p {
    padding-left: 10px;
    padding-right: 10px; }

  .member-info .contacts img {
    width: 146px;
    margin: -15px 0 4px; }

  .member-info .details {
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted #9c9c9c; }

  .paper-top .entry .category {
    padding-bottom: 2px;
    font-size: 12px; }

  .event-top .entry h2,
  .paper-top .entry h2 {
    padding: 0 0 20px;
    font-size: 30px;
    line-height: 1.07; }

  .paper-top,
  .event-top {
    height: 228px;
    font-size: 15px;
    line-height: 1.2; }

  .event-top .entry,
  .paper-top .entry {
    margin: 0 7px 5px; }

  .post-entry .btn {
    padding: 9px 30px;
    font-size: 18px; }

  .post-entry h2 {
    font-size: 18px;
    padding-top: 12px; }

  .post-entry .mobile-show {
    display: block; }

  .post-entry .info {
    padding-bottom: 10px; }

  .post-entry .info h3 {
    text-align: left; }

  .post-entry .info h4 {
    padding-bottom: 0; }

  .widget.widget-contacts {
    margin-top: -35px;
    font-size: 18px;
    line-height: 22px; }

  .widget-contacts p {
    padding-bottom: 17px; }

  .widget-contacts .link {
    display: none; }

  .gform_wrapper {
    padding: 17px 0 34px;
    border-top: 1px dotted #9c9c9c;
    border-bottom: 1px dotted #9c9c9c;
    margin-top: 16px; }

  .gform_wrapper .gform_heading {
    display: block; }

  .gform_wrapper .gform_title {
    display: block;
    padding: 0 0 16px;
    font-size: 24px;
    font-weight: bold;
    color: #464646; }

  .gform_wrapper .gform_description {
    bottom: 34px; }

  input[type="text"],
  input[type="password"],
  input[type="search"],
  input[type="email"],
  input[type="time"],
  input[type="date"],
  textarea,
  .fileupload p {
    max-width: 100%;
    font-size: 15px; }

  textarea {
    height: 224px; }

  .mobile-show {
    display: block; }

  .contribute-link {
    position: relative;
    display: block;
    width: 162px;
    margin: 17px auto 38px;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #464646; }

  .contribute-link:hover {
    text-decoration: none; }

  .contribute-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -21px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(images/right-arrow@x2.png) no-repeat 0 0;
    background-size: 100% 100%; }

  .back-to-top {
    padding-bottom: 0;
    font-size: 12px; }

  .widget-contributors {
    display: none; }

  .form-contributors .top {
    padding-bottom: 11px; }

  .form-contributors .form-description {
    padding: 0;
    line-height: 22px; }

  .form-contributors .field-row {
    position: relative;
    padding-left: 0; }

  .form-contributors h2 {
    padding: 18px 0;
    margin-top: 4px;
    margin-bottom: 16px;
    border-top: 1px dotted #8e8e8e;
    border-bottom: 1px dotted #8e8e8e;
    font-size: 24px;
    text-align: center; }

  .form-contributors .info-required {
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 9px; }

  .form-contributors .fields p {
    padding-bottom: 2px; }

  .form-contributors .fields .field-row {
    padding: 15px 0 0; }

  .form-contributors .fields .files,
  .form-contributors .fields .btn-upload,
  .form-contributors .fields .fileupload {
    display: none; }

  .form-contributors textarea {
    height: 240px; }

  .form-contributors label {
    font-size: 17px; }

  .form-contributors .row-article > label {
    padding-bottom: 11px; }

  .form-contributors .form-bottom {
    margin-left: 0; }

  .form-contributors .form-bottom .info-required {
    display: none; }

  .event-form .fields .field-row ul.split-list li {
    float: none;
    width: 100%; }

  .form-contributors .fields .files,
  .form-contributors .fields .btn-upload,
  .form-contributors .fields .fileupload {
    display: block; }

  .form-contributors .fields .fileupload p {
    line-height: 26px; }

  .form-contributors .fields .fileupload {
    margin-bottom: 10px; }

  .event-form .fields .field-row .uploader-wrap .btn-upload {
    float: left; }

  .event-form .fields .field-row .uploader-wrap .fileupload p {
    width: 84%; }

  .media-list .post .image {
    height: 134px; }

  .media-list .post {
    margin-top: 10px; }

  .media-list .post .image .ico {
    top: 9px;
    left: 5px;
    width: 28px; }

  .media-list .post .file-type {
    top: 8px;
    left: 34px;
    font-size: 13px; }

  .media-list .post .post-title {
    top: 45px;
    left: 8px;
    right: 8px;
    bottom: 0;
    font-size: 24px;
    line-height: 1.2; }

  .media-list .post .post-entry {
    overflow: visible;
    padding: 0;
    font-size: 18px;
    line-height: 20px; }

  .media-list .post .post-entry .category {
    position: absolute;
    top: -26px;
    left: 8px;
    right: 8px;
    font-size: 13px;
    color: #fff; }

  .media-list .post .post-entry .author {
    float: none;
    display: block;
    min-height: 0;
    padding: 0 9px 3px;
    font-size: 13px;
    font-weight: normal; }

  .media-list .post .post-entry .text {
    height: auto;
    padding: 2px 9px 78px; }

  .media-list .post .post-entry .post-time {
    position: absolute;
    bottom: 4px;
    left: 9px;
    width: 50%;
    padding: 0 0 16px;
    font-size: 13px;
    color: #464646; }

  .media-list .post .post-entry .post-time span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0; }

  .media-list .post .post-entry .link-more {
    position: absolute;
    bottom: 10px;
    right: 9px;
    padding: 4px 35px 4px 0;
    font-size: 18px;
    font-weight: bold;
    color: #464646;
    background-image: url(images/right-arrow@x2.png);
    background-size: 26px auto; }

  .media-list .post .post-entry .link-more:hover {
    text-decoration: none; }

  .media-list h3 {
    padding: 26px 0 7px;
    font-size: 30px;
    color: #464646; }

  .widget-filters .holder {
    display: none; }

  .widget-filters.active .holder {
    display: block; }

  .widget-filters.active .toggle:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

  .widget-filters .toggle {
    display: block;
    padding: 7px 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #7d7d7d; }

  .widget-filters .toggle:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -4px 0 0 5px;
    background: url(images/filters-arrow.png) no-repeat 0 0;
    background-size: 100% 100%;
    vertical-align: middle; }

  .widget-filters .toggle:hover {
    text-decoration: none; }

  .featured-image {
    height: 380px; }

  .main-top h2 {
    font-size: 30px; }

  .main-top .wrap {
    min-height: 110px; }

  .main-bottom .sidebar {
    padding-top: 28px; }

  .listing li {
    height: 224px;
    margin-bottom: 8px; }

  .listing li .entry {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 4px 10px 0; }

  .listing li .entry p {
    position: absolute;
    top: 161px;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 63px;
    padding: 0 9px;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    background: #000; }

  .listing li .entry h3 {
    font-size: 18px; }

  .listing li .details {
    bottom: 62px;
    padding: 5px 8px; }

  .category-development .listing li .details {
    bottom: 0; }

  .featured-events ul {
    padding-bottom: 10px; }

  .featured-events ul li {
    position: relative;
    overflow: hidden;
    height: 476px;
    margin-bottom: 10px; }

  .featured-events ul li.left,
  .featured-events ul li.right {
    height: 168px;
    overflow: hidden; }

  .featured-events ul li.left .meta,
  .featured-events ul li.right .meta {
    display: block; }

  .featured-events .info {
    top: auto;
    left: 0;
    right: 0;
    bottom: 26px;
    width: auto;
    padding: 8px 8px 0;
    font-size: 12px;
    line-height: 18px; }

  .featured-events .info p {
    padding-bottom: 18px; }

  .featured-events li .details .meta {
    display: none; }

  .featured-events li .link-details a {
    font-size: 13px;
    text-transform: uppercase; }

  .featured-events li .details {
    bottom: 0;
    padding: 0 9px; }

  .featured-events li .details p {
    width: auto; }

  .featured-events li .link-details a {
    padding: 8px 0 4px;
    background: transparent; }

  .featured-events li .link-details a:after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 4px;
    background: url(images/right-arrow-w@x2.png) no-repeat 0 0;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -4px; }

  .featured-events li .entry {
    z-index: 60; }

  .featured-events li .entry h3 {
    padding-top: 18px;
    font-size: 24px;
    line-height: 27px; }

  .featured-events li .category {
    top: 6px;
    left: 8px;
    padding: 0;
    font-size: 9px; }

  .featured-events li .details .author {
    display: none; }

  .featured-events li .details .meta {
    padding: 6px 0; }

  .featured-events li .entry p {
    top: 80px;
    font-size: 13px;
    line-height: 1.2;
    height: auto;
    background: transparent;
    font-style: normal; }

  .featured-events li .details .time {
    line-height: 34px; }

  .featured-events li .entry .event-meta {
    position: absolute;
    top: auto;
    bottom: -71px;
    left: 10px;
    width: 130px;
    padding: 0;
    margin: 0; }

  .featured-events li .entry .event-meta span {
    display: none; }

  .events-list ul {
    margin: 0; }

  .events-list ul li {
    float: none;
    width: auto;
    height: auto;
    margin: 0 0 11px; }

  .events-list .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 134px;
    background: #000; }

  .events-list .image img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .5; }

  .events-list .image a {
    display: block;
    width: 100%;
    height: 100%; }

  .events-list .image:hover img {
    opacity: 0.7; }

  .events-list .image h4 {
    top: 3px;
    left: 8px;
    bottom: auto;
    font-size: 24px;
    line-height: 1.13; }

  .events-list .entry {
    padding: 9px 10px 48px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal; }

  .events-list .entry p {
    padding-bottom: 20px; }

  .events-list .entry .link-more {
    margin: 0 5px 4px;
    padding: 0;
    color: #464646;
    background: transparent;
    text-transform: uppercase; }

  .events-list .entry .link-more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin: -3px 0 0 8px;
    background: url(images/right-arrow@x2.png) no-repeat 0 0;
    background-size: 100% 100%; }

  .nav-category {
    border-bottom: 0;
    margin-bottom: 12px; }

  .nav-category ul {
    position: relative;
    overflow: hidden; }

  .nav-category li {
    float: left;
    width: 48%;
    padding: 0;
    margin: 0 1%; }

  .nav-category li a {
    display: block;
    padding: 8px 5px;
    font-size: 13px;
    background: #d7d7d7; }

  .nav-category .current a {
    color: #fff;
    background: #ff3333; }

  .list-categories li {
    width: 48%;
    margin: 0 1% 2%; }

  .list-categories a strong {
    top: 50%;
    left: 8px;
    bottom: auto;
    margin-top: -11px;
    font-size: 18px;
    line-height: 1;
    min-height: 0; }

  .list-categories a span {
    left: 8px;
    bottom: 8px;
    font-size: 9px; }

  .media-listing .items {
    margin: 0; }

  .media-listing .items li {
    width: 48%;
    margin: 0 1% 1%; }

  .post-entry .video {
    position: relative;
    /* height: 0; padding: 0 0 56.25%;  */
    margin: 10px 0 15px; }

  .post-entry .video iframe {
    /*  position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%  */ }

  .soundcloud {
    padding-bottom: 30px; }

  .widget-resoures .color {
    height: 109px; }

  .widget-resoures .icon {
    left: 5px;
    top: 5px; }

  .widget-resoures ul li a strong {
    top: 42px; }

  .home .logo {
    width: 300px;
    height: 34px;
    margin: 6px auto 0;
    background-image: url(images/logo-dark.png); }

  .home .featured-image {
    display: none; }

  .featured-boxes {
    position: relative;
    overflow: visible;
    padding-top: 22px; }

  .featured-boxes .box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 110;
    width: 30px;
    height: 30px;
    background: url(images/ico-resize.png) no-repeat center center;
    background-size: 13px 13px; }

  .featured-boxes .box {
    -webkit-transition: background 0.1s ease-out, opacity 0.1s ease-out, height 0.1s ease-out;
    transition: background 0.1s ease-out, opacity 0.1s ease-out, height 0.1s ease-out; }

  .featured-boxes .box.hover:before {
    background-image: url(images/ico-collapse.png); }

  .featured-boxes .box-ads:before {
    display: none; }

  .featured-boxes .box {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 108px;
    margin-bottom: 9px; }

  .featured-boxes .box.hover {
    height: 268px;
    background: #000;
    color: #fff; }

  .featured-boxes .box .category {
    z-index: 180;
    top: auto;
    bottom: 5px;
    left: 8px;
    font-size: 9px; }

  .featured-boxes .box .category a {
    color: #fff !important; }

  .featured-boxes .box .entry {
    top: 0;
    bottom: 0;
    font-size: 12px; }

  .featured-boxes .box .entry .text {
    padding: 64px 9px 0;
    font-size: 12px; }

  .featured-boxes .box .entry .text p {
    line-height: 14px; }

  .featured-boxes .box .entry h3 {
    font-size: 18px;
    line-height: 1.1; }

  .featured-boxes .box .entry h3 {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    padding: 0 9px;
    font-size: 18px; }

  .featured-boxes .box .entry .author {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 8px 22px;
    font-size: 13px; }

  .featured-boxes .box .time {
    bottom: 12px;
    right: 8px;
    font-size: 9px;
    text-transform: capitalize;
    font-size: 0; }

  .featured-boxes .box .time:after {
    content: attr(data-text);
    font-size: 9px; }

  .featured-boxes .box-ads {
    height: auto; }

  .featured-boxes .box.box-video {
    height: 230px; }

  .featured-boxes .box-video:before {
    content: none; }

  .featured-boxes .box-video .category {
    top: 5px;
    left: 8px;
    bottom: auto;
    font-size: 9px; }

  .featured-boxes .box-video .entry {
    top: auto; }

  .featured-boxes .box-video .entry h3 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    min-height: 0;
    padding: 4px 9px 47px;
    font-size: 18px;
    line-height: 19px;
    text-align: left; }

  .featured-boxes .box-video .entry .author {
    padding: 4px 9px; }

  .featured-boxes .box-video-icon:after {
    width: 44px;
    height: 44px;
    margin: -22px;
    background-size: 100% 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }

  .featured-boxes .box-video-icon.hover:after {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0.7s;
    transition: opacity 0.2s ease 0.7s; }

  .featured-boxes .box .time {
    bottom: 5px; }

  .featured-boxes .divider {
    display: none; }

  .featured-boxes .box-text {
    display: none; }

  .featured-boxes .box a.link-more {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 30px;
    z-index: 110;
    display: block; }

  .featured-boxes .box.hover a.link-more {
    z-index: 100;
    width: 100%;
    height: 100%; }

  .featured-boxes .box.hover .entry .author {
    background: transparent; }

  .featured-boxes .btn-collapse {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 140;
    display: block;
    width: 100%;
    height: 60px; }

  .featured-boxes .box-ads .btn-collapse {
    height: 100%; }

  .featured-boxes .hover .btn-collapse {
    width: 50px; }

  .featured-boxes .btn-collapse:hover {
    text-decoration: none; }

  .featured-boxes .box.box-latest {
    display: none;
    padding: 38px 0 0;
    margin-top: -44px;
    margin-bottom: 6px;
    height: auto;
    z-index: 160;
    background: #fff; }

  .featured-boxes .box.box-latest.clone {
    display: block; }

  .featured-boxes .box-latest:before {
    display: none; }

  .featured-boxes .box-latest .title {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    font-size: 13px;
    cursor: pointer;
    margin: 0; }

  .featured-boxes .box-latest .title span {
    float: none;
    display: block;
    padding: 10px;
    text-align: center;
    background: #d7d7d7;
    text-transform: none; }

  .featured-boxes .box-latest .title a {
    background: none !important;
    padding-right: 0 !important; }

  .featured-boxes .box-latest .title em {
    display: none; }

  .featured-boxes .box-latest .title.active span {
    background: #ff3333; }

  .featured-boxes .box-latest .posts-tab ul {
    position: relative;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  .featured-boxes .box-latest .posts-tab.active-tab ul {
    max-height: 580px; }

  .featured-boxes .box-latest ul li {
    padding: 8px 0;
    min-height: 0;
    max-height: none; }

  .featured-boxes .box-latest .posts-tabs-nav {
    display: none; }

  .featured-boxes .box-latest .posts-tabs-nav a.current,
  .featured-boxes .box-latest .posts-tabs-nav a:hover,
  .featured-boxes .box-latest .posts-tabs-nav a {
    border-bottom: 0; }

  .featured-boxes .box-latest ul h4 {
    padding-bottom: 4px;
    font-size: 18px;
    line-height: 1.1;
    color: #464646; }

  .featured-boxes .box-latest ul h4 a {
    color: #464646; }

  .featured-boxes .box-latest ul li p {
    font-size: 13px;
    color: #7D7D7D;
    max-width: 75%; }

  .featured-boxes .box-latest .link-more {
    display: none; }

  .featured-boxes .box-latest .articles-holder .title {
    left: 0;
    right: auto; }

  .articles-holder {
    display: block; }

  .featured-boxes .box .image {
    background-size: cover;
    background-position: top center;
    margin: 0; }

  .featured-boxes .box .text,
  .featured-boxes .box.hover .text,
  .featured-boxes .box,
  .featured-boxes .box .image,
  .featured-boxes .box.hover {
    -webkit-transition: none;
    transition: none; }

  .featured-boxes .box .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat 0 0;
    background-size: cover;
    opacity: .5; }

  .popular-articles h3 {
    padding-bottom: 9px;
    font-size: 18px; }

  .popular-articles .link-more {
    display: none; }

  .popular-articles ul {
    margin: 0 -4px; }

  .popular-articles ul li:first-child {
    display: none; }

  .popular-articles ul li {
    float: left;
    width: 48%;
    margin: 0 1% 2%; }

  .popular-articles ul li > a {
    position: relative;
    overflow: hidden;
    height: 108px; }

  .popular-articles ul li img {
    width: 100%; }

  .popular-articles ul li strong {
    top: 7px;
    left: 8px;
    right: 9px;
    font-size: 12px;
    line-height: 15px; }

  .popular-articles ul li span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 8px 4px; }

  .featured-boxes .box-latest .image {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    width: 92px;
    height: auto;
    float: right;
    opacity: 0.7 !important;
    margin-top: 4px; }

  .featured-boxes .box-latest ul li {
    position: relative;
    overflow: hidden;
    width: auto;
    padding: 6px 7px;
    border-color: #dadadb;
    border-bottom-style: dotted; }

  .featured-boxes .box-latest ul {
    padding: 0; }

  .featured-boxes .box-latest ul h4 {
    position: relative;
    overflow: hidden;
    height: 60px;
    font-size: 18px;
    line-height: 19px; }

  .featured-boxes .box-latest .link {
    color: #464646;
    font-size: 13px;
    line-height: 1; }

  .featured-boxes .box-latest .link a {
    color: #464646; }

  .featured-boxes .box-latest ul .meta {
    display: none; }

  .featured-boxes .box-latest .image {
    display: block; }

  .popup-form {
    width: auto;
    border: 0;
    padding: 18px 9px; }

  .popup-form .gform_wrapper .gform_title {
    padding: 7px 0;
    margin-bottom: 12px;
    font-size: 24px;
    border-bottom: 1px dotted #8e8e8e; }

  .popup-form .gform_wrapper .gfield .gfield_label {
    float: none;
    display: block;
    width: auto;
    padding-bottom: 3px;
    font-size: 18px; }

  .popup-form .gform_wrapper {
    border: 0; }

  .popup-form .gform_wrapper .gfield .ginput_container {
    float: none;
    display: block;
    width: auto; }

  .popup-form .list-checkbox ul {
    float: none;
    width: auto;
    margin-left: 0; }

  .popup-form .list-checkbox ul li {
    margin-bottom: 5px;
    padding-left: 30px;
    text-align: left; }

  .popup-form .list-checkbox .checkbox-wrap {
    left: 0;
    right: auto; }

  .popup-form .gform_wrapper .join-app .gfield_label {
    display: none; }

  .popup-form .join-app ul {
    padding: 89px 0 35px; }

  .popup-form .join-app ul:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -91px; }

  .popup-form .gform_wrapper .gfield-date .ginput_container {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-right: 0; }

  .popup-form .gform_wrapper .gfield-date .ginput_container:first-child {
    margin-left: 0; }

  .popup-form .selectbox,
  .popup-form input[type="text"],
  .popup-form input[type="password"],
  .popup-form input[type="search"],
  .popup-form input[type="email"],
  .popup-form input[type="time"],
  .popup-form input[type="date"],
  .popup-form textarea {
    width: 100%; }

  .popup-form .gform_wrapper .checkboxes .gfield_label {
    display: none; }

  .popup-form .checkbox-wrap {
    margin-bottom: 4px; }

  .remove-scroll {
    position: relative;
    overflow: hidden; }

  .single-crb_resource .post-entry {
    padding-bottom: 0; }

  body.category .breadcrumbs {
    display: none;
    display: block; }

  #events-list .page-title.border {
    margin: -6px 0 -10px;
    font-size: 30px;
    text-transform: uppercase;
    border: 0 !important; }

  #events-list .widget-filters h4:after {
    content: ':'; }

  .event-signle .mobile {
    display: block; }

  .event-signle .mobile .share {
    display: block;
    margin: 30px 0 5px; }

  .gform_wrapper .button,
  .form-contributors .button {
    width: 200px;
    height: 40px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding-right: 20px;
    background: #06a6e0 url(images/btn-arrow2.png) no-repeat right center;
    border-radius: 0; }

  .archive .list .post .post-entry {
    padding: 4px 9px;
    border-bottom: 1px solid #cfcfcf; }

  .archive .list .post .post-entry .category {
    display: none; }

  .archive .list .post .post-entry .author {
    padding: 0 0 2px; }

  .archive .list .post .post-entry .link-more {
    opacity: 0; }

  .archive .list .post .post-entry .post-time {
    font-size: 0px;
    position: absolute;
    left: auto;
    bottom: 4px;
    right: 9px; }

  .archive .list .post .post-entry .post-time:after {
    content: 'Read';
    font-size: 9px;
    color: #464646; }

  .archive .list .post .post-entry .text {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  .archive .list .post.active .post-entry .text {
    padding: 6px 0 14px;
    max-height: 400px; }

  .archive .list .btn-collapse {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: block; }

  .archive .list .btn-collapse:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 110;
    width: 30px;
    height: 30px;
    background: url(images/ico-resize.png) no-repeat center center;
    background-size: 13px 13px; }

  .archive .list .post.active .btn-collapse:before {
    background-image: url(images/ico-collapse.png); }

  .paper-head {
    padding-left: 0; }

  .paper-head p.meta {
    float: none;
    padding-bottom: 15px; }

  .single-crb_paper .post-foot,
  .single-crb_event .post-foot {
    padding: 15px 0 0;
    border-bottom: 1px dotted #999; }

  .mfp-close-btn-in .mfp-close {
    color: #333; }

  .widget-about .textwidget {
    line-height: 1.4; }

  .media-list .post .post-entry .category a {
    color: #fff; }

  .popup-form .gform_wrapper .gform_title {
    border-bottom: 0; }

  .single-crb_event .widget-event-info .btn {
    margin-top: 20px; }

  .single-crb_paper .post-foot .link-back,
  .single-crb_paper .post-foot .back-to-top {
    margin-top: 25px;
    position: relative; }

  .popup-form_wrapper {
    border-top: 0;
    width: auto; }

  .popup-form .gfield-small .ginput_container {
    width: 99%; }

  .page-template-templatesevents-php .breadcrumbs,
  .single-crb_event .breadcrumbs {
    float: none;
    width: 100%; }

  .login-section form .login-username,
  .login-section form .login-password {
    width: auto;
    float: none;
    margin: 0; }

  .mfp-content .photo-gallery .slide .caption {
    padding: 10px; }

  .mfp-content .photo-gallery .slide .caption p {
    font-size: 14px; }

  .featured-boxes .box.hover .image {
    opacity: .5; } }
@media screen and (max-width: 400px) {
  .photo-gallery .slider-header a {
    width: 109px;
    background-size: 100% auto;
    margin-top: 3px; }

  .mfp-content .photo-gallery .bx-pager {
    right: 125px; } }
/* JMC */
.list .post .post-title {
  font-size: 27px; }

.featured-boxes .box .text {
  font-size: 19px;
  font-style: italic;
  line-height: 1.25;
  max-width: 500px;
  padding: 0 13px; }

.featured-boxes .box .image {
  opacity: 0.7; }

.media-list .post .post-entry {
  min-height: 191px; }

.media-list .post .post-entry .post-time {
  bottom: 10px;
  position: absolute; }

.media-list .post .post-entry .link-more {
  bottom: 10px;
  position: absolute;
  right: 15px; }

.post-entry li {
  margin-left: 15px;
  padding: 10px 25px 10px 15px;
  font-size: 0.9em;
  /* font-style: italic; */ }

.post-entry ul {
  list-style: outside none disc;
  margin: 20px;
  margin-top: 0px; }

.widget-resoures ul li a strong {
  bottom: 33px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2em; }

.media-list .post .post-title {
  font-size: 20px;
  color: white; }

.events-list .image h4 {
  font-size: 20px; }

.events-list ul {
  font-weight: normal; }

.events-list .entry p {
  margin-bottom: 5px; }

.popular-articles ul li strong {
  font-size: 18px; }

.comment-form-comment textarea {
  height: 200px;
  margin-top: 10px;
  width: 100%; }

#commentform label {
  padding: 9px 0 0; }

#commentform p {
  padding-bottom: 5px;
  font-size: 16px;
  font-style: italic; }

.selectbox, input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="time"], input[type="date"], textarea, .fileupload p {
  margin-top: 10px;
  width: 100%; }

.search-form input {
  margin-top: 0px;
  /*  width: 100%; */ }

.paper-head p.meta {
  width: 300px; }

.paper-head {
  max-width: 652px; }

.event .post-entry {
  clear: both; }

.main-top h1 {
  font-size: 50px; }

.main-top .wrap p {
  font-size: 25px; }

.main-top .wrap .authors {
  font-size: 17px; }

.gform_wrapper .gform_description {
  position: static;
  float: right; }

.form-contributors {
  position: relative; }

.form-contributors .info-required {
  position: absolute;
  right: 220px;
  top: 25px; }

.media-listing .items li {
  width: 138px; }

.media-post {
  max-width: 652px; }

.page-title.border {
  /*     border-bottom: 1px dotted #d5d5d4; */
  border-bottom: none; }

.media-details {
  border-top: 1px dotted #d5d5d4;
  max-width: 652px; }

.media-listing {
  clear: both;
  padding-top: 0px;
  margin-bottom: 25px; }

.single-crb_resource .share {
  padding-top: 25px;
  padding-bottom: 25px; }

.single-crb_resource .post-entry {
  padding-top: 0; }

.media-listing .items span {
  display: inline; }

.footer #menu-item-168 .sub-menu {
  /*width: 114px;*/ }

.footer .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-168 {
  width: 20%; }

.footer #menu-item-56 .sub-menu {
  /*width: 180px;*/ }

.footer .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-56 {
  width: 28%; }

.featured-boxes .box-latest li p {
  line-height: 15px; }

.media-list .post .post-entry .author a {
  text-transform: uppercase; }

.post-foot {
  max-width: 652px; }

.single-crb_resource .post-foot .share {
  padding-top: 0px; }

.w-sidebar.main-inner .sidebar {
  padding-top: 0; }

.btn-join {
  border-bottom: 1px dotted #989898; }

.page-template-templatestopics-php .list-categories li {
  height: 220px;
  overflow: hidden;
  width: 294px; }

.page-template-templatestopics-php .list-categories a {
  height: 100%; }

.page-template-templatestopics-php .list-categories a img {
  height: auto;
  min-height: 100%;
  width: 100%; }

.media-listing .items li {
  height: 150px; }

.media-listing .items a {
  height: 106px;
  position: relative; }

.media-listing .items span {
  bottom: -40px;
  display: block;
  height: 26px;
  left: 5px;
  max-width: 95%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  white-space: pre;
  word-wrap: normal; }

.events-list .entry p {
  margin-bottom: 5px;
  max-height: 38px;
  overflow: hidden;
  text-overflow: clip; }

.media-list .post .image {
  height: 203px;
  overflow: hidden; }

.main-top .credits a {
  color: inherit; }

.team-list {
  margin-top: 30px; }

.team-list .member .entry p {
  font-size: 17px;
  line-height: 22px; }

.team-list .p1 {
  margin-bottom: 4px; }

.team-list .member .entry h3 {
  font-size: 22px;
  padding-bottom: 5px;
  padding-top: 5px; }

.login-submit {
  clear: both; }

.login-submit input {
  background: url("images/btn-arrow2.png") no-repeat scroll right center #06a6e0;
  border-radius: 0;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  padding: 4px 20px 0 0;
  text-transform: uppercase;
  width: 200px;
  border: none;
  color: white;
  text-align: center; }

.page-template-templatesnosidebar-php .content {
  /* 	width:100%;  */ }

.page-template-default .content {
  width: 100%; }

.page-template-default .content .post {
  max-width: none; }

.page-template-templatesnosidebar-php .post {
  max-width: none; }

.page-template-templatesnosidebar-php .popup-form {
  width: 100%;
  border: none; }

.page-template-templatesnosidebar-php .popup-form .gform_wrapper .gform_title {
  display: none; }

.page-template-templatesnosidebar-php .popup-form .join-app ul:before {
  width: 650px; }

.page-template-templatesnosidebar-php .popup-form .gfield-textarea .gfield_description {
  top: 20px; }

.popup-form .gform_wrapper .selectbox {
  width: 120px; }

.post .popup-form .ginput_container {
  width: 100% !important;
  max-width: none !important; }

.page-id-2097 .post {
  max-width: none; }

.post .popup-form .gfield_label {
  /* width: 117px; */
  width: auto; }

.popup-form .gfield-small .ginput_container {
  width: 335px; }

.mfp-title {
  color: white; }

.commentlist .comment-entry {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
  padding: 13px 35px 35px 80px;
  position: relative; }

.commentlist .comment-author {
  color: #7d7d7d; }

.commentlist {
  padding-left: 0px; }

.comments h3 {
  margin-bottom: 20px;
  padding-bottom: 14px; }

.comments h3#reply-title {
  border-bottom: 1px dotted #989898;
  padding-bottom: 20px; }

.widget.widget-contributors li {
  margin-bottom: 10px; }

img.author-widget {
  width: 64px;
  height: auto; }

.login-section.comments {
  border: none;
  padding: 0px; }

div.sidebar aside.widget-contributors > h4 {
  margin-bottom: 14px; }

.single-crb_paper .main.w-sidebar:before, .page-template-templatescontribute-php .main.w-sidebar:before {
  top: 40px; }

.paper-top {
  margin-top: 15px; }

.post-entry .btn {
  margin-bottom: 30px; }

.form-description {
  padding-top: 0px; }

#quick_edit {
  /*	display: none !important;*/
  background-color: red;
  color: white;
  display: inline-block;
  font-size: 10px;
  left: 0;
  letter-spacing: 1px;
  position: fixed;
  top: 0;
  z-index: 10000; }

#quick_edit a, #quick_edit:hover a {
  color: inherit;
  padding: 9px;
  display: inline-block; }

#quick_edit:hover {
  background-color: white;
  color: red; }

.nav .menu > li > a {
  padding: 6px 5px; }

/*MOBILE */
@media screen and (max-width: 760px) {
  .selectbox, input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="time"], input[type="date"], textarea, .fileupload p {
    margin-top: 6px; }

  .main-top {
    padding-bottom: 18px;
    margin-bottom: 0px; }

  body.archive .breadcrumbs, body.category .breadcrumbs {
    padding-bottom: 14px; }

  .widget-resoures ul li a strong {
    bottom: 41px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.15em;
    top: 8px; }

  .event-top .entry h2, .paper-top .entry h2, .resource-top .entry h2 {
    font-size: 23px;
    line-height: 1.07;
    padding: 0 0 20px; }

  .media-list .post .post-title, .media-list .research-post.post .post-title, .events-list .image h4 {
    font-size: 16px;
    color: white; }

  .events-list .image h4 {
    top: 8px; }

  .widget-resoures .icon {
    width: 20px; }

  .widget-resoures ul li a strong {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.15em;
    top: 29px; }

  .events-list .entry p {
    padding-bottom: 5px; }

  .events-list .entry p:first-child {
    padding-top: 10px; }

  .events-list .entry p:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px; }

  .main-top .wrap .authors {
    padding: 41px 0 25px; }

  .post-entry li {
    margin-left: 12px;
    padding: 5px 5px 5px 2px; }

  .post-entry ul {
    list-style: outside none disc;
    margin: 10px;
    margin-top: -10px; }

  .media-listing .items li {
    width: 48%; }

  .featured-boxes .box-latest ul h4 a {
    height: auto;
    white-space: normal;
    overflow: visible; }

  .featured-boxes .box-latest ul p {
    display: inline;
    float: left;
    font-size: 13px;
    max-width: 70%;
    word-wrap: inherit;
    white-space: normal;
    max-height: 45px;
    line-height: 15px; }

  .featured-boxes .box-latest ul h4 {
    height: auto;
    line-height: 18px;
    position: relative; }

  .footer-nav .menu-item {
    width: 100% !important; }

  .footer-nav .menu-item .sub-menu {
    width: 100% !important; }

  .media-list .post .post-entry .text {
    padding: 8px 9px 65px;
    line-height: 23px;
    font-size: 17px; }

  .media-list .post .post-entry .author {
    padding: 12px 9px 3px;
    text-transform: uppercase; }

  .page-template-templatestopics-php .list-categories li {
    height: 120px;
    overflow: hidden;
    width: 48%; }

  .events-list .entry p {
    max-height: none;
    line-height: 1.3em; }

  .team-list .member .entry h3 {
    font-size: 23px;
    padding: 5px 0; }

  .commentlist .comment-entry {
    padding: 16px;
    padding-bottom: 35px; }

  .commentlist .comment-meta {
    margin-bottom: 35px;
    margin-top: 2px; }

  .team-list .member .entry p {
    margin-bottom: 15px; }

  .commentlist .comment-text {
    font-size: 15px;
    line-height: 1.5; }

  .main-top h1 {
    font-size: 30px; }

  .main-top .wrap p {
    font-size: 20px; }

  .comments h3 {
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 0; }

  .login-section h4 {
    font-size: 15px;
    margin-bottom: 0px; }

  .login-section p em {
    font-size: 12px; } }
@media screen and (max-width: 1000px) {
  .page-id-2097 .content {
    width: auto; } }
@media screen and (max-width: 760px) {
  .page-id-2097 .content {
    width: auto; }

  .post .share ul + ul {
    float: right;
    display: none; }

  .share ul {
    float: left;
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
