@charset "UTF-8";
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html, body {
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: 'Effra', sans-serif; }

body {
  background: #EEE;
  font-size: 14px;
  font-size: 1.4rem; }

a {
  color: #1299dd; }

.article-blocks a {
  text-decoration: none; }

.default_button {
  background-color: #dddddd;
  border: none;
  color: #666666;
  cursor: pointer;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  height: 40px;
  margin: 0;
  padding: 0 30px;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s ease-in; }

.page_numbers ul {
  list-style: none; }

.page_numbers ul li {
  padding: 0px 2.5px;
  display: inline-block; }

.page_numbers ul .title {
  display: block; }

.default_button:hover {
  background-color: #999999;
  color: #f3f5f7;
  transition: background 0.2s ease-in; }

a.default_button, span.default_button {
  display: inline-block;
  width: auto;
  border-bottom: none;
  line-height: 40px; }

a.default_button:hover {
  text-decoration: none; }

.default_button.full-width {
  clear: both;
  text-align: center;
  width: 100%; }

.default_button.inline-input {
  height: 34px; }

p > .default_button.inline {
  margin-left: 10px;
  margin-right: 10px; }

.default_button.cta {
  color: #ffffff;
  background: #00a9f4; }

.default_button.cta:hover {
  background: #0092d7; }

.page-header {
  height: 0px;
  z-index: 50; }

.page-header .content {
  background: linear-gradient(to top, #05A2E5, #1478A4); }

.page-content {
  z-index: 40; }

.page-footer {
  z-index: 30; }

.page-header,
.page-footer,
.page-content {
  margin: 0 auto;
  max-width: 1024px;
  clear: both;
  position: relative; }

.full-page-ad {
  display: block;
  background: #dae5e9;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }

/** Header & Navigation **/
.ukf_support_notice {
  background-color: #FFFFFF;
  border-bottom: 1px solid #38385C;
  margin: 0;
  padding: 2px 5px;
  text-align: center; }

.ukf_support_notice span {
  color: #f32837; }

.logo-container {
  height: 45px;
  width: 100%;
  float: right;
  margin: 0;
  padding: 8px 0;
  text-align: center; }

.header-ad-container {
  display: none;
  height: 58px;
  background-size: cover;
  background-position: center;
  background: none;
  width: auto;
  margin: 15px 10px 0; }

.nav {
  background: #000000;
  width: 30%;
  float: left; }

.nav-container {
  height: 45px; }

.nav-container:after {
  content: '';
  display: block;
  clear: both; }

.navigation_level_one {
  display: none;
  background: #00a3eb;
  z-index: 300;
  position: absolute;
  width: 100%; }

.navigation_level_one ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  vertical-align: top; }

.nav-container > .search {
  position: relative;
  width: 50%;
  text-align: center;
  float: left; }

.nav-container > .search > .input {
  height: 0px;
  position: absolute;
  left: -100%;
  top: 100%;
  display: none; }

.nav-container > .search > .input.extended {
  display: none;
  height: 100%; }

.nav-container .search i,
.nav-container .search > .input {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  transition: 0.1s all ease-in-out;
  text-transform: uppercase; }

.navigation_level_one ul li a,
.navigation_level_one #home {
  padding: 15px;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  transition: 0.1s all ease-in-out;
  text-transform: uppercase;
  text-align: center; }

.navigation_level_one .search {
  position: relative;
  height: 45px;
  display: none;
  width: auto; }

.nav-container .search i {
  padding: 15px;
  text-align: center;
  width: 45px;
  height: auto; }

.navigation_level_one .search > .input {
  margin: auto auto;
  margin-left: 3px; }

.search > .input input {
  padding: 0;
  border: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.search > .input i {
  background-color: #05A2E5;
  z-index: 2;
  position: absolute; }

.navigation_level_one .search > .input.extended input,
.search > .input.extended input {
  padding: 2.5px 2.5px 2.5px 47.5px;
  border: initial;
  background-color: #EFEFEF;
  color: #000; }

.navigation_level_one .search > .input,
.search > .input {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 30px;
  outline: none;
  text-align: left;
  text-transform: none;
  color: #000000;
  width: 666%;
  position: relative;
  padding: 0; }

.navigation_level_one ul li a:hover,
.navigation_level_one ul li a:active,
.navigation_level_one ul li a:focus,
.navigation_level_one #home:hover,
.navigation_level_one #home:active,
.navigation_level_one #home:focus,
.navigation_level_one .search i:hover,
.navigation_level_one .search i:active,
.navigation_level_one .search i:focus {
  color: #ffffff;
  background: #04506e; }

.nav-menu {
  width: 50%;
  float: left;
  text-align: center; }

.nav-menu-toggle,
.nav-container > .search {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5;
  color: #ffffff; }

.nav-social-icons {
  display: none; }

.nav-search {
  width: 50%;
  float: left;
  text-align: center; }

.nav-search-icon.fa {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 42px;
  cursor: pointer; }

.nav-search .quick-search {
  display: none;
  width: 100%;
  position: absolute;
  height: 48px;
  top: 44px;
  left: 0;
  background: #000000;
  z-index: 100; }

.nav-search legend {
  display: none; }

.nav-search fieldset {
  border: none;
  padding: 0; }

.nav-search .search_box {
  font-size: 13px;
  font-size: 1.3rem;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  height: 28px;
  width: 94%;
  margin: 10px 0;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  padding-right: 25px;
  padding-left: 10px; }

.nav-search .search_box:focus {
  background: #FFFFFF;
  outline: none; }

.nav-search .quick-search-button {
  border: none;
  background: none;
  margin-left: -28px;
  top: 16px;
  right: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  cursor: pointer; }

.sub-nav {
  display: none; }

.fix-to-top {
  top: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.4); }

.fix-to-top .logo-image {
  width: 70%; }

.fix-to-top .nav-toggle-menu {
  transition: all 0.1s ease-out; }

.search_page {
  position: relative;
  min-width: auto; }

#search_box {
  height: 35px;
  padding: 2.5px; }

.tag-summary {
  margin-bottom: 25px; }

.tag-summary img {
  width: 30%;
  display: inline-block;
  float: right;
  margin: 0px 0px 10px 10px; }

.tag-summary p {
  width: 100%;
  display: inline-block; }

@media (min-width: 800px) {
  .nav-container .search > .input {
    height: 45px;
    width: 0px; }
  .nav-container .search > .input.extended {
    width: 185px;
    display: inline-block; }
  .nav-container > .search > .input {
    position: static;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 45px; }
  .fix-to-top {
    position: fixed;
    z-index: 50;
    border-top: 0;
    max-width: 1024px; }
  .logo-container {
    width: 28%;
    float: left;
    height: 119px;
    padding: 20px; }
  .header-logo {
    height: auto;
    max-width: 100%; }
  .header-ad-container {
    display: block; }
  .header-ad-image {
    width: 100%; }
  .nav-menu, .nav-container .search {
    width: auto;
    min-width: 40px;
    height: 45px; }
  .nav-social-icons {
    padding: 4px 10px 0 5px;
    display: block;
    float: right; }
  .nav-social-icons ul {
    padding: 0;
    margin: 10px 0; }
  .nav-social-icons ul li {
    display: inline-block; }
  .nav-social-icons ul li a {
    padding: 0 10px;
    color: #ffffff; }
  .nav-search {
    width: auto;
    float: right;
    padding: 3px 0; }
  .nav-search-icon.fa {
    display: none; }
  .nav-search .quick-search {
    display: block !important;
    width: auto;
    position: relative;
    height: auto;
    top: 0;
    left: auto;
    background: #000000;
    float: right; }
  .nav-search .search_box {
    color: rgba(255, 255, 255, 0.7);
    border: none;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
    height: 28px;
    width: 70px;
    margin: 5px 0; }
  .nav-search .search_box:focus {
    background: #FFFFFF;
    outline: none;
    width: 140px;
    color: #000000; }
  .nav-search .search_box:focus + .quick-search-button {
    color: #000000; }
  .nav-search .quick-search-button {
    border: none;
    background: none;
    margin-left: -28px;
    top: 10px;
    right: 7px;
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    cursor: pointer;
    color: #ffffff; }
  .nav {
    width: 100%; }
  .navigation_level_one #home {
    width: auto;
    display: inline-block;
    vertical-align: top; }
  .navigation_level_one ul {
    display: inline-block;
    text-align: left;
    height: 45px; }
  .navigation_level_one ul li {
    display: inline-block;
    line-height: 0.8; }
  .navigation_level_one ul li a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    min-height: 45px; }
  .sub-nav {
    font-size: 12px;
    font-size: 1.2rem;
    display: block; }
  .sub-nav:after {
    content: '';
    display: block;
    clear: both; }
  .sub-nav-list {
    float: right;
    width: 70%;
    text-align: right;
    padding: 5px 0;
    margin: 0; }
  .sub-nav-list li {
    padding: 0 10px;
    display: inline-block; }
  .sign-up-button,
  .sub-nav-link {
    color: #FFFEFF;
    text-decoration: none; }
  .sign-up-button:hover,
  .sub-nav-link:hover {
    color: #00a3eb; }
  .user-area-buttons {
    padding: 10px 10px 0 0;
    width: 30%;
    float: right;
    text-align: right; }
  .login-button {
    padding: 6px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background: #00a3eb; }
  .login-button:hover {
    background: #04506e; } }

@media (min-width: 992px) {
  .subscribe-section .subscribe-container .subscribe-form-container {
    width: calc(100% - 336px); }
  .nav-container .search {
    display: none; }
  .nav-container .search .input {
    text-align: left;
    float: right;
    display: none; }
  .navigation_level_one .search {
    display: inline-block; }
  .header-ad-container {
    display: block; }
  .nav-menu-toggle {
    display: none; }
  .navigation_level_one {
    display: block !important;
    background: #000000;
    width: auto;
    height: 45px; }
  .navigation_level_one ul li a {
    width: auto; }
  .navigation_level_one ul li a:hover,
  .navigation_level_one #home:hover,
  .navigation_level_one .search i:hover {
    background: #00a3eb; }

  .navigation_level_one ul li {
    background: #000;
    vertical-align: top;
    display: inline-block;
    line-height: 0.8;
  }
  .navigation_level_one ul.dropdown {
    display: none;
    position: absolute;
  }}

.page-content {
  padding: 15px 0 15px;
  background: #ffffff;
  margin: auto; }

/** Front page articles **/
.news_by_tag .article-card, .upcoming-event, .event-card {
  display: table; }

.article-card, .upcoming-event {
  border-bottom: 1px solid #00a3eb;
  margin: 0 0 10px;
  padding: 10px 0; }

.upcoming-event-location {
  width: 60%; }

.upcoming-event-date {
  width: 40%; }

.upcoming-event-date, .upcoming-event-location {
  display: inline-table;
  vertical-align: middle; }

.upcoming-event-date > *, .upcoming-event-location > * {
  display: table-cell !important;
  vertical-align: middle; }

.upcoming-event-detail {
  padding-left: 5%; }

.article-card-preview:before {
  color: #ff0000;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 1px;
  content: "Preview"; }

.article-card-link {
  height: 100%;
  text-decoration: none;
  display: block;
  color: inherit; }

.article-card-link:hover .article-card-title, .article-card-link:hover .upcoming-event-title {
  color: #00a3eb; }

.article-card-image, .event-card-image {
  width: 30%;
  padding-top: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 8px;
  vertical-align: top;
  float: left;
  display: inline-block; }

.news_by_tag .article-card-image {
  float: none;
  padding-top: 0px; }

.article-card-image-container {
  border-right: 1px solid #00a3eb;
  transition: 0.3s all ease-in-out; }

.article-card-category {
  font-style: italic;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #158FD6;
  display: block;
  margin: 0 0 5px;
  width: 66.6666%;
  padding: 4px 12px 2px 0px; }

/* Article Card Category Colours */
/*.card-category-podcast {*/
/*background-color: #158FD6;*/
/*}*/
/*.card-category-opinion {*/
/*background-color: #ceca00;*/
/*}*/
/*.card-category-video {*/
/*background-color: #9B0F14;*/
/*}*/
/*.card-category-podcast {*/
/*}*/
/*.card-category-podcast {*/
/*}*/
/*.card-category-podcast {*/
/*}*/
.article-card-title, .upcoming-event-title {
  display: block;
  width: 100%;
  word-break: break-word; word-wrap: break-word;
  color: #000000;
  margin: 0;
  transition: ease-in-out all 0.3s; }

.news_by_tag .article-list > div:nth-child(3n+1) {
  clear: both; }

.featured-article .article-card-title {
  width: 65%; }

.featured-article:after {
  display: block;
  content: '';
  clear: both; }

.article-card-summary {
  max-height: 200px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  color: #000000;
  clear: both;
  padding: 10px 0 0;
  word-break: break-word; word-wrap: break-word; }

.article-card-summary p:first-child {
  margin-top: 0; }

.article-card-summary p:last-child {
  margin-bottom: 0; }

.article-card-date {
  display: none; }

.recent-article.latest-article {
  margin: 5px -15px;
  padding: 10px 15px;
  color: #ffffff;
  background: #00a3eb; }

.recent-article.latest-article .article-card-summary,
.recent-article.latest-article .article-card-title,
.recent-article.latest-article .article-card-category {
  color: #ffffff; }

.recent-articles .row > :nth-child(3n+1),
.business_cloud_media .row > :nth-child(3n+1) {
  clear: left; }

.opinion-article {
  border: none; }

.opinion-article .article-card-image {
  border: none;
  width: 100%;
  padding-top: 60%; }

.opinion-article .article-card-title {
  width: auto;
  float: none; }

.opinion-article .article-card-summary {
  display: none; }

@media (min-width: 800px) {
  .article-card-summary {
    width: 100%; }
  .article-card {
    margin-bottom: 40px; }
  .article-card-image {
    display: none; }
  .article-card-date {
    display: block;
    margin: 10px 0;
    font-size: 1.2rem; }
  .featured-articles {
    background: rgba(7, 81, 107, 0.15);
    margin: 5px 0 20px; }
  .featured-articles:after,
  .featured-article:after {
    content: '';
    display: block;
    clear: both; }
  .featured-article {
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 285px;
    border: none; }
  .featured-article .article-card-category {
    display: none; }
  .featured-article .article-card-image-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border: none; }
  .featured-article .article-card-image {
    background-size: auto 100%;
    border: none;
    display: inline-table;
    width: 60%;
    margin: 0;
    height: 100%;
    padding: 0; }
  .featured-article .article-card-title,
  .featured-article .article-card-summary {
    display: inline-block;
    width: 40%;
    margin: 0 0 0 60%;
    padding: 15px 25px 0; }
  .featured-article .article-card-title {
    margin: 20px 0 0 60%; }
  .article-card-title, .upcoming-event-title {
    width: 100%;
    font-size: 20px;
    font-size: 2rem; }
  .upcoming-event-title {
    max-height: 75px;
    overflow: hidden; }
  .article-card-summary {
    font-size: 15px;
    font-size: 1.5rem;
    word-break: break-word; word-wrap: break-word; }
  .recent-article {
    padding: 0 5%;
    margin: 10px 0 35px;
    border-bottom: 0;
    border-left: 1px solid #00a3eb; }
  .recent-articles .row > div:last-child .article-card {
    padding-right: 0;
  }
  .recent-articles .row > div:last-child {
    width: 31.66666%;
  }
  .recent-articles .row > div:not(:last-child) {
    width: 34.16666%;
  }
  .recent-article.latest-article {
    margin: 0;
    padding: 10px 15px 35px; }
  .opinion-articles :nth-child(3n+1) {
    display: none; }
  .opinion-article {
    padding: 0 10px;
    border-left: 1px solid #00a3eb; }
  .opinion-article .article-card-summary {
    display: block; }
  .opinion-article .article-card-image {
    display: block; }
  .top-article, .upcoming-event {
    border-bottom: 0;
    padding: 10px 20px 20px 20px;
    margin: 0 0 10px 0; }
  .top-article .article-card-date {
    display: none; }
  .article-carousel-container {
    position: relative; }
  .article-carousel-arrows {
    display: block;
    width: auto;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 200; }
  .article-carousel-arrow {
    margin: 0 5px; }
  .article-carousel-arrow .bx-prev,
  .article-carousel-arrow .bx-next {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
    color: #ffffff;
    background: #00a3eb;
    border-radius: 0;
    width: 45px;
    height: 30px;
    padding: 7px;
    display: inline-block; }
  .news_by_tag .article-card {
    min-height: 150px;
    border-bottom: 0px;
    border-left: solid 1px #128ec5;
    text-align: left; }
  .news_by_tag .article-card-title {
    position: static;
    transform: none; }
  .news_by_tag .article-card-image {
    display: block;
    width: 100%;
    height: auto; } }

@media (min-width: 992px) {
  .featured-article {
    min-height: 340px; }
  .featured-article .article-image {
    width: 70%; } }

.skip-to-content {
  display: block;
  width: 50%;
  height: 0;
  text-indent: -9999px; }

.social-icon-circles a {
  text-align: center;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0 5px;
  padding: 15px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 0.3s; }

.social-icon-circles a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.social-icon-circles a.linkedin {
  background: #0077B5; }

.social-icon-circles a.linkedin:hover {
  background: #00A0DC; }

.social-icon-circles a.twitter {
  background: #3BCBFD; }

.social-icon-circles a.twitter:hover {
  background: #54d2fd; }

.social-icon-circles a.facebook {
  background: #3B5998; }

.social-icon-circles a.facebook:hover {
  background: #4E69A2; }

.navigation.breadcrumbs {
  text-align: left; }

.navigation.breadcrumbs ul {
  margin: 0 0 8px 0;
  padding: 0 12px;
  list-style-type: none; }

.navigation.breadcrumbs ul li {
  display: inline-block;
  word-break: break-word; word-wrap: break-word; }

.navigation.breadcrumbs ul li > span {
  margin: 5px; }

.navigation.breadcrumbs ul li, .navigation.breadcrumbs ul li a {
  color: #252525;
  font-size: 13px;
  word-break: break-word; word-wrap: break-word; }

.navigation.breadcrumbs ul li.active a {
  text-decoration: none; }

.navigation.breadcrumbs ul li:first-of-type {
  list-style-type: none; }

main > h1,
.page-title {
  margin: 10px 0;
  font-size: 40px;
  font-weight: 500;
  color: #252525;
  border: none;
  word-break: break-word; word-wrap: break-word; }

.page-pagination-links {
  margin-top: 30px; }

.page-pagination-links a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 3px; }

.page-pagination-links a.left-arrow {
  margin-right: 30px; }

.page-pagination-links a.right-arrow {
  margin-left: 30px; }

.page-pagination-links a.active {
  color: #252525; }

.subscribe-section {
  margin: 20px 0; }

.subscribe-container {
  height: 70px;
  background: #bfcb01;
  padding: 0 20px; }

.subscribe-text-container {
  float: left;
  padding-top: 12px; }

.subscribe-form-container {
  margin-top: 12px; }

.subscribe-title {
  color: #FFFFFF;
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 1.8rem; }

.subscribe-text {
  color: #ffffff;
  margin: 0;
  padding: 0;
  display: inline-block;
  clear: left; }

.subscribe-section .subscribe-container .api-message {
  margin: 0;
  padding: 22px 0 0;
  font-size: 16px;
  text-align: center;
  color: #fff; }

.subscribe-section .subscribe-container .api-message.api-message-success {
  padding-top: 31px;
  font-size: 20px; }

.subscribe-section .subscribe-container .input-group {
  border: solid 1px #FFFFFF;
  display: inline-block;
  padding: 0; }

.subscribe-section .subscribe-container .input-group input[type=email] {
  background: none;
  border: 0;
  outline: none;
  padding: 10px 103px 10px 10px;
  box-sizing: border-box;
  color: #ffffff;
  width: 100%;
  height: 44px; }

.subscribe-section .subscribe-container .input-group input[type=email]::-webkit-input-placeholder {
  font-style: italic;
  color: #ffffff; }




.business_cloud_newsletter form {
  max-width: 600px;
  margin: 20px auto;
  background: #ffffff;
  padding: 20px; }

.business_cloud_newsletter .errors,
.business_cloud_newsletter .confirmation {
  background: #00a9f4;
  padding: 20px;
  color: #ffffff; }

.business_cloud_newsletter .errors p,
.business_cloud_newsletter .confirmation p {
  font-weight: bold;
  margin: 0 0 10px; }

.business_cloud_newsletter .errors ul,
.business_cloud_newsletter .errors ul li {
  list-style: none;
  padding: 0;
  margin: 0; }

.business_cloud_newsletter .default_button {
  text-transform: uppercase;
  color: #ffffff;
  background: #bfcb01;
  border: 0;
  outline: 0;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  cursor: pointer; }

.business_cloud_newsletter .text {
  padding: 10px;
  border: 1px solid #ddd;
  display: block;
  width: 100%; }

.business_cloud_newsletter input.text {
  width: 97%; }

.business_cloud_newsletter .label {
  display: inline-block;
  padding: 0 0 5px; }

@media (max-width: 767px) {
  .subscribe-section .subscribe-container {
    height: 160px; }
  .subscribe-section .subscribe-container .subscribe-title {
    margin-right: 15px;
    width: 100%; }
  .subscribe-section .subscribe-container .input-group {
    margin-top: 10px;
    padding: 0; } }

.panel {
  margin: 30px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.panel .panel-title {
  background: #000;
  color: #fff;
  padding: 15px 30px; }

.panel .panel-title h1 {
  font-weight: 500;
  font-size: 30px;
  margin: 0; }

.panel .panel-title.green {
  background: #5fa0a1; }

.panel .panel-content {
  background: #fff;
  padding: 20px; }

.comments-title {
  color: #000;
  text-transform: uppercase; }

.comments-title h4, .related-title {
  border-bottom: solid 2px #128ec5; }

.comments .comment-splitter {
  border-bottom: solid 1px #128ec5;
  margin-bottom: 20px; }

.comments .profile-picture img {
  width: 50px;
  height: 50px; }

.comments .comment-info ul {
  padding: 0;
  margin: 0;
  color: #000;
  list-style-type: none; }

.comments .comment-info ul li {
  display: inline-block; }

.comments .comment-info ul li:first-of-type {
  list-style-type: none;
  padding-right: 5px; }

.comments .comment-info ul li:last-of-type {
  padding-left: 5px; }

.comments .comment-info ul li a {
  color: #000; }

.comments .comment-info ul li.active a {
  text-decoration: none; }

.comments .comment-info ul li i {
  color: #128ec5; }

.comments .comment {
  width: 100%;
  float: left; }

.comments .user-comment input {
  width: calc(100% - 20px);
  padding-left: 20px;
  height: 50px; }

.comments .submit-btn {
  margin: 20px 0;
  color: #fff;
  background: #000;
  height: 36px;
  width: 84px;
  border: 0; }

.related-content .related-content-title {
  color: #000;
  text-transform: uppercase; }

.related-content .related-content-title h4 {
  border-bottom: solid 2px #128ec5; }

.related-content .related-content-container .article-block {
  width: 208px;
  height: 154px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  float: left;
  margin-right: 6px; }

.calendar_month_selector .disabled {
  color: #c8c8c8;
  cursor: default; }

@media (max-width: 767px) {
  .related-content .related-content-container .article-block {
    width: 100%;
    float: left;
    margin-left: 0 !important; } }

.related-content .related-content-container .article-block:last-child {
  margin-right: 0; }

.related-content .related-content-container .article-block .article-tag-container {
  position: absolute;
  top: 0;
  margin-bottom: 5px;
  font-style: italic; }

.related-content .related-content-container .article-block .article-tag-container .article-tag {
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #ceca00;
  color: #fff; }

.related-content .related-content-container .article-block .article-bg-image {
  background-image: url("/images/structure/img/home/placeholder-carousel.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.related-content .related-content-container .article-block .article-text {
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 15px; }

.related-content .related-content-container .article-block .article-text p {
  margin: 0;
  padding: 0; }

.sidebar-container {
  display: none; }

.page-footer {
  text-align: left;
  position: relative;
  background-color: #000;
  background-position: bottom right;
  background-repeat: no-repeat;
  color: #fff;
  padding-bottom: 15px; }

.page-footer ::-moz-selection {
  background: #1299dd; }

.page-footer ::selection {
  background: #1299dd; }

.page-footer:before {
  position: absolute;
  top: 0;
  content: ' ';
  height: 8px;
  background: #00a9f4;
  background: linear-gradient(to right, #00a9f4 1%, #04506e 100%);
  width: 100%;
  z-index: 2; }

.page-footer h4 {
  font-size: 16px;
  margin: 40px 0 20px;
  text-transform: uppercase; }

.footer-title {
  margin-top: 40px;
  text-transform: uppercase;
  color: #fff; }

.footer-round-tables p {
  font-size: 16px; }

.footer-logo-image {
  margin-top: 10px; }

.contact-team {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  background: #00a9f4;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  transition: background 0.1s ease-in-out; }

.contact-team:hover {
  background: #04506E; }

.footer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px; }

.footer-links ul li a:hover {
  color: #1299dd; }

.footer-links ul li a:before {
  content: '\f0da';
  font-family: FontAwesome;
  color: #00a9f4;
  margin-right: 10px; }

.footer-contact p {
  display: inline-block;
  margin-top: 0;
  font-size: 16px; }

.footer-contact p.phone {
  margin-right: 20px; }

.footer-contact i.fa {
  color: #00a9f4;
  margin-right: 15px; }

.footer-contact .input-group {
  border: 1px solid #fff; }

.footer-contact .input-group input[type=email] {
  background: none;
  border: none;
  outline: none;
  padding: 10px;
  margin: 3px;
  height: auto;
  width: calc(100% - 115px);
  box-sizing: border-box;
  color: #fff; }

.footer-contact .input-group input[type=email]::-webkit-input-placeholder {
  font-style: italic;
  color: #fff; }

.footer-contact .input-group .subscribe-btn {
  text-transform: uppercase;
  background: #7F7F7F;
  color: #000;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  cursor: pointer; }

.page-footer .social-icon-circles {
  margin: 30px 0 10px; }

.page-footer .copyright-notice {
  margin: 10px 0 20px; }

.page-footer .copyright-notice p {
  display: inline-block; }

.page-footer .extra-info-footer {
  margin-top: 45px; }

.page-footer .extra-info-footer a {
  border: none;
  display: block;
  text-align: center;
  white-space: nowrap; }

@media (min-width: 800px) {
  .page-footer .copyright-notice p:last-of-type {
    margin-left: 50px; }
  .footer-logo-image {
    margin: 0; } }

@media (min-width: 992px) {
  .footer-logo-image {
    margin-top: 10px; } }

.page-footer .copyright-notice p a {
  color: #fff;
  text-decoration: none; }

.ad-horizontal-container {
  height: 200px;
  background: url("/images/structure/img/ad-horizontal.png");
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  margin-bottom: -10px; }

.article-container {
  margin-top: 10px; }

.article-container article.news.featured a {
  text-decoration: none; }

.article-container article.news.featured .hero-article {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative; }

.article-container article.news.featured .hero-article:hover .hero-image {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.article-container article.news.featured .hero-article .hero-text {
  position: relative;
  float: left;
  width: 33%;
  padding: 30px;
  background: #000;
  z-index: 3; }

.article-container article.news.featured .hero-article .hero-text h1 {
  margin: 0px;
  color: #fff; }

.article-container article.news.featured .hero-article .hero-text .featured-snippet {
  color: #fff; }

.article-container article.news.featured .hero-article .hero-text .featured-category {
  padding: 10px 0px;
  color: #8d8d8d;
  font-weight: 300; }

.article-container article.news.featured .hero-article .hero-image {
  position: relative;
  float: right;
  right: 0;
  width: calc(67% - 60px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: all 0.5s; }

@media (min-width: 780px) {
  .article-container article.news.featured .hero-article .hero-image.mobile {
    display: none; }
  .page-footer .extra-info-footer a {
    display: inline;
    padding: 0 5px; }
  .page-footer .extra-info-footer a[href='/privacy'] {
    border-right: 1px solid #fff; } }

@media (max-width: 780px) {
  .article-container article.news.featured .hero-article .hero-image.desktop {
    display: none; }
  .article-container article.news.featured .hero-article .hero-image.mobile {
    float: none;
    width: 100%;
    display: block; }
  .article-container article.news.featured .hero-article .hero-text {
    width: calc(100% - 60px);
    float: none; } }

.article-carousel .carousel-container {
  position: relative; }

.article-carousel .carousel-container .fa-chevron-left {
  color: #fff;
  position: absolute;
  font-size: 35px;
  left: 17px;
  top: 40px;
  z-index: 1; }

.article-carousel .carousel-container .fa-chevron-right {
  color: #fff;
  position: absolute;
  font-size: 35px;
  right: 17px;
  top: 40px;
  z-index: 1; }

.article-carousel .carousel-container .article-block {
  width: 49%;
  height: 154px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  float: left;
  margin-right: 5px; }

.article-carousel .carousel-container .article-block.last {
  margin-right: 0; }

@media (max-width: 767px) {
  .article-carousel .carousel-container .article-block {
    width: 100%;
    float: left;
    margin-left: 0px !important; } }

.article-carousel .carousel-container .article-block .article-tag-container {
  position: absolute;
  top: 0;
  margin-bottom: 5px;
  font-style: italic; }

.article-carousel .carousel-container .article-block .article-tag-container .article-tag {
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #ceca00;
  color: #fff; }

.article-carousel .carousel-container .article-block .article-bg-image {
  background-image: url(/images/structure/img/home/placeholder-carousel.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.article-carousel .carousel-container .article-block .article-text {
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 15px; }

.article-carousel .carousel-container .article-block .article-text p {
  margin: 0;
  padding: 0; }

.article-list .article-blocks .article-block-sm {
  height: 120px;
  margin-bottom: 60px;
  display: block; }

@media (max-width: 767px) {
  .article-list .article-blocks .article-block-sm {
    margin-bottom: 20px !important; } }

.article-content {
  display: inline-block;
  width: calc(100% - 135px); }

.article-content .article-tag-container {
  margin-bottom: 5px;
  font-style: italic; }

.article-content .article-tag-container .article-tag-sm {
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px; }

.article-tag-sm.business-cloud-opinion {
  color: #1299dd; }

.article-list .article-blocks .article-block-sm .article-content .article-tag-container .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

.article-list .article-blocks .article-block-sm .article-content .article-tag-container .date {
  color: #aaa;
  font-size: 11px; }

.article-content .article-summary {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer; }

.article-content .article-summary {
  display: block;
  font-size: 16px;
  font-weight: 500;
  word-break: break-word; word-wrap: break-word;
  text-align: left;
  float: left; }

.article-list .article-blocks .article-block-sm .article-content .read-more {
  clear: both; }

.article-list .article-blocks .article-block-lg {
  display: block;
  position: relative;
  margin-bottom: 10px; }

.article-list .article-blocks .article-block-lg .article-thumbnail {
  background-image: url(/images/structure/img/home/placeholder-article-lg.png);
  display: inline-block;
  vertical-align: top;
  height: 168px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

.article-list .article-blocks .article-block-lg .article-tag-container {
  position: absolute;
  top: 0;
  margin-bottom: 5px;
  font-style: italic; }

.article-list .article-blocks .article-block-lg .article-tag-container .article-tag-lg {
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #d80a8d;
  color: #fff; }

.article-list .article-blocks .article-block-lg .article-content {
  display: inline-block;
  margin-top: 15px;
  width: 100%; }

.article-list .article-blocks .article-block-lg .article-content .article-summary {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  float: left; }

.article-list .article-blocks .article-block-lg .read-more {
  clear: both;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600; }

.article-list .article-blocks .article-block-lg .read-more a {
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.article-list .article-blocks .article-block-lg .read-more a:hover {
  text-decoration: underline; }

.latest-videos {
  background: #F4F4F4;
  width: 100%;
  padding: 30px 0 0;
  margin: 0; }

.latest-videos .margin-right {
  margin-right: 10px; }

.latest-videos .margin-left {
  margin-left: 10px; }

.latest-videos .video-container .video-section-title {
  border-bottom: solid 3px #1299dd;
  margin-bottom: 27px; }

.latest-videos .video-container .video-section-title h3 {
  margin: 0;
  padding: 0; }

.latest-videos .video-container .video-section-lg {
  height: 430px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 10px; }

.latest-videos .video-container .video-section {
  height: 210px;
  float: right;
  overflow: hidden;
  position: relative;
  width: 45%;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .latest-videos .video-container .video-section {
    width: 100%;
    float: left;
    margin-left: 0px !important; } }

.latest-videos .video-container .video-bg-image {
  background-image: url(/images/structure/img/home/placeholder1.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.latest-videos .video-container .video-logo {
  background: #000;
  width: 34px;
  position: absolute;
  height: 25px;
  top: 0;
  left: 0;
  z-index: 1; }

.latest-videos .video-container .video-logo img {
  margin: 6px 10px; }

.latest-videos .video-container .video-text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #FFFFFF;
  padding: 15px; }

.latest-videos .video-container .video-text h3 {
  padding: 0;
  margin: 0; }

.latest-videos .video-container .video-text p {
  margin: 0;
  padding: 0; }

@media only screen and (min-width: 1400px) {
  .news.magazine .article-section .article-list .article-block {
    width: 48%;
    margin: 0 1%; } }

.article-preview::before {
  content: "PREVIEW";
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #000000;
  font-weight: bold;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4); }

.article-list .article-summary,
.article-list .article-summary a {
  color: #252525;
  text-align: left;
  text-decoration: none; }

.partner-container .partner {
  margin: 20px 0; }

.partner-container .partner .logo-container img {
  width: 100%; }

.partner-container .partner .description-container p {
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #252525; }

.contact-container .panel .panel-content {
  padding: 20px 30px; }

.contact-container .panel .panel-content a {
  font-weight: 700;
  text-decoration: none; }

.article-breadcrumbs ul {
  padding: 0;
  color: #000;
  list-style-type: none; }

.article-breadcrumbs ul li {
  display: inline-block;
  padding-left: 5px; }

.article-breadcrumbs ul li a {
  color: #000; }

.article-breadcrumbs ul li.active a {
  text-decoration: none; }

.article-breadcrumbs ul li:first-of-type {
  list-style-type: none; }

.article-title h1 {
  margin: 10px 0;
  font-size: 40px;
  font-weight: 500;
  color: #252525;
  word-break: break-word; word-wrap: break-word; }

.article .article-text p {
  font-size: 15px;
  font-weight: 500;
  text-align: left; }

.article .article-image {
  position: relative;
  text-align: center; }

.article img {
  max-width: 100%; }

.article .article-image cite {
  display: block;
  width: auto;
  background-color: rgba(0, 0, 0, 0.75);
  color: #c8c8c8;
  font-size: 0.8em;
  padding: 1em;
  position: absolute;
  bottom: 1.5em;
  right: 0px; }

.article .article-image figcaption {
  display: block;
  width: 100%;
  color: #373737;
  font-weight: bold;
  font-size: 0.8em;
  text-align: left; }

.article .article-image-credit {
  margin: 0px; }

.article .article-video {
  margin-left: 40px;
  margin-right: 40px;
  /* Small Devices, Tablets */ }

@media only screen and (max-width: 800px) {
  .article .article-video {
    margin: 0; } }

.article .share-article {
  margin: 40px 0; }

.article .video-summary {
  margin-left: 40px;
  margin-right: 40px;
  /* Small Devices, Tablets */ }

.article .video-summary span {
  width: calc(100% - 100px);
  float: left; }

@media only screen and (max-width: 800px) {
  .article .video-summary {
    margin: 0; } }

.article .video-summary .video-social-icons {
  width: 100px;
  float: right; }

.article .video-summary .video-social-icons a {
  text-align: center;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 1px;
  font-size: 10px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 0.3s; }

.article .video-summary .video-social-icons a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.article .video-summary .video-social-icons a.google-plus {
  background: #CB3E2E; }

.article .video-summary .video-social-icons a.google-plus:hover {
  background: #d34e3f; }

.article .video-summary .video-social-icons a.twitter {
  background: #3BCBFD; }

.article .video-summary .video-social-icons a.twitter:hover {
  background: #54d2fd; }

.article .video-summary .video-social-icons a.linkedin {
  background: #1085AE; }

.article .video-summary .video-social-icons a.linkedin:hover {
  background: #1297c5; }

.magazine-container {
  margin-top: 30px; }

.magazine-container .row {
  overflow: hidden; }

.magazine-container .row .tile {
  margin-top: 10px;
  padding: 0 5px; }

.magazine-container .row .tile .bg-dark {
  background: #E4E4E4;
  padding: 20px; }

.magazine-container .row .tile .bg-light {
  background: #F0F0F0;
  padding: 20px; }

.magazine-container .row .tile .bg-white {
  background: #FFF;
  padding: 20px; }

.magazine-container .row .tile hr {
  height: 1px;
  border: none;
  border-top: 1px solid #1299dd; }

.magazine-container .row .tile.issue-image img {
  display: block;
  margin: auto;
  max-width: 250px;
  width: 100%; }

.magazine-container .row .tile.issue-number .date-container p {
  font-weight: 500;
  line-height: 25px; }

.magazine-container .row .tile.issue-number .subscribe-btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: #bfcb01;
  padding: 10px; }

.magazine-container .row .tile.issue-number .infinite-bottom {
	padding-top: 0; }

.magazine-container .row .tile.issue-number .infinite-bottom .title-container h2 {
	margin-top: 0;
}

.magazine-container .row .tile.extras-in-the-magazine ul {
  list-style: none;
  padding: 0; }

.magazine-container .row .tile.extras-in-the-magazine ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px; }

.magazine-container .row .tile.extras-in-the-magazine ul li:before {
  margin-right: 10px;
  content: "• ";
  color: #5fa0a1; }

.magazine-container .row .tile.in-this-issue h2 {
  margin: 0; }

.magazine-container .row .tile.in-this-issue .article-blocks {
  margin: 20px 0; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm {
  margin-bottom: 15px;
  display: block; }

@media (max-width: 767px) {
  .magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm {
    margin-bottom: 20px !important; } }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-thumbnail {
  background-image: url(/images/structure/img/home/placeholder-article-sm.png);
  display: inline-block;
  vertical-align: top;
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content {
  display: inline-block;
  width: calc(100% - 145px); }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-tag-container {
  margin-bottom: 5px;
  font-style: italic; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-tag-container .article-tag-sm {
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #ceca00;
  color: #fff; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-tag-container .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-tag-container .date {
  color: #aaa;
  font-size: 11px; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-summary {
  font-size: 20px;
  font-weight: 500;
  text-align: left; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content a {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content a:hover {
  text-decoration: underline; }

.panel .panel-content p {
  line-height: 30px;
  margin: 0; }

.list-container .image-container {
  margin: 10px 0 30px; }

.list-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.list-container ul li a {
  display: inline-block;
  color: #252525;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px; }

.list-container ul li.red a {
  color: #E71D36; }

.events {
  margin-bottom: 5px; }

.events .event-block-lg {
  height: 365px;
  width: calc(70% - 5px);
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.events .event-block-lg .event-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-1.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.events .event-block-lg .event-description {
  position: absolute;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.events .event-block-lg .event-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .events .event-block-lg {
    width: 100%;
    height: 250px; } }

.events .event-sm-container {
  height: 365px;
  width: 30%; }

.events .event-sm-container .event-block-sm {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.events .event-sm-container .event-block-sm .event-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.events .event-sm-container .event-block-sm .event-description {
  position: absolute;
  width: calc(100% - 20px);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.events .event-sm-container .event-block-sm .event-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .events .event-sm-container {
    width: 100%;
    height: 500px; }
  .events .event-sm-container .event-block-sm {
    height: 250px; } }

.event-list .event {
  margin-bottom: 20px; }

.event-list .event img {
  height: 140px;
  width: 100%; }

.event-list .event .event-info {
  text-align: left;
  color: #515151;
  font-size: 15px; }

.event-list .event .event-description {
  text-align: left;
  color: #252525;
  font-size: 20px; }

.event-list .event .event-location {
  text-align: left;
  color: #1299dd;
  font-size: 15px; }

.event-category .category-title {
  border-bottom: solid 2px #1299dd;
  text-transform: uppercase; }

.event-category .category-block-lg {
  width: calc(70% - 36px);
  height: 175px;
  float: left;
  margin-right: 36px;
  margin-bottom: 36px; }

.event-category .category-block-lg .category-block-image {
  background-image: url("/images/structure/img/events/placeholder-event-6.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  transition: all 0.5s; }

.event-category .category-block-lg .category-block-image::after {
  content: "Category";
  color: #fff;
  line-height: 150px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77); }

@media (max-width: 767px) {
  .event-category .category-block-lg {
    width: 100%;
    margin-bottom: 20px; } }

.event-category .category-block-sm {
  width: 30%;
  height: 175px;
  margin-right: 5%;
  margin-bottom: 36px;
  float: left; }

.event-category .category-block-sm .category-block-image {
  background-image: url("/images/structure/img/events/placeholder-event-6.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  transition: all 0.5s; }

.event-category .category-block-sm .category-block-image::after {
  content: "Category";
  color: #fff;
  line-height: 150px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77); }

@media (max-width: 767px) {
  .event-category .category-block-sm {
    width: 100%;
    margin-bottom: 20px; } }

.event-category .first {
  margin-right: 0; }

.event-category .last {
  margin-right: 0; }

.opinion .opinion-block-lg {
  height: 365px;
  width: calc(70% - 5px);
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  float: left; }

.opinion .opinion-block-lg .opinion-bg-image {
  min-height: 155px;
  background-image: url("/images/structure/img/opinion/placeholder-opinion-1.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

@media (max-width: 767px) {
  .opinion .opinion-block-lg {
    width: 100%;
    height: 250px;
	margin-bottom: 7px; } }

.opinion .opinion-sm-container {
  height: 365px;
  width: 30%; }

.opinion .opinion-sm-container .opinion-block-sm .opinion-bg-image {
  min-height: 75px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.opinion .opinion-sm-container .opinion-block-sm .opinion-description {
  position: absolute;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 7px;
  display: table;
  height: 60px;
  width: 100%;
  overflow: hidden; }

.opinion-sm-container .opinion-block-sm .opinion-description p,
.opinion-block-lg .opinion-description p,
.magazine-block.featured .opinion-description p {
  margin: 0;
  padding: 0;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 40px; }

@media (max-width: 767px) {
  .opinion .opinion-sm-container {
    width: 100%;
    height: 500px; }
  .opinion .opinion-sm-container .opinion-block-sm {
    width: 49%; }
  .opinion .opinion-sm-container .opinion-block-sm:first-child {
    margin-right: 2%; } }

.opinion-list .opinion-block-sm {
  height: 120px;
  margin-bottom: 60px;
  display: block; }

@media (max-width: 767px) {
  .opinion-list .opinion-block-sm {
    margin-bottom: 20px !important; } }

.opinion-list .opinion-block-sm .opinion-thumbnail {
  background-image: url("/images/structure/img/opinion/placeholder-opinion-3.png");
  display: inline-block;
  vertical-align: top;
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

.opinion-list .opinion-block-sm .opinion-content {
  display: inline-block;
  width: calc(100% - 145px); }

.opinion-list .opinion-block-sm .opinion-content .opinion-tag-container {
  margin-bottom: 5px;
  font-style: italic; }

.opinion-list .opinion-block-sm .opinion-content .opinion-tag-container .opinion-tag-sm {
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #d80a8d;
  color: #fff; }

.opinion-list .opinion-block-sm .opinion-content .opinion-tag-container .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

.opinion-list .opinion-block-sm .opinion-content .opinion-tag-container .date {
  color: #aaa;
  font-size: 11px; }

.opinion-list .opinion-block-sm .opinion-content .opinion-summary {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  float: left; }

.opinion-list .opinion-block-sm .opinion-content a {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  float: left;
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.opinion-list .opinion-block-sm .opinion-content a:hover {
  text-decoration: underline; }

.panel .panel-content a {
  text-decoration: none;
  font-weight: 700; }

.panel.map-panel .panel-content .contact-map {
  width: 100%;
  height: 400px;
  margin: 20px 0 -25px; }

.contact-map-google-map {
  border: 0 none;
  height: 380px;
  width: 100%; }

.panel.map-panel .panel-content .marker-info p {
  line-height: inherit;
  padding: 3px 0; }

.podcasts-load-more-container {
  width: 100%;
  text-align: center;
  padding: 10px; }

.panel-container .panel .panel-content p {
  line-height: 19px;
  padding-bottom: 10px; }

.team-container {
  width: 100%;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }

.podcast-player audio {
  width: 100%; }

@media (max-width: 700px) {
  .team-container .team-card {
    width: 100%; } }

.team-container .team-card .image-container {
  margin: 20px 0; }

.team-container .team-card .image-container img {
  margin: auto; }

.team-container .team-card .name-container {
  margin-bottom: 20px; }

.team-container .team-card .name-container span {
  background: #1299dd;
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 5px 10px; }

.team-container .team-card .bio-container {
  padding: 0 12px; }

.team-container .team-card .bio-container p {
  font-size: 14px;
  color: #252525; }

.team-container:after {
  content: '';
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0; }

.video-icon {
  position: absolute;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  top: 0;
  left: 0; }

.videos {
  margin-bottom: 5px; }

.videos .video-block-lg {
  height: 365px;
  width: calc(70% - 5px);
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.videos .video-block-lg .video-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-1.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.videos .video-block-lg .video-description {
  position: absolute;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.videos .video-block-lg .video-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .videos .video-block-lg {
    width: 100%;
    height: 250px; } }

.videos .video-sm-container {
  height: 365px;
  width: 30%; }

.videos .video-sm-container .video-block-sm {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.videos .video-sm-container .video-block-sm .video-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.videos .video-sm-container .video-block-sm .video-description {
  position: absolute;
  width: calc(100% - 20px);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.videos .video-sm-container .video-block-sm .video-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .videos .video-sm-container {
    width: 100%;
    height: 500px; }
  .videos .video-sm-container .video-block-sm {
    height: 250px; } }

.video-list {
  margin-bottom: 5px; }

.video-list .video-block-sm {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.video-list .video-block-sm .video-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.video-list .video-block-sm .video-description {
  position: absolute;
  width: calc(100% - 20px);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.video-list .video-block-sm .video-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .video-list {
    width: 100%;
    height: 500px; }
  .video-list .video-block-sm {
    height: 250px; } }

.video-category .category-title {
  border-bottom: solid 2px #1299dd;
  text-transform: uppercase; }

.video-category .category-block-lg {
  width: calc(70% - 36px);
  height: 175px;
  float: left;
  margin-right: 36px;
  margin-bottom: 36px; }

.video-category .category-block-lg .category-block-image {
  background-image: url("/images/structure/img/events/placeholder-event-6.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  transition: all 0.5s; }

.video-category .category-block-lg .category-block-image::after {
  content: "Category";
  color: #fff;
  line-height: 150px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77); }

@media (max-width: 767px) {
  .video-category .category-block-lg {
    width: 100%;
    margin-bottom: 20px; } }

.video-category .category-block-sm {
  width: 30%;
  height: 175px;
  margin-right: 5%;
  margin-bottom: 36px;
  float: left; }

.video-category .category-block-sm .category-block-image {
  background-image: url("/images/structure/img/events/placeholder-event-6.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  transition: all 0.5s; }

.video-category .category-block-sm .category-block-image::after {
  content: "Category";
  color: #fff;
  line-height: 150px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77); }

@media (max-width: 767px) {
  .video-category .category-block-sm {
    width: 100%;
    margin-bottom: 20px; } }

.video-category .first {
  margin-right: 0; }

.video-category .last {
  margin-right: 0; }

.video-js .vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%); }

.search .search-box {
  border: solid 1px #000;
  display: block;
  width: 100%;
  height: 40px; }

.search .search-box input[type=text] {
  width: calc(100% - 76px);
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  color: #7f7f7f; }

.search .search-box input[type=text]::-webkit-input-placeholder {
  font-style: italic;
  color: #7f7f7f; }

.search .search-box .search-btn {
  text-transform: uppercase;
  color: #fff;
  background: #7f7f7f;
  border: 0;
  outline: 0;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  cursor: pointer; }

.search-list .search-results {
  font-size: 20px;
  text-align: left;
  margin: 20px 0; }

.search-list .search-block-sm {
  margin-bottom: 10px;
  display: block; }

.search-list .search-block-sm .search-thumbnail {
  background-image: url("/images/structure/img/opinion/placeholder-opinion-3.png");
  display: inline-block;
  vertical-align: top;
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

.search-list .search-block-sm .search-content {
  display: inline-block;
  width: calc(100% - 145px); }

.search-list .search-block-sm .search-content .search-tag-container {
  margin-bottom: 5px;
  font-style: italic; }

.search-list .search-block-sm .search-content .search-tag-container .search-tag-sm {
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #d80a8d;
  color: #fff; }

.search-list .search-block-sm .search-content .search-tag-container .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

.search-list .search-block-sm .search-content .search-tag-container .date {
  color: #aaa;
  font-size: 11px; }

.search-list .search-block-sm .search-content .search-title {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  float: left;
  margin: 3px 0; }

.search-list .search-block-sm .search-content .search-summary {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  float: left;
  margin: 3px 0; }

.search-list .search-block-sm .search-content a {
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  float: left;
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.search-list .search-block-sm .search-content a:hover {
  text-decoration: underline; }

.container {
  position: relative; }

/* responsive youtube videos */
.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.youtube-video iframe,
.youtube-video object,
.youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

img.video-thumbnail {
  max-width: 100%; }

.video-container {
  min-height: 200px;
  display: table;
  width: 100%; }

.video-container img {
  position: relative;
  width: 100%;
  display: table-row; }

.video-container.featured img {
  height: auto;
  max-height: 900px;
  display: table-cell; }

.video-container.featured .thumbnail-title {
  vertical-align: middle;
  width: 33.333333%;
  display: table-cell;
  font-size: 24px; }

.thumbnail-title {
  text-decoration: none;
  display: table-row;
  position: relative;
  top: 0;
  background-color: #0f0f0f;
  padding: 15px 5px;
  box-sizing: border-box;
  color: #f5f5f5;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-size: 14px;
  height: 70px; }

.video-bottom-margin {
  margin-bottom: 25px; }

.ukfast_video,
.video-js {
  margin: 0px auto;
  overflow: hidden; }

p.main_paragraph {
  font-size: 17px;
  line-height: 27px;
  text-align: justify; }

section.video-segment {
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.no-link-styles {
  text-decoration: none;
  color: #252525; }

/** DEA Page styling **/
.sponsorship-table {
  border-spacing: 0;
  box-sizing: border-box;
  display: block; }

.sponsorship-table__header {
  display: none; }

.sponsorship-table__row {
  width: 100%;
  display: block;
  border-bottom: 2px solid #eeeeee; }

.sponsorship-table__cell {
  background: #eeeeee;
  display: block;
  margin: 10px 0;
  padding: 10px 15px; }

.sponsorship-table__level {
  background: #00A3A4;
  color: #ffffff; }

.sponsorship-table__cost {
  text-align: center;
  background: #dddddd;
  font-size: 1.7rem; }

.sponsorship-table__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.sponsorship-table__list li {
  margin: 0 0 15px; }

.sponsorship-table__list li:last-child {
  margin: 0; }

@media (min-width: 600px) {
  .sponsorship-table {
    display: table;
    border-spacing: 10px; }
  .sponsorship-table__header {
    display: table-header-group; }
  .sponsorship-table__heading {
    background: #00A3A4;
    color: #fff;
    text-transform: uppercase;
    padding: 13px; }
  .sponsorship-table__row--odd .sponsorship-table__cell {
    background: #ddd; }
  .sponsorship-table__row--even .sponsorship-table__cell {
    background: #eee; }
  .sponsorship-table__row {
    display: table-row; }
  .sponsorship-table__cell {
    color: #000000;
    vertical-align: top;
    padding: 13px;
    display: table-cell; } }

/* UKFtabs */
ul.ukf_tabs {
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
  display: block;
  height: 46px;
  margin: 0 -1.9%;
  padding: 0;
  width: auto; }

ul.ukf_tabs > li {
  background: #f3f5f7;
  border: 1px solid #dddddd;
  display: block;
  float: left;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 44px;
  list-style: none;
  position: relative;
  padding: 0;
  margin-right: 0;
  width: 24.7%; }

ul.ukf_tabs > li a {
  cursor: pointer;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  color: inherit;
  font-weight: inherit; }

ul.ukf_tabs > li.active, ul.ukf_tabs > li:hover {
  border-bottom: 1px solid #ffffff;
  background-color: #fff; }

ul.ukf_tabs .tab-help {
  display: none; }

.ukf_tab_content {
  border: 1px solid #dddddd;
  border-top-color: transparent;
  clear: both;
  margin: 0;
  min-height: 200px;
  padding: 3%;
  width: auto; }

ul.ukf_tabs .nav-expand {
  display: none; }

ul.ukf_tabs > li > a h4,
ul.ukf_tabs > li > h4 {
  margin: 0; }

/** UKFTabs - Accordion styling **/
ul.ukf_tabs.accordion {
  border-bottom-width: 1px;
  height: auto;
  margin: 0;
  padding: 0; }

ul.ukf_tabs.accordion .ukf_tab_content {
  padding: 3px 25px 25px;
  background: #ffffff; }

ul.ukf_tabs.accordion > li {
  border-bottom: none;
  float: none;
  width: auto;
  padding: 5px 0; }

ul.ukf_tabs.accordion > li .preview-content {
  padding: 0 25px 15px;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  width: 80%; }

ul.ukf_tabs.accordion > li .nav-expand-container {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0; }

ul.ukf_tabs.accordion > li span.nav-expand {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #2f2f2f;
  font-size: 0;
  line-height: 0;
  transition: transform 0.2s linear;
  margin: 15px;
  cursor: pointer; }

ul.ukf_tabs.accordion > li.active span.nav-expand {
  transform: rotate(180deg);
  transition: transform 0.2s linear; }

ul.ukf_tabs.accordion > li a {
  color: inherit;
  display: block;
  padding: 0 25px;
  margin: 0;
  text-align: left;
  position: relative; }

ul.ukf_tabs.accordion > li a:after {
  content: '';
  display: table;
  clear: both; }

ul.ukf_tabs > li a:hover, ul.ukf_tabs > li a:focus {
  border: 0; }

div.ukf_tab_content > span {
  text-transform: uppercase;
  color: #002664;
  font-size: 1.6rem;
  font-weight: bold; }

ul.ukf_tabs.accordion .accordion_row_icon {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  margin: 5px 5px 5px 0; }

ul.ukf_tabs.accordion .accordion_row_title {
  vertical-align: middle; }

ul.ukf_tabs.accordion-numbered .accordion_row_title {
  font-weight: normal; }

ul.ukf_tabs.accordion .accordion_row_icon img {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

ul.ukf_tabs.accordion-numbered .accordion_row_index_wrapper {
  float: right;
  position: absolute;
  display: inline-table;
  top: 50%;
  transform: translateY(-50%);
  right: 25px; }

ul.ukf_tabs.accordion-numbered .accordion_row_index_wrapper .accordion_row_index {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.5em;
  font-weight: bold; }

/** DEA UKFTabs **/
ul.dea_tabs.accordion {
  border: none; }

ul.dea_tabs.accordion > li {
  background: #00A3A4;
  color: #ffffff;
  margin: 10px 0;
  border: none;
  line-height: 35px; }

ul.dea_tabs.accordion > li span.nav-expand {
  border-top: 10px solid #ffffff;
  margin: 13px 15px; }

ul.dea_tabs.accordion .ukf_tab_content {
  background: none;
  border: none;
  padding: 0 10px;
  min-height: 0; }

.dea-category-list {
  margin: 0;
  list-style-type: none;
  padding: 0; }

.dea-category-list__item {
  background: #eeeeee;
  padding: 15px;
  margin: 10px 0; }

.default_button.dea_cta {
  background: #00A3A4; }

.default_button.dea_cta:hover {
  background: #009a9b; }

.dea-logo {
  margin: 0 10px 10px; }

/* Helpers - defined last to override ===================== */
.hidden, .display-none {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clear, .clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

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

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

.display-block {
  display: block; }

.display-inline {
  display: inline; }

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.vertical_align_top {
  vertical-align: top !important; }

.block-center {
  margin: 0 auto; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.ad-container {
  text-align: left;
  margin: auto;
  position: relative;
  max-width: 1384px; }

.ad-container-full-banner img {
  height: 60px;
  width: 468px; }

.ad-container-leaderboard img {
  height: 90px;
  width: 728px; }

.ad-container-square img {
  height: 280px;
  width: 336px; }

.ad-container-skyscraper img {
  height: 600px;
  width: 160px; }

.ad-container-small-skyscraper img {
  height: 240px;
  width: 120px; }

.ad-container-fat-skyscraper img {
  height: 400px;
  width: 240px; }

.ad-container-half-banner img {
  height: 60px;
  width: 234px; }

.ad-container-rectangle img {
  height: 150px;
  width: 180px; }

.ad-container-square-button img {
  height: 125px;
  width: 125px; }

.ad-container-button img {
  height: 90px;
  width: 120px; }

.ad-container-header {
  background: none; }

.ad-container-left, .ad-container-right {
  background: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  background-size: 100% auto;
  height: auto;
  width: calc((100% - 1024px) / 2);
  max-width: 180px;
  text-align: center; }

.ad-container-left {
  left: 0px; }

.ad-container-left img, .ad-container-right img {
  width: 100%;
  height: auto; }

.ad-container-right {
  right: 0px; }

.ad-container-sidebar {
  z-index: -1; }

.ad-container-rectangle {
  display: block;
  background: none;
  width: 100%; }

.ad-container-rectangle img {
  width: 100%;
  height: auto; }

main .ad-container {
  display: block;
  margin: 20px 0;
  width: 100%;
  height: auto; }

main .ad-container img {
  width: 100%;
  height: auto; }

@media all and (max-width: 800px) {
  .ad-container-leaderboard img {
    width: 100%;
    height: auto; } }

@media all and (max-width: 991px) {
  .ad-container-rectangle {
    display: none; } }

@media all and (max-width: 1279px) {
  .ad-container-left, .ad-container-right {
    display: none; } }

.upcoming-event {
  color: inherit;
  text-decoration: inherit;
  width: 100%; }

.event-container .upcoming-events .upcoming-event-description i {
  margin: auto 2.5px auto 10px; }

.article-list {
  text-align: left;
  height: 100%; }

.article-list .article {
  text-align: center;
  display: inline-block;
  width: 33.3333%;
  height: auto;
  border-left: 1px solid #00a3eb; }

.article-list .article img {
  width: 100%; }

.news_by_tag .article-list div:nth-of-type(3n+1) {
  clear: both; }

article.news.featured .hero-article {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative; }

article.news.featured .hero-article .hero-text .featured-category {
  padding: 10px 0px;
  color: #8d8d8d;
  font-weight: 300; }

article.news.featured .hero-article .hero-text .featured-snippet {
  color: #fff; }

article.news.featured .hero-article .hero-text h1 {
  margin: 0px;
  color: #fff; }

article.news.featured .hero-article .hero-text {
  position: relative;
  float: left;
  width: 33%;
  padding: 30px;
  background: #000;
  z-index: 3; }

article.news.featured .hero-article:hover .hero-image {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

article.news.featured .hero-article .hero-image {
  position: relative;
  float: right;
  right: 0;
  width: calc(67% - 60px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: all 0.5s; }

article.latest-news {
  width: 33.333333%;
  height: 150px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px; }

article.latest-news .bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

article.latest-news .text {
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 50%;
  width: calc(100% - 20px);
  font-size: 13px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: all 0.5s; }

article.latest-news:hover .bg {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

article.latest-news:hover .text {
  background: rgba(255, 255, 255, 0.9);
  color: #333; }

article.news .published {
  color: #adadad;
  display: block;
  font-size: 12px;
  font-size: 1.2rem; }

article.news.single h1 {
  margin-bottom: 0; }

.latest-title {
  border-top: 2px solid #000;
  padding-top: 10px;
  margin-bottom: 25px;
  text-transform: uppercase; }

.homepage article.news.featured img {
  width: 100%; }

section.news-articles h2 {
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad; }

section.news-articles article {
  margin-bottom: 1.5em; }

section.news-articles article .published {
  margin-bottom: 10px; }

section.news-articles article img {
  margin-bottom: 10px; }

section.news-articles article p.snippet {
  margin-bottom: 0.75em; }

section.news-articles article p.read-more {
  clear: left;
  margin-bottom: 0; }

section.news-articles article p.read-more a {
  font-weight: normal; }

section.all-articles article .info {
  margin-bottom: 5px;
  font-style: italic; }

section.all-articles article .info .category {
  display: inline-block;
  background: #ccc;
  color: #fff;
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px; }

section.all-articles article .info .category.category-news {
  background: #e74c3c; }

section.all-articles article .info .category.category-magazine {
  background: #3498db; }

section.all-articles article .info .category.category-opinion {
  background: #2ecc71; }

section.all-articles article .info .category.category-expert-insight {
  background: #9b59b6; }

section.all-articles article .info .category.category-tech-talk {
  background: #f1c40f; }

section.all-articles article .info .category.category-tech-events {
  background: #1abc9c; }

section.all-articles article .info .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

section.all-articles article .info .date {
  color: #aaa;
  font-size: 11px; }

section.all-articles article .content.has-image {
  width: calc(100% - 125px); }

section.all-articles article .content {
  display: inline-block;
  width: 100%; }

section.all-articles article .content h3.title a {
  font-size: 21px;
  font-weight: 400;
  color: #333; }

section.all-articles article .content p.snippet {
  font-size: 13px;
  margin-bottom: 10px; }

section.all-articles article .content p.read-more {
  margin-bottom: 0; }

section.all-articles article .content p.read-more a {
  font-size: 18px;
  font-weight: 400;
  color: #39395D;
  text-decoration: none; }

section.all-articles article .thumbnail {
  display: inline-block;
  vertical-align: top;
  height: 100px;
  width: 100px;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

@media (min-width: 780px) {
  article.news.featured .hero-article .hero-image.mobile {
    display: none; } }

@media (max-width: 780px) {
  article.news.featured .hero-article .hero-image.desktop {
    display: none; }
  article.news.featured .hero-article .hero-image.mobile {
    float: none;
    width: 100%;
    display: block; }
  article.news.featured .hero-article .hero-text {
    width: calc(100% - 60px);
    float: none; } }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clearfix {
  clear: both; }

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

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

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

.text-blue {
  color: #1299dd; }

.infinite-bottom {
  margin-bottom: -9999px !important;
  padding-bottom: 9999px !important; }

.skip-to-content {
  display: block;
  width: 50%;
  height: 0;
  text-indent: -9999px; }

.social-icon-circles a {
  text-align: center;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0 5px;
  padding: 15px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 0.3s; }

.social-icon-circles a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.social-icon-circles a.google-plus {
  background: #CB3E2E; }

.social-icon-circles a.google-plus:hover {
  background: #d34e3f; }

.social-icon-circles a.twitter {
  background: #3BCBFD; }

.social-icon-circles a.twitter:hover {
  background: #54d2fd; }

.social-icon-circles a.linkedin {
  background: #1085AE; }

.social-icon-circles a.linkedin:hover {
  background: #1297c5; }

.navigation.breadcrumbs ul {
  margin: 16px 0;
  padding: 0 12px;
  list-style-type: none; }

.navigation.breadcrumbs ul li {
  display: inline-block;
  padding-left: 5px;
  font-size: 16px;
  color: #fff; }

.navigation.breadcrumbs ul li a {
  color: #fff; }

.navigation.breadcrumbs ul li.active a {
  text-decoration: none; }

.navigation.breadcrumbs ul li:first-of-type {
  list-style-type: none; }

.page-title {
  margin: 10px 0;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border: none; }

.page-pagination-links {
  margin-top: 30px; }

.page-pagination-links a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 3px; }

.page-pagination-links a.left-arrow {
  margin-right: 30px; }

.page-pagination-links a.right-arrow {
  margin-left: 30px; }

.page-pagination-links a.active {
  color: #252525; }

.subscribe-section {
  margin: 20px 0; }

.subscribe-section .subscribe-container {
  height: 86px;
  background: #128ec5;
  padding: 0 20px; }

.subscribe-section .subscribe-container .subscribe-title {
  color: white;
  float: left;
  font-weight: 500;
  margin-right: 15px;
  margin-top: 25px; }

.subscribe-section .subscribe-container h1.success {
  margin: 0;
  padding: 15px 0 0;
  font-size: 50px;
  text-align: center;
  color: #fff; }

.subscribe-section .subscribe-container .input-group {
  border: solid 1px white;
  display: block;
  margin-top: 20px; }

.subscribe-section .subscribe-container .input-group input[type=email] {
  background: #128ec5;
  border: 0;
  outline: none;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  color: #fff;
  width: calc(100% - 110px); }

.subscribe-section .subscribe-container .input-group input[type=email]::-webkit-input-placeholder {
  font-style: italic;
  color: #fff; }

.subscribe-section .subscribe-container .input-group .subscribe-btn {
  text-transform: uppercase;
  color: #fff;
  background: #59b0d6;
  border: 0;
  outline: 0;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  cursor: pointer; }

@media (max-width: 767px) {
  .subscribe-section .subscribe-container {
    height: 150px; }
  .subscribe-section .subscribe-container .subscribe-title {
    margin-right: 15px;
    width: 100%; }
  .subscribe-section .subscribe-container .input-group {
    width: 100%;
    margin-top: 10px; } }

.panel {
  margin: 30px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.panel .panel-title {
  background: #000;
  color: #fff;
  padding: 15px 30px; }

.panel .panel-title h1 {
  font-weight: 500;
  font-size: 30px;
  margin: 0; }

.panel .panel-title.green {
  background: #5fa0a1; }

.panel .panel-content {
  background: #fff;
  padding: 20px; }

.comments-title {
  color: #000;
  text-transform: uppercase; }

.comments-title h4, .related-title {
  border-bottom: solid 2px #128ec5; }

.comments .comment-splitter {
  border-bottom: solid 1px #128ec5;
  margin-bottom: 20px; }

.comments .profile-picture img {
  width: 50px;
  height: 50px; }

.comments .comment-info ul {
  padding: 0;
  margin: 0;
  color: #000;
  list-style-type: none; }

.comments .comment-info ul li {
  display: inline-block;
  padding-left: 5px; }

.comments .comment-info ul li a {
  color: #000; }

.comments .comment-info ul li.active a {
  text-decoration: none; }

.comments .comment-info ul li:first-of-type {
  list-style-type: none; }

.comments .comment-info ul li i {
  color: #128ec5; }

.comments .comment {
  width: 100%;
  float: left; }

.comments .user-comment input {
  width: calc(100% - 20px);
  padding-left: 20px;
  height: 50px; }

.comments .submit-btn {
  margin: 20px 0;
  color: #fff;
  background: #000;
  height: 36px;
  width: 84px;
  border: 0; }

.related-content .related-content-title {
  color: #000;
  text-transform: uppercase; }

.related-content .related-content-title h4 {
  border-bottom: solid 2px #128ec5; }

.related-content .related-content-container .article-block {
  width: 208px;
  height: 154px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  float: left;
  margin-right: 6px; }

@media (max-width: 767px) {
  .related-content .related-content-container .article-block {
    width: 100%;
    float: left;
    margin-left: 0 !important; } }

.related-content .related-content-container .article-block:last-child {
  margin-right: 0; }

.related-content .related-content-container .article-block .article-tag-container {
  position: absolute;
  top: 0;
  margin-bottom: 5px;
  font-style: italic; }

.related-content .related-content-container .article-block .article-tag-container .article-tag {
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #ceca00;
  color: #fff; }

.related-content .related-content-container .article-block .article-bg-image {
  background-image: url("/images/structure/img/home/placeholder-carousel.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.related-content .related-content-container .article-block .article-text {
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 15px; }

.related-content .related-content-container .article-block .article-text p {
  margin: 0;
  padding: 0; }

header.page-header {
  width: 100%;
  background: linear-gradient(to right, #00A7F0, #054A66); }

header.page-header .sub-menu {
  margin-bottom: 35px; }

header.page-header .sub-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

header.page-header .sub-menu ul li {
  display: inline-block; }

header.page-header .sub-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  padding: 5px 10px; }

header.page-header .logo-container {
  height: 90px; }

header.page-header .logo-container .header-logo {
  margin: 30px 0;
  max-width: 100%; }

header.page-header .header-ad-container {
  height: 90px;
  background: url(/images/structure/img/banner-ad.png);
  background-size: cover;
  background-position: center;
  margin: 0 0 30px; }

header.page-header .nav-primary {
  position: relative;
  background: #000; }

header.page-header .nav-primary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left; }

header.page-header .nav-primary ul li {
  display: inline-block;
  float: left; }

header.page-header .nav-primary ul li.active a {
  background: #313131; }

header.page-header .nav-primary ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  transition: all 0.3s; }

header.page-header .nav-primary ul li a span {
  font-weight: 400; }

header.page-header .nav-primary ul li a:hover {
  background: #313131; }

.sidebar-container {
  margin-top: 50px; }

.sidebar-container section .section-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  border-bottom: 2px solid #00a9f4; }

.sidebar-container section .event-container .event, .sidebar-container section .event-container .podcast, .sidebar-container section .podcast-container .event, .sidebar-container section .podcast-container .podcast {
  margin: 15px 0; }

.sidebar-container section .event-container .event .image-container, .sidebar-container section .event-container .podcast .image-container, .sidebar-container section .podcast-container .event .image-container, .sidebar-container section .podcast-container .podcast .image-container {
  height: 55px;
  width: 55px;
  background: url("/images/structure/img/placeholder.png");
  background-size: cover;
  background-position: center; }

.sidebar-container section .event-container .event .event-info-container, .sidebar-container section .event-container .event .podcast-info-container, .sidebar-container section .event-container .podcast .event-info-container, .sidebar-container section .event-container .podcast .podcast-info-container, .sidebar-container section .podcast-container .event .event-info-container, .sidebar-container section .podcast-container .event .podcast-info-container, .sidebar-container section .podcast-container .podcast .event-info-container, .sidebar-container section .podcast-container .podcast .podcast-info-container {
  width: calc(100% - 65px); }

.sidebar-container section .event-container .event .event-info-container .event-title, .sidebar-container section .event-container .event .event-info-container .podcast-title, .sidebar-container section .event-container .event .podcast-info-container .event-title, .sidebar-container section .event-container .event .podcast-info-container .podcast-title, .sidebar-container section .event-container .podcast .event-info-container .event-title, .sidebar-container section .event-container .podcast .event-info-container .podcast-title, .sidebar-container section .event-container .podcast .podcast-info-container .event-title, .sidebar-container section .event-container .podcast .podcast-info-container .podcast-title, .sidebar-container section .podcast-container .event .event-info-container .event-title, .sidebar-container section .podcast-container .event .event-info-container .podcast-title, .sidebar-container section .podcast-container .event .podcast-info-container .event-title, .sidebar-container section .podcast-container .event .podcast-info-container .podcast-title, .sidebar-container section .podcast-container .podcast .event-info-container .event-title, .sidebar-container section .podcast-container .podcast .event-info-container .podcast-title, .sidebar-container section .podcast-container .podcast .podcast-info-container .event-title, .sidebar-container section .podcast-container .podcast .podcast-info-container .podcast-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0; }

.sidebar-container section .event-container .event .event-info-container .event-description, .sidebar-container section .event-container .event .event-info-container .podcast-description, .sidebar-container section .event-container .event .podcast-info-container .event-description, .sidebar-container section .event-container .event .podcast-info-container .podcast-description, .sidebar-container section .event-container .podcast .event-info-container .event-description, .sidebar-container section .event-container .podcast .event-info-container .podcast-description, .sidebar-container section .event-container .podcast .podcast-info-container .event-description, .sidebar-container section .event-container .podcast .podcast-info-container .podcast-description, .sidebar-container section .podcast-container .event .event-info-container .event-description, .sidebar-container section .podcast-container .event .event-info-container .podcast-description, .sidebar-container section .podcast-container .event .podcast-info-container .event-description, .sidebar-container section .podcast-container .event .podcast-info-container .podcast-description, .sidebar-container section .podcast-container .podcast .event-info-container .event-description, .sidebar-container section .podcast-container .podcast .event-info-container .podcast-description, .sidebar-container section .podcast-container .podcast .podcast-info-container .event-description, .sidebar-container section .podcast-container .podcast .podcast-info-container .podcast-description {
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-style: italic; }

.sidebar-container section .event-container .event .event-info-container .event-description i.fa, .sidebar-container section .event-container .event .event-info-container .podcast-description i.fa, .sidebar-container section .event-container .event .podcast-info-container .event-description i.fa, .sidebar-container section .event-container .event .podcast-info-container .podcast-description i.fa, .sidebar-container section .event-container .podcast .event-info-container .event-description i.fa, .sidebar-container section .event-container .podcast .event-info-container .podcast-description i.fa, .sidebar-container section .event-container .podcast .podcast-info-container .event-description i.fa, .sidebar-container section .event-container .podcast .podcast-info-container .podcast-description i.fa, .sidebar-container section .podcast-container .event .event-info-container .event-description i.fa, .sidebar-container section .podcast-container .event .event-info-container .podcast-description i.fa, .sidebar-container section .podcast-container .event .podcast-info-container .event-description i.fa, .sidebar-container section .podcast-container .event .podcast-info-container .podcast-description i.fa, .sidebar-container section .podcast-container .podcast .event-info-container .event-description i.fa, .sidebar-container section .podcast-container .podcast .event-info-container .podcast-description i.fa, .sidebar-container section .podcast-container .podcast .podcast-info-container .event-description i.fa, .sidebar-container section .podcast-container .podcast .podcast-info-container .podcast-description i.fa {
  font-size: 13px;
  color: #00a9f4;
  margin: 0 0 0 5px; }

.sidebar-container section .small-ad-container {
  text-align: center;
  margin-bottom: 50px; }

.sidebar-container section .small-ad-container img {
  max-width: 100%; }

footer {
  position: relative;
  color: #fff; }

footer ::-moz-selection {
  background: #1299dd; }

footer ::selection {
  background: #1299dd; }

footer:before {
  position: absolute;
  top: 0;
  left: 70px;
  content: ' ';
  height: 8px;
  width: calc(100% - 140px);
  z-index: 2; }

footer h4 {
  font-size: 16px;
  margin: 40px 0 20px;
  text-transform: uppercase; }

footer .footer-title {
  margin-top: 40px;
  text-transform: uppercase;
  color: #fff; }

footer .footer-round-tables p {
  font-size: 16px; }

footer .footer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

footer .footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px; }

footer .footer-links ul li a:before {
  content: '\f0da';
  font-family: FontAwesome;
  color: #00a9f4;
  margin-right: 10px; }

footer .footer-contact p {
  display: inline-block;
  margin-top: 0;
  font-size: 16px; }

footer .footer-contact p.phone {
  margin-right: 20px; }

footer .footer-contact i.fa {
  color: #00a9f4;
  margin-right: 15px; }

footer .footer-contact .input-group {
  border: 1px solid #fff; }

footer .footer-contact .input-group input[type=email] {
  background: none;
  border: none;
  outline: none;
  padding: 10px;
  margin: 3px;
  height: auto;
  width: calc(100% - 110px);
  box-sizing: border-box;
  color: #fff; }

footer .footer-contact .input-group input[type=email]::-webkit-input-placeholder {
  font-style: italic;
  color: #fff; }

footer .footer-contact .input-group .subscribe-btn {
  text-transform: uppercase;
  background: #7F7F7F;
  color: #000;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  cursor: pointer; }

footer .social-icon-circles {
  margin: 30px 0 10px; }

footer .copyright-notice {
  margin: 10px 0 20px; }

footer .copyright-notice p {
  display: inline-block; }

@media (min-width: 768px) {
  .opinion .opinion-sm-container .opinion-block-sm {
    width: 100%; }
  footer .copyright-notice p:last-of-type {
    margin-left: 50px; } }

footer .copyright-notice p a {
  color: #fff;
  text-decoration: none; }

.ad-horizontal-container {
  height: 200px;
  background: url("/images/structure/img/ad-horizontal.png");
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  margin-bottom: -10px; }

.ad-vertical-1 {
  position: absolute;
  top: 0;
  left: -300px;
  background: url("/images/structure/img/ad-vertical-1.png");
  background-size: 100% auto;
  height: 100%;
  width: 300px; }

.ad-vertical-2 {
  position: absolute;
  top: 0;
  right: -300px;
  background: url("/images/structure/img/ad-vertical-2.png");
  background-size: 100% auto;
  height: 100%;
  width: 300px; }

.article-container {
  margin-top: 10px; }

.article-container article.news.featured a {
  text-decoration: none; }

.article-container article.news.featured .hero-article {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative; }

.article-container article.news.featured .hero-article:hover .hero-image {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.article-container article.news.featured .hero-article .hero-text {
  position: relative;
  float: left;
  width: 33%;
  padding: 30px;
  background: #000;
  z-index: 3; }

.article-container article.news.featured .hero-article .hero-text h1 {
  margin: 0px;
  color: #fff; }

.article-container article.news.featured .hero-article .hero-text .featured-snippet {
  color: #fff; }

.article-container article.news.featured .hero-article .hero-text .featured-category {
  padding: 10px 0px;
  color: #8d8d8d;
  font-weight: 300; }

.article-container article.news.featured .hero-article .hero-image {
  position: relative;
  float: right;
  right: 0;
  width: calc(67% - 60px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: all 0.5s; }

@media (min-width: 780px) {
  .article-container article.news.featured .hero-article .hero-image.mobile {
    display: none; } }

@media (max-width: 780px) {
  .article-container article.news.featured .hero-article .hero-image.desktop {
    display: none; }
  .article-container article.news.featured .hero-article .hero-image.mobile {
    float: none;
    width: 100%;
    display: block; }
  .article-container article.news.featured .hero-article .hero-text {
    width: calc(100% - 60px);
    float: none; } }

.article-carousel .carousel-container {
  position: relative; }

.article-carousel .carousel-container .fa-chevron-left {
  color: #fff;
  position: absolute;
  font-size: 35px;
  left: 17px;
  top: 40px;
  z-index: 1; }

.article-carousel .carousel-container .fa-chevron-right {
  color: #fff;
  position: absolute;
  font-size: 35px;
  right: 17px;
  top: 40px;
  z-index: 1; }

.article-carousel .carousel-container .article-block {
  width: 227px;
  height: 154px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  float: left;
  margin-right: 5px; }

.article-carousel .carousel-container .article-block.last {
  margin-right: 0; }

@media (max-width: 767px) {
  .article-carousel .carousel-container .article-block {
    width: 100%;
    float: left;
    margin-left: 0px !important; } }

.article-carousel .carousel-container .article-block .article-tag-container {
  position: absolute;
  top: 0;
  margin-bottom: 5px;
  font-style: italic; }

.article-carousel .carousel-container .article-block .article-tag-container .article-tag {
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #ceca00;
  color: #fff; }

.article-carousel .carousel-container .article-block .article-bg-image {
  background-image: url(/images/structure/img/home/placeholder-carousel.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.article-carousel .carousel-container .article-block .article-text {
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 15px; }

.article-carousel .carousel-container .article-block .article-text p {
  margin: 0;
  padding: 0; }

@media (max-width: 1430px) {
  .article-carousel {
    display: none; } }

.article-list .article-blocks {
  margin-bottom: 45px; }

.article-list .article-blocks .article-block-sm {
  height: 120px;
  margin-bottom: 60px;
  display: block; }

@media (max-width: 767px) {
  .article-list .article-blocks .article-block-sm {
    margin-bottom: 20px !important; } }

.article-list .article-blocks .article-block-sm .article-content {
  display: inline-block;
  width: 100%; }

.article-list .article-blocks .article-block-sm .article-content .article-tag-container {
  margin-bottom: 5px;
  font-style: italic; }

.article-list .article-blocks .article-block-sm .article-content .article-tag-container .article-tag-sm {
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #ceca00;
  color: #fff; }

.article-list .article-blocks .article-block-sm .article-content .article-tag-container .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

.article-list .article-blocks .article-block-sm .article-content .article-tag-container .date {
  color: #aaa;
  font-size: 11px; }

.article-list .article-blocks .article-block-sm .article-content .article-summary {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  float: left; }

.article-list .article-blocks .article-block-sm .article-content .read-more {
  clear: both; }

.article-list .article-blocks .article-block-sm .article-content a {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.article-list .article-blocks .article-block-sm .article-content a:hover {
  text-decoration: underline; }

.article-list .article-blocks .article-block-lg {
  display: block;
  position: relative;
  margin-bottom: 10px; }

.article-list .article-blocks .article-block-lg .article-thumbnail {
  background-image: url(/images/structure/img/home/placeholder-article-lg.png);
  display: inline-block;
  vertical-align: top;
  height: 168px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

.article-list .article-blocks .article-block-lg .article-tag-container {
  position: absolute;
  top: 0;
  margin-bottom: 5px;
  font-style: italic; }

.article-list .article-blocks .article-block-lg .article-tag-container .article-tag-lg {
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #d80a8d;
  color: #fff; }

.article-list .article-blocks .article-block-lg .article-content {
  display: inline-block;
  margin-top: 15px;
  width: 100%; }

.article-list .article-blocks .article-block-lg .article-content .article-summary {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  float: left; }

.article-list .article-blocks .article-block-lg .read-more {
  clear: both;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600; }

.article-list .article-blocks .article-block-lg .read-more a {
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.article-list .article-blocks .article-block-lg .read-more a:hover {
  text-decoration: underline; }

.latest-videos {
  background: #F4F4F4;
  width: 100%;
  padding: 30px 0 0;
  margin: 0; }

.latest-videos .margin-right {
  margin-right: 10px; }

.latest-videos .margin-left {
  margin-left: 10px; }

.latest-videos .video-container .video-section-title {
  border-bottom: solid 3px #1299dd;
  margin-bottom: 27px; }

.latest-videos .video-container .video-section-title h3 {
  margin: 0;
  padding: 0; }

.latest-videos .video-container .video-section-lg {
  height: 430px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 10px; }

.latest-videos .video-container .video-section {
  height: 210px;
  float: right;
  overflow: hidden;
  position: relative;
  width: 45%;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .latest-videos .video-container .video-section {
    width: 100%;
    float: left;
    margin-left: 0px !important; } }

.latest-videos .video-container .video-bg-image {
  background-image: url(/images/structure/img/home/placeholder1.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.latest-videos .video-container .video-logo {
  background: #000;
  width: 34px;
  position: absolute;
  height: 25px;
  top: 0;
  left: 0;
  z-index: 1; }

.latest-videos .video-container .video-logo img {
  margin: 6px 10px; }

.latest-videos .video-container .video-text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: white;
  padding: 15px; }

.latest-videos .video-container .video-text h3 {
  padding: 0;
  margin: 0; }

.latest-videos .video-container .video-text p {
  margin: 0;
  padding: 0; }

.partner-container .partner {
  margin: 20px 0; }

.partner-container .partner .logo-container img {
  width: 100%; }

.partner-container .partner .description-container p {
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #252525; }

.contact-container .panel .panel-content {
  padding: 20px 30px; }

.contact-container .panel .panel-content a {
  font-weight: 700;
  text-decoration: none; }

.article-breadcrumbs ul {
  padding: 0;
  color: #000;
  list-style-type: none; }

.article-breadcrumbs ul li {
  display: inline-block;
  padding-left: 5px; }

.article-breadcrumbs ul li a {
  color: #000; }

.article-breadcrumbs ul li.active a {
  text-decoration: none; }

.article-breadcrumbs ul li:first-of-type {
  list-style-type: none; }

.article-title h1 {
  margin: 10px 0;
  font-size: 40px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase; }

.article .article-info ul {
  padding: 0;
  color: #000;
  list-style-type: none; }

.article .article-info ul li {
  display: inline-block;
  padding-left: 5px; }

.article .article-info ul li i {
  color: #00a9f4; }

.article .article-info span[itemprop='author'] {
  width: 70%; }

.article .article-info .published {
  width: 30%; }

.article .article-text p {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 15px;
  font-weight: 500;
  text-aign: left; }

.article .article-image img {
  width: 100%;
  height: 100%; }

.article .article-video {
  margin-left: 40px;
  margin-right: 40px;
  /* Small Devices, Tablets */ }

@media only screen and (max-width: 768px) {
  .article .article-video {
    margin: 0; } }

.article .share-article {
  margin: 40px 0; }

.article .video-summary {
  margin-left: 40px;
  margin-right: 40px;
  /* Small Devices, Tablets */ }

.article .video-summary span {
  width: calc(100% - 100px);
  float: left; }

@media only screen and (max-width: 768px) {
  .article .video-summary {
    margin: 0; } }

.article .video-summary .video-social-icons {
  width: 100px;
  float: right; }

.article .video-summary .video-social-icons a {
  text-align: center;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 1px;
  font-size: 10px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 0.3s; }

.article .video-summary .video-social-icons a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.article .video-summary .video-social-icons a.google-plus {
  background: #CB3E2E; }

.article .video-summary .video-social-icons a.google-plus:hover {
  background: #d34e3f; }

.article .video-summary .video-social-icons a.twitter {
  background: #3BCBFD; }

.article .video-summary .video-social-icons a.twitter:hover {
  background: #54d2fd; }

.article .video-summary .video-social-icons a.linkedin {
  background: #1085AE; }

.article .video-summary .video-social-icons a.linkedin:hover {
  background: #1297c5; }

.magazine-container {
  margin-top: 30px; }

.magazine-container .row {
  overflow: hidden; }

.magazine-container .row .tile {
  margin-top: 10px;
  padding: 0 5px; }

.magazine-container .row .tile .bg-dark {
  background: #E4E4E4;
  padding: 20px; }

.magazine-container .row .tile .bg-light {
  background: #F0F0F0;
  padding: 20px; }

.magazine-container .row .tile .bg-white {
  background: #FFF;
  padding: 20px; }

.magazine-container .row .tile hr {
  height: 1px;
  border: none;
  border-top: 1px solid #1299dd; }

.magazine-container .row .tile.issue-image img {
  width: 100%; }

.magazine-container .row .tile.issue-number .date-container p {
  font-weight: 500;
  line-height: 25px; }

.magazine-container .row .tile.issue-number .subscribe-container .subscribe-btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: #5fa0a1;
  margin: 30px 0;
  padding: 10px; }

.magazine-container .row .tile.extras-in-the-magazine ul {
  list-style: none;
  padding: 0; }

.magazine-container .row .tile.extras-in-the-magazine ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px; }

.magazine-container .row .tile.extras-in-the-magazine ul li:before {
  margin-right: 10px;
  content: "• ";
  color: #5fa0a1; }

.magazine-container .row .tile.in-this-issue h2 {
  margin: 0; }

.magazine-container .row .tile.in-this-issue .article-blocks {
  margin: 20px 0; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm {
  margin-bottom: 15px;
  display: block; }

@media (max-width: 767px) {
  .magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm {
    margin-bottom: 20px !important; } }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-thumbnail {
  background-image: url(/images/structure/img/home/placeholder-article-sm.png);
  display: inline-block;
  vertical-align: top;
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content {
  display: inline-block;
  width: calc(100% - 145px); }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-tag-container {
  margin-bottom: 5px;
  font-style: italic; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-tag-container .article-tag-sm {
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #ceca00;
  color: #fff; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-tag-container .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-tag-container .date {
  color: #aaa;
  font-size: 11px; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-summary {
  font-size: 20px;
  font-weight: 500;
  text-align: left; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content a {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content a:hover {
  text-decoration: underline; }

.panel .panel-content p {
  line-height: 30px;
  margin: 0; }

.list-container .image-container {
  margin: 10px 0 30px; }

.list-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.list-container ul li a {
  display: inline-block;
  color: #252525;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px; }

.list-container ul li.red a {
  color: #E71D36; }

.events {
  margin-bottom: 5px; }

.events .event-block-lg {
  height: 365px;
  width: calc(70% - 5px);
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.events .event-block-lg .event-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-1.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.events .event-block-lg .event-description {
  position: absolute;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.events .event-block-lg .event-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .events .event-block-lg {
    width: 100%;
    height: 250px; } }

.events .event-sm-container {
  height: 365px;
  width: 30%; }

.events .event-sm-container .event-block-sm {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.events .event-sm-container .event-block-sm .event-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.events .event-sm-container .event-block-sm .event-description {
  position: absolute;
  width: calc(100% - 20px);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.events .event-sm-container .event-block-sm .event-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .events .event-sm-container {
    width: 100%;
    height: 500px; }
  .events .event-sm-container .event-block-sm {
    height: 250px; } }

.event-list .event {
  margin-bottom: 20px; }

.event-list .event img {
  height: 140px;
  width: 100%; }

.event-list .event .event-info {
  text-align: left;
  color: #515151;
  font-size: 15px; }

.event-list .event .event-description {
  text-align: left;
  color: #252525;
  font-size: 20px; }

.event-list .event .event-location {
  text-align: left;
  color: #1299dd;
  font-size: 15px; }

.event-category .category-title {
  border-bottom: solid 2px #1299dd;
  text-transform: uppercase; }

.event-category .category-block-lg {
  width: calc(70% - 36px);
  height: 175px;
  float: left;
  margin-right: 36px;
  margin-bottom: 36px; }

.event-category .category-block-lg .category-block-image {
  background-image: url("/images/structure/img/events/placeholder-event-6.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  transition: all 0.5s; }

.event-category .category-block-lg .category-block-image::after {
  content: "Category";
  color: #fff;
  line-height: 150px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77); }

@media (max-width: 767px) {
  .event-category .category-block-lg {
    width: 100%;
    margin-bottom: 20px; } }

.event-category .category-block-sm {
  width: 30%;
  height: 175px;
  margin-right: 5%;
  margin-bottom: 36px;
  float: left; }

.event-category .category-block-sm .category-block-image {
  background-image: url("/images/structure/img/events/placeholder-event-6.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  transition: all 0.5s; }

.event-category .category-block-sm .category-block-image::after {
  content: "Category";
  color: #fff;
  line-height: 150px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77); }

@media (max-width: 767px) {
  .event-category .category-block-sm {
    width: 100%;
    margin-bottom: 20px; } }

.event-category .first {
  margin-right: 0; }

.event-category .last {
  margin-right: 0; }

.opinion .opinion-block-lg .opinion-description,
.magazine-block.featured .opinion-description {
  position: absolute;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px;
  width: 100%;
  height: 60px;
  display: table;
  overflow: hidden; }

@media (max-width: 767px) {
  .opinion .opinion-block-lg {
    width: 100%;
    height: 250px; } }

.opinion .opinion-sm-container {
  height: 365px;
  width: 30%; }

.opinion .opinion-sm-container .opinion-block-sm {
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.opinion .opinion-sm-container .opinion-block-sm:last-child {
  margin-bottom: 0;
}

.opinion .opinion-sm-container .opinion-block-sm .opinion-bg-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

@media (max-width: 767px) {
  .opinion .opinion-sm-container {
    width: 100%;
    height: 500px; }
  .opinion .opinion-sm-container .opinion-block-sm {
    height: 250px; } }

.opinion-list .opinion-block-sm {
  height: 120px;
  margin-bottom: 60px;
  display: block; }

@media (max-width: 767px) {
  .opinion-list .opinion-block-sm {
    margin-bottom: 20px !important; } }

.opinion-list .opinion-block-sm .opinion-thumbnail {
  background-image: url("/images/structure/img/opinion/placeholder-opinion-3.png");
  display: inline-block;
  vertical-align: top;
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

.opinion-list .opinion-block-sm .opinion-content {
  display: inline-block;
  width: calc(100% - 145px); }

.opinion-list .opinion-block-sm .opinion-content .opinion-tag-container {
  margin-bottom: 5px;
  font-style: italic; }

.opinion-list .opinion-block-sm .opinion-content .opinion-tag-container .opinion-tag-sm {
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #d80a8d;
  color: #fff; }

.opinion-list .opinion-block-sm .opinion-content .opinion-tag-container .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

.opinion-list .opinion-block-sm .opinion-content .opinion-tag-container .date {
  color: #aaa;
  font-size: 11px; }

.opinion-list .opinion-block-sm .opinion-content .opinion-summary {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  float: left; }

.opinion-list .opinion-block-sm .opinion-content a {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  float: left;
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.opinion-list .opinion-block-sm .opinion-content a:hover {
  text-decoration: underline; }

.panel .panel-content a {
  text-decoration: none;
  font-weight: 700; }

.panel.map-panel .panel-content .contact-map {
  width: calc(100% + 40px);
  margin: 20px -20px -25px;
  height: 400px; }

.panel.map-panel .panel-content .marker-info p {
  line-height: inherit;
  padding: 3px 0; }

.podcasts .podcast-block-lg img, .podcast-list .podcast-block-lg img {
  width: 100%;
  float: left; }

.podcasts .podcast-block-sm img, .podcast-list .podcast-block-sm img {
  width: 100%;
  height: auto;
  float: left; }

.podcasts .podcast-block-sm .podcast-summary, .podcast-list .podcast-block-sm .podcast-summary {
  margin-bottom: 10px; }

.podcasts .podcast-category, .podcast-list .podcast-category {
  font-size: 10px;
  color: #5e5e5e;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  width: 100%;
  padding: 3px 0; }

.podcasts .podcast-title, .podcast-list .podcast-title {
  font-size: 16px;
  color: #252525;
  font-weight: 700;
  float: left;
  width: 100%;
  padding: 3px 0; }

.podcasts .podcast-summary, .podcast-list .podcast-summary {
  font-size: 14px;
  color: #252525;
  font-weight: 400;
  float: left;
  width: 100%;
  padding: 3px 0;
  margin: 7px 0 10px 0; }

.panel-container .panel .panel-content p {
  line-height: 19px;
  padding-bottom: 10px; }

.team-container {
  width: 100%;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }

.team-container .team-card {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  zoom: 1;
  border-top: 5px solid #1299dd;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

@media (max-width: 1430px) {
  .team-container .team-card {
    width: 200px; } }

@media (max-width: 700px) {
  .team-container .team-card {
    width: 100%; } }

.team-container .team-card .image-container {
  margin: 20px 0; }

.team-container .team-card .name-container {
  margin-bottom: 20px; }

.team-container .team-card .name-container span {
  background: #1299dd;
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 5px 10px; }

.team-container .team-card .bio-container {
  padding: 0 12px; }

.team-container .team-card .bio-container p {
  font-size: 14px;
  font-weight: 600;
  color: #252525; }

.team-container:after {
  content: '';
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0; }

.video-icon {
  position: absolute;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  top: 0;
  left: 0; }

.videos {
  margin-bottom: 5px; }

.videos .video-block-lg {
  height: 365px;
  width: calc(70% - 5px);
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.videos .video-block-lg .video-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-1.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.videos .video-block-lg .video-description {
  position: absolute;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.videos .video-block-lg .video-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .videos .video-block-lg {
    width: 100%;
    height: 250px; } }

.videos .video-sm-container {
  height: 365px;
  width: 30%; }

.videos .video-sm-container .video-block-sm {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.videos .video-sm-container .video-block-sm .video-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.videos .video-sm-container .video-block-sm .video-description {
  position: absolute;
  width: calc(100% - 20px);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.videos .video-sm-container .video-block-sm .video-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .videos .video-sm-container {
    width: 100%;
    height: 500px; }
  .videos .video-sm-container .video-block-sm {
    height: 250px; } }

.video-list {
  margin-bottom: 5px; }

.video-list .video-block-sm {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.video-list .video-block-sm .video-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.video-list .video-block-sm .video-description {
  position: absolute;
  width: calc(100% - 20px);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.video-list .video-block-sm .video-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .video-list {
    width: 100%;
    height: 500px; }
  .video-list .video-block-sm {
    height: 250px; } }

.video-category .category-title {
  border-bottom: solid 2px #1299dd;
  text-transform: uppercase; }

.video-category .category-block-lg {
  width: calc(70% - 36px);
  height: 175px;
  float: left;
  margin-right: 36px;
  margin-bottom: 36px; }

.video-category .category-block-lg .category-block-image {
  background-image: url("/images/structure/img/events/placeholder-event-6.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  transition: all 0.5s; }

.video-category .category-block-lg .category-block-image::after {
  content: "Category";
  color: #fff;
  line-height: 150px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77); }

@media (max-width: 767px) {
  .video-category .category-block-lg {
    width: 100%;
    margin-bottom: 20px; } }

.video-category .category-block-sm {
  width: 30%;
  height: 175px;
  margin-right: 5%;
  margin-bottom: 36px;
  float: left; }

.video-category .category-block-sm .category-block-image {
  background-image: url("/images/structure/img/events/placeholder-event-6.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  transition: all 0.5s; }

.video-category .category-block-sm .category-block-image::after {
  content: "Category";
  color: #fff;
  line-height: 150px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77); }

@media (max-width: 767px) {
  .video-category .category-block-sm {
    width: 100%;
    margin-bottom: 20px; } }

.video-category .first {
  margin-right: 0; }

.video-category .last {
  margin-right: 0; }

.search .search-box {
  border: solid 1px #000;
  display: block;
  width: 100%;
  height: 40px; }

.search .search-box input[type=text] {
  width: calc(100% - 76px);
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  color: #7f7f7f; }

.search .search-box input[type=text]::-webkit-input-placeholder {
  font-style: italic;
  color: #7f7f7f; }

.search .search-box .search-btn {
  text-transform: uppercase;
  color: #fff;
  background: #7f7f7f;
  border: 0;
  outline: 0;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  cursor: pointer; }

.search-list .search-results {
  font-size: 20px;
  text-align: left;
  margin: 20px 0; }

.search-list .search-block-sm {
  margin-bottom: 10px;
  display: block; }

.search-list .search-block-sm .search-thumbnail {
  background-image: url("/images/structure/img/opinion/placeholder-opinion-3.png");
  display: inline-block;
  vertical-align: top;
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

.search-list .search-block-sm .search-content {
  display: inline-block;
  width: calc(100% - 145px); }

.search-list .search-block-sm .search-content .search-tag-container {
  margin-bottom: 5px;
  font-style: italic; }

.search-list .search-block-sm .search-content .search-tag-container .search-tag-sm {
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #d80a8d;
  color: #fff; }

.search-list .search-block-sm .search-content .search-tag-container .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

.search-list .search-block-sm .search-content .search-tag-container .date {
  color: #aaa;
  font-size: 11px; }

.search-list .search-block-sm .search-content .search-title {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  float: left;
  margin: 3px 0; }

.search-list .search-block-sm .search-content .search-summary {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  float: left;
  margin: 3px 0; }

.search-list .search-block-sm .search-content a {
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  float: left;
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.search-list .search-block-sm .search-content a:hover {
  text-decoration: underline; }

html, body {
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif; }

body.no-diagonal-bg .navigation.breadcrumbs ul li {
  color: #252525; }

body.no-diagonal-bg .navigation.breadcrumbs ul li a {
  color: #252525; }

body.no-diagonal-bg .navigation.breadcrumbs ul li a span {
  color: #252525; }

body.no-diagonal-bg .page-breadcrumbs {
  color: #252525; }

body.no-diagonal-bg .page-breadcrumbs a {
  color: #252525; }

body.no-diagonal-bg .page-title {
  color: #252525; }

body:not(.no-diagonal-bg) .ad-container {
  overflow: visible; }

a {
  color: #1299dd; }

.ad-container {
  padding-top: 10px; }

.container {
  position: relative; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 735px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1430px) {
  .container {
    width: 1400px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.container-fluid:after {
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.no-padding {
  padding: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1430px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/** Supplement Styles placed here due to additional stylesheet not working on child classes **/
.module.bcloud_request_supplement fieldset {
  background: #EEE; }

.module.bcloud_request_supplement input[type=text], .module.bcloud_request_supplement input[type=email], .module.bcloud_request_supplement input[type=tel], .module.bcloud_request_supplement input[type=small] {
  padding: 10px;
  border: none;
  font-size: 16px;
  border: solid 2px #bfcb01;
  outline: none;
  display: inline-block;
  background: none;
  width: calc(100% - 200px); }
@media only screen and (max-width: 479px) {
  .module.bcloud_request_supplement input[type=text], .module.bcloud_request_supplement input[type=email], .module.bcloud_request_supplement input[type=tel], .module.bcloud_request_supplement input[type=small] {
    display: block;
    width: 100%; } }

/*Forcing related news full width*/
.cloud_news > section.col-xs-12 {
  float: none;
  margin: auto;
  padding: 0;
}

.module.bcloud_request_supplement span.error {
  color: #e01e30;
  padding: 15px 10px; }

.module.bcloud_request_supplement label {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 12px 0; }
@media only screen and (max-width: 479px) {
  .module.bcloud_request_supplement label {
    display: block;
    width: 100%;
    text-align: left; } }

.module.bcloud_request_supplement .submit-row {
  text-align: right;
  background: #EEE;
  margin: 0;
  padding-right: 1em;
}
.module.bcloud_request_supplement input[type=submit] {
  border: none;
  background-color: #bfcb01;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: whitesmoke;
  cursor: pointer;
  margin-right: 0.75em;
  margin-bottom: 0.75em;
  position: relative; }


section.magazine a.magazine-block.featured {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

/** Events calendar module styling **/
/*** Month selector ***/
.module .calendar_month_selector {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  font-weight: 300;
  font-size: 25px;
  font-size: 2.5rem; }

.module .calendar_month_selector .calendar_current_month {
  vertical-align: middle;
  display: inline-block;
  min-width: 190px; }

.module .calendar_month_selector .calendar_previous_month,
.module .calendar_month_selector .calendar_next_month {
  padding: 2px 15px;
  display: inline-block;
  background: #0A96D3;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.5em;
  vertical-align: middle;
  color: #fff; }

.module a:hover,
.module a:active,
.module a:focus {
  border: none; }

/*** End month selector ***/
.module div {
  box-sizing: border-box; }

.module .events_calendar_container {
  position: relative;
  max-width: 918px;
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
  white-space: nowrap; }

.module .events_calendar_container .events-buffer {
  display: inline-block;
  width: 0px;
  height: 100%; }

.module .events_calendar_container .event-page {
  width: 100%;
  display: inline-block;
  white-space: normal;
  vertical-align: top; }

.module .events_calendar_container.loading {
  color: #ccc; }

.module .day_headings,
.module .calendar_day {
  display: none; }

.module .calendar_day.current_month.has_event {
  display: block;
  margin: 15px 0; }

.module .calendar_day.current_month.has_event .day_date {
  font-weight: 700;
  text-transform: uppercase;
  color: #002664;
  padding: 11px 15px;
  cursor: pointer;
  background: #eeeeee; }

.module .calendar_day.current_month.has_event .day_events {
  padding: 0;
  display: none;
  width: 100%; }

.module .calendar_day.has_event .event_name {
  font-size: 16px;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 6px 10px;
  margin-bottom: 5px; }

.module .calendar_event_legend {
  margin: 20px 0; }

.module .calendar_event_legend ul {
  margin: 0;
  padding: 0; }

.module .calendar_event_legend ul:after {
  content: '';
  display: table;
  clear: both; }

.module .calendar_event_legend ul li {
  display: block;
  width: 50%;
  float: left;
  padding: 4px 0; }

.module .legend_colour {
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle; }

.module .legend_color,
.module .event_info .event_name {
  background: #666666; }

.module .legend_colour.event,
.module .event_info.event .event_name {
  background: #f32837; }

.module .legend_colour.round_table,
.module .event_info.round_table .event_name {
  background: #002664; }

.module .legend_colour.lawrence_jones_public,
.module .event_info.lawrence_jones_public .event_name {
  background: #7ECBB4; }

.module .legend_colour.assessment_day,
.module .event_info.assessment_day .event_name {
  background: #ef8d21; }

.module .legend_colour.training_event,
.module .event_info.training_event .event_name {
  background: #49B85A; }

.module .legend_colour.charity_event,
.module .event_info.charity_event .event_name,
.module .legend_colour.internal_event,
.module .event_info.internal_event .event_name {
  background: #ec008c; }

.module .legend_colour.webinar,
.module .event_info.webinar .event_name {
  background: #49c5b1; }

.module .legend_colour.business_cloud_event,
.module .event_info.business_cloud_event .event_name {
  background: #009fe3; }

.module .day_events .event_detail {
  margin-top: 10px;
  padding: 0 8px; }

.module .calendar_day.toggle_open .day_events {
  display: block; }

.module .events_error,
.module .events_loading {
  display: none;
  text-align: center;
  font-weight: bold;
  border: 3px solid #e8e8e8;
  margin: 10px 0;
  padding: 5px;
  color: #002664; }

.module .nav-expand {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #2f2f2f;
  font-size: 0;
  line-height: 0;
  transition: transform 0.2s linear;
  margin: 7px 0;
  cursor: pointer;
  padding: 0px;
  float: right; }

.module .toggle_open .nav-expand {
  transform: rotate(180deg);
  transition: transform 0.2s linear; }

.module .day_events .day_event {
  padding: 0; }

.module .toggle_open .nav-expand {
  background-position: -160px -190px; }

.module .event_booking_button,
.event_calendar_popup .event_booking_button {
  clear: both;
  margin: 10px 0;
  float: right; }

.module .event_booking_text {
  font-weight: bold;
  text-transform: uppercase;
  color: #f32837;
  font-size: 13px; }

.module .event_booking_phone {
  color: #002664; }

.module .event_calendar_info,
.event_calendar_popup .event_calendar_info {
  display: block;
  font-weight: bold;
  font-size: 13px;
  padding: 0 8px;
  margin-bottom: 1em; }

.module .event_calendar_info_label,
.event_calendar_popup .event_calendar_info_label {
  font-weight: bold;
  text-transform: uppercase;
  color: #f32837;
  display: inline-block;
  width: 55px;
  vertical-align: top; }

.event_calendar_button.default_button.cta {
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  height: auto; }

.module .event_logo {
  text-align: center;
  width: 100%; }

.module .day_event .event_logo {
  max-width: 100px; }

.event_listing {
  padding-bottom: 50px; }
.event_listing img {
  margin: auto; }

.module.business_cloud_events_calendar > p {
  font-size: 16px;
  font-weight: 600; }

.event_description {
  display: none;
  padding-bottom: 0; }

.event_share {
  padding: 0;
  display: block;
  height: 40px;
  margin: 10px 0;
  float: left; }

.event_calendar_popup .event_share {
  float: left;
  margin: 10px 0px; }

.event_share {
  float: none; }

.event_share .share-button {
  float: left;
  list-style: outside none none;
  margin-left: 10px; }

.event_share .share-button:first-child {
  margin-left: 0; }

.event_share .share-button > a {
  background: url(/images/icons/social_networks/200x40.png) no-repeat #ffffff;
  display: block;
  height: 40px;
  width: 40px;
  text-indent: -999999px; }

.event_share .share-button > a:hover {
  border: none; }

.event_share .share-button.twitter > a {
  background-position: 1px 0; }

.event_share .share-button.facebook > a {
  background-position: -38px 0; }

.event_share .share-button.google > a {
  background-position: -79px 0; }

.event_share .share-button.linkedin > a {
  background-position: -118px 0; }

/** Screens smaller than this won't be able to see the pop up **/
@media only screen and (min-width: 620px) {
  .event_description {
    display: block;
    font-weight: 600;
    font-size: 12px; }
  .module + p {
    clear: both; }
  .module .calendar_day.current_month.has_event,
  .module .calendar_day {
    border: 1px solid #aaaaaa;
    float: left;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    border-collapse: collapse;
    width: 93px;
    height: 132px; }
  .module .calendar_day .day_events .day_event {
    cursor: pointer; }
  .module .calendar_day.current_month.has_event:hover {
    background: #f0f0f0; }
  .module .calendar_day.has_event:hover {
    background: #d3d3d3; }
  .module .calendar_day.current_month {
    background: #ffffff; }
  .module .calendar_day.current_month {
    display: block; }
  .module .calendar_day .day_date,
  .module .calendar_day.current_month.has_event .day_date {
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 200;
    background: none; }
  .module .calendar_day .day_date span {
    display: none; }
  .module .calendar_day .day_date span.day_date_number {
    font-size: 20px;
    font-weight: 300;
    display: block;
    float: right;
    margin: 2px 8px;
    background: none;
    color: #636363; }
  .module .calendar_day.has_event .day_date span.day_date_number {
    color: #fff; }
  .module .calendar_day {
    position: relative; }
  .module .calendar_day.current_month.has_event .day_events,
  .module .calendar_day.has_event .day_events {
    display: table !important;
    table-layout: fixed;
    overflow: hidden;
    vertical-align: bottom;
    padding: 0;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .module .calendar_day.has_event .day_events .day_event {
    border: none;
    padding: 0;
    display: table-row;
    vertical-align: middle; }
  .module .calendar_day.has_event .day_events .day_event span {
    font-size: 11px;
    line-height: 13px;
    text-transform: none;
    font-weight: bold;
    color: #fff;
    padding: 2px 35px 2px 5px; }
  .module .event_info {
    background: #666666; }
  .module .event_info.event {
    background: #f32837; }
  .module .event_info.round_table {
    background: #002664; }
  .module .event_info.lawrence_jones_public {
    background: #7ECBB4; }
  .module .event_info.assessment_day {
    background: #ef8d21; }
  .module .event_info.training_event {
    background: #49B85A; }
  .module .event_info.charity_event, .module .event_info.internal_event {
    background: #ec008c; }
  .module .event_info.webinar {
    background: #49c5b1; }
  .module .event_info.business_cloud_event {
    background: #009fe3; }
  .module .day_events .event_name {
    overflow: hidden;
    display: block;
    vertical-align: bottom;
    max-height: 30px; }
  .module .calendar_day.single_event .day_events .event_name {
    height: auto;
    max-height: 6em; }
  .module .nav-expand,
  .module .day_events .day_event .event_time,
  .module .day_events .day_event .event_detail {
    display: none; }
  .module .event_calendar_info {
    display: none;
    font-weight: bold;
    font-size: 13px; }
  /** Events calendar popup styling **/
  .event_calendar_popup .event_name {
    font-weight: bold;
    font-size: 25px;
    color: #002664;
    text-transform: uppercase;
    margin-bottom: 0; }
  .event_calendar_popup .event_calendar_popup_header p {
    margin-bottom: 10px; }
  .event_calendar_popup .event_info {
    margin-bottom: 10px;
    border-bottom: 2px solid #cac9c9;
    padding-bottom: 5px; }
  .event_calendar_popup .event_booking_button {
    text-align: right;
    float: right; }
  .event_calendar_popup .event_booking_text {
    font-weight: bold;
    text-transform: uppercase;
    color: #f32837;
    font-size: 14px; }
  .event_calendar_popup .event_booking_phone {
    color: #002664; }
  .event_calendar_popup .event_logo {
    float: right;
    margin: 10px;
    max-height: 150px; }
  /** End events calendar popup styling **/
  .module .calendar_event_legend ul {
    margin: 0;
    padding: 0; }
  .module .calendar_event_legend ul li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 5px 7px;
    font-size: 14px; }
  .module .event_info {
    display: table-cell;
    vertical-align: bottom; } }

@media only screen and (min-width: 1430px) {
  .module .events_calendar_container {
    min-height: 550px; }
  .module .day_headings {
    border: 1px solid #1299DD;
    border-bottom: none; }
  .module .day_headings,
  .module .calendar_day {
    display: block; }
  .module .calendar_day {
    background: #e8e8e8; }
  .module .day_headings .day_heading {
    width: 92px; }
  .module .calendar_day {
    width: 93px;
    height: 132px; }
  .module .calendar_day:nth-child(7n) {
    width: 100px !important; }
  .module .day_headings .day_heading:first-child {
    border-left: none; }
  .module .day_headings .day_heading:nth-child(4) {
    width: 98px; }
  .module .day_headings .day_heading {
    display: inline-block;
    border: 1px solid #fff;
    border-width: 0 0 0 1px;
    background: #1299DD;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    height: 35px;
    vertical-align: middle;
    font-family: "Effra", Helvetica, Arial, sans-serif;
    padding-top: 8px; }
  .module .calendar_head {
    width: 100%; } }

/* Start of Image Gallery Styles */
.ukfast-image-gallery {
  display: inline-block;
  background-color: #002664;
  padding: 4px 0; }

.ukfast-image-gallery:hover {
  opacity: 0.8; }

.image-row {
  display: block;
  padding: 2px 5px; }

.image-row img {
  margin: 5px;
  padding: 5px;
  border: solid 1px #ffffff;
  vertical-align: top; }

.image-row img:first-child {
  display: inline; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  background-color: rgba(0, 38, 100, 0);
  text-shadow: 2px 2px 7px #000;
  color: white;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  height: 100%;
  font-family: Effra, Helvetica, sans-serif;
  outline: none;
  text-indent: -10px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  border: none;
  background-color: rgba(0, 38, 100, 0);
  text-shadow: 2px 2px 7px #000;
  color: white;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  height: 100%;
  font-family: Effra, Helvetica, sans-serif;
  outline: none;
  text-indent: -10px; }

#cboxCurrent {
  background-color: rgba(245, 245, 245, 0.8);
  color: #002664;
  padding: 5px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: auto;
  text-transform: uppercase; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #002664;
  font-weight: bold; }

.hidden {
  display: none; }

.image-description {
  margin-left: 50px; }

#cboxLoadedContent {
  position: relative; }

.extra-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(245, 245, 245, 0.5);
  color: #002664;
  font-family: Effra, Helvetica, sans-serif;
  padding: 10px; }

/* Colorbox */
#cboxOverlay {
  visibility: visible;
  background: none repeat scroll 0 0 #333333;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0; }

#cboxClose:before {
  vertical-align: middle;
  font-size: 14px;
  color: white;
  content: "\f00d"; }

#cboxClose {
  color: transparent;
  font: normal normal normal 0px/0 FontAwesome;
  background: url("/images/structure/sprite-icons.png") no-repeat scroll -456px -14px #002664;
  display: block;
  height: 21px;
  width: 21px;
  padding: 5px;
  position: absolute;
  right: -21px;
  top: -21px;
  cursor: pointer;
  border: 0; }

#cboxLoadedContent {
  padding: 0;
  background: #ffffff; }

#cboxMiddleLeft, #cboxBottomLeft, #cboxBottomCenter, #cboxTopLeft, #cboxBottomRight, #cboxTopRight, #cboxTopCenter, #cboxMiddleRight {
  background: #ffffff; }

/* ColorBox Core Style: */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  z-index: 2; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

/* User Style: */
#cboxOverlay {
  background-color: #707070;
  background-color: rgba(112, 112, 112, 0.8); }

#cboxTopLeft {
  width: 21px;
  height: 21px; }

#cboxTopRight {
  width: 21px;
  height: 21px; }

#cboxBottomLeft {
  width: 21px;
  height: 21px; }

#cboxBottomRight {
  width: 21px;
  height: 21px; }

#cboxMiddleLeft {
  width: 21px; }

#cboxMiddleRight {
  width: 21px; }

#cboxTopCenter {
  height: 21px; }

#cboxBottomCenter {
  height: 21px; }

#cboxContent {
  background: #fff; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxLoadingGraphic {
  background: url(/images/icons/loading.gif) no-repeat center center; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/* End of Image Gallery Styles */
@media (max-width: 1200px) {
  .image-gallery {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; } }

@media (max-width: 1000px) {
  .image-gallery {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }

@media (max-width: 800px) {
  .image-gallery {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }

@media (max-width: 400px) {
  .image-gallery {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }

/** End events calendar module styling **/
.module a.event-card {
  border-left: 1px solid #00a3eb;
  border-right: 1px solid #00a3eb;
  text-decoration: none;
  color: #000;
  min-height: 200px;
  margin-bottom: 25px; }

.module a.event-card:hover .event-card-title {
  color: #00a3eb; }

.article-list .row .event-card:last-child .event-card-image-wrapper {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}
.article-list .row .event-card:first-child .event-card-image-wrapper {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}

.article-list .row .event-card:last-child {
  text-align: right;
}
.article-list .row .event-card:first-child {
  text-align: left;
}

.module .event-card .event-card-image-wrapper {
  height: 100px;
  width: 120px;
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
}
.module .event-card .event-card-image {
  height: auto;
  width: 100%;
  padding-top: 7.5%; }

.module .event-card .event-card-title {
  margin-bottom: 5px;
  word-break: break-word; word-wrap: break-word;}

.module .event-card .event-card-date {
  font-size: 12px;
  font-size: 0.8em;
  margin: 0px;
  display: block;
  padding: 5px 0;
  clear: both; }

.module .event-page {
  margin-left: 5px; }

/** End bcloud event calendar styling **/

/* Font Awesome: http://fortawesome.github.com/Font-Awesome/

License
-------------------------------------------------------
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
http://creativecommons.org/licenses/by/3.0/ A mention of
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
source code is considered acceptable attribution (most common on the web).
If human readable source code is not available to the end user, a mention in
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
or mobile software). */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot");
  src: url("/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff") format("woff"), url("/fonts/fontawesome-webfont.ttf") format("truetype"), url("/fonts/fontawesome-webfont.svgz#FontAwesomeRegular") format("svg"), url("/fonts/fontawesome-webfont.svg#FontAwesomeRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat; }

li[class^="icon-"],
li[class*=" icon-"] {
  display: block; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit; }

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em; }

.default_button [class^="icon-"],
.default_button [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em; }

li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center; }

li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em; }

li[class^="icon-"],
li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none; }

li[class^="icon-"]:before,
li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center; }

li[class^="icon-"].icon-large:before,
li[class*=" icon-"].icon-large:before {
  text-indent: -1.3333333333333333em; }

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'Effra';
  src: url(/images/fonts/Effra/Regular.eot);
  src: local("☺"), url(/images/fonts/Effra/Regular.woff) format("woff"), url(/images/fonts/Effra/Regular.ttf) format("truetype"), url(/images/fonts/Effra/Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Effra';
  src: url(/images/fonts/Effra/Italic.eot);
  src: local("☺"), url(/images/fonts/Effra/Italic.woff) format("woff"), url(/images/fonts/Effra/Italic.ttf) format("truetype"), url(/images/fonts/Effra/Italic.svg) format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Effra';
  src: url(/images/fonts/Effra/Light.eot);
  src: local("☺"), url(/images/fonts/Effra/Light.woff) format("woff"), url(/images/fonts/Effra/Light.ttf) format("truetype"), url(/images/fonts/Effra/Light.svg) format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Effra';
  src: url(/images/fonts/Effra/LightItalic.eot);
  src: local("☺"), url(/images/fonts/Effra/LightItalic.woff) format("woff"), url(/images/fonts/Effra/LightItalic.ttf) format("truetype"), url(/images/fonts/Effra/LightItalic.svg) format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Effra';
  src: url(/images/fonts/Effra/Bold.eot);
  src: local("☺"), url(/images/fonts/Effra/Bold.woff) format("woff"), url(/images/fonts/Effra/Bold.ttf) format("truetype"), url(/images/fonts/Effra/Bold.svg) format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Effra';
  src: url(/images/fonts/Effra/BoldItalic.eot);
  src: local("☺"), url(/images/fonts/Effra/BoldItalic.woff) format("woff"), url(/images/fonts/Effra/BoldItalic.ttf) format("truetype"), url(/images/fonts/Effra/BoldItalic.svg) format("svg");
  font-weight: 700;
  font-style: italic; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html, body {
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: 'Effra', sans-serif; }

body {
  background: #EEE;
  font-size: 14px;
  font-size: 1.4rem; }

a {
  color: #1299dd; }

.article-blocks a {
  text-decoration: none; }

.default_button {
  background-color: #dddddd;
  border: none;
  color: #666666;
  cursor: pointer;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  height: 40px;
  margin: 0;
  padding: 0 30px;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s ease-in; }

.page_numbers ul {
  list-style: none; }

.page_numbers ul li {
  padding: 0px 2.5px;
  display: inline-block; }

.page_numbers ul .title {
  display: block; }

.default_button:hover {
  background-color: #999999;
  color: #f3f5f7;
  transition: background 0.2s ease-in; }

a.default_button, span.default_button {
  display: inline-block;
  width: auto;
  border-bottom: none;
  line-height: 40px; }

a.default_button:hover {
  text-decoration: none; }

.default_button.full-width {
  clear: both;
  text-align: center;
  width: 100%; }

.default_button.inline-input {
  height: 34px; }

p > .default_button.inline {
  margin-left: 10px;
  margin-right: 10px; }

.default_button.cta {
  color: #ffffff;
  background: #00a9f4; }

.default_button.cta:hover {
  background: #0092d7; }

.page-header {
  height: 0px;
  z-index: 50; }

.page-header .content {
  background: linear-gradient(to top, #05A2E5, #1478A4); }

.page-content {
  z-index: 40; }

.page-footer {
  z-index: 30; }

.page-header,
.page-footer,
.page-content {
  margin: 0 auto;
  max-width: 1024px;
  clear: both;
  position: relative; }

.full-page-ad {
  display: block;
  background: #dae5e9;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }

/** Header & Navigation **/
.ukf_support_notice {
  background-color: #FFFFFF;
  border-bottom: 1px solid #38385C;
  margin: 0;
  padding: 2px 5px;
  text-align: center; }

.ukf_support_notice span {
  color: #f32837; }

.logo-container {
  height: 45px;
  width: 100%;
  float: right;
  margin: 0;
  padding: 8px 0;
  text-align: center; }

.header-container {
  position: relative;
}

.header-logo {
  margin: 25px auto;
  height: 60px; }

.header-ad-container {
  display: none;
  height: 58px;
  background-size: cover;
  background-position: center;
  background: none;
  width: auto;
  margin: 15px 10px 0; }

.nav {
  background: #000000;
  width: 30%;
  float: left; }

.nav-container {
  height: 45px; }

.nav-container:after {
  content: '';
  display: block;
  clear: both; }

.navigation_level_one {
  display: none;
  background: #00a3eb;
  z-index: 300;
  position: absolute;
  width: 100%; }

.navigation_level_one ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  vertical-align: top; }

.nav-container > .search {
  position: relative;
  width: 50%;
  text-align: center;
  float: left; }

.nav-container > .search > .input {
  height: 0px;
  position: absolute;
  left: -100%;
  top: 100%;
  display: none; }

.nav-container > .search > .input.extended {
  display: none;
  height: 100%; }

.nav-container .search i,
.nav-container .search > .input {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  transition: 0.1s all ease-in-out;
  text-transform: uppercase; }

.navigation_level_one ul li a,
.navigation_level_one #home {
  padding: 15px;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  transition: 0.1s all ease-in-out;
  text-transform: uppercase;
  text-align: center; }

.navigation_level_one .search {
  position: relative;
  height: 45px;
  display: none;
  width: auto; }

.nav-container .search i {
  padding: 15px;
  text-align: center;
  width: 45px;
  height: auto; }

.navigation_level_one .search > .input {
  margin: auto auto;
  margin-left: 3px; }

.search > .input input {
  padding: 0;
  border: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.search > .input i {
  background-color: #05A2E5;
  z-index: 2;
  position: absolute; }

.navigation_level_one .search > .input.extended input,
.search > .input.extended input {
  padding: 2.5px 2.5px 2.5px 47.5px;
  border: initial;
  background-color: #EFEFEF;
  color: #000; }

.navigation_level_one .search > .input,
.search > .input {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 30px;
  outline: none;
  text-align: left;
  text-transform: none;
  color: #000000;
  width: 666%;
  position: relative;
  padding: 0; }

.navigation_level_one ul li a:hover,
.navigation_level_one ul li a:active,
.navigation_level_one ul li a:focus,
.navigation_level_one #home:hover,
.navigation_level_one #home:active,
.navigation_level_one #home:focus,
.navigation_level_one .search i:hover,
.navigation_level_one .search i:active,
.navigation_level_one .search i:focus {
  color: #ffffff;
  background: #04506e; }

.nav-menu {
  width: 50%;
  float: left;
  text-align: center; }

.nav-menu-toggle,
.nav-container > .search {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5;
  color: #ffffff; }

.nav-social-icons {
  display: none; }

.nav-search {
  width: 50%;
  float: left;
  text-align: center; }

.nav-search-icon.fa {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 42px;
  cursor: pointer; }

.nav-search .quick-search {
  display: none;
  width: 100%;
  position: absolute;
  height: 48px;
  top: 44px;
  left: 0;
  background: #000000;
  z-index: 100; }

.nav-search legend {
  display: none; }

.nav-search fieldset {
  border: none;
  padding: 0; }

.nav-search .search_box {
  font-size: 13px;
  font-size: 1.3rem;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  height: 28px;
  width: 94%;
  margin: 10px 0;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  padding-right: 25px;
  padding-left: 10px; }

.nav-search .search_box:focus {
  background: #FFFFFF;
  outline: none; }

.nav-search .quick-search-button {
  border: none;
  background: none;
  margin-left: -28px;
  top: 16px;
  right: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  cursor: pointer; }

.sub-nav {
  display: none; }

.fix-to-top {
  top: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }

.fix-to-top .logo-image {
  width: 70%; }

.fix-to-top .nav-toggle-menu {
  transition: all 0.1s ease-out; }

.search_page {
  position: relative;
  min-width: auto; }

#search_box {
  height: 35px;
  padding: 2.5px; }

.tag-summary {
  margin-bottom: 25px; }

.tag-summary img {
  width: 30%;
  display: inline-block;
  float: right;
  margin: 0px 0px 10px 10px; }

.tag-summary p {
  width: 100%;
  display: inline-block; }

@media (min-width: 800px) {
  .nav-container .search > .input {
    height: 45px;
    width: 0px; }
  .nav-container .search > .input.extended {
    width: 185px;
    display: inline-block; }
  .nav-container > .search > .input {
    position: static;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 45px; }
  .fix-to-top {
    position: fixed;
    z-index: 50;
    border-top: 0;
    max-width: 1024px; }
  .logo-container {
    width: 28%;
    float: left;
    height: 119px;
    padding: 20px; }
  .header-logo {
    height: auto;
    max-width: 100%; }
  .header-ad-container {
    display: block; }
  .header-ad-image {
    width: 100%; }
  .nav-menu, .nav-container .search {
    width: auto;
    min-width: 40px;
    height: 45px; }
  .nav-social-icons {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4px 10px 0 5px;
    display: block; }
  .nav-social-icons ul {
    padding: 0;
    margin: 10px 0; }
  .nav-social-icons ul li {
    display: inline-block; }
  .nav-social-icons ul li a {
    padding: 0 10px;
    color: #ffffff; }
  .nav-search {
    width: auto;
    float: right;
    padding: 3px 0; }
  .nav-search-icon.fa {
    display: none; }
  .nav-search .quick-search {
    display: block !important;
    width: auto;
    position: relative;
    height: auto;
    top: 0;
    left: auto;
    background: #000000;
    float: right; }
  .nav-search .search_box {
    color: rgba(255, 255, 255, 0.7);
    border: none;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
    height: 28px;
    width: 70px;
    margin: 5px 0; }
  .nav-search .search_box:focus {
    background: #FFFFFF;
    outline: none;
    width: 140px;
    color: #000000; }
  .nav-search .search_box:focus + .quick-search-button {
    color: #000000; }
  .nav-search .quick-search-button {
    border: none;
    background: none;
    margin-left: -28px;
    top: 10px;
    right: 7px;
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    cursor: pointer;
    color: #ffffff; }
  .nav {
    width: 100%; }
  .navigation_level_one #home {
    width: auto;
    display: inline-block;
    vertical-align: top; }
  .navigation_level_one ul {
    display: inline-block;
    text-align: left;
    height: 45px; }
  .navigation_level_one ul.dropdown li {
    display: block;
  }
  .navigation_level_one ul.dropdown li a {
    display: block;
    width: 100%;
  }
  .navigation_level_one ul li a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    min-height: 45px; }
  .sub-nav {
    font-size: 12px;
    font-size: 1.2rem;
    display: block; }
  .sub-nav:after {
    content: '';
    display: block;
    clear: both; }
  .sub-nav-list {
    float: right;
    width: 70%;
    text-align: right;
    padding: 5px 0;
    margin: 0; }
  .sub-nav-list li {
    padding: 0 10px;
    display: inline-block; }
  .sign-up-button,
  .sub-nav-link {
    color: #FFFEFF;
    text-decoration: none; }
  .sign-up-button:hover,
  .sub-nav-link:hover {
    color: #00a3eb; }
  .user-area-buttons {
    padding: 10px 10px 0 0;
    width: 30%;
    float: right;
    text-align: right; }
  .login-button {
    padding: 6px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background: #00a3eb; }
  .login-button:hover {
    background: #04506e; } }

@media (min-width: 992px) {
  .nav-container .search {
    display: none; }
  .nav-container .search .input {
    text-align: left;
    float: right;
    display: none; }
  .navigation_level_one .search {
    display: inline-block; }
  .header-ad-container {
    display: block; }
  .nav-menu-toggle {
    display: none; }
  .navigation_level_one {
    display: block !important;
    background: #000000;
    width: auto;
    height: 45px; }
  .navigation_level_one ul li a {
    width: auto; }
  .navigation_level_one ul li a:hover,
  .navigation_level_one #home:hover,
  .navigation_level_one .search i:hover {
    background: #00a3eb; } }

.page-content {
  padding: 15px 0 15px;
  background: #ffffff; }

/** Front page articles **/
.news_by_tag .article-card, .upcoming-event, .event-card {
  display: block; }

.article-card, .upcoming-event {
  border-bottom: 1px solid #00a3eb;
  margin: 0 0 10px;
  padding: 10px 0; }

.upcoming-event-location {
  width: 60%; }

.upcoming-event-date {
  width: 40%; }

.upcoming-event-date, .upcoming-event-location {
  display: inline-table;
  vertical-align: middle; }

.upcoming-event-date > *, .upcoming-event-location > * {
  display: table-cell !important;
  vertical-align: middle; }

.upcoming-event-detail {
  padding-left: 5%; }

.article-card-preview:before {
  color: #ff0000;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 1px;
  content: "Preview"; }

.article-card-link {
  text-decoration: none;
  display: block;
  color: inherit; }

.article-card-link:hover .article-card-title, .article-card-link:hover .upcoming-event-title {
  color: #00a3eb; }

.article-card-image, .event-card-image {
  width: 30%;
  padding-top: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 8px;
  vertical-align: top;
  float: left;
  display: inline-block; }

.news_by_tag .article-card-image {
  float: none;
  padding-top: 0px; }

.article-card-image-container {
  border-right: 1px solid #00a3eb;
  transition: 0.3s all ease-in-out; }

.article-card-category {
  font-style: italic;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #158FD6;
  display: block;
  margin: 0 0 5px;
  width: 66.6666%;
  padding: 4px 12px 2px; }

/* Article Card Category Colours */
/*.card-category-podcast {*/
/*background-color: #158FD6;*/
/*}*/
/*.card-category-opinion {*/
/*background-color: #ceca00;*/
/*}*/
/*.card-category-video {*/
/*background-color: #9B0F14;*/
/*}*/
/*.card-category-podcast {*/
/*}*/
/*.card-category-podcast {*/
/*}*/
/*.card-category-podcast {*/
/*}*/
.article-card-title, .upcoming-event-title {
  display: inline-block;
  color: #000000;
  margin: 0; }

.news_by_tag .article-list > div:nth-child(3n+1) {
  clear: both; }

.featured-article .article-card-title {
  width: 65%; }

.featured-article:after {
  display: block;
  content: '';
  clear: both; }

.article-card-date {
  display: none; }

.recent-article.latest-article {
  margin: 5px -15px;
  padding: 10px 15px;
  color: #ffffff;
  background: #00a3eb; }

.recent-article.latest-article .article-card-summary,
.recent-article.latest-article .article-card-title,
.recent-article.latest-article .article-card-category {
  color: #ffffff; }

.recent-articles .row > :nth-child(3n+1),
.business_cloud_media .row > :nth-child(3n+1) {
  clear: left; }

.opinion-article {
  border: none; }

.opinion-article .article-card-image {
  border: none;
  width: 100%;
  padding-top: 60%; }

.opinion-article .article-card-title {
  width: auto;
  float: none; }

.opinion-article .article-card-summary {
  display: none; }

@media (min-width: 800px) {
  .article-card-summary {
    width: 100%; }
  .article-card {
    margin-bottom: 40px; }
  .article-card-image {
    display: none; }
  .article-card-date {
    position: absolute;
    display: block;
    margin-top: 8px;
    font-size: 1.2rem; }
  .featured-articles {
    background: rgba(7, 81, 107, 0.15);
    margin: 5px 0 20px; }
  .featured-articles:after,
  .featured-article:after {
    content: '';
    display: block;
    clear: both; }
  .featured-article {
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 285px;
    border: none; }
  .featured-article .article-card-category {
    display: none; }
  .featured-article .article-card-image {
    border: none;
    display: inline-table;
    width: 60%;
    margin: 0;
    height: 100%;
    padding: 0; }
  .featured-article .article-card-title,
  .featured-article .article-card-summary {
    display: inline-block;
    width: 40%;
    margin: 0 0 0 60%;
    padding: 15px 25px 0; }
  .featured-article .article-card-title {
    margin: 20px 0 0 60%; }
  .article-card-title, .upcoming-event-title {
    width: 100%;
    font-size: 20px;
    font-size: 2rem; }
  .article-card-summary {
    font-size: 15px;
    font-size: 1.5rem; }
  .recent-article {
    padding: 0 5%;
    margin: 10px 0 0px;
    border-bottom: 0;
    border-left: 1px solid #00a3eb; }
  .recent-article.latest-article {
    margin: 0;
    padding: 10px 15px 35px; }
  .opinion-articles :nth-child(3n+1) {
    display: none; }
  .opinion-article {
    padding: 0 10px;
    border-left: 1px solid #00a3eb; }
  .opinion-article .article-card-summary {
    display: block; }
  .opinion-article .article-card-image {
    display: block; }
  .top-article, .upcoming-event {
    border-bottom: 0;
    border-left: 1px solid #00a3eb;
    padding: 0 10px;
    margin: 10px 0 25px; } }

@media (min-width: 992px) {
  .featured-article {
    min-height: 340px; }
  .featured-article .article-image {
    width: 70%; } }

.skip-to-content {
  display: block;
  width: 50%;
  height: 0;
  text-indent: -9999px; }

.social-icon-circles a {
  text-align: center;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0 5px;
  padding: 15px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 0.3s; }

.social-icon-circles a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.social-icon-circles a.linkedin {
  background: #0077B5; }

.social-icon-circles a.linkedin:hover {
  background: #00A0DC; }

.social-icon-circles a.twitter {
  background: #3BCBFD; }

.social-icon-circles a.twitter:hover {
  background: #54d2fd; }

.social-icon-circles a.facebook {
  background: #3B5998; }

.social-icon-circles a.facebook:hover {
  background: #4E69A2; }

.navigation.breadcrumbs {
  text-align: left; }

.navigation.breadcrumbs ul {
  margin: 0 0 8px 0;
  padding: 0 12px;
  list-style-type: none; }

.navigation.breadcrumbs ul li {
  display: inline-block; }

.navigation.breadcrumbs ul li > span {
  margin: 5px; }

.navigation.breadcrumbs ul li, .navigation.breadcrumbs ul li a {
  color: #252525;
  font-size: 13px; }

.navigation.breadcrumbs ul li.active a {
  text-decoration: none; }

.navigation.breadcrumbs ul li:first-of-type {
  list-style-type: none; }

main > h1,
.page-title {
  margin: 10px 0;
  font-size: 40px;
  font-weight: 500;
  color: #252525;
  border: none; }

.page-pagination-links {
  margin-top: 30px; }

.page-pagination-links a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 3px; }

.page-pagination-links a.left-arrow {
  margin-right: 30px; }

.page-pagination-links a.right-arrow {
  margin-left: 30px; }

.page-pagination-links a.active {
  color: #252525; }

.subscribe-section {
  margin: 20px 0; }

.subscribe-container {
  height: 70px;
  background: #bfcb01;
  padding: 0 20px; }

.subscribe-text-container {
  float: left;
  padding-top: 12px; }

.subscribe-form-container {
  margin-top: 12px; }

.subscribe-title {
  color: #FFFFFF;
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 1.8rem; }

.subscribe-text {
  color: #ffffff;
  margin: 0;
  padding: 0;
  display: inline-block;
  clear: left; }

.subscribe-section .subscribe-container .api-message {
  margin: 0;
  padding: 22px 0 0;
  font-size: 16px;
  text-align: center;
  color: #fff; }

.subscribe-section .subscribe-container .api-message.api-message-success {
  padding-top: 31px;
  font-size: 20px; }

.subscribe-section .subscribe-container .input-group {
  border: solid 1px #FFFFFF;
  display: inline-block;
  padding: 0; }

.subscribe-section .subscribe-container .input-group input[type=email] {
  background: none;
  border: 0;
  outline: none;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  color: #ffffff;
  width: 48%;
  height: 44px; }

.subscribe-section .subscribe-container .input-group input[type=email]::-webkit-input-placeholder {
  font-style: italic;
  color: #ffffff; }

.subscribe-section .subscribe-container .input-group .subscribe-btn {
  text-transform: uppercase;
  background: #bfcb01;
  color: #fff;
  border: 0;
  outline: 0;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  right: 4px;
  top: 4px;
  height: 36px;
  padding-right: 22px; }

.subscribe-section .subscribe-container .input-group .subscribe-btn:after {
	content: "\f054";
	font-family: FontAwesome;
    right: 7px;
    position:absolute;
    top:13px;
}

.subscribe-text-container {
	padding-left: 0;
}
.subscribe-section .subscribe-container .subscribe-title {
	font-size: 2.2rem;
	line-height: 2.4rem;
	margin-top: 8px;
}

.business_cloud_newsletter form {
  max-width: 600px;
  margin: 20px auto;
  background: #ffffff;
  padding: 20px; }

.business_cloud_newsletter .errors,
.business_cloud_newsletter .confirmation {
  background: #00a9f4;
  padding: 20px;
  color: #ffffff; }

.business_cloud_newsletter .errors p,
.business_cloud_newsletter .confirmation p {
  font-weight: bold;
  margin: 0 0 10px; }

.business_cloud_newsletter .errors ul,
.business_cloud_newsletter .errors ul li {
  list-style: none;
  padding: 0;
  margin: 0; }

.business_cloud_newsletter .default_button {
  text-transform: uppercase;
  color: #ffffff;
  background: #bfcb01;
  border: 0;
  outline: 0;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  cursor: pointer; }

.business_cloud_newsletter .text {
  padding: 10px;
  border: 1px solid #ddd;
  display: block;
  width: 100%; }

.business_cloud_newsletter input.text {
  width: 97%; }

.business_cloud_newsletter .label {
  display: inline-block;
  padding: 0 0 5px; }

@media (max-width: 767px) {
  .subscribe-section .subscribe-container {
    height: 160px; }
  .subscribe-section .subscribe-container .subscribe-title {
    margin-right: 15px;
    width: 100%; }
  .subscribe-section .subscribe-container .input-group {
    margin-top: 10px;
    padding: 0; } }

.panel {
  margin: 30px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.panel .panel-title {
  background: #000;
  color: #fff;
  padding: 15px 30px; }

.panel .panel-title h1 {
  font-weight: 500;
  font-size: 30px;
  margin: 0; }

.panel .panel-title.green {
  background: #5fa0a1; }

.panel .panel-content {
  background: #fff;
  padding: 20px; }

.comments-title, .related-title {
  color: #000;
  text-transform: uppercase; }

.comments-title h4, .related-title {
  border-bottom: solid 2px #128ec5; }

.comments .comment-splitter {
  border-bottom: solid 1px #128ec5;
  margin-bottom: 20px; }

.comments .profile-picture img {
  width: 50px;
  height: 50px; }

.comments .comment-info ul {
  padding: 0;
  margin: 0;
  color: #000;
  list-style-type: none; }

.comments .comment-info ul li {
  display: inline-block; }

.comments .comment-info ul li:first-of-type {
  list-style-type: none;
  padding-right: 5px; }

.comments .comment-info ul li:last-of-type {
  padding-left: 5px; }

.comments .comment-info ul li a {
  color: #000; }

.comments .comment-info ul li.active a {
  text-decoration: none; }

.comments .comment-info ul li i {
  color: #128ec5; }

.comments .comment {
  width: 100%;
  float: left; }

.comments .user-comment input {
  width: calc(100% - 20px);
  padding-left: 20px;
  height: 50px; }

.comments .submit-btn {
  margin: 20px 0;
  color: #fff;
  background: #000;
  height: 36px;
  width: 84px;
  border: 0; }

.related-content .related-content-title {
  color: #000;
  text-transform: uppercase; }

.related-content .related-content-title h4 {
  border-bottom: solid 2px #128ec5; }

.related-content .related-content-container .article-block {
  width: 208px;
  height: 154px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  float: left;
  margin-right: 6px; }

.calendar_month_selector .disabled {
  color: #c8c8c8;
  cursor: default; }

@media (max-width: 767px) {
  .related-content .related-content-container .article-block {
    width: 100%;
    float: left;
    margin-left: 0 !important; } }

.related-content .related-content-container .article-block:last-child {
  margin-right: 0; }

.related-content .related-content-container .article-block .article-tag-container {
  position: absolute;
  top: 0;
  margin-bottom: 5px;
  font-style: italic; }

.related-content .related-content-container .article-block .article-tag-container .article-tag {
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #ceca00;
  color: #fff; }

.related-content .related-content-container .article-block .article-bg-image {
  background-image: url("/images/structure/img/home/placeholder-carousel.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.related-content .related-content-container .article-block .article-text {
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 15px; }

.related-content .related-content-container .article-block .article-text p {
  margin: 0;
  padding: 0; }

.sidebar-container {
  display: none; }

@media (min-width: 992px) {
  .sidebar-container {
    display: block; }
  .sidebar-container section .section-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #888888;
    margin: 0; }
  .sidebar-container section .event-container .event, .sidebar-container section .event-container .podcast, .sidebar-container section .podcast-container .event, .sidebar-container section .podcast-container .podcast {
    margin: 15px 0; }
  .sidebar-container section .event-container .event .image-container, .sidebar-container section .event-container .podcast .image-container, .sidebar-container section .podcast-container .event .image-container, .sidebar-container section .podcast-container .podcast .image-container {
    height: 55px;
    width: 55px;
    background: url("/images/structure/img/placeholder.png");
    background-size: cover;
    background-position: center; }
  .sidebar-container section .event-container .event .event-info-container, .sidebar-container section .event-container .event .podcast-info-container, .sidebar-container section .event-container .podcast .event-info-container, .sidebar-container section .event-container .podcast .podcast-info-container, .sidebar-container section .podcast-container .event .event-info-container, .sidebar-container section .podcast-container .event .podcast-info-container, .sidebar-container section .podcast-container .podcast .event-info-container, .sidebar-container section .podcast-container .podcast .podcast-info-container {
    width: calc(100% - 65px); }
  .sidebar-container section .event-container .event .event-info-container .event-title, .sidebar-container section .event-container .event .event-info-container .podcast-title, .sidebar-container section .event-container .event .podcast-info-container .event-title, .sidebar-container section .event-container .event .podcast-info-container .podcast-title, .sidebar-container section .event-container .podcast .event-info-container .event-title, .sidebar-container section .event-container .podcast .event-info-container .podcast-title, .sidebar-container section .event-container .podcast .podcast-info-container .event-title, .sidebar-container section .event-container .podcast .podcast-info-container .podcast-title, .sidebar-container section .podcast-container .event .event-info-container .event-title, .sidebar-container section .podcast-container .event .event-info-container .podcast-title, .sidebar-container section .podcast-container .event .podcast-info-container .event-title, .sidebar-container section .podcast-container .event .podcast-info-container .podcast-title, .sidebar-container section .podcast-container .podcast .event-info-container .event-title, .sidebar-container section .podcast-container .podcast .event-info-container .podcast-title, .sidebar-container section .podcast-container .podcast .podcast-info-container .event-title, .sidebar-container section .podcast-container .podcast .podcast-info-container .podcast-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0; }
  .sidebar-container section .event-container .event .event-info-container .event-description, .sidebar-container section .event-container .event .event-info-container .podcast-description, .sidebar-container section .event-container .event .podcast-info-container .event-description, .sidebar-container section .event-container .event .podcast-info-container .podcast-description, .sidebar-container section .event-container .podcast .event-info-container .event-description, .sidebar-container section .event-container .podcast .event-info-container .podcast-description, .sidebar-container section .event-container .podcast .podcast-info-container .event-description, .sidebar-container section .event-container .podcast .podcast-info-container .podcast-description, .sidebar-container section .podcast-container .event .event-info-container .event-description, .sidebar-container section .podcast-container .event .event-info-container .podcast-description, .sidebar-container section .podcast-container .event .podcast-info-container .event-description, .sidebar-container section .podcast-container .event .podcast-info-container .podcast-description, .sidebar-container section .podcast-container .podcast .event-info-container .event-description, .sidebar-container section .podcast-container .podcast .event-info-container .podcast-description, .sidebar-container section .podcast-container .podcast .podcast-info-container .event-description, .sidebar-container section .podcast-container .podcast .podcast-info-container .podcast-description {
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-style: italic; }
  .sidebar-container section .event-container .event .event-info-container .event-description i.fa, .sidebar-container section .event-container .event .event-info-container .podcast-description i.fa, .sidebar-container section .event-container .event .podcast-info-container .event-description i.fa, .sidebar-container section .event-container .event .podcast-info-container .podcast-description i.fa, .sidebar-container section .event-container .podcast .event-info-container .event-description i.fa, .sidebar-container section .event-container .podcast .event-info-container .podcast-description i.fa, .sidebar-container section .event-container .podcast .podcast-info-container .event-description i.fa, .sidebar-container section .event-container .podcast .podcast-info-container .podcast-description i.fa, .sidebar-container section .podcast-container .event .event-info-container .event-description i.fa, .sidebar-container section .podcast-container .event .event-info-container .podcast-description i.fa, .sidebar-container section .podcast-container .event .podcast-info-container .event-description i.fa, .sidebar-container section .podcast-container .event .podcast-info-container .podcast-description i.fa, .sidebar-container section .podcast-container .podcast .event-info-container .event-description i.fa, .sidebar-container section .podcast-container .podcast .event-info-container .podcast-description i.fa, .sidebar-container section .podcast-container .podcast .podcast-info-container .event-description i.fa, .sidebar-container section .podcast-container .podcast .podcast-info-container .podcast-description i.fa {
    font-size: 13px;
    color: #00a9f4;
    margin: 0 0 0 5px; }
  .small-ad-container {
    text-align: center;
    margin-bottom: 50px; }
  .small-ad-container img {
    max-width: 100%; } }

.page-footer {
  text-align: left;
  position: relative;
  background-color: #000;
  background-position: bottom right;
  background-repeat: no-repeat;
  color: #fff;
  padding-bottom: 15px; }

.page-footer ::-moz-selection {
  background: #1299dd; }

.page-footer ::selection {
  background: #1299dd; }

.page-footer:before {
  position: absolute;
  top: 0;
  content: ' ';
  height: 8px;
  background: #00a9f4;
  background: linear-gradient(to right, #00a9f4 1%, #04506e 100%);
  width: 100%;
  z-index: 2; }

.page-footer h4 {
  font-size: 16px;
  margin: 40px 0 20px;
  text-transform: uppercase; }

.footer-title {
  margin-top: 40px;
  text-transform: uppercase;
  color: #fff; }

.footer-round-tables p {
  font-size: 16px; }

.footer-logo-image {
  margin-top: 10px; }

.contact-team {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  background: #00a9f4;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  transition: background 0.1s ease-in-out; }

.contact-team:hover {
  background: #04506E; }

.footer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px; }

.footer-links ul li a:hover {
  color: #1299dd; }

.footer-links ul li a:before {
  content: '\f0da';
  font-family: FontAwesome;
  color: #00a9f4;
  margin-right: 10px; }

.footer-contact p {
  display: inline-block;
  margin-top: 0;
  font-size: 16px; }

.footer-contact p.phone {
  margin-right: 20px; }

.footer-contact i.fa {
  color: #00a9f4;
  margin-right: 15px; }

.footer-contact .input-group {
  border: 1px solid #fff; }

.footer-contact .input-group input[type=email] {
  background: none;
  border: none;
  outline: none;
  padding: 10px;
  margin: 3px;
  height: auto;
  width: calc(100% - 115px);
  box-sizing: border-box;
  color: #fff; }

.footer-contact .input-group input[type=email]::-webkit-input-placeholder {
  font-style: italic;
  color: #fff; }

.footer-contact .input-group .subscribe-btn {
  text-transform: uppercase;
  background: #7F7F7F;
  color: #000;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  cursor: pointer; }

.page-footer .social-icon-circles {
  margin: 30px 0 10px; }

.page-footer .copyright-notice {
  margin: 10px 0 20px; }

.page-footer .copyright-notice p {
  display: inline-block; }

.page-footer .extra-info-footer {
  margin-top: 45px; }

.page-footer .extra-info-footer a {
  border: none;
  display: block;
  text-align: center;
  white-space: nowrap; }

@media (min-width: 800px) {
  .page-footer .copyright-notice p:last-of-type {
    margin-left: 50px; }
  .footer-logo-image {
    margin: 0; } }

@media (min-width: 992px) {
  .footer-logo-image {
    margin-top: 10px; } }

.page-footer .copyright-notice p a {
  color: #fff;
  text-decoration: none; }

.ad-horizontal-container {
  height: 200px;
  background: url("/images/structure/img/ad-horizontal.png");
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  margin-bottom: -10px; }

.article-container {
  margin-top: 10px; }

.article-container article.news.featured a {
  text-decoration: none; }

.article-container article.news.featured .hero-article {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative; }

.article-container article.news.featured .hero-article:hover .hero-image {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.article-container article.news.featured .hero-article .hero-text {
  position: relative;
  float: left;
  width: 33%;
  padding: 30px;
  background: #000;
  z-index: 3; }

.article-container article.news.featured .hero-article .hero-text h1 {
  margin: 0px;
  color: #fff; }

.article-container article.news.featured .hero-article .hero-text .featured-snippet {
  color: #fff; }

.article-container article.news.featured .hero-article .hero-text .featured-category {
  padding: 10px 0px;
  color: #8d8d8d;
  font-weight: 300; }

.article-container article.news.featured .hero-article .hero-image {
  position: relative;
  float: right;
  right: 0;
  width: calc(67% - 60px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: all 0.5s; }

@media (min-width: 780px) {
  .article-container article.news.featured .hero-article .hero-image.mobile {
    display: none; }
  .page-footer .extra-info-footer a {
    display: inline;
    padding: 0 5px; }
  .page-footer .extra-info-footer a[href='/privacy'] {
    border-right: 1px solid #fff; } }

@media (max-width: 780px) {
  .article-container article.news.featured .hero-article .hero-image.desktop {
    display: none; }
  .article-container article.news.featured .hero-article .hero-image.mobile {
    float: none;
    width: 100%;
    display: block; }
  .article-container article.news.featured .hero-article .hero-text {
    width: calc(100% - 60px);
    float: none; } }

.article-carousel .carousel-container {
  position: relative; }

.article-carousel .carousel-container .fa-chevron-left {
  color: #fff;
  position: absolute;
  font-size: 35px;
  left: 17px;
  top: 40px;
  z-index: 1; }

.article-carousel .carousel-container .fa-chevron-right {
  color: #fff;
  position: absolute;
  font-size: 35px;
  right: 17px;
  top: 40px;
  z-index: 1; }

.article-carousel .carousel-container .article-block {
  width: 49%;
  height: 154px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  float: left;
  margin-right: 5px; }

.article-carousel .carousel-container .article-block.last {
  margin-right: 0; }

@media (max-width: 767px) {
  .article-carousel .carousel-container .article-block {
    width: 100%;
    float: left;
    margin-left: 0px !important; } }

.article-carousel .carousel-container .article-block .article-tag-container {
  position: absolute;
  top: 0;
  margin-bottom: 5px;
  font-style: italic; }

.article-carousel .carousel-container .article-block .article-tag-container .article-tag {
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #ceca00;
  color: #fff; }

.article-carousel .carousel-container .article-block .article-bg-image {
  background-image: url(/images/structure/img/home/placeholder-carousel.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.article-carousel .carousel-container .article-block .article-text {
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 15px; }

.article-carousel .carousel-container .article-block .article-text p {
  margin: 0;
  padding: 0; }

.article-list .article-blocks .article-block-sm {
  height: 120px;
  margin-bottom: 60px;
  display: block; }

@media (max-width: 767px) {
  .article-list .article-blocks .article-block-sm {
    margin-bottom: 20px !important; } }

.article-content {
  display: inline-block;
  width: calc(100% - 135px); }

.article-content .article-tag-container {
  margin-bottom: 5px;
  font-style: italic; }

.article-content .article-tag-container .article-tag-sm {
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px; }

.article-tag-sm.business-cloud-opinion {
  color: #1299dd; }

.article-list .article-blocks .article-block-sm .article-content .article-tag-container .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

.article-list .article-blocks .article-block-sm .article-content .article-tag-container .date {
  color: #aaa;
  font-size: 11px; }

.article-content .article-summary {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer; }

.article-content .article-summary {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  float: left; }

.article-list .article-blocks .article-block-sm .article-content .read-more {
  clear: both; }

.article-list .article-blocks .article-block-lg {
  display: block;
  position: relative;
  margin-bottom: 10px; }

.article-list .article-blocks .article-block-lg .article-thumbnail {
  background-image: url(/images/structure/img/home/placeholder-article-lg.png);
  display: inline-block;
  vertical-align: top;
  height: 168px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

.article-list .article-blocks .article-block-lg .article-tag-container {
  position: absolute;
  top: 0;
  margin-bottom: 5px;
  font-style: italic; }

.article-list .article-blocks .article-block-lg .article-tag-container .article-tag-lg {
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #d80a8d;
  color: #fff; }

.article-list .article-blocks .article-block-lg .article-content {
  display: inline-block;
  margin-top: 15px;
  width: 100%; }

.article-list .article-blocks .article-block-lg .article-content .article-summary {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  float: left; }

.article-list .article-blocks .article-block-lg .read-more {
  clear: both;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600; }

.article-list .article-blocks .article-block-lg .read-more a {
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.article-list .article-blocks .article-block-lg .read-more a:hover {
  text-decoration: underline; }

.latest-videos {
  background: #F4F4F4;
  width: 100%;
  padding: 30px 0 0;
  margin: 0; }

.latest-videos .margin-right {
  margin-right: 10px; }

.latest-videos .margin-left {
  margin-left: 10px; }

.latest-videos .video-container .video-section-title {
  border-bottom: solid 3px #1299dd;
  margin-bottom: 27px; }

.latest-videos .video-container .video-section-title h3 {
  margin: 0;
  padding: 0; }

.latest-videos .video-container .video-section-lg {
  height: 430px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 10px; }

.latest-videos .video-container .video-section {
  height: 210px;
  float: right;
  overflow: hidden;
  position: relative;
  width: 45%;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .latest-videos .video-container .video-section {
    width: 100%;
    float: left;
    margin-left: 0px !important; } }

.latest-videos .video-container .video-bg-image {
  background-image: url(/images/structure/img/home/placeholder1.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.latest-videos .video-container .video-logo {
  background: #000;
  width: 34px;
  position: absolute;
  height: 25px;
  top: 0;
  left: 0;
  z-index: 1; }

.latest-videos .video-container .video-logo img {
  margin: 6px 10px; }

.latest-videos .video-container .video-text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #FFFFFF;
  padding: 15px; }

.latest-videos .video-container .video-text h3 {
  padding: 0;
  margin: 0; }

.latest-videos .video-container .video-text p {
  margin: 0;
  padding: 0; }

@media only screen and (min-width: 1400px) {
  .news.magazine .article-section .article-list .article-block {
    width: 48%;
    margin: 0 1%; } }

.article-preview::before {
  content: "PREVIEW";
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #000000;
  font-weight: bold;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4); }

.article-list .article-summary,
.article-list .article-summary a {
  color: #252525;
  text-align: left;
  text-decoration: none; }

.partner-container .partner {
  margin: 20px 0; }

.partner-container .partner .logo-container img {
  width: 100%; }

.partner-container .partner .description-container p {
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #252525; }

.contact-container .panel .panel-content {
  padding: 20px 30px; }

.contact-container .panel .panel-content a {
  font-weight: 700;
  text-decoration: none; }

.article-breadcrumbs ul {
  padding: 0;
  color: #000;
  list-style-type: none; }

.article-breadcrumbs ul li {
  display: inline-block;
  padding-left: 5px; }

.article-breadcrumbs ul li a {
  color: #000; }

.article-breadcrumbs ul li.active a {
  text-decoration: none; }

.article-breadcrumbs ul li:first-of-type {
  list-style-type: none; }

.article-title h1 {
  margin: 10px 0;
  font-size: 40px;
  font-weight: 500;
  color: #252525; }

.article .article-text p {
  font-size: 15px;
  font-weight: 500;
  text-align: left; }

.article .article-image {
  position: relative;
  text-align: center; }

.article img {
  max-width: 100%; }

.article .article-image cite {
  display: block;
  width: auto;
  background-color: rgba(0, 0, 0, 0.75);
  color: #c8c8c8;
  font-size: 0.8em;
  padding: 1em;
  position: absolute;
  bottom: 1.5em;
  right: 0px; }

.article .article-image figcaption {
  display: block;
  width: 100%;
  color: #373737;
  font-weight: bold;
  font-size: 0.8em;
  text-align: left; }

.article .article-image-credit {
  margin: 0px; }

.article .article-video {
  margin-left: 40px;
  margin-right: 40px;
  /* Small Devices, Tablets */ }

@media only screen and (max-width: 800px) {
  .article .article-video {
    margin: 0; } }

.article .share-article {
  margin: 40px 0; }

.article .video-summary {
  margin-left: 40px;
  margin-right: 40px;
  /* Small Devices, Tablets */ }

.article .video-summary span {
  width: calc(100% - 100px);
  float: left; }

@media only screen and (max-width: 800px) {
  .article .video-summary {
    margin: 0; } }

.article .video-summary .video-social-icons {
  width: 100px;
  float: right; }

.article .video-summary .video-social-icons a {
  text-align: center;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 1px;
  font-size: 10px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 0.3s; }

.article .video-summary .video-social-icons a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.article .video-summary .video-social-icons a.google-plus {
  background: #CB3E2E; }

.article .video-summary .video-social-icons a.google-plus:hover {
  background: #d34e3f; }

.article .video-summary .video-social-icons a.twitter {
  background: #3BCBFD; }

.article .video-summary .video-social-icons a.twitter:hover {
  background: #54d2fd; }

.article .video-summary .video-social-icons a.linkedin {
  background: #1085AE; }

.article .video-summary .video-social-icons a.linkedin:hover {
  background: #1297c5; }

.magazine-container {
  margin-top: 30px; }

.magazine-container .row {
  overflow: hidden; }

.magazine-container .row .tile {
  margin-top: 10px;
  padding: 0 5px; }

.magazine-container .row .tile .bg-dark {
  background: #E4E4E4;
  padding: 20px; }

.magazine-container .row .tile .bg-light {
  background: #F0F0F0;
  padding: 20px; }

.magazine-container .row .tile .bg-white {
  background: #FFF;
  padding: 20px; }

.magazine-container .row .tile hr {
  height: 1px;
  border: none;
  border-top: 1px solid #1299dd; }

.magazine-container .row .tile.issue-image img {
  width: 100%; }

.magazine-container .row .tile.issue-number .date-container p {
  font-weight: 500;
  line-height: 25px; }

.magazine-container .row .tile.issue-number .subscribe-btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: #bfcb01;
  padding: 10px; }

.magazine-container .row .tile.extras-in-the-magazine ul {
  list-style: none;
  padding: 0; }

.magazine-container .row .tile.extras-in-the-magazine ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px; }

.magazine-container .row .tile.extras-in-the-magazine ul li:before {
  margin-right: 10px;
  content: "• ";
  color: #5fa0a1; }

.magazine-container .row .tile.in-this-issue h2 {
  margin: 0; }

.magazine-container .row .tile.in-this-issue .article-blocks {
  margin: 20px 0; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm {
  margin-bottom: 15px;
  display: block; }

@media (max-width: 767px) {
  .magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm {
    margin-bottom: 20px !important; } }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-thumbnail {
  background-image: url(/images/structure/img/home/placeholder-article-sm.png);
  display: inline-block;
  vertical-align: top;
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content {
  display: inline-block;
  width: calc(100% - 145px); }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-tag-container {
  margin-bottom: 5px;
  font-style: italic; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-tag-container .article-tag-sm {
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #ceca00;
  color: #fff; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-tag-container .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-tag-container .date {
  color: #aaa;
  font-size: 11px; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content .article-summary {
  font-size: 20px;
  font-weight: 500;
  text-align: left; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content a {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.magazine-container .row .tile.in-this-issue .article-blocks .article-block-sm .article-content a:hover {
  text-decoration: underline; }

.panel .panel-content p {
  line-height: 30px;
  margin: 0; }

.list-container .image-container {
  margin: 10px 0 30px; }

.list-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.list-container ul li a {
  display: inline-block;
  color: #252525;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px; }

.list-container ul li.red a {
  color: #E71D36; }

.events {
  margin-bottom: 5px; }

.events .event-block-lg {
  height: 365px;
  width: calc(70% - 5px);
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.events .event-block-lg .event-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-1.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.events .event-block-lg .event-description {
  position: absolute;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.events .event-block-lg .event-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .events .event-block-lg {
    width: 100%;
    height: 250px; } }

.events .event-sm-container {
  height: 365px;
  width: 30%; }

.events .event-sm-container .event-block-sm {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.events .event-sm-container .event-block-sm .event-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.events .event-sm-container .event-block-sm .event-description {
  position: absolute;
  width: calc(100% - 20px);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.events .event-sm-container .event-block-sm .event-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .events .event-sm-container {
    width: 100%;
    height: 500px; }
  .events .event-sm-container .event-block-sm {
    height: 250px; } }

.event-list .event {
  margin-bottom: 20px; }

.event-list .event img {
  height: 140px;
  width: 100%; }

.event-list .event .event-info {
  text-align: left;
  color: #515151;
  font-size: 15px; }

.event-list .event .event-description {
  text-align: left;
  color: #252525;
  font-size: 20px; }

.event-list .event .event-location {
  text-align: left;
  color: #1299dd;
  font-size: 15px; }

.event-category .category-title {
  border-bottom: solid 2px #1299dd;
  text-transform: uppercase; }

.event-category .category-block-lg {
  width: calc(70% - 36px);
  height: 175px;
  float: left;
  margin-right: 36px;
  margin-bottom: 36px; }

.event-category .category-block-lg .category-block-image {
  background-image: url("/images/structure/img/events/placeholder-event-6.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  transition: all 0.5s; }

.event-category .category-block-lg .category-block-image::after {
  content: "Category";
  color: #fff;
  line-height: 150px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77); }

@media (max-width: 767px) {
  .event-category .category-block-lg {
    width: 100%;
    margin-bottom: 20px; } }

.event-category .category-block-sm {
  width: 30%;
  height: 175px;
  margin-right: 5%;
  margin-bottom: 36px;
  float: left; }

.event-category .category-block-sm .category-block-image {
  background-image: url("/images/structure/img/events/placeholder-event-6.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  transition: all 0.5s; }

.event-category .category-block-sm .category-block-image::after {
  content: "Category";
  color: #fff;
  line-height: 150px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77); }

@media (max-width: 767px) {
  .event-category .category-block-sm {
    width: 100%;
    margin-bottom: 20px; } }

.event-category .first {
  margin-right: 0; }

.event-category .last {
  margin-right: 0; }

@media (max-width: 767px) {
  .opinion .opinion-block-lg {
    width: 100%;
    height: 250px; } }

.opinion .opinion-sm-container {
  height: 365px;
  width: 30%; }

.opinion .opinion-sm-container .opinion-block-sm .opinion-bg-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

@media (max-width: 767px) {
  .opinion .opinion-sm-container {
    width: 100%;
    height: 500px; }
  .opinion .opinion-sm-container .opinion-block-sm {
    height: 250px; } }

.opinion-list .opinion-block-sm {
  height: 120px;
  margin-bottom: 60px;
  display: block; }

@media (max-width: 767px) {
  .opinion-list .opinion-block-sm {
    margin-bottom: 20px !important; } }

.opinion-list .opinion-block-sm .opinion-thumbnail {
  background-image: url("/images/structure/img/opinion/placeholder-opinion-3.png");
  display: inline-block;
  vertical-align: top;
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

.opinion-list .opinion-block-sm .opinion-content {
  display: inline-block;
  width: calc(100% - 145px); }

.opinion-list .opinion-block-sm .opinion-content .opinion-tag-container {
  margin-bottom: 5px;
  font-style: italic; }

.opinion-list .opinion-block-sm .opinion-content .opinion-tag-container .opinion-tag-sm {
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #d80a8d;
  color: #fff; }

.opinion-list .opinion-block-sm .opinion-content .opinion-tag-container .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

.opinion-list .opinion-block-sm .opinion-content .opinion-tag-container .date {
  color: #aaa;
  font-size: 11px; }

.opinion-list .opinion-block-sm .opinion-content .opinion-summary {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  float: left; }

.opinion-list .opinion-block-sm .opinion-content a {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  float: left;
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.opinion-list .opinion-block-sm .opinion-content a:hover {
  text-decoration: underline; }

.panel .panel-content a {
  text-decoration: none;
  font-weight: 700; }

.panel.map-panel .panel-content .contact-map {
  width: 100%;
  height: 400px;
  margin: 20px 0 -25px; }

.contact-map-google-map {
  border: 0 none;
  height: 380px;
  width: 100%; }

.panel.map-panel .panel-content .marker-info p {
  line-height: inherit;
  padding: 3px 0; }

.podcasts-load-more-container {
  width: 100%;
  text-align: center;
  padding: 10px; }

.panel-container .panel .panel-content p {
  line-height: 19px;
  padding-bottom: 10px; }

.team-container {
  width: 100%;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }

.team-container .team-card {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-bottom: 20px;
  zoom: 1;
  border-top: 5px solid #1299dd;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.podcast-player audio {
  width: 100%; }

@media (max-width: 700px) {
  .team-container .team-card {
    width: 100%; } }

.team-container .team-card .image-container {
  margin: 20px 0; }

.team-container .team-card .name-container {
  margin-bottom: 20px; }

.team-container .team-card .name-container span {
  background: #1299dd;
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 5px 10px; }

.team-container .team-card .bio-container {
  padding: 0 12px; }

.team-container .team-card .bio-container p {
  font-size: 14px;
  color: #252525; }

.team-container:after {
  content: '';
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0; }

.video-icon {
  position: absolute;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  top: 0;
  left: 0; }

.videos {
  margin-bottom: 5px; }

.videos .video-block-lg {
  height: 365px;
  width: calc(70% - 5px);
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.videos .video-block-lg .video-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-1.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.videos .video-block-lg .video-description {
  position: absolute;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.videos .video-block-lg .video-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .videos .video-block-lg {
    width: 100%;
    height: 250px; }
	.business_cloud_events_calendar .event-page .event-card-image-wrapper .event-card-image {
	  padding-top: 0;
	  width: auto; }
  	.business_cloud_events_calendar .event-page a.event-card {
	  border-left: none; }
  	.business_cloud_events_calendar .event-page a.event-card .event-title-wrap, .business_cloud_events_calendar .event-page a.event-card .event-info-wrap, .business_cloud_events_calendar .event-page a.event-card .event-card-summary {
	  padding: 0 2.5%; }

   .magazine_news .event-card .event-card-image-wrapper {
	   height: 170px !important; }
    .magazine_news .event-card .event-card-image-wrapper img.event-card-image {
	   padding-top: 0;
	   margin-right: 0; }
   	.magazine_news a.event-card {
		text-align: left !important; }
	section.magazine-container > .row {
		padding: 0 !important; }}

.videos .video-sm-container {
  height: 365px;
  width: 30%; }

.videos .video-sm-container .video-block-sm {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.videos .video-sm-container .video-block-sm .video-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.videos .video-sm-container .video-block-sm .video-description {
  position: absolute;
  width: calc(100% - 20px);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.videos .video-sm-container .video-block-sm .video-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .videos .video-sm-container {
    width: 100%;
    height: 500px; }
  .videos .video-sm-container .video-block-sm {
    height: 250px; } }

.video-list {
  margin-bottom: 5px; }

.video-list .video-block-sm {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  float: left; }

.video-list .video-block-sm .video-bg-image {
  background-image: url("/images/structure/img/events/placeholder-event-2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.video-list .video-block-sm .video-description {
  position: absolute;
  width: calc(100% - 20px);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding: 10px; }

.video-list .video-block-sm .video-description p {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .video-list {
    width: 100%;
    height: 500px; }
  .video-list .video-block-sm {
    height: 250px; } }

.video-category .category-title {
  border-bottom: solid 2px #1299dd;
  text-transform: uppercase; }

.video-category .category-block-lg {
  width: calc(70% - 36px);
  height: 175px;
  float: left;
  margin-right: 36px;
  margin-bottom: 36px; }

.video-category .category-block-lg .category-block-image {
  background-image: url("/images/structure/img/events/placeholder-event-6.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  transition: all 0.5s; }

.video-category .category-block-lg .category-block-image::after {
  content: "Category";
  color: #fff;
  line-height: 150px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77); }

@media (max-width: 767px) {
  .video-category .category-block-lg {
    width: 100%;
    margin-bottom: 20px; } }

.video-category .category-block-sm {
  width: 30%;
  height: 175px;
  margin-right: 5%;
  margin-bottom: 36px;
  float: left; }

.video-category .category-block-sm .category-block-image {
  background-image: url("/images/structure/img/events/placeholder-event-6.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  transition: all 0.5s; }

.video-category .category-block-sm .category-block-image::after {
  content: "Category";
  color: #fff;
  line-height: 150px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77); }

@media (max-width: 767px) {
  .video-category .category-block-sm {
    width: 100%;
    margin-bottom: 20px; } }

.video-category .first {
  margin-right: 0; }

.video-category .last {
  margin-right: 0; }

.video-js .vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%); }

.search .search-box {
  border: solid 1px #000;
  display: block;
  width: 100%;
  height: 40px; }

.search .search-box input[type=text] {
  width: calc(100% - 76px);
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  color: #7f7f7f; }

.search .search-box input[type=text]::-webkit-input-placeholder {
  font-style: italic;
  color: #7f7f7f; }

.search .search-box .search-btn {
  text-transform: uppercase;
  color: #fff;
  background: #7f7f7f;
  border: 0;
  outline: 0;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  margin: 3px;
  box-sizing: border-box;
  cursor: pointer; }

.search-list .search-results {
  font-size: 20px;
  text-align: left;
  margin: 20px 0; }

.search-list .search-block-sm {
  margin-bottom: 10px;
  display: block; }

.search-list .search-block-sm .search-thumbnail {
  background-image: url("/images/structure/img/opinion/placeholder-opinion-3.png");
  display: inline-block;
  vertical-align: top;
  height: 120px;
  width: 120px;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }

.search-list .search-block-sm .search-content {
  display: inline-block;
  width: calc(100% - 145px); }

.search-list .search-block-sm .search-content .search-tag-container {
  margin-bottom: 5px;
  font-style: italic; }

.search-list .search-block-sm .search-content .search-tag-container .search-tag-sm {
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px 2px;
  background: #d80a8d;
  color: #fff; }

.search-list .search-block-sm .search-content .search-tag-container .fa-circle {
  font-size: 5px;
  color: #aaa;
  vertical-align: middle;
  margin: 0 10px; }

.search-list .search-block-sm .search-content .search-tag-container .date {
  color: #aaa;
  font-size: 11px; }

.search-list .search-block-sm .search-content .search-title {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  float: left;
  margin: 3px 0; }

.search-list .search-block-sm .search-content .search-summary {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  float: left;
  margin: 3px 0; }

.search-list .search-block-sm .search-content a {
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  float: left;
  color: #1299dd;
  text-decoration: none;
  cursor: pointer; }

.search-list .search-block-sm .search-content a:hover {
  text-decoration: underline; }

.container {
  position: relative; }

/* responsive youtube videos */
.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.youtube-video iframe,
.youtube-video object,
.youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

img.video-thumbnail {
  max-width: 100%; }

.video-container {
  min-height: 200px;
  display: table;
  width: 100%; }

.video-container img {
  position: relative;
  width: 100%;
  display: table-row; }

.video-container.featured img {
  height: auto;
  max-height: 900px;
  display: table-cell; }

.video-container.featured .thumbnail-title {
  vertical-align: middle;
  width: 33.333333%;
  display: table-cell;
  font-size: 24px; }

.thumbnail-title {
  overflow: hidden;
  display: table-row;
  position: relative;
  top: 0;
  background-color: #0f0f0f;
  padding: 15px 5px;
  box-sizing: border-box;
  color: #f5f5f5;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-size: 14px;
  height: 70px; }

.video-bottom-margin {
  margin-bottom: 25px; }

.ukfast_video,
.video-js {
  margin: 0px auto;
  overflow: hidden; }

p.main_paragraph {
  font-size: 17px;
  line-height: 27px;
  text-align: justify; }

section.video-segment {
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.no-link-styles {
  text-decoration: none;
  color: #252525; }

/** DEA Page styling **/
.sponsorship-table {
  border-spacing: 0;
  box-sizing: border-box;
  display: block; }

.sponsorship-table__header {
  display: none; }

.sponsorship-table__row {
  width: 100%;
  display: block;
  border-bottom: 2px solid #eeeeee; }

.sponsorship-table__cell {
  background: #eeeeee;
  display: block;
  margin: 10px 0;
  padding: 10px 15px; }

.sponsorship-table__level {
  background: #00A3A4;
  color: #ffffff; }

.sponsorship-table__cost {
  text-align: center;
  background: #dddddd;
  font-size: 1.7rem; }

.sponsorship-table__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.sponsorship-table__list li {
  margin: 0 0 15px; }

.sponsorship-table__list li:last-child {
  margin: 0; }

@media (min-width: 600px) {
  .sponsorship-table {
    display: table;
    border-spacing: 10px; }
  .sponsorship-table__header {
    display: table-header-group; }
  .sponsorship-table__heading {
    background: #00A3A4;
    color: #fff;
    text-transform: uppercase;
    padding: 13px; }
  .sponsorship-table__row--odd .sponsorship-table__cell {
    background: #ddd; }
  .sponsorship-table__row--even .sponsorship-table__cell {
    background: #eee; }
  .sponsorship-table__row {
    display: table-row; }
  .sponsorship-table__cell {
    color: #000000;
    vertical-align: top;
    padding: 13px;
    display: table-cell; } }

/* UKFtabs */
ul.ukf_tabs {
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
  display: block;
  height: 46px;
  margin: 0 -1.9%;
  padding: 0;
  width: auto; }

ul.ukf_tabs > li {
  background: #f3f5f7;
  border: 1px solid #dddddd;
  display: block;
  float: left;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 44px;
  list-style: none;
  position: relative;
  padding: 0;
  margin-right: 0;
  width: 24.7%; }

ul.ukf_tabs > li a {
  cursor: pointer;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  color: inherit;
  font-weight: inherit; }

ul.ukf_tabs > li.active, ul.ukf_tabs > li:hover {
  border-bottom: 1px solid #ffffff;
  background-color: #fff; }

ul.ukf_tabs .tab-help {
  display: none; }

.ukf_tab_content {
  border: 1px solid #dddddd;
  border-top-color: transparent;
  clear: both;
  margin: 0;
  min-height: 200px;
  padding: 3%;
  width: auto; }

ul.ukf_tabs .nav-expand {
  display: none; }

ul.ukf_tabs > li > a h4,
ul.ukf_tabs > li > h4 {
  margin: 0; }

/** UKFTabs - Accordion styling **/
ul.ukf_tabs.accordion {
  border-bottom-width: 1px;
  height: auto;
  margin: 0;
  padding: 0; }

ul.ukf_tabs.accordion .ukf_tab_content {
  padding: 3px 25px 25px;
  background: #ffffff; }

ul.ukf_tabs.accordion > li {
  border-bottom: none;
  float: none;
  width: auto;
  padding: 5px 0; }

ul.ukf_tabs.accordion > li .preview-content {
  padding: 0 25px 15px;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  width: 80%; }

ul.ukf_tabs.accordion > li .nav-expand-container {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0; }

ul.ukf_tabs.accordion > li span.nav-expand {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #2f2f2f;
  font-size: 0;
  line-height: 0;
  transition: transform 0.2s linear;
  margin: 15px;
  cursor: pointer; }

ul.ukf_tabs.accordion > li.active span.nav-expand {
  transform: rotate(180deg);
  transition: transform 0.2s linear; }

ul.ukf_tabs.accordion > li a {
  color: inherit;
  display: block;
  padding: 0 25px;
  margin: 0;
  text-align: left;
  position: relative; }

ul.ukf_tabs.accordion > li a:after {
  content: '';
  display: table;
  clear: both; }

ul.ukf_tabs > li a:hover, ul.ukf_tabs > li a:focus {
  border: 0; }

div.ukf_tab_content > span {
  text-transform: uppercase;
  color: #002664;
  font-size: 1.6rem;
  font-weight: bold; }

ul.ukf_tabs.accordion .accordion_row_icon {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  margin: 5px 5px 5px 0; }

ul.ukf_tabs.accordion .accordion_row_title {
  vertical-align: middle; }

ul.ukf_tabs.accordion-numbered .accordion_row_title {
  font-weight: normal; }

ul.ukf_tabs.accordion .accordion_row_icon img {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

ul.ukf_tabs.accordion-numbered .accordion_row_index_wrapper {
  float: right;
  position: absolute;
  display: inline-table;
  top: 50%;
  transform: translateY(-50%);
  right: 25px; }

ul.ukf_tabs.accordion-numbered .accordion_row_index_wrapper .accordion_row_index {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.5em;
  font-weight: bold; }

/** DEA UKFTabs **/
ul.dea_tabs.accordion {
  border: none; }

ul.dea_tabs.accordion > li {
  background: #00A3A4;
  color: #ffffff;
  margin: 10px 0;
  border: none;
  line-height: 35px; }

ul.dea_tabs.accordion > li span.nav-expand {
  border-top: 10px solid #ffffff;
  margin: 13px 15px; }

ul.dea_tabs.accordion .ukf_tab_content {
  background: none;
  border: none;
  padding: 0 10px;
  min-height: 0; }

.dea-category-list {
  margin: 0;
  list-style-type: none;
  padding: 0; }

.dea-category-list__item {
  background: #eeeeee;
  padding: 15px;
  margin: 10px 0; }

.default_button.dea_cta {
  background: #00A3A4; }

.default_button.dea_cta:hover {
  background: #009a9b; }

.dea-logo {
  margin: 0 10px 10px; }

/* Helpers - defined last to override ===================== */
.hidden, .display-none {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clear, .clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

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

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

.display-block {
  display: block; }

.display-inline {
  display: inline; }

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.vertical_align_top {
  vertical-align: top !important; }

.block-center {
  margin: 0 auto; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.ad-container {
  text-align: left;
  margin: auto;
  position: relative;
  max-width: 1384px; }

.ad-container-full-banner img {
  height: 60px;
  width: 468px; }

.ad-container-leaderboard img {
  height: 90px;
  width: 728px; }

.ad-container-square img {
  height: 280px;
  width: 336px; }

.ad-container-skyscraper img {
  height: 600px;
  width: 160px; }

.ad-container-small-skyscraper img {
  height: 240px;
  width: 120px; }

.ad-container-fat-skyscraper img {
  height: 400px;
  width: 240px; }

.ad-container-half-banner img {
  height: 60px;
  width: 234px; }

.ad-container-rectangle img {
  height: 150px;
  width: 180px; }

.ad-container-square-button img {
  height: 125px;
  width: 125px; }

.ad-container-button img {
  height: 90px;
  width: 120px; }

.ad-container-header {
  background: none; }

.ad-container-left, .ad-container-right {
  background: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  background-size: 100% auto;
  height: auto;
  width: calc((100% - 1024px) / 2);
  max-width: 180px;
  text-align: center; }

.ad-container-left {
  left: 0px; }

.ad-container-left img, .ad-container-right img {
  width: 100%;
  height: auto; }

.ad-container-right {
  right: 0px; }

.ad-container-sidebar {
  z-index: -1; }

.ad-container-rectangle {
  display: block;
  background: none;
  width: 100%; }

.ad-container-rectangle img {
  width: 100%;
  height: auto; }

main .ad-container {
  display: block;
  margin: 20px 0;
  width: 100%;
  height: auto; }

main .ad-container img {
  width: 100%;
  height: auto; }

@media all and (max-width: 800px) {
  .ad-container-leaderboard img {
    width: 100%;
    height: auto; } }

@media all and (max-width: 991px) {
  .ad-container-rectangle {
    display: none; } }

@media all and (max-width: 1279px) {
  .ad-container-left, .ad-container-right {
    display: none; } }

.upcoming-event {
  color: inherit;
  text-decoration: inherit;
  width: 100%; }

/*.event-container .upcoming-events .upcoming-event-description i {
  margin: auto 2.5px auto 10px; }*/

.article-list {
  text-align: left;
  height: 100%; }

.article-list .article {
  text-align: center;
  display: inline-block;
  width: 33.3333%;
  height: auto;
  border-left: 1px solid #00a3eb; }

.article-list .article img {
  width: 100%; }

.news_by_tag .article-list div:nth-of-type(3n+1) {
  clear: both; }

body > .ad-container {
  overflow-x: initial !important;
  position: relative; }
body > .ad-container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }
@media only screen and (max-width: 767px) {
  body > .ad-container img {
    width: 100%; }
  .module.bcloud_request_supplement label, .module.bcloud_request_supplement input, .module.bcloud_request_supplement .two-column .col-xs-6 {
	  display: block;
	  width: 100% !important; }
	.module.bcloud_request_supplement .two-column .col-xs-6 {
		padding-right: 15px !important;
	}
	.module.bcloud_request_supplement .submit-row {
		padding: 5px 10px;
	}
  }

.page-content {
  margin: 0 auto !important; }

.page-footer {
  margin: 0 auto !important; }

textarea {
  max-width: 100%; }

.search > .input i {
  right: 0; }

.search > .input input {
  padding-left: 10px !important;
  padding-right: 50px !important; }

.video-bottom-margin, .media-card {
  min-height: 200px; }
@media only screen and (max-width: 599px) {
  .video-bottom-margin, .media-card {
    min-height: 240px; }
  .video-bottom-margin .video-container.featured img, .video-bottom-margin .video-container.featured .thumbnail-title,
  .media-card img, .media-card .thumbnail-title {
    display: block;
    width: 100%; } }
@media only screen and (max-width: 479px) {
  .video-bottom-margin, .media-card {
    min-height: 200px; } }
.video-bottom-margin .thumbnail-title,
.media-card .thumbnail-title {
  transition: ease-in-out all 0.3s;
  border: 2px solid transparent; }
.video-bottom-margin .video-container:hover .thumbnail-title, .video-bottom-margin .video-container:focus .thumbnail-title,
.media-card:hover .thumbnail-title, .media-card:focus .thumbnail-title {
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #00a3eb; }

main > h2, main .page-title {
  color: #000;
  text-transform: capitalize; }

main nav.navigation.breadcrumbs ul li {
  color: #000;
  font-size: 13px; }
main nav.navigation.breadcrumbs ul li a, main nav.navigation.breadcrumbs ul li span {
  color: #000;
  font-size: 13px; }

.business_cloud_videos .video-container:not(.featured) {
  display: block; }
.business_cloud_videos .video-container:not(.featured) .thumbnail-title, .business_cloud_videos .video-container:not(.featured) .thumbnail-video,
.media-card .thumbnail-title, .media-card img {
  display: block; }

.nav {
  width: 100%; }

iframe {
  width: 100%; }

.navigation.breadcrumbs ul {
  padding: 0;
  padding-left: 0; }

.event-page {
  margin: 15px 0; }
.event-page a.event-card {
  min-height: 100%;
  padding: 20px 15px;
  transition: ease-in-out all .3s; }
@media only screen and (max-width: 579px) {
  .event-page a.event-card {
    width: 100%;
    display: block; } }
.event-page a.event-card .event-card-date, .event-page a.event-card .event-card-location {
  margin-top: 5px;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  width: 45%;
  margin-top: 10px; }
.event-page a.event-card .event-card-date i, .event-page a.event-card .event-card-location i {
  margin-right: 5px;
  width: 18px;
  text-align: center;
  transition: ease-in-out all 0.3s; }
.event-page a.event-card .event-card-date i:before, .event-page a.event-card .event-card-location i:before {
  font-size: 14px; }
.event-page a.event-card:hover, .event-page a.event-card:focus {
  background: #00a3eb;
  background: rgba(0, 163, 235, 0.3); }
.event-page a.event-card:hover i, .event-page a.event-card:focus i {
  color: #00a3eb; }
.event-page > .row {
  margin-left: 0;
  margin-right: 0; }
.event-page .event-card-image-wrapper {
  display: inline-block;
  vertical-align: middle;
  float: left; }
.event-page .event-card-image-wrapper .event-card-image {
  float: none;
  padding-top: 10px; }
.event-page .event-card-title, .event-page .event-card-date {
  display: block; }
.event-page .event-card .event-card-date {
  font-size: 1.4rem;
  line-height: 1.8rem; }
.event-page .event-card-summary {
  clear: both;
  padding-top: 15px; }

.events-banner-slider {
  margin: 30px auto; }
.events-banner-slider .banner-container--slide {
  height: 1px;
  min-height: 350px;
  background-size: cover !important; }

header.page-header .logo-container .header-logo {
  margin: 0; }
@media only screen and (max-width: 799px) {
  header.page-header .logo-container .header-logo {
    margin-top: 15px; }
	.article-carousel-arrows {
		display: none; } }

header.page-header .logo-container .nav-social-icons {
  float: left;
  text-align: left;
  display: block;
  padding: 4px 10px 0 0; }
@media only screen and (max-width: 799px) {
  header.page-header .logo-container .nav-social-icons {
    float: none;
    text-align: center;
    padding: 5px 0 8px 0; } }
header.page-header .logo-container .nav-social-icons ul {
  padding: 0;
  margin: 10px 0; }
header.page-header .logo-container .nav-social-icons ul li {
  display: inline-block; }
header.page-header .logo-container .nav-social-icons ul li a {
  padding: 0 10px;
  color: #fff; }

header.page-header .navigation_level_one .search > .input {
  margin-left: auto; }

header.page-header .navigation_level_one {
  padding-left: 10px; }

@media only screen and (min-width: 800px) {
  header.page-header .nav-menu-close {
    display: none; }
  header.page-header .navigation_level_one {
    top: auto !important; } }

footer a {
  text-decoration: none; }

footer .footer-contact i.fa {
  width: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  float: left; }

footer .footer-contact p {
  display: inline-block;
  width: calc(100% - 60px); }

footer .social-icon-circles {
  text-align: left; }
footer .social-icon-circles > li {
  display: inline-block;
  *display: inline;
  zoom: 1; }
footer .social-icon-circles > li a {
  display: table;
  width: 35px;
  height: 35px;
  padding: 7px; }
footer .social-icon-circles > li a.youtube {
  background-color: #bb0000; }
footer .social-icon-circles > li a.instagram {
  background-color: #125688; }

@media only screen and (max-width: 599px) {
  footer .social-icon-circles {
    width: 100%;
    display: block;
    text-align: center; }
  footer .copyright-footer, footer .extra-info-footer {
    width: 50%;
    text-align: center; } }

body .sidebar-ad-container {
  width: 100%;
  position: fixed;
  max-width: 1384px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto; }
body .sidebar-ad-container > .ad-container-fat-skyscraper {
  position: absolute;
  top: 0;
  margin-top: 0; }
body .sidebar-ad-container .ad-container-fat-skyscraper.left {
  left: 0; }
body .sidebar-ad-container .ad-container-fat-skyscraper.right {
  right: 0; }

.ad-container {
  padding-top: 0; }

aside.sidebar-container {
  margin-top: 0; }
aside.sidebar-container section.top-articles > .row {
  margin: 0; }
aside.sidebar-container > section {
  padding: 0;
  margin-bottom: 0; }
aside.sidebar-container .top-article {
  padding: 10px 10px 20px 10px;
}
aside.sidebar-container .top-article, aside.sidebar-container .upcoming-event {
  position: relative;
  margin-bottom: 0;
  border-left: none; }
aside.sidebar-container .top-article:after, aside.sidebar-container .upcoming-event:after {
  content: '';
  width: 100%;
  height: 0;
  background-color: rgba(0, 163, 235, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  transition: ease-in-out all 0.3s;
  z-index: -1; }
aside.sidebar-container .top-article.fill-down:after, aside.sidebar-container .upcoming-event.fill-down:after {
  top: 0;
  height: 100%; }
aside.sidebar-container .top-article.fill-up:after, aside.sidebar-container .upcoming-event.fill-up:after {
  bottom: 0;
  height: 100%; }
aside.sidebar-container .top-article.remove-down:after, aside.sidebar-container .upcoming-event.remove-down:after {
  bottom: 0;
  height: 0; }
aside.sidebar-container .top-article.remove-up:after, aside.sidebar-container .upcoming-event.remove-up:after {
  top: 0;
  height: 0; }

.article-carousel-arrows {
  z-index: 2000; }
.article-carousel-arrows span.article-carousel-arrow {
  padding: 7px 15px;
  cursor: pointer;
  display: inline-block !important;
  background: #00a3eb;
  background: rgba(0, 163, 235, 0.5);
  transition: ease-in-out all .3s;
  color: #fff; }
.article-carousel-arrows span.article-carousel-arrow i:before {
  font-size: 16px; }
.article-carousel-arrows span.article-carousel-arrow:hover, .article-carousel-arrows span.article-carousel-arrow:focus {
  background: #00a3eb; }

@media (max-width: 1430px) {
  .article-carousel {
    /* display: none; */
    display: block; } }

.article-card-date {
  display: block;
  position: relative; }

.recent-articles .article-card span.article-card-category,
.news_by_tag .article-card span.article-card-category {
  padding-left: 0; }

.subscribe-section .subscribe-container .subscribe-title {
  margin-top: 10px; }

.recent-articles > .row,
.news_by_tag > .row {
  margin-left: 0;
  margin-right: 0; }

.article .article-image {
  margin: 35px 0; }
.article .article-image img {
  width: 100%;
  height: auto;
  max-width: 100%; }

aside.sidebar-container section.top-articles {
  margin-bottom: 10px; }

.article-preview {
  display: block;
  overflow: hidden; }
.article-preview:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  margin: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6); }
.article-preview:after {
  content: "PREVIEW";
  height: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 26px;
  z-index: 2;
  font-weight: 700; }

section.magazine-container > .row {
  background-color: #F0F0F0;
  padding: 20px; }
section.magazine-container > .row .tile.issue-number .subscribe-btn {
  transition: ease-in-out all 0.3s;
  border: 2px solid #bfcb01; }
section.magazine-container > .row .tile.issue-number .subscribe-btn:hover {
  background-color: #F0F0F0;
  color: #bfcb01; }

section.magazine-container .module a.event-card {
  padding-left: 15px; }
@media only screen and (max-width: 579px) {
  section.magazine-container .module a.event-card {
    width: 100%;
    display: block; } }
section.magazine-container .module a.event-card .article-thumbnail {
  margin-left: -15px; }

section.magazine-container .magazine-block.featured {
  margin: auto;
  max-width: 625px;
  position: relative;
  margin-bottom: 10px;
  display: block; }
section.magazine-container .magazine-block.featured .article-bg-image {
  min-height: 75px;
  line-height: 0; }

.article-overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 6px;
  text-align: left;
  display: table;
  color: #fff;
  min-width: 100px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  background: #000;
  background: rgba(0, 0, 0, 0.56);
  width: 100%;
  height: 50px; }
.article-overlay-text p {
  word-break: break-word; word-wrap: break-word;
  display: table-cell;
  vertical-align: middle; }

.business_cloud_newsletter form.default_form {
  border: solid 2px #bfcb01; }
.business_cloud_newsletter form.default_form input[type="text"] {
  border: solid 2px #bfcb01;
  outline: none; }
.business_cloud_newsletter form.default_form input[type="text"]:focus {
  outline: none; }

ul.ukf_tabs.accordion-numbered .accordion_row_title {
  margin-left: 15px; }

.article-carousel-arrows span.article-carousel-arrow {
  padding: 7px 15px;
  cursor: pointer;
  display: inline-block !important;
  background: #00a3eb;
  background: rgba(0, 163, 235, 0.5);
  transition: ease-in-out all .3s;
  color: #fff; }
.article-carousel-arrows span.article-carousel-arrow i:before {
  font-size: 16px; }
.article-carousel-arrows span.article-carousel-arrow:hover, .article-carousel-arrows span.article-carousel-arrow:focus {
  background: #00a3eb; }

.business_cloud_events_calendar .calendar_month_selector a > .fa {
  line-height: 1.5em;
  vertical-align: middle;
}
.business_cloud_events_calendar .calendar_month_selector a > .fa-chevron-right {
  margin-left: 10px;
}
.business_cloud_events_calendar .calendar_month_selector a > .fa-chevron-left {
  margin-right: 10px;
}
.business_cloud_events_calendar .calendar_month_selector a > span {
  line-height: 1.5em;
  vertical-align: middle;
  cursor: pointer;
  transition: ease-in-out all .3s; }
.business_cloud_events_calendar .calendar_month_selector a > span:hover, .business_cloud_events_calendar .calendar_month_selector a > span:focus {
  background: #00a3eb; }

.business_cloud_events_calendar .calendar_month_selector a.disabled {
  display: none; }

.business_cloud_events_calendar span.calendar_current_month {
  min-width: 230px !important; }

fieldset.search_page {
  border: none;
  position: relative;
  padding: 0; }
fieldset.search_page input[type="text"]#search_box {
  border: 2px solid #00A3EB;
  padding: 4px 10px;
  padding-right: 60px;
  width: 100%; }
fieldset.search_page button.search_button {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: auto;
  background-color: transparent;
  border: none;
  padding: 10px 12px; }

ol.search_results li {
  margin-bottom: 15px;
  border-bottom: 1px solid #00A3EB; }

.business_cloud_opinion .article-list > .article-blocks .row , .cloud_news .article-list > .article-blocks .row {
  border-bottom: 1px solid #00a3eb;
  margin: 0 15px; }
.business_cloud_opinion .article-list > .article-blocks .row > article.article-card , .cloud_news .article-list > .article-blocks .row > article.article-card {
  border-bottom: none;
  height: auto;
  margin: 20px 0; }
.business_cloud_opinion .article-list > .article-blocks .row:first-child > article.article-card , .cloud_news .article-list > .article-blocks .row:first-child > article.article-card {
  margin-top: 0;
  padding-top: 0;
}
.business_cloud_opinion .article-list > .article-blocks .row > article.article-card:last-child , .cloud_news .article-list > .article-blocks .row > article.article-card:last-child {
  padding-left: 20px;
  padding-right: 0;
}
.business_cloud_opinion .article-list > .article-blocks .row > article.article-card:first-child , .cloud_news .article-list > .article-blocks .row > article.article-card:first-child {
  padding-right: 20px;
  padding-left: 0;
}

@media only screen and (max-width: 599px) {
  .business_cloud_opinion .article-list > .article-blocks .row > article.article-card , .module a.event-card, .cloud_news .article-list > .article-blocks .row > article.article-card {
    display: block;
    width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important }

 .module a.event-card {
	border-right: none;
	border-left: none; }
  .module .event-card .event-card-image-wrapper {
	width: 100%;
	height: 120px;
	margin-right: 0 !important;
	display: block;
	margin-bottom: 5px; } }

.twitter_feed {
  height: 350px;
  overflow: auto;
  margin: 10px 0; }
.twitter_feed > ul.latest_tweets {
  list-style-type: none;
  padding: 0; }
.twitter_feed > ul.latest_tweets li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  border-bottom: 1px solid #00a9f4; }
.twitter_feed > ul.latest_tweets li img {
  display: inline-block;
  vertical-align: top;
  float: left;
  padding-right: 10px; }
.twitter_feed > ul.latest_tweets li span.date {
  display: block;
  font-weight: 700;
  margin: 5px 0; }
.twitter_feed > ul.latest_tweets li a {
  color: #1299dd;
  font-weight: 600;
  text-decoration: none; }

@media only screen and (max-width: 991px) {
  .nav-container .nav-menu {
    display: inline-block;
    float: right;
    padding-right: 15px; }
  .nav-container form.search {
    float: left;
    margin-left: 5px; }
  .nav-container form.search i {
    height: 100%; }
  .nav-container nav.navigation_level_one {
    display: block !important;
    position: fixed;
    width: 300px;
    left: -325px;
    top: 165px;
    z-index: 999;
    background-color: white;
    -webkit-box-shadow: 6px 7px 18px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 7px 18px 8px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 7px 18px 8px rgba(0, 0, 0, 0.75);
    transition: ease-in-out all 0.3s; }
  .nav-container nav.navigation_level_one.open-nav {
    left: 0; }
  .nav-container nav.navigation_level_one a#home, .nav-container nav.navigation_level_one a.nav-menu-close {
    display: block;
    width: 50px !important;
    height: 50px !important;
    margin: 0;
    padding: 15px;
    color: #111 !important;
    text-decoration: none;
    font-size: 1.5rem !important;
    line-height: 15px;
    transition: ease-in-out all 0.3s; }
  .nav-container nav.navigation_level_one a#home:hover, .nav-container nav.navigation_level_one a#home:focus, .nav-container nav.navigation_level_one a#home:active, .nav-container nav.navigation_level_one a.nav-menu-close:hover, .nav-container nav.navigation_level_one a.nav-menu-close:focus, .nav-container nav.navigation_level_one a.nav-menu-close:active {
    background-color: #04506e;
    color: #fff !important; }
  .nav-container nav.navigation_level_one > a#home {
    float: left; }
  .nav-container nav.navigation_level_one > a.nav-menu-close {
    float: right; }
  .nav-container nav.navigation_level_one ul {
    height: auto;
    display: block;
    clear: both; }
  .nav-container nav.navigation_level_one .dropdown {
    display: none !important;
  }
  .nav-container nav.navigation_level_one ul li {
    display: block;
    text-align: left; }
  .nav-container nav.navigation_level_one ul li a {
    padding: 15px 15px;
    text-align: left;
    color: #111;
    height: auto;
    display: block;
    transition: ease-in-out all 0.3s; }
  .nav-container nav.navigation_level_one ul li a:hover, .nav-container nav.navigation_level_one ul li a:focus, .nav-container nav.navigation_level_one ul li a:active {
    color: #fff; } }

@media only screen and (max-width: 799px) {
  .nav-container form.search, .nav-container .nav-menu {
    width: auto; }
  .nav-container > form.search > .input {
    left: 45px;
    top: 0;
    height: 98%;
    width: 0;
    display: inline-block !important; }
  .nav-container > form.search > .input.extended {
    width: 185px; }
  .nav-container .logo-container {
    padding: 0; } }

.fix-to-top {
  position: fixed;
  z-index: 50;
  border-top: 0; }

.module.bcloud_request_supplement label {
  text-align: left !important; }

.module.bcloud_request_supplement input[type=submit] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none; }

@media only screen and (max-width: 579px) {
  .module .calendar_month_selector .calendar_current_month {
    display: block !important;
    margin: 15px 0; } }

@media screen\0 {
  header .content {
    background: #1478A4; }
  body:not(.no-diagonal-bg) .ad-container {
    overflow-x: visible !important; }
  section.news form.subscribe-form
  input#email {
    background: #128ec5;
    border: 0;
    outline: none;
    padding: 10px 103px 10px 10px;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    height: 44px; }
  button.subscribe-btn {
    line-height: 14px; }
  .news_by_tag .article-card, .upcoming-event, .event-card {
    display: block; } }

.article-list .article-blocks .article-block-sm .article-thumbnail {
  display: block;
  background-image: none;
  position: relative;
  height: 170px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-bottom: 5px; }

.article-list .article-blocks .article-block-sm .article-thumbnail img {
  margin: auto;
  height: auto;
  width: 100%;
}

.opinion .opinion-block-lg {
  text-align: center; }

.opinion .opinion-sm-container {
  height: auto; }

@media only screen and (max-width: 767px) {
  .recent-articles > .row > .col-xs-12 {
    padding: 0; }
  main.homepage .article-card-summary {
    width: 100%; }
  .article-list .article-blocks .article-block-sm .article-content {
    width: 100%; } }

form#comment_form {
  max-width: 475px; }
form#comment_form input, form#comment_form textarea {
  padding: 4px 7px;
  border: 1px solid #999;
  transition: ease-in-out all 0.3s;
  font-size: 1.2rem;
  line-height: 1.6rem;
  width: 100%; }
form#comment_form #comments_form_details p label {
  width: 50px;
  display: inline-block;
  vertical-align: top; }

.article-card-image-wrapper {
  height: 100px;
  width: 100%;
  background-size: cover !important;
  background-position: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }


main#content .module.business_cloud_opinion .subscribe-section .subscribe-container .input-group .subscribe-btn {
  background-color: #bfcb01;
  color: #fff;
}

.cloud_news .article-content {
  width: 100%;
}

.event-card-summary {
  word-break: break-word; word-wrap: break-word;
}

.opinion-bg-image img {
  display: table-cell;
}

.article-byline, .tag-description {
  word-break: break-word;
  word-wrap: break-word;
}

.tag-cloud {
  padding: 5px 0;
}

.tag {
  text-decoration: none;
  padding: 2px 5px 2px 5px;
  background: #05A2E5;
  color: white;
  text-transform: capitalize;
  font-weight: bold;
  margin: 3px 5px 3px 10px;
  display: inline-block;
  float: left;
  font-size: 0.8em;
  position: relative;
  height: 20px;
}

.tag:before {
  border-right: 10px solid #05A2E5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: ' ';
  position: absolute;
  top: 0;
  left: -10px;
}

.tag:after {
  content: '';
  position: absolute;
  left: -3px;
  top: 50%;
  display: block;
  border-radius: 50%;
  background: white;
  border: 2px solid white;
  box-sizing: border-box;
  height: 5px;
  width: 5px;
  margin: 0;
  transform: translateY(-50%);
}


.video-js .vjs-tech {
  position: static !important;
}

/*# sourceMappingURL=styles.css.map */
