h2.disclaimer-title-section__title{
    color: #fff;
    font-family: 'Diodrum Semibold', sans-serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 60px;
}

.disclaimer-section {
    color: #637484;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    padding: 0 0 100px;
}

.disclaimer-section--white {
    background-color: #fff;
}

.disclaimer-section--no-banner {
    padding-top: 100px;
}

@media screen and (min-width: 768px) {
    .disclaimer-section--no-banner {
        padding-top: 125px;
    }
}

@media screen and (min-width: 993px) {
    .disclaimer-section--no-banner {
        padding-top: 140px;
    }
}

@media screen and (min-width: 1200px) {
    .disclaimer-section--no-banner {
        padding-top: 150px;
    }
}

@media screen and (min-width: 993px) {
    .disclaimer-section {
      font-size: 18px;
    }
}

.disclaimer-section ul {
    list-style: disc;
    margin: 0 0 1em;
    padding: 0 0 0 40px;
}

.disclaimer-section ol {
    list-style: decimal;
    margin: 0 0 1em;
    padding: 0 0 0 40px;
}

.disclaimer-section .no-list-style {
    list-style: none;
}

.disclaimer-title-section {
    background-image: url('../images/header_background.png');
    background-size: cover;
}

.disclaimer__category-wrapper {
    margin-bottom: 60px;
}

.disclaimer-content {
    padding-top: 25px;
}

@media screen and (min-width: 1200px) {
    .disclaimer-content {
      padding-top: 50px;
    }
}

.disclaimer-content p {
    margin-bottom: 10px;
    font-weight: 300;
}

@media screen and (min-width: 993px) {
    .disclaimer-content p {
      margin-bottom: 15px;
    }
}

/*  Wordpress Default Classes  */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    font-style: italic;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 5px 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


p.disclaimer-list__text {
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
}

.disclaimer-list__link {
    font-size: 22px;
}

.disclaimer-list__file-url {
    color: #FF971C;
}

.disclaimer-content h2, .disclaimer-content h3 {
    color: #3C424C;
}

.disclaimer-content h2 {
    font-size: 40px;
}

.disclaimer-content h3 {
    font-size: 30px;
}

.disclaimer-content .table {
    font-size: 16px;
}

.disclaimer-content .list.ordered {
    list-style-type: decimal;
    margin-left: 50px;
}

.disclaimer-content .fine-print {
    font-size: 14px;
}

.disclaimer-content .fine-print p {
    margin-bottom: 5px;
}

.disclaimer-content .horizontal-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .disclaimer-content .horizontal-list {
      display: none;
    }
}

.disclaimer-modal .modal {
    font-family: 'Ubuntu';
    z-index: 99999;
}

.disclaimer-modal .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #3C424C;
}

.disclaimer-modal .modal-header {
    color: #0077bf;
    font-size: 28px;
}

.disclaimer-modal .modal-body {
    max-height: 90vh;
    overflow-y: auto;
}

.modal-backdrop--disclaimer {
    z-index: 9999 !important;
    background-color: rgba(14, 67, 128, 1);
}

.modal-backdrop.in {
    opacity: .7;
}

.modal-backdrop--dark-blue.in {
    background-color: #001325;
    opacity: .9;
}

/*Boostrap Tabs */
.disclaimer-tabs,
ul.disclaimer-tabs {
  font-size: 16px;
  padding: 0;
}

.disclaimer-tabs>li>a {
  border-radius: 0;
}


/* Legacy Style For Other Rates and Fees Modal */
.accent.type2.blue.centered {
  text-align: center;
}


/* Not sure; Legacy Probably */
.inner{ display:none; }
.inner.show{ display:block;}
a.toggle{ display:block; width:100%;}
.information-block{ width:400px;  border:1px solid #ddd; margin-left:50px; margin-top:20px;}
.information-block tr:nth-child(even) {
    background-color: #fdfdfd;
}
.information-block tr td{
    border-right: 1px solid #ddd;
    text-align: center;
}


/* LEGACY TABLES */
@media screen and (max-width: 767px) {
  .table {
    display: block;
    overflow-x: auto;
  }
}

.table .table {
    background-color: transparent;
    margin-bottom: 0;
}



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

.table thead .table-title {
    background-color: #e6e6e6;
    color: #3C424C;
    font-size: 20px;
    font-weight: normal;
    vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.table thead th {
    font-weight: bold;
    background-color: #e6e6e6;
}

.table,
.table thead,
.table tbody,
.table tbody tr,
.table tbody tr th,
.table tbody tr td {
    border: 1px solid #DDD;
}

.table thead tr,
.table thead tr th,
.table thead tr td {
  border: 1px solid #ccc;
}

.table thead td {
    background-color: #e6e6e6;
}

.table .sub-heading {
    background-color: #f2f2f2;
    color: #3C424C;
    font-size: 18px;
    font-weight: normal;
}

.table .sub-heading--whats-new:first-child {
    width: 30%;
}

.table .whats-new-cell {
    vertical-align: middle;
}

.table-hover>tbody>tr:hover {
  background-color: #f2f2f2;
}
/* MARKET DATA PRICING */
table.market-data-pricing .col1 {
    width: 52%;
}

table.market-data-pricing .col2,
table.market-data-pricing .col3,
table.market-data-pricing .col4,
table.market-data-pricing .col5 {
      width: 12%;
      text-align: center;
}

table.market-data-pricing .holder-cell,
table.market-data-pricing .inner-table,
table.market-data-pricing .inner-table tbody,
table.market-data-pricing .inner-table tbody tr,
table.market-data-pricing .inner-table tbody tr td {
    border: none;
}

table.market-data-pricing .inner-table tbody tr td.first-child {
    border-left: none;
}

table.market-data-pricing .inner-table .col1,
table.market-data-pricing .inner-table .col2,
table.market-data-pricing .inner-table .col3,
table.market-data-pricing .inner-table .col4 {
    border-right: 1px solid #DDD;
}

table.market-data-pricing .holder-cell,
table.market-data-pricing .inner-table,
table.market-data-pricing .inner-table tbody,
table.market-data-pricing .inner-table tbody tr,
table.market-data-pricing .inner-table tbody tr td {
    border: none;
}

table.market-data-pricing .inner-table tbody tr td {
    border-left: 1px solid #DDD;
}

table.market-data-pricing .inner-table tbody tr td.first-child {
    border-left: none;
}

table.market-data-pricing .holder-cell,
.content-main-internal table.market-data-pricing .inner-table {
    padding: 0;
}

.disclaimer-btn,
.disclaimer-btn:visited,
.disclaimer-btn:focus {
  padding: 30px 50px;
  background-color: #FF971C;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 40px auto;
  text-align: center;
  text-transform: uppercase;
}

.disclaimer-btn:hover,
.disclaimer-btn:active {
  padding: 30px 50px;
  background-color: #FF971C;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 40px auto;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

/* Basic Header */

.basic-header {
  background-color: #075FA0;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  margin: 0 auto;
  padding: 100px 0 0;
  position: relative;
  z-index: 15;
}

.basic-header--main {
  background: -moz-linear-gradient(342deg, #0077bf 0%, #0077bf 55%, #40bdb5 55.1%, #40bdb5 75%, #0077bf 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0077bf), color-stop(55%, #0077bf), color-stop(55.1%, #40bdb5), color-stop(75%, #40bdb5), color-stop(100%, #0077bf)); /* safari4+,chrome */
  background: -webkit-linear-gradient(342deg, #0077bf 0%, #0077bf 55%, #40bdb5 55.1%, #40bdb5 75%, #0077bf 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(342deg, #0077bf 0%, #0077bf 55%, #40bdb5 55.1%, #40bdb5 75%, #0077bf 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(342deg, #0077bf 0%, #0077bf 55%, #40bdb5 55.1%, #40bdb5 75%, #0077bf 100%); /* ie10+ */
  background: linear-gradient(108deg, #0077bf 0%, #0077bf 55%, #40bdb5 55.1%, #40bdb5 75%, #0077bf 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077bf', endColorstr='#0077bf',GradientType=1 ); /* ie6-9 */
  -webkit-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  transform: skewY(4deg);
  outline: 1px solid transparent;
}

.basic-header--news-home {
  background-image: url('../images/news_header.jpg');
  background-size: cover;
}

.basic-header--news-single {
  background: #ececec
}

.jadu--basic-header-main {
  -webkit-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  transform: skewY(-4deg);
}

.basic-header__titles {
  padding: 50px 0;
}

.basic-header__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.basic-header__title--news-single {
  color: #0077bf;
  text-align: left;
}

.basic-header__title--centered {
  text-align: center;
}

.basic-header__subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
}

.basic-header__subtitle--news-single {
  color: #8B8E94;
  margin-top: 0;
  text-align: left;
}

.basic-header__link,
.basic-header__link:active,
.basic-header__link:visited {
  color: #fff;
}

.basic-header__link:hover,
.basic-header__link:focus {
  color: #0077bf;
  text-decoration: none;
}

.basic-header__link--gray,
.basic-header__link--gray:active,
.basic-header__link--gray:visited {
  color: #8B8E94;
}

.basic-header__link--gray:hover,
.basic-header__link--gray:focus {
  color: #8B8E94;
  text-decoration: underline;
}

.basic-header__img-wrap {
  margin: 0 auto;
  padding: 0 0 20px;
}

.basic-header__img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.basic-header__letters {
  display: none;
  font-size: 22px;
  padding-top: 50px;
  text-align: center;
  text-transform: uppercase;
}

.basic-header__letters-item {
  display: inline-block;
  margin: 0 5px;
}

a.basic-header__letters-link,
a.basic-header__letters-link:active,
a.basic-header__letters-link:visited,
a.basic-header__letters-link:hover,
a.basic-header__letters-link:focus {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .basic-header {
    padding: 100px 0 0;
  }

  .basic-header--main {
    padding-bottom: 30px;
  }

  .basic-header__titles {
    padding: 100px 0 80px;
  }

  .basic-header__titles--letters {
    padding: 100px 0 40px;
  }

  .basic-header__title {
    font-size: 50px;
    line-height: 60px;
    text-align: left;
  }

  .basic-header__title--centered {
    text-align: center;
  }

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

  .basic-header__img-wrap {
    padding: 20px 0;
  }

  .basic-header__letters {
    display: block;
  }

}


@media screen and (min-width: 1200px) {

  .basic-header__titles {
    padding: 140px 0 100px;
  }

  .basic-header__titles--letters {
    padding: 140px 0 50px;
  }

  .basic-header__title {
    font-size: 55px;
    line-height: 60px;
  }

  .basic-header__subtitle {
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .basic-header--main {
    padding: 170px 0 30px;
    top: -70px;
  }
}
.addPadding-withouttitle{padding-top: 150px;}
.sidebar-navigation.removeaffix{width: auto !important;position: relative !important;}
.sidebar-navigation__wrapper.removeaffix{position: relative !important;margin-top: 0 !important;}
.basic-header__subtitle.main-sub-title {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 32px !important;
}


/* Knowledge Center */
/*Trading Glossary */
.definition {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .definition {
    margin-bottom: 10px;
  }
}

.definition__title {
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
}

a.definition__btn-video,
a.definition__btn-video:active,
a.definition__btn-video:visited {
  color: #fff;
  border: 1px solid transparent;
  background-color: #0077BF;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-weight: 300;
  text-decoration: none;
  vertical-align: text-bottom;
  transition: .2s ease all;
  width: 128px;
}

a.definition__btn-video:focus,
a.definition__btn-video:hover {
  border: 1px solid #0077BF;
  color: #0077BF;
  background-color: #FFF;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a.definition__btn-video,
  a.definition__btn-video:focus {
    display: inline-block;
    margin-bottom: 0;
  }
}

.definition__vid-icon {
  padding-right: 10px;
}

.video-modal {
  padding-top: 5%;
}

ul.titles-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

ul.titles-list--sublist {
  margin: 0 0 0 20px;
}

li.titles-list__item {
  margin-bottom: 5px;
}

a.titles-list__link {
  border: 1px solid #eee;
  border-radius: 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

a.titles-list__link--active {
  border: 1px solid #0077bf;
  border-bottom-color: #0077bf;
  background-color: #0077bf;
  color: #fff;
  text-decoration: none;
}

.titles-list__icon {
  width: 15px;
  height: auto;
  vertical-align: baseline;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  ul.titles-list {
    list-style: none;
    padding: 0 0 0 40px;
  }

  ul.titles-list--sublist {
    margin: 0 0 1em;
  }

  li.titles-list__item {
    margin-bottom: 10px;
  }

  a.titles-list__link {
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
  }

  a.titles-list__link--active {
    border: 0;
    background-color: transparent;
    color: #0077bf;
    font-weight: 500;
  }
}

.section-preview {
  color: #637484;
  display: block;
  padding: 30px;
  border: 1px solid #DDDFE1;
  margin-bottom: 16px;
  overflow: auto;
}

.section-preview:hover {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #3C424C;
  text-decoration: none;
}

.section-preview__img-wrap {
  display: none;
  padding: 45px 75px 45px 45px;
}

@media screen and (min-width: 768px) {
  .section-preview__img-wrap {
    display: block;
    float: left;
  }
}

.section-preview__icon {
  width: 50px;
  height: 50px;
}

.section-preview__content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .section-preview__content {
    float: right;
    width: calc(100% - 170px);
  }
}

h3.section-preview__title {
  color: #337ab7;
  font-family: 'Diodrum Regular', 'Ubuntu', sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}


/* News Blog */
.news-sidebar {

}

.news-sidebar__item {
  background-color: #F2F2F2;
  padding: 40px 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 993px) {
  .news-sidebar__item {
    margin-bottom: 70px;
    margin-right: -30px;
  } 

  .news-sidebar__item--no-bg {
    background-color: transparent;
    margin-right: 0;
  }

  .news-sidebar__item--first {
    padding-top: 0;
  }

}

.news-sidebar__title {
  color: #3C424C;
  font-family: 'Diodrum Regular', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.news-sidebar__title-link,
.news-sidebar__title-link:hover,
.news-sidebar__title-link:active,
.news-sidebar__title-link:focus,
.news-sidebar__title-link:visited {
  color: #0077bf;
  text-decoration: none;
}

ul.news-sidebar__list {
  color: #A1A4A7;
  font-size: 16px;
  list-style: none;
  padding: 0;
}

.news-sidebar__list-item {
  margin-bottom: 5px;
}

.news-sidebar__list-link,
.news-sidebar__list-link:visited,
.news-sidebar__list-link:focus {
  color: #A1A4A7;
}

.news-sidebar__list-link:active,
.news-sidebar__list-link:hover {
  color: #0077bf;
  text-decoration: none;
}

.news-sidebar-rss,
.news-sidebar-rss:hover,
.news-sidebar-rss:active,
.news-sidebar-rss:focus,
.news-sidebar-rss:visited {
  background-color: #0077bf;
  border: 1px solid #0077bf;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  text-decoration: none;
}

.news-sidebar-rss:hover > .news-sidebar-rss__text {
  color: #fff;
  text-decoration: none;
}

.news-sidebar-rss__ts-icon {
  background-color: #fff;
  border-right: 1px solid #0077bf;
  display: inline-block;
  padding: 2px;
}

.news-sidebar-rss__text {
  color: #fff;
  display: inline-block;
  padding: 2px 4px 0 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.news-sidebar-newsletter-form {
  display: none;
  overflow: auto;
}

.news-sidebar__line {
  background-color: #ccc;
  height: 1px;
  margin-bottom: 10px;
}

.news-item-container {
  margin-bottom: 75px;
}

.newsletter-item {
  background-color: #0077bf;
  color: #fff;
  margin: 0 0 15px 0;
  padding: 10px;
  text-align: center;
}

.newsletter-item--error {
  background-color: #e01e04;
}

.newsletter-item__title {  
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

.newsletter-item__icon {
  cursor: pointer;
  float: right;
  padding: 0 0 0 10px;
}

.news-item {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 15px 0;
  padding: 0 0 15px;
  overflow: auto;
}

.news-item__img-link {
  display: block;
  float: left;
  margin-right: 10px;
  width: 96px;
}

.news-item__img {
  min-width: 100%;
}

.news-item__texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-item__title {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}

.news-item__title-link,
.news-item__title-link:visited {
  color: #3C424C;
}

.news-item__title-link:hover,
.news-item__title-link:active,
.news-item__title-link:focus {
  color: #0077BF;
  text-decoration: none;
}

.news-item__meta {
  color: #0077bf;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 10px;
}

.news-item__subtitle {
  color: #A1A4A7;
  font-weight: 300;
  font-size: 12px;
  margin: 0 0 10px;
}

.news-item__subtitle-link,
.news-item__subtitle-link:active,
.news-item__subtitle-link:focus,
.news-item__subtitle-link:visited {
  color: #A1A4A7;
  text-decoration: none;
}

.news-item__subtitle-link:hover {
  color: #A1A4A7;
  text-decoration: underline;
}

.news-article__share,
.news-article__share:hover,
.news-article__share:focus,
.news-article__share:active,
.news-article__share:visited {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin: 0 10px 20px 0;
  padding: 5px;
}

.news-article__share--fb {
  background-color: #284878;
}

.news-article__share--tw {
  background-color: #01aced;
}

.news-article__share--li {
  background-color: #0076b5;
}

.news-article__share--em {
  background-color: #ff971c;
}


.news-article__img {
  margin-bottom: 35px;

}

.news-article__meta {
  color: #0077bf;
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 10px;
}

.news-article__meta--grey {
  color: #A1A4A7;
}

.news-article__subtitle {
  color: #A1A4A7;
  font-weight: 300;
  font-size: 20px;
  margin: 0 0 35px;
}

.news-article__subtitle-link,
.news-article__subtitle-link:active,
.news-article__subtitle-link:focus,
.news-article__subtitle-link:visited {
  color: #A1A4A7;
  text-decoration: none;
}

.news-article__subtitle-link:hover {
  color: #A1A4A7;
  text-decoration: underline;
}

.news-article__content {
  font-size: 20px;
  margin-bottom: 60px;
}

.news-single-back,
.news-single-back:active,
.news-single-back:focus,
.news-single-back:visited {
  background-color: #0077bf;
  color: #fff;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

ul.news-pagination__list {
  list-style: none;
  width: 100%;
  padding: 0;
  text-align: center;
}

.news-pagination__list-item {
  display: none;
  margin: 15px;
  font-size: 18px;
  font-weight: 500;
}

.news-pagination__list-item--prev {
  display: inline-block;
  margin-right: 10px;
}

.news-pagination__list-item--next {
  display: inline-block;
  margin-left: 10px;
}

.news-pagination__list-item a,
.news-pagination__list-item a:focus,
.news-pagination__list-item a:visited {
  color: #3C424C;
}

.news-pagination__list-item a:active,
.news-pagination__list-item a:hover
{
  color: #0077bf;
  text-decoration: none;
}

.news-pagination__list-item--active  a.news-pagination__link {
  color: #0077bf;
}

.news-pagination__icon {
  font-size: 1.5em;
  margin: 0 20px;
  vertical-align: bottom;
}

.responsive-youtube {
  clear: both;
  float: none;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
  width: 100%;
}

.responsive-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Click Dimensions */
.mainDiv {

}

.responsiveCellSize1 {
  width: auto !important;
  max-width: 100%;
  min-width: 0 !important;
}

.minSize1 {
  width: auto !important;
  min-width: 0 !important;
}

.maxSize1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #3C424C;
  margin-bottom: 5px;
  max-width: 100%;
}

input.maxSize1 {
  border: 0;
  margin-bottom: 10px;
}

.requiredStar {
  color: #ff971e;
  padding: 0 2px;
}

#btnSubmit {
  background-color: #ff971c;
  border: 1px solid #ff971c;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: .3s ease all;
  width: 100%;
}

#btnSubmit:hover {
  background-color: #fff;
  color: #ff971c;
}

.emptyCell {
  display: none;
}


@media screen and (min-width: 768px) {
  .news-item__img-link { 
    margin-right: 25px;
    width: 125px;
  }

  .news-item__texts {
    height: 125px;
  }

  .news-item__meta {
    font-size: 14px;
  }

  .news-item__title {
    font-size: 20px;
  }

  .news-item__subtitle {
    font-size: 16px;
  }

  .news-pagination__icon {
    margin: 0 30px;
  }

  .news-pagination__list-item {
    display: inline-block;
    font-size: 20px;
  }

  .news-pagination__list-item--prev {
    margin-right: 60px;
  }

  .news-pagination__list-item--next {
    margin-left: 60px;
  }
  

}

@media screen and (min-width: 993px) {

  .news-item-container {
    border-left: 1px solid #DFE0E2;
  }

  .news-item {
    margin: 0 0 15px 30px;
  }

  .newsletter-item {
    margin: 0 0 15px 30px;
  }

  .news-item__img-link { 
    width: 150px;
  }

  .news-item__texts {
    height: 150px;
  }

  .news-article {
    margin-left: 30px;
  }

  .news-article__img {
    max-width: 700px;
  }

  .news-item__meta {
    font-size: 16px;
  }

  .news-item__title {
    font-size: 22px;
  }

  .news-item__subtitle {
    font-size: 18px;
  }

  .news-pagination__icon {
    margin: 0 30px;
  }

  .news-pagination__list-item {
    font-size: 22px;
  }
}

@media screen and (min-width: 1200px) {

  .news-item__img-link { 
    width: 172px;
  }

  .news-item__texts {
    height: 172px;
  }

  .news-item__meta {
    font-size: 18px;
  }

  .news-item__title {
    font-size: 26px;
  }

  .news-item__subtitle {
    font-size: 20px;
  }

  .news-pagination__icon {
    margin: 0 40px;
  }

  .news-pagination__list-item {
    font-size: 26px;
  }

  .news-pagination__list-item--prev {
    margin-right: 100px;
  }

  .news-pagination__list-item--next {
    margin-left: 100px;
  }

}