/* COLORS*/
/* BREAKPOINTS*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

body {
  margin: 0px; }

*,
*::after {
  box-sizing: inherit;
  font-family: 'Open Sans', sans-serif;
  font-display: swap;
  font-size: 1em; }

a,
a:hover, a:visited, a:focus {
  text-decoration: none;
  color: unset; }

.gray {
  background: #f4f3f0; }

.white {
  background: #fff; }

/* CONTENT */
.aspect {
  position: relative;
  height: 0px;
  overflow: hidden; }
  .aspect.aspect-44 {
    padding-bottom: 44%; }
  .aspect.aspect-45 {
    padding-bottom: 45.4%; }
  .aspect.aspect-50 {
    padding-bottom: 50.4%; }
  .aspect.aspect-13 {
    padding-bottom: 13.6%; }
  .aspect .aspect-off-2 {
    margin-top: -2.5%; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.left-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #d5d6d5; }

.hidden {
  display: none; }

a.topicTag {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #2D7CDB;
  background-color: #fff;
  cursor: pointer;
  padding: 3px 7px;
  text-transform: uppercase;
  color: #2D7CDB;
  letter-spacing: 0.5px;
  transition: border 0.2s ease-out, background 0.2s ease-out; }
  a.topicTag:hover {
    border: 1px solid transparent;
    background: #2D7CDB;
    color: #FFF; }

.blockquote_container {
  display: flex;
  flex-direction: row; }
  .blockquote_container .blockquote_icon_container {
    display: flex;
    flex-direction: column;
    padding-top: 50px; }
    .blockquote_container .blockquote_icon_container .quoteIcon {
      height: 0px; }
    .blockquote_container .blockquote_icon_container .quoteIcon::before {
      content: "\201C";
      font-family: Georgia, serif;
      font-display: swap;
      font-size: 90px;
      font-weight: bold;
      color: #F2AB00; }
    .blockquote_container .blockquote_icon_container .fbIconContainer {
      display: inline-block;
      margin-top: 77px; }
      .blockquote_container .blockquote_icon_container .fbIconContainer svg {
        fill: #898881; }
      .blockquote_container .blockquote_icon_container .fbIconContainer:hover svg {
        fill: #55544f; }
    .blockquote_container .blockquote_icon_container .twIconContainer {
      display: inline-block;
      margin-top: 17px; }
      .blockquote_container .blockquote_icon_container .twIconContainer svg {
        fill: #898881; }
      .blockquote_container .blockquote_icon_container .twIconContainer:hover svg {
        fill: #55544f; }
  .blockquote_container blockquote {
    font-weight: bold;
    margin-left: 25px; }

/* COLORS*/
/* BREAKPOINTS*/

/* GRID */
.container,
.full-width-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.container {
  max-width: 1280px !important; }

.content-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF; }

#Marko-Container .topicPage {
  margin-top: 0; }

.flex {
  display: flex; }

.fill {
  flex: 1; }

.wrap {
  flex-wrap: wrap; }

.fdr {
  flex-direction: row; }

.fdc {
  flex-direction: column; }

.jc {
  justify-content: center; }

.js {
  justify-content: flex-start; }

.je {
  justify-content: flex-end; }

.jsb {
  justify-content: space-between; }

.jsa {
  justify-content: space-around; }

.ac {
  align-items: center; }

.as {
  align-items: flex-start; }

.ae {
  align-items: flex-end; }

.r {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12, .cxs1, .cxs2, .cxs3, .cxs4, .cxs5, .cxs6, .cxs7, .cxs8, .cxs9, .cxs10, .cxs11, .cxs12, .cs1, .cs2, .cs3, .cs4, .cs5, .cs6, .cs7, .cs8, .cs9, .cs10, .cs11, .cs12, .cm1, .cm2, .cm3, .cm4, .cm5, .cm6, .cm7, .cm8, .cm9, .cm10, .cm11, .cm12, .cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11, .cl12 {
  position: relative;
  width: 100%; }

@media (max-width: 575px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-s {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 949px) {
  .hidden-m {
    display: none !important; } }

@media (min-width: 950px) {
  .hidden-l {
    display: none !important; } }

@media (max-width: 575px) {
  .desktop {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .desktop {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 949px) {
  .desktop {
    display: none !important; } }

@media (max-width: 575px) {
  .tablet {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .tablet {
    display: none !important; } }

@media (min-width: 950px) {
  .tablet {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 949px) {
  .mobile {
    display: none !important; } }

@media (min-width: 950px) {
  .mobile {
    display: none !important; } }

@media (max-width: 575px) {
  .tablet-desktop {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .tablet-desktop {
    display: none !important; } }

@media (min-width: 950px) {
  .tablet-mobile {
    display: none !important; } }

.c1 {
  flex: 0 8.33333%;
  max-width: 8.33333%; }

.o1 {
  margin-left: 8.33333%; }

.c2 {
  flex: 0 16.66667%;
  max-width: 16.66667%; }

.o2 {
  margin-left: 16.66667%; }

.c3 {
  flex: 0 25%;
  max-width: 25%; }

.o3 {
  margin-left: 25%; }

.c4 {
  flex: 0 33.33333%;
  max-width: 33.33333%; }

.o4 {
  margin-left: 33.33333%; }

.c5 {
  flex: 0 41.66667%;
  max-width: 41.66667%; }

.o5 {
  margin-left: 41.66667%; }

.c6 {
  flex: 0 50%;
  max-width: 50%; }

.o6 {
  margin-left: 50%; }

.c7 {
  flex: 0 58.33333%;
  max-width: 58.33333%; }

.o7 {
  margin-left: 58.33333%; }

.c8 {
  flex: 0 66.66667%;
  max-width: 66.66667%; }

.o8 {
  margin-left: 66.66667%; }

.c9 {
  flex: 0 75%;
  max-width: 75%; }

.o9 {
  margin-left: 75%; }

.c10 {
  flex: 0 83.33333%;
  max-width: 83.33333%; }

.o10 {
  margin-left: 83.33333%; }

.c11 {
  flex: 0 91.66667%;
  max-width: 91.66667%; }

.o11 {
  margin-left: 91.66667%; }

.c12 {
  flex: 0 100%;
  max-width: 100%; }

@media (max-width: 576px) {
  .cxs1 {
    flex: 0 8.33333%;
    max-width: 8.33333%; }
  .oxs1 {
    margin-left: 8.33333%; }
  .cxs2 {
    flex: 0 16.66667%;
    max-width: 16.66667%; }
  .oxs2 {
    margin-left: 16.66667%; }
  .cxs3 {
    flex: 0 25%;
    max-width: 25%; }
  .oxs3 {
    margin-left: 25%; }
  .cxs4 {
    flex: 0 33.33333%;
    max-width: 33.33333%; }
  .oxs4 {
    margin-left: 33.33333%; }
  .cxs5 {
    flex: 0 41.66667%;
    max-width: 41.66667%; }
  .oxs5 {
    margin-left: 41.66667%; }
  .cxs6 {
    flex: 0 50%;
    max-width: 50%; }
  .oxs6 {
    margin-left: 50%; }
  .cxs7 {
    flex: 0 58.33333%;
    max-width: 58.33333%; }
  .oxs7 {
    margin-left: 58.33333%; }
  .cxs8 {
    flex: 0 66.66667%;
    max-width: 66.66667%; }
  .oxs8 {
    margin-left: 66.66667%; }
  .cxs9 {
    flex: 0 75%;
    max-width: 75%; }
  .oxs9 {
    margin-left: 75%; }
  .cxs10 {
    flex: 0 83.33333%;
    max-width: 83.33333%; }
  .oxs10 {
    margin-left: 83.33333%; }
  .cxs11 {
    flex: 0 91.66667%;
    max-width: 91.66667%; }
  .oxs11 {
    margin-left: 91.66667%; }
  .cxs12 {
    flex: 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .cs1 {
    flex: 0 8.33333%;
    max-width: 8.33333%; }
  .os1 {
    margin-left: 8.33333%; }
  .cs2 {
    flex: 0 16.66667%;
    max-width: 16.66667%; }
  .os2 {
    margin-left: 16.66667%; }
  .cs3 {
    flex: 0 25%;
    max-width: 25%; }
  .os3 {
    margin-left: 25%; }
  .cs4 {
    flex: 0 33.33333%;
    max-width: 33.33333%; }
  .os4 {
    margin-left: 33.33333%; }
  .cs5 {
    flex: 0 41.66667%;
    max-width: 41.66667%; }
  .os5 {
    margin-left: 41.66667%; }
  .cs6 {
    flex: 0 50%;
    max-width: 50%; }
  .os6 {
    margin-left: 50%; }
  .cs7 {
    flex: 0 58.33333%;
    max-width: 58.33333%; }
  .os7 {
    margin-left: 58.33333%; }
  .cs8 {
    flex: 0 66.66667%;
    max-width: 66.66667%; }
  .os8 {
    margin-left: 66.66667%; }
  .cs9 {
    flex: 0 75%;
    max-width: 75%; }
  .os9 {
    margin-left: 75%; }
  .cs10 {
    flex: 0 83.33333%;
    max-width: 83.33333%; }
  .os10 {
    margin-left: 83.33333%; }
  .cs11 {
    flex: 0 91.66667%;
    max-width: 91.66667%; }
  .os11 {
    margin-left: 91.66667%; }
  .cs12 {
    flex: 0 100%;
    max-width: 100%; } }

@media (min-width: 950px) {
  .cm1 {
    flex: 0 8.33333%;
    max-width: 8.33333%; }
  .om1 {
    margin-left: 8.33333%; }
  .cm2 {
    flex: 0 16.66667%;
    max-width: 16.66667%; }
  .om2 {
    margin-left: 16.66667%; }
  .cm3 {
    flex: 0 25%;
    max-width: 25%; }
  .om3 {
    margin-left: 25%; }
  .cm4 {
    flex: 0 33.33333%;
    max-width: 33.33333%; }
  .om4 {
    margin-left: 33.33333%; }
  .cm5 {
    flex: 0 41.66667%;
    max-width: 41.66667%; }
  .om5 {
    margin-left: 41.66667%; }
  .cm6 {
    flex: 0 50%;
    max-width: 50%; }
  .om6 {
    margin-left: 50%; }
  .cm7 {
    flex: 0 58.33333%;
    max-width: 58.33333%; }
  .om7 {
    margin-left: 58.33333%; }
  .cm8 {
    flex: 0 66.66667%;
    max-width: 66.66667%; }
  .om8 {
    margin-left: 66.66667%; }
  .cm9 {
    flex: 0 75%;
    max-width: 75%; }
  .om9 {
    margin-left: 75%; }
  .cm10 {
    flex: 0 83.33333%;
    max-width: 83.33333%; }
  .om10 {
    margin-left: 83.33333%; }
  .cm11 {
    flex: 0 91.66667%;
    max-width: 91.66667%; }
  .om11 {
    margin-left: 91.66667%; }
  .cm12 {
    flex: 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .cl1 {
    flex: 0 8.33333%;
    max-width: 8.33333%; }
  .ol1 {
    margin-left: 8.33333%; }
  .cl2 {
    flex: 0 16.66667%;
    max-width: 16.66667%; }
  .ol2 {
    margin-left: 16.66667%; }
  .cl3 {
    flex: 0 25%;
    max-width: 25%; }
  .ol3 {
    margin-left: 25%; }
  .cl4 {
    flex: 0 33.33333%;
    max-width: 33.33333%; }
  .ol4 {
    margin-left: 33.33333%; }
  .cl5 {
    flex: 0 41.66667%;
    max-width: 41.66667%; }
  .ol5 {
    margin-left: 41.66667%; }
  .cl6 {
    flex: 0 50%;
    max-width: 50%; }
  .ol6 {
    margin-left: 50%; }
  .cl7 {
    flex: 0 58.33333%;
    max-width: 58.33333%; }
  .ol7 {
    margin-left: 58.33333%; }
  .cl8 {
    flex: 0 66.66667%;
    max-width: 66.66667%; }
  .ol8 {
    margin-left: 66.66667%; }
  .cl9 {
    flex: 0 75%;
    max-width: 75%; }
  .ol9 {
    margin-left: 75%; }
  .cl10 {
    flex: 0 83.33333%;
    max-width: 83.33333%; }
  .ol10 {
    margin-left: 83.33333%; }
  .cl11 {
    flex: 0 91.66667%;
    max-width: 91.66667%; }
  .ol11 {
    margin-left: 91.66667%; }
  .cl12 {
    flex: 0 100%;
    max-width: 100%; } }

/* COLORS*/
/* BREAKPOINTS*/
#TopBar {
  height: 40px;
  padding-left: 15px; }
  #TopBar a {
    color: #6C6C6C; }
  @media screen and (max-width: 768px) {
    #TopBar .topics {
      display: none; } }
  #TopBar .topics a {
    padding-right: 25px;
    font-size: 12px;
    transition: all 0.2s; }
    #TopBar .topics a:hover {
      transform: translateY(-1px) scale(1.01);
      color: #4C4C4C; }
  #TopBar .member-search a {
    font-size: 14px; }
  #TopBar .member-search #Login, #TopBar .member-search #Register, #TopBar .member-search #Logout, #TopBar .member-search #MemberName {
    padding: 0px 20px;
    cursor: pointer; }
  #TopBar .member-search #Search {
    padding: 0 20px 0 5px; }
  #TopBar .member-search #Login, #TopBar .member-search #Register, #TopBar .member-search #Logout, #TopBar .member-search #MemberName, #TopBar .member-search #Search {
    transition: all 0.2s; }
    #TopBar .member-search #Login:hover, #TopBar .member-search #Register:hover, #TopBar .member-search #Logout:hover, #TopBar .member-search #MemberName:hover, #TopBar .member-search #Search:hover {
      transform: translateY(-1px) scale(1.01);
      color: #4C4C4C; }
  #TopBar .member-search .vert {
    border-left: 2px solid #d8d7d6;
    height: 15px;
    margin-top: 4px; }

#Login-Register-Modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 50;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }
  #Login-Register-Modal.modal-visible {
    visibility: visible;
    opacity: 1; }
  #Login-Register-Modal .modal-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #FFF;
    cursor: auto;
    margin: 3em auto 4em;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    #Login-Register-Modal .modal-container.modal-visible {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    #Login-Register-Modal .modal-container .form-tabs .login-tab {
      border-top-left-radius: 0.25em; }
    #Login-Register-Modal .modal-container .form-tabs .register-tab {
      border-top-right-radius: 0.25em; }
    #Login-Register-Modal .modal-container .form-tabs .login-tab, #Login-Register-Modal .modal-container .form-tabs .register-tab {
      background-color: rgba(0, 0, 0, 0.05);
      cursor: pointer;
      padding: 15px;
      color: #000;
      font-size: 14px;
      height: 52px;
      box-shadow: inset 0 4px 9px 0px rgba(0, 0, 0, 0.1);
      transition: all .25s ease-out; }
      #Login-Register-Modal .modal-container .form-tabs .login-tab.selected, #Login-Register-Modal .modal-container .form-tabs .register-tab.selected {
        background-color: #fff;
        box-shadow: unset;
        font-size: 16px; }
      #Login-Register-Modal .modal-container .form-tabs .login-tab:hover:not(.selected), #Login-Register-Modal .modal-container .form-tabs .register-tab:hover:not(.selected) {
        background: rgba(0, 0, 0, 0.12); }
    #Login-Register-Modal .modal-container .form-container {
      padding: 2em; }
      #Login-Register-Modal .modal-container .form-container .dismiss-button {
        cursor: pointer;
        float: right;
        transition: all .25s ease-out;
        padding: 10px;
        text-align: center;
        opacity: .3;
        color: #000;
        font-size: 20px;
        margin: 0; }
        #Login-Register-Modal .modal-container .form-container .dismiss-button:hover {
          opacity: 1; }
      #Login-Register-Modal .modal-container .form-container .passwordReset {
        font-size: 12px;
        color: #707070;
        text-align: center;
        cursor: pointer;
        padding-top: 5px;
        transition: all .25s ease-out; }
        #Login-Register-Modal .modal-container .form-container .passwordReset:hover {
          color: #2D7CDB; }

/* COLORS*/
/* BREAKPOINTS*/
.input-field {
  position: relative;
  margin-top: 0px;
  margin-bottom: 12px; }
  .input-field > label {
    color: #6d6c6d;
    position: absolute;
    top: 0;
    left: 0;
    cursor: text;
    text-align: initial;
    transform: translateY(24px);
    transform-origin: 0% 100%;
    font-size: 15px;
    letter-spacing: -0.3px;
    transition: transform .2s ease-out, color .2s ease-out; }
    .input-field > label.active {
      transform: translateY(8px) scale(0.6);
      transform-origin: 0 0; }
  .input-field.filled > label {
    transform: translate(18px, 14px);
    transform-origin: 0 0; }
    .input-field.filled > label.active {
      transform: translate(18px, 8px) scale(0.6);
      transform-origin: 0 0; }
  .input-field > input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #d4d3d3;
    outline: none;
    height: 48px;
    width: 100%;
    padding-top: 20px;
    box-shadow: none;
    transition: box-shadow .3s, border .3s; }
    .input-field > input:focus {
      border-bottom: 1px solid #4091d7;
      box-shadow: 0 1px 0 0 #4091d7; }
    .input-field > input:focus + label {
      color: #4091d7; }
  .input-field.filled > input {
    border-bottom: none;
    padding-left: 17px; }
    .input-field.filled > input:focus {
      border-bottom: none;
      box-shadow: none; }
  .input-field > span {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -13px;
    color: #911;
    font-size: 10px; }
    .input-field > span.error {
      display: block; }
  .input-field.outlined > input {
    border: 1px solid #d5d6d5;
    padding-top: 14px; }
    .input-field.outlined > input:focus {
      border: 1px solid #d5d6d5; }
  .input-field.outlined > label {
    transform: translate(18px, 14px);
    transform-origin: 0 0; }
    .input-field.outlined > label.active {
      transform: translate(18px, 7px) scale(0.6);
      transform-origin: 0 0; }

/* COLORS*/
/* BREAKPOINTS*/
.SubmitButton {
  padding-left: 25px;
  background: #DE3632;
  height: 60px;
  margin-top: 10px;
  position: relative;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  width: 100%;
  outline: none;
  border: none;
  box-shadow: none;
  transition: all 150ms ease-in; }
  .SubmitButton .loadingView {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: unset;
    opacity: 0;
    transition: background-color 150ms ease-out, opacity 150ms ease-out; }
    .SubmitButton .loadingView.visible {
      background-color: rgba(0, 0, 0, 0.65);
      opacity: 1; }
  .SubmitButton .step {
    font-size: 15px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    margin-right: 3%;
    background: #be221f;
    transition: all 150ms ease-in; }
  .SubmitButton .arrow-container {
    top: 0;
    left: 0;
    height: 100%;
    background: #be221f;
    width: 10px;
    position: absolute;
    transition: all 150ms ease-in; }
  .SubmitButton .arrow {
    position: absolute;
    right: 0;
    top: 35%;
    margin-right: -8px;
    border-left: 9px solid #be221f;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    transition: all 150ms ease-in; }
  .SubmitButton #Icon {
    margin-right: 15px; }
  .SubmitButton:hover {
    background: #df3f3b;
    box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.2); }
    .SubmitButton:hover .arrow-container {
      width: 15px; }
    .SubmitButton:hover .step {
      background: #a81e1b; }
    .SubmitButton:hover .arrow-container {
      background: #a81e1b; }
    .SubmitButton:hover .arrow {
      border-left: 9px solid #a81e1b; }
  @media screen and (max-width: 1200px) {
    .SubmitButton {
      font-size: 15px; } }
  @media screen and (max-width: 950px) {
    .SubmitButton {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .SubmitButton {
      font-size: 23px; } }
  @media screen and (max-width: 576px) {
    .SubmitButton {
      font-size: 18px; } }

.SubmitButton.donation {
  background: #2D7CDB;
  padding-left: 35px;
  font-weight: 300;
  font-size: 1.4vw; }
  .SubmitButton.donation.paypal {
    background: #e4e0d5;
    color: #5c5031; }
    .SubmitButton.donation.paypal img {
      padding-left: 15px;
      vertical-align: middle;
      position: relative;
      top: 3px; }
    .SubmitButton.donation.paypal .arrow-container {
      background: #f1eee5; }
    .SubmitButton.donation.paypal .arrow {
      border-left: 9px solid #f1eee5; }
  .SubmitButton.donation .arrow-container {
    background: #1f64b6; }
  .SubmitButton.donation .arrow {
    border-left: 9px solid #1f64b6; }
  .SubmitButton.donation:hover .arrow-container {
    background: #1b58a0; }
  .SubmitButton.donation:hover .arrow {
    border-left: 9px solid #1b58a0; }

.lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }
    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }
    .lds-ellipsis.white div{
        background: #fff;
    }
    .lds-ellipsis.black div{
        background: #000;
    }
    .lds-ellipsis div:nth-child(1) {
        left: 8px;
        animation: lds-ellipsis1 0.6s infinite;
    }
    .lds-ellipsis div:nth-child(2) {
        left: 8px;
        animation: lds-ellipsis2 0.6s infinite;
    }
    .lds-ellipsis div:nth-child(3) {
        left: 32px;
        animation: lds-ellipsis2 0.6s infinite;
    }
    .lds-ellipsis div:nth-child(4) {
        left: 56px;
        animation: lds-ellipsis3 0.6s infinite;
    }
    @keyframes lds-ellipsis1 {
        0% {
            transform: scale(0);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes lds-ellipsis3 {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(0);
        }
    }
    @keyframes lds-ellipsis2 {
        0% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(24px, 0);
        }
    }
/* COLORS*/
/* BREAKPOINTS*/
#Alert-Modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 55;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }
  #Alert-Modal.alert-visible {
    visibility: visible;
    opacity: 1; }
  #Alert-Modal .alert-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #FFF;
    margin: 3em auto 4em;
    padding: 2em;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    #Alert-Modal .alert-container.alert-visible {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    #Alert-Modal .alert-container .header {
      font-size: 30px;
      font-weight: bold;
      margin: 30px 0; }
    #Alert-Modal .alert-container .message {
      font-size: 25px;
      text-align: center;
      margin: 30px 0; }
    #Alert-Modal .alert-container .ok-button {
      cursor: pointer;
      color: #FFF;
      background: #2D7CDB;
      transition: all .3s ease-out;
      border-radius: 15px;
      padding: 20px 30px;
      text-align: center;
      width: 100px; }
      #Alert-Modal .alert-container .ok-button:hover {
        background: #1f64b6;
        color: #fff; }

/* COLORS*/
/* BREAKPOINTS*/
#Confirm-Modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 55;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }
  #Confirm-Modal.confirm-visible {
    visibility: visible;
    opacity: 1; }
  #Confirm-Modal .confirm-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #FFF;
    margin: 3em auto 4em;
    padding: 2em;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    #Confirm-Modal .confirm-container.confirm-visible {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    #Confirm-Modal .confirm-container .header {
      font-size: 30px;
      font-weight: bold; }
    #Confirm-Modal .confirm-container .message {
      font-size: 25px;
      text-align: center; }
    #Confirm-Modal .confirm-container .buttonRow {
      width: 50%; }
      #Confirm-Modal .confirm-container .buttonRow .yes-button {
        cursor: pointer;
        color: #FFF;
        background: #2D7CDB;
        transition: all .3s ease-out;
        border-radius: 15px;
        padding: 20px 30px;
        text-align: center;
        width: 100px; }
        #Confirm-Modal .confirm-container .buttonRow .yes-button:hover {
          background: #1f64b6;
          color: #fff; }
      #Confirm-Modal .confirm-container .buttonRow .no-button {
        cursor: pointer;
        color: #FFF;
        background: #D0D0D0;
        transition: all .3s ease-out;
        border-radius: 15px;
        padding: 20px 30px;
        text-align: center;
        width: 100px; }
        #Confirm-Modal .confirm-container .buttonRow .no-button:hover {
          background: #b7b7b7;
          color: #fff; }

/* COLORS*/
/* BREAKPOINTS*/
#Header {
  position: -webkit-sticky;
  position: sticky;
  height: 120px;
  transition: height 0.2s ease-out;
  top: -1px;
  background-color: white;
  z-index: 40;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  #Header .header {
    height: 60px;
    width: 100%;
    max-width: 1280px !important;
    box-shadow: 0px 8px 3px -4px #f2f1ee;
    transition: box-shadow 0.2s ease-out; }
  #Header .header-border-t {
    border-top: 1px solid #e5e4e2;
    transition: all 0.2s ease-out; }
  #Header .border-b {
    border-bottom: 1px solid #e5e4e2; }
  #Header .border-r {
    border-right: 1px solid #e5e4e2; }
  #Header .circle-blur-middle {
    position: absolute;
    margin-top: -9px;
    margin-left: -103px;
    transition: opacity 0.2s ease-out; }
  #Header .circle-blur-left {
    position: absolute;
    top: 30px;
    transition: opacity 0.2s ease-out; }
  #Header #MediaButton {
    border: 1px solid #c3ccc7;
    height: 32px;
    margin-left: 14px;
    padding: 0px 12px;
    z-index: 1;
    transition: 0.3s; }
    #Header #MediaButton .signal-container {
      position: relative;
      margin-top: 10px; }
      #Header #MediaButton .signal-container .signal {
        position: absolute;
        transform: rotate(90deg);
        border: solid 1px #DE3632;
        border-color: #DE3632 transparent transparent transparent;
        opacity: 0;
        transition: opacity 0.3s;
        border-radius: 60%/10px 10px 0 0; }
      #Header #MediaButton .signal-container .signal-1 {
        transition-delay: 0.06s;
        width: 12px;
        height: 10px;
        left: -6.5px; }
      #Header #MediaButton .signal-container .signal-2 {
        transition-delay: 0.12s;
        width: 16px;
        height: 10px;
        left: -5px; }
    #Header #MediaButton .red-dot {
      width: 5px;
      height: 5px;
      border-radius: 2.5px;
      background: #DE3632;
      transition: all .4s;
      position: absolute;
      margin-left: -4px;
      margin-top: 13px; }
    #Header #MediaButton span {
      font-size: 11px;
      margin-left: 12px;
      margin-top: 7px;
      letter-spacing: 0.6px;
      color: #898881; }
    #Header #MediaButton:hover span {
      color: #87867f; }
    #Header #MediaButton:hover .red-dot {
      transform: scale(1.1); }
    #Header #MediaButton:hover .signal-1 {
      opacity: 1; }
    #Header #MediaButton:hover .signal-2 {
      opacity: 1; }
    #Header #MediaButton:hover .signal-3 {
      opacity: 1; }
  #Header .logo-container {
    width: 185px;
    padding: 0 37px;
    align-self: center; }
    #Header .logo-container #Logo-2019 {
      position: relative;
      transition: transform 0.3s ease-out; }
    #Header .logo-container #Logo-2014 {
      top: 3px;
      position: relative;
      transition: transform 0.3s ease-out; }
    #Header .logo-container #Logo-2020 {
      top: 3px;
      position: relative;
      transition: transform 0.3s ease-out; }
  #Header .left-actions a, #Header .right-actions a {
    color: #898881;
    padding: 0 15px;
    letter-spacing: 0.6px;
    font-size: 15px;
    z-index: 1;
    transition: color 0.3s ease-out; }
    #Header .left-actions a:hover, #Header .right-actions a:hover {
      color: #55544f; }
  #Header .left-actions .legal-action, #Header .right-actions .legal-action {
    letter-spacing: 1.3px; }
  #Header .social-donate .icons {
    height: 100%; }
    #Header .social-donate .icons .fb, #Header .social-donate .icons .tw {
      margin: 0 5px 0px 0px; }
    #Header .social-donate .icons .yt {
      margin: 0 8px 0px 4px; }
    #Header .social-donate .icons a {
      width: 28px;
      height: 28px; }
      #Header .social-donate .icons a svg {
        fill: #898881;
        transition: fill 0.3s ease-out; }
      #Header .social-donate .icons a:hover svg {
        fill: #55544f; }
  #Header #DonateButton {
    background: #2D7CDB;
    box-shadow: none;
    color: #fff;
    position: relative;
    flex: 2;
    margin: -1px 0;
    margin-left: 2px;
    transition: all 150ms ease-out; }
    #Header #DonateButton .donate-text {
      z-index: 1;
      opacity: 1;
      font-size: 19px;
      letter-spacing: .8px;
      margin-left: 11px; }
    #Header #DonateButton .donate-matching-text {
      font-size: 13px;
      margin-top: -2px;
      margin-left: 11px; }
    #Header #DonateButton .arrow-container {
      width: 11px;
      top: 0;
      left: 0;
      height: 100%;
      background: #1f64b6;
      position: absolute;
      transition: all 150ms ease-out; }
      #Header #DonateButton .arrow-container .arrow-inner {
        position: relative; }
        #Header #DonateButton .arrow-container .arrow-inner .arrow {
          position: absolute;
          right: 0;
          margin-right: -8px;
          border-left: 8px solid #1f64b6;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          transition: border-left 150ms ease-out; }
    #Header #DonateButton:hover {
      background: #3681dc;
      box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.2); }
      #Header #DonateButton:hover .arrow-container {
        width: 15px;
        background: #1b58a0; }
        #Header #DonateButton:hover .arrow-container .arrow {
          border-left: 8px solid #1b58a0; }
  @supports (-ms-ime-align: auto) {
    #Header {
      margin-top: 15px;
      margin-bottom: 45px; } }
  @media screen and (max-width: 1115px) {
    #Header .left-actions, #Header .right-actions {
      display: none; }
    #Header .social-donate {
      max-width: 280px; }
    #Header .header {
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    #Header {
      margin: 0px; }
      #Header {
        height: 75px; }
      #Header .header {
        box-shadow: none;
        margin: 0; }
      #Header .menu-media {
        margin-right: auto; }
      #Header .logo-container {
        margin-right: auto;
        margin-left: auto; }
      #Header .left-actions, #Header .right-actions, #Header #MediaButton, #Header .icons, #Header .circle-blur-middle, #Header .circle-blur-left {
        display: none; }
      #Header .social-donate {
        max-width: 170px; }
        #Header .social-donate #DonateButton {
          margin: 13px 20px 13px 10px; }
          #Header .social-donate #DonateButton .donate-text {
            font-size: 15px; }
          #Header .social-donate #DonateButton .donate-matching-text {
            font-size: 11px; }
      #Header .arrow {
        top: 33%; }
      #Header .arrow-container {
        width: 8px; }
      #Header .header {
        height: 75px; } }
  @media screen and (max-width: 576px) {
    #Header .social-donate {
      min-width: 115px; }
      #Header .social-donate #DonateButton {
        margin: 15px 20px 15px 10px; } }
  @media screen and (max-width: 426px) {
    #Header .social-donate #DonateButton .donate-text {
      font-size: 11px; } }

#Header.condensed {
  height: 60px;
  z-index: 40; }
  #Header.condensed .header {
    box-shadow: none; }
  #Header.condensed .header-border-t {
    border-top: 1px solid transparent;
    box-shadow: 0px 8px 3px -4px rgba(0, 0, 0, 0.1); }
  #Header.condensed #Logo-2019, #Header.condensed #Logo-2014, #Header.condensed #Logo-2020 {
    transform: scale(0.7); }
  #Header.condensed .circle-blur-middle {
    opacity: 0; }
  #Header.condensed .circle-blur-left {
    opacity: 0; }
  @media screen and (max-width: 768px) {
    #Header.condensed {
      height: 75px; }
    #Header.condensed .header {
      height: 75px; } }

/* COLORS*/
/* BREAKPOINTS*/
/* Menu Icon */
@media screen and (max-width: 768px) {
  #MenuButton {
    border: 1px solid white;
    width: 38px;
    height: 32px;
    position: relative;
    display: block;
    z-index: 1;
    margin-left: 15px;
    cursor: pointer; }
    #MenuButton .line {
      display: block;
      border-radius: 10px;
      background: #898881;
      width: 26.2px;
      height: 3px;
      position: absolute;
      left: 28%;
      transition: all 0.2s; }
      #MenuButton .line.line-1 {
        top: 21%; }
      #MenuButton .line.line-2 {
        top: 50%; }
      #MenuButton .line.line-3 {
        top: 80%; }
    #MenuButton:hover .line-1, #MenuButton:focus .line-1 {
      transform: translateY(-1px); }
    #MenuButton:hover .line-3, #MenuButton:focus .line-3 {
      transform: translateY(1px); }
    #MenuButton.active .line-1 {
      transform: translateY(9.14286px) translateX(0) rotate(45deg); }
    #MenuButton.active .line-2 {
      opacity: 0; }
    #MenuButton.active .line-3 {
      transform: translateY(-9.14286px) translateX(0) rotate(-45deg); } }

@media screen and (min-width: 769px) {
  #MenuButton {
    border: 1px solid #c3ccc7;
    width: 38px;
    height: 32px;
    position: relative;
    display: block;
    z-index: 1;
    margin-left: 15px;
    cursor: pointer; }
    #MenuButton .line {
      display: block;
      background: #898881;
      width: 15.2px;
      height: 2px;
      position: absolute;
      left: 28%;
      transition: all 0.2s; }
      #MenuButton .line.line-1 {
        top: 28%; }
      #MenuButton .line.line-2 {
        top: 48%; }
      #MenuButton .line.line-3 {
        top: 68%; }
    #MenuButton:hover .line-1, #MenuButton:focus .line-1 {
      transform: translateY(-1px); }
    #MenuButton:hover .line-3, #MenuButton:focus .line-3 {
      transform: translateY(1px); }
    #MenuButton.active .line-1 {
      transform: translateY(6.03774px) translateX(0) rotate(45deg); }
    #MenuButton.active .line-2 {
      opacity: 0; }
    #MenuButton.active .line-3 {
      transform: translateY(-6.03774px) translateX(0) rotate(-45deg); } }

/* COLORS*/
/* BREAKPOINTS*/
/******************COLOURS******************/
/* Applied to #SideBarMenu to animate it closed */
#SideBarMenu {
  transition: all 0.2s ease-out;
  z-index: 41;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  background: #42403e; }
  #SideBarMenu.closed {
    max-width: 0;
    overflow-y: hidden; }
  #SideBarMenu::-webkit-scrollbar {
    background: #352e28; }
  #SideBarMenu::-webkit-scrollbar-thumb {
    background: #83807e; }
  #SideBarMenu .searchBar {
    background-color: #352e28;
    padding: 10px 0 10px 25px; }
    #SideBarMenu .searchBar p {
      color: #83807e;
      margin: 0 0 0 10px; }
  #SideBarMenu #SideMenuArrow {
    margin-top: 4px;
    margin-right: 25px;
    margin-left: auto;
    width: 0;
    height: 0;
    float: right;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #817f7d;
    transition: all 0.2s ease-out; }
  #SideBarMenu .border-t {
    border-top: 1px solid #39332e; }
  #SideBarMenu .border-b {
    border-bottom: 1px solid #39332e; }
  #SideBarMenu .menu-section {
    margin: 0; }
  #SideBarMenu .collapseOptions {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
  #SideBarMenu .listClosed {
    padding: 18px 0px 19px 25px;
    color: #f7f7f7;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s ease-out;
    cursor: pointer; }
  #SideBarMenu .listTitle {
    padding: 10px 0px 11px 25px;
    transition: all 0.2s ease-out;
    background-color: #42403e; }
    #SideBarMenu .listTitle span {
      color: #83807e;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase; }
  #SideBarMenu a {
    color: #f7f7f7;
    letter-spacing: 2px;
    padding-top: 11px;
    padding-bottom: 11px;
    display: block;
    white-space: nowrap;
    padding-left: 25px;
    background-color: #42403e;
    transition: background-color 0.2s ease-out; }
    #SideBarMenu a:hover {
      background: #353332; }

/******************WEB******************/
.headerFull {
  top: 89px;
  height: calc(100vh - 129px); }

.headerCondensed {
  top: 60px;
  height: calc(100vh - 60px); }

/******************MOBILE******************/
@media only screen and (max-width: 768px) {
  .headerFull {
    top: 75px !important;
    height: calc(100vh - 75px) !important; }
  .headerCondensed {
    top: 60px !important;
    height: calc(100vh - 60px) !important; } }

@media only screen and (max-width: 576px) {
  #SideBarMenu:not(.closed) {
    max-width: 100%; } }

.Underlay.side-menu-underlay {
  background: rgba(0, 0, 0, 0.25); }

.Underlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 40;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out; }
  .Underlay.visible {
    visibility: visible;
    opacity: 1; }

/* COLORS*/
/* BREAKPOINTS*/
.Article .triangle {
  position: absolute;
  top: 0;
  left: -7.6%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff; }

.Article .videoContainer {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 54%; }
  .Article .videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.Article .content {
  padding-top: 60px;
  padding-bottom: 70px; }

.Article .article-body {
  padding: 0px 40px 0px 60px; }
  .Article .article-body h1 {
    font-size: 42px;
    font-weight: bold;
    margin-top: -15px;
    margin-bottom: 0px;
    line-height: 57px; }
  .Article .article-body .info {
    padding: 22px 0px 0px 1px;
    align-items: center; }
    .Article .article-body .info p,
    .Article .article-body .info .authorTitle {
      margin: 0;
      font-size: 15px;
      font-weight: bold; }
    .Article .article-body .info .authorTitle,
    .Article .article-body .info .date {
      color: #9d9d9d;
      min-width: 103px; }
    .Article .article-body .info .verticalBar {
      padding: 0 6px; }
    .Article .article-body .info .metaLeft {
      margin-top: 15px;
      padding-right: 5px; }
    .Article .article-body .info .metaRight {
      margin-top: 15px; }
      .Article .article-body .info .metaRight .minRead {
        padding-right: 10px; }
  .Article .article-body .copy {
    text-align: justify; }
    .Article .article-body .copy p {
      transition: all .1s ease-out;
      font-size: 19px;
      margin: 40px 0px;
      line-height: 38px; }
    .Article .article-body .copy a {
      color: #2D7CDB; }

.Article .article-widget-container {
  width: 28%; }
  .Article .article-widget-container.expanded .sticky {
    z-index: 40; }
  .Article .article-widget-container .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
    z-index: 39; }
  .Article .article-widget-container .inner {
    padding-left: 40px; }
    .Article .article-widget-container .inner .article-widgets .sticky-border {
      width: 1px;
      height: 314px;
      background: #d5d6d5;
      margin-left: -1px;
      opacity: 1;
      padding-left: 1px;
      transition: opacity 0.2s ease-out; }
    .Article .article-widget-container .inner .article-widgets:hover .sticky-border {
      opacity: 0; }
    .Article .article-widget-container .inner .top {
      background: white;
      margin-top: -60px; }
    .Article .article-widget-container .inner .bottom {
      background: white;
      border-left: 1px solid #d5d6d5;
      margin-top: 32px;
      margin-left: -1px; }
  @media screen and (max-width: 1300px) {
    .Article .article-widget-container .DonationWidget.expanded .donationContainer {
      transform: translateX(-450px); } }

.Article .connect-related {
  padding: 36px 0px; }
  .Article .connect-related .related {
    position: relative; }

.Article .more-footer {
  padding: 20px 0px; }
  .Article .more-footer .more h4 {
    margin: 0;
    color: #abacab;
    font-size: 22px;
    padding-left: 15px; }
  .Article .more-footer .footer {
    padding-left: 40px; }
    .Article .more-footer .footer p, .Article .more-footer .footer a {
      margin: 5px 0px;
      font-size: 11px;
      line-height: 11px;
      color: #abacab; }

@media screen and (max-width: 768px) {
  .Article .brownBackground {
    background: #E7E7E4; }
  .Article .mobile-widget {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  .Article .mobileConnect {
    position: relative;
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #d5d6d5; }
  .Article .article-body {
    padding: 0px 25px 0px 25px; }
    .Article .article-body h1 {
      font-size: 26px;
      margin-top: 15px;
      line-height: unset; }
    .Article .article-body .smallDateBar {
      margin: 3px 8px 0px;
      height: 16px;
      width: 1px;
      border-left: 2px solid black; }
    .Article .article-body .copy p {
      line-height: unset; }
  .Article .author {
    padding: 0 25px;
    border-top: 1px solid #d5d6d5; }
  .Article .topicTag {
    margin-left: 5px; }
  .Article .font-size {
    margin-left: 10px;
    font-weight: bold;
    color: #9d9d9d; }
    .Article .font-size a {
      padding: 0px 10px;
      cursor: pointer; }
      .Article .font-size a#FontDown .arrow {
        transition: all 0.3s ease-out;
        border-top: 6px solid #898881; }
      .Article .font-size a#FontDown:hover .arrow {
        border-top: 6px solid #55544f; }
      .Article .font-size a#FontDown p {
        font-size: 12px;
        margin: -3px 2px 2px;
        transition: all 0.3s ease-out; }
      .Article .font-size a#FontDown:hover p {
        color: #55544f; }
      .Article .font-size a#FontUp .arrow {
        transition: all 0.3s ease-out;
        border-bottom: 6px solid #898881; }
      .Article .font-size a#FontUp:hover .arrow {
        border-bottom: 6px solid #55544f; }
      .Article .font-size a#FontUp p {
        margin-top: -8px;
        transition: all 0.3s ease-out; }
      .Article .font-size a#FontUp:hover p {
        color: #55544f; }
      .Article .font-size a p {
        margin: 0; }
      .Article .font-size a .arrow {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent; } }

/* COLORS*/
/* BREAKPOINTS*/
#ShareProgressWidget {
  margin-top: -15px; }
  #ShareProgressWidget .sticky-container {
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
    padding-top: 15px;
    background: #fff;
    z-index: 2;
    height: 490px; }
    #ShareProgressWidget .sticky-container #Share {
      position: relative;
      height: 338px;
      color: #898881; }
      #ShareProgressWidget .sticky-container #Share .share {
        position: absolute;
        left: -40px;
        width: 82px;
        height: 100%;
        border: 1px solid #d5d6d5;
        background: #fff; }
        #ShareProgressWidget .sticky-container #Share .share .title {
          height: 50px;
          border-bottom: 1px solid #d5d6d5;
          font-weight: bold;
          font-size: 13px; }
        #ShareProgressWidget .sticky-container #Share .share .icons {
          padding: 0px 26px; }
          #ShareProgressWidget .sticky-container #Share .share .icons a svg {
            transition: fill 0.3s ease-out;
            fill: #898881; }
          #ShareProgressWidget .sticky-container #Share .share .icons a:hover svg {
            fill: #55544f; }
        #ShareProgressWidget .sticky-container #Share .share .font-size {
          height: 60px;
          border-top: 1px solid #d5d6d5;
          font-weight: bold; }
          #ShareProgressWidget .sticky-container #Share .share .font-size a {
            padding: 0px 6px;
            cursor: pointer; }
            #ShareProgressWidget .sticky-container #Share .share .font-size a#FontDown .arrow {
              transition: all 0.3s ease-out;
              border-top: 6px solid #898881; }
            #ShareProgressWidget .sticky-container #Share .share .font-size a#FontDown:hover .arrow {
              border-top: 6px solid #55544f; }
            #ShareProgressWidget .sticky-container #Share .share .font-size a#FontDown p {
              transition: all 0.3s ease-out;
              font-size: 11px;
              margin: -3px 2px 2px; }
            #ShareProgressWidget .sticky-container #Share .share .font-size a#FontDown:hover p {
              color: #55544f; }
            #ShareProgressWidget .sticky-container #Share .share .font-size a#FontUp .arrow {
              transition: all 0.3s ease-out;
              border-bottom: 6px solid #898881; }
            #ShareProgressWidget .sticky-container #Share .share .font-size a#FontUp:hover .arrow {
              border-bottom: 6px solid #55544f; }
            #ShareProgressWidget .sticky-container #Share .share .font-size a#FontUp p {
              transition: all 0.3s ease-out;
              margin-top: -8px; }
            #ShareProgressWidget .sticky-container #Share .share .font-size a#FontUp:hover p {
              color: #55544f; }
            #ShareProgressWidget .sticky-container #Share .share .font-size a p {
              margin: 0; }
            #ShareProgressWidget .sticky-container #Share .share .font-size a .arrow {
              border-left: 6px solid transparent;
              border-right: 6px solid transparent; }
    #ShareProgressWidget .sticky-container #Progress {
      padding: 0px 55px 0px 0px; }
      #ShareProgressWidget .sticky-container #Progress > p {
        margin: 8px 0px 0px 0px;
        text-align: right;
        font-size: 14px;
        color: #898881;
        font-weight: bold; }
      #ShareProgressWidget .sticky-container #Progress .vert {
        position: relative; }
        #ShareProgressWidget .sticky-container #Progress .vert p {
          color: #D0CCC5;
          position: absolute;
          transform: rotateZ(-90deg) translate(-94%, 22px);
          margin: 0;
          font-size: 9px;
          text-transform: uppercase;
          font-weight: bold;
          white-space: nowrap;
          transform-origin: left;
          letter-spacing: 0.3px;
          border-bottom: 10px solid #f4f3f0;
          padding-bottom: 3px;
          left: 5px; }
  #ShareProgressWidget #ProgressLine {
    z-index: 1;
    width: 10px;
    background: #f4f3f0;
    left: 30px;
    position: relative; }

#MobileShareProgressWidget {
  border-top: 1px solid #d5d6d5;
  border-bottom: 1px solid #d5d6d5;
  color: #898881;
  font-weight: bold; }
  #MobileShareProgressWidget .title {
    padding: 0px 21px;
    font-size: 16px; }
  #MobileShareProgressWidget .icons {
    height: 50px; }
    #MobileShareProgressWidget .icons a {
      border-left: 1px solid #d5d6d5; }
      #MobileShareProgressWidget .icons a svg {
        width: 30px;
        height: 30px;
        transition: fill 0.3s ease-out;
        fill: #898881; }
      #MobileShareProgressWidget .icons a:hover svg {
        fill: #55544f; }

.audioContainer {
  padding-top: 40px; }
  .audioContainer .listenText p {
    font-weight: 400;
    font-size: 20px;
    margin: 0 !important;
    text-align: center;
    line-height: 20px;
    letter-spacing: .4px; }
  .audioContainer .listenText p span {
    display: block; }
  .audioContainer .chevron {
    padding: 0 18px 0 12px; }
  .audioContainer .chevron div {
    transition: all .2s ease-out;
    width: 9px;
    height: 17px;
    background: #9d9d9d; }
  .audioContainer .parallelogramTop {
    transform: skew(35deg); }
  .audioContainer .parallelogramBottom {
    transform: skew(-35deg); }
  .audioContainer:hover .chevron div {
    background: #777777; }

/* COLORS*/
/* BREAKPOINTS*/
#AuthorWidget {
  padding-top: 12px; }
  #AuthorWidget .imgContainer {
    height: 100px;
    width: 100px; }
    #AuthorWidget .imgContainer img {
      object-fit: contain; }
  #AuthorWidget .details {
    flex: 1 1 0px;
    padding: 0px 32px; }
    #AuthorWidget .details .name h4 {
      margin: 0;
      font-size: 18px; }
    #AuthorWidget .details .desc {
      margin-top: 11px;
      margin-bottom: 0px;
      font-size: 16px; }
  #AuthorWidget .moreAuthorArticles {
    margin-left: 13px;
    font-size: 13px;
    padding-top: 5px;
    font-weight: bold;
    color: #2D7CDB; }
  @media screen and (max-width: 576px) {
    #AuthorWidget {
      padding: 25px 0px 25px 25px; } }

#AuthorWidget.mobileAuthorWidget .thumb {
  min-width: 80px;
  padding: unset;
  height: 100%; }

#AuthorWidget.mobileAuthorWidget .moreAuthorArticles {
  margin-left: 0;
  font-size: 12px; }

/* COLORS*/
/* BREAKPOINTS*/
.PetitionWidget img {
  width: 100%;
  padding: 0 32px; }

.PetitionWidget h4, .PetitionWidget p {
  margin: 0; }

.PetitionWidget .homePetition {
  padding: 8px 0px 0px 0px; }
  .PetitionWidget .homePetition .upper {
    padding-left: 32px;
    margin-bottom: 19px; }
    .PetitionWidget .homePetition .upper h4 {
      font-size: 18px; }
    .PetitionWidget .homePetition .upper p {
      font-size: 12px; }
    .PetitionWidget .homePetition .upper .sigNum {
      color: #2D7CDB;
      font-weight: bold; }
    .PetitionWidget .homePetition .upper .sigs {
      color: #868785; }
  .PetitionWidget .homePetition .main {
    padding: 13px 30px 10px 30px; }
    .PetitionWidget .homePetition .main .petitionTitle {
      line-height: 33px;
      font-size: 22px; }
  .PetitionWidget .homePetition .inner-padding {
    padding: 0px 40px 15px 40px; }
  .PetitionWidget .homePetition .button-padding {
    padding-left: 30px; }
  @media screen and (max-width: 949px) {
    .PetitionWidget .homePetition .button-padding {
      padding-right: 40px; } }

.PetitionWidget .articlePetition {
  flex: 1;
  box-shadow: none;
  transition: box-shadow 0.2s ease-out; }
  .PetitionWidget .articlePetition:hover {
    box-shadow: 0 13px 14px 6px rgba(0, 0, 0, 0.1); }
  .PetitionWidget .articlePetition .upper {
    padding: 17px 20px;
    border-bottom: 1px solid #d5d6d5; }
    .PetitionWidget .articlePetition .upper h4 {
      font-size: 18px;
      padding-left: 5px; }
    .PetitionWidget .articlePetition .upper .sigNum {
      color: #2D7CDB;
      font-weight: bold; }
    .PetitionWidget .articlePetition .upper .sigs {
      color: #868785; }
  .PetitionWidget .articlePetition .main {
    padding: 33px 30px 10px 30px; }
    .PetitionWidget .articlePetition .main .petitionTitle {
      line-height: 34px;
      font-size: 27px; }
  .PetitionWidget .articlePetition .inner-padding {
    padding: 0px 40px 15px 40px; }
  .PetitionWidget .articlePetition .button-padding {
    padding: 0 30px 30px 30px; }

.PetitionWidget .main h3 {
  margin: 0; }

.PetitionWidget .main .read {
  padding: 11px;
  margin: -11px;
  padding-top: 18px;
  font-size: 13px;
  font-weight: bold;
  color: #2D7CDB;
  cursor: pointer; }

@media screen and (max-width: 950px) and (min-width: 768px) {
  .PetitionWidget .articlePetition .petitionTitle {
    font-size: 20px !important;
    line-height: 28px !important; }
  .PetitionWidget .articlePetition .main {
    padding: 15px; }
  .PetitionWidget .articlePetition .inner-padding, .PetitionWidget .articlePetition .button-padding {
    padding: 0 15px 15px 15px; }
  .PetitionWidget .articlePetition .input-field {
    margin-bottom: 5px; }
  .PetitionWidget .articlePetition .SubmitButton {
    margin-top: 0px;
    font-size: 14px; } }

@media screen and (max-width: 767px) {
  .PetitionWidget .homePetition {
    padding: 0; }
    .PetitionWidget .homePetition .upper {
      padding-top: 19px;
      padding-right: 32px;
      border-top: 1px solid #c3ccc7; }
      .PetitionWidget .homePetition .upper p {
        font-size: 16px; }
  .PetitionWidget .upper .sigInfo {
    justify-content: flex-end; }
  .PetitionWidget .button-padding {
    padding-right: 40px; } }

@media screen and (max-width: 768px) {
  .PetitionWidget .articlePetition:hover {
    box-shadow: unset; } }

@media screen and (max-width: 576px) {
  .PetitionWidget img {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .PetitionWidget .articlePetition .upper {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #d5d6d5; } }

/* COLORS*/
/* BREAKPOINTS*/
.DonationWidget {
  z-index: 30; }
  .DonationWidget.expanded {
    position: relative;
    z-index: 41; }
    .DonationWidget.expanded .donationContainer {
      transform: translateX(-289px);
      box-shadow: 0 13px 14px 6px rgba(0, 0, 0, 0.1); }
    .DonationWidget.expanded .left-border {
      opacity: 0; }
    .DonationWidget.expanded .toggleArrow {
      transform: rotate(180deg); }
    .DonationWidget.expanded .DonationForm {
      max-height: 80vh;
      overflow-y: scroll;
      overscroll-behavior: contain; }
  .DonationWidget:hover .donationContainer {
    box-shadow: 0 13px 14px 6px rgba(0, 0, 0, 0.1); }
  .DonationWidget:hover .left-border {
    opacity: 0; }
  .DonationWidget .donationContainer {
    width: 641px;
    transform: translateX(0px);
    transition: all 0.25s ease-out; }
    .DonationWidget .donationContainer .toggleButton {
      position: absolute;
      background: #2D7CDB;
      border: 1px solid #FFF;
      left: -39px;
      width: 55px;
      height: 120px;
      cursor: pointer; }
      .DonationWidget .donationContainer .toggleButton .toggleArrow {
        position: absolute;
        left: 7px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #FFF; }
      .DonationWidget .donationContainer .toggleButton .toggleText {
        position: absolute;
        left: 2px;
        transform: rotate(-90deg);
        margin: 0;
        text-transform: uppercase;
        font-size: 14px;
        color: #FFF; }
    .DonationWidget .donationContainer .left-border {
      top: 120px;
      height: 40%; }
    .DonationWidget .donationContainer .DonationForm {
      background: white;
      padding: 40px;
      transition: max-height 0.25s ease-out; }
      .DonationWidget .donationContainer .DonationForm .vertical-spacing {
        margin-top: 20px; }
        .DonationWidget .donationContainer .DonationForm .vertical-spacing .input-field {
          margin-bottom: 0; }
      .DonationWidget .donationContainer .DonationForm .topContent .thankYouForSigText {
        padding: 0px 5px 15px 18px;
        font-size: 17px;
        font-weight: bold; }
      .DonationWidget .donationContainer .DonationForm .topContent .copy {
        line-height: 25px;
        font-size: 15px;
        padding: 0px 5px 15px 18px; }
      .DonationWidget .donationContainer .DonationForm .topContent .preText {
        padding: 0px 5px 30px 18px;
        font-size: 15px; }
      .DonationWidget .donationContainer .DonationForm .topContent .donationArrow img {
        width: 30px;
        height: 30px;
        margin-top: 10px; }
      .DonationWidget .donationContainer .DonationForm .selectable {
        cursor: pointer;
        background-color: #F4F3F1;
        position: relative;
        z-index: 1;
        box-shadow: none;
        text-align: center;
        align-items: center;
        transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out; }
        .DonationWidget .donationContainer .DonationForm .selectable.selected {
          background-color: #FFF; }
        .DonationWidget .donationContainer .DonationForm .selectable:hover {
          z-index: 2;
          box-shadow: 0 4px 9px 0px rgba(0, 0, 0, 0.1); }
      .DonationWidget .donationContainer .DonationForm .recurringRow .recurringOption {
        padding: 15px;
        border: 1px solid #d5d6d5;
        font-size: 22px; }
      .DonationWidget .donationContainer .DonationForm .recurringRow .recurringOption:first-child {
        border-right: none; }
      .DonationWidget .donationContainer .DonationForm .amountContainer {
        margin-top: 18px; }
        .DonationWidget .donationContainer .DonationForm .amountContainer .presetAmountTop .presetAmount {
          border-bottom: none; }
        @media screen and (min-width: 576px) {
          .DonationWidget .donationContainer .DonationForm .amountContainer .presetAmountTop {
            flex: .6; }
            .DonationWidget .donationContainer .DonationForm .amountContainer .presetAmountTop .presetAmount:last-child {
              border-right: none; }
            .DonationWidget .donationContainer .DonationForm .amountContainer .presetAmountTop .presetAmount {
              border-bottom: 1px solid #d5d6d5; }
          .DonationWidget .donationContainer .DonationForm .amountContainer .presetAmountBottom {
            flex: .4; }
            .DonationWidget .donationContainer .DonationForm .amountContainer .presetAmountBottom .presetAmount {
              border-bottom: 1px solid #d5d6d5; } }
        .DonationWidget .donationContainer .DonationForm .amountContainer .presetAmount, .DonationWidget .donationContainer .DonationForm .amountContainer .customAmount {
          padding: 18px;
          border: 1px solid #d5d6d5;
          font-size: 18px; }
        .DonationWidget .donationContainer .DonationForm .amountContainer .presetAmount {
          border-left: none; }
        .DonationWidget .donationContainer .DonationForm .amountContainer .presetAmount:first-child {
          border-left: 1px solid #d5d6d5; }
        .DonationWidget .donationContainer .DonationForm .amountContainer .customAmount {
          border-top: none; }
          .DonationWidget .donationContainer .DonationForm .amountContainer .customAmount .input-field {
            margin: 0; }
      .DonationWidget .donationContainer .DonationForm .input-field > input {
        height: 62px; }
      .DonationWidget .donationContainer .DonationForm .input-field.outlined > label {
        transform: translate(18px, 20px);
        transform-origin: 0 0; }
      .DonationWidget .donationContainer .DonationForm .input-field.outlined > label.active {
        transform: translate(18px, 10px) scale(0.6);
        transform-origin: 0 0; }
      .DonationWidget .donationContainer .DonationForm .rowInputLeft {
        padding-right: 7.5px; }
      .DonationWidget .donationContainer .DonationForm .rowInputRight {
        padding-left: 7.5px; }
      .DonationWidget .donationContainer .DonationForm .rowInputCenter {
        padding-left: 7.5px;
        padding-right: 7.5px; }
      @media (max-width: 576px) {
        .DonationWidget .donationContainer .DonationForm .collapsible .rowInputLeft {
          padding-right: 0; }
        .DonationWidget .donationContainer .DonationForm .collapsible .rowInputCenter {
          padding-left: 0; }
        .DonationWidget .donationContainer .DonationForm .collapsible .vertical-spacing {
          margin-top: 8px; } }
      .DonationWidget .donationContainer .DonationForm .storedDonateContainer {
        padding-top: 15px; }
        .DonationWidget .donationContainer .DonationForm .storedDonateContainer .storedText {
          margin: 0; }
      .DonationWidget .donationContainer .DonationForm .processingFeeContainer {
        padding-top: 22px; }
        .DonationWidget .donationContainer .DonationForm .processingFeeContainer input {
          margin-right: 15px; }
        .DonationWidget .donationContainer .DonationForm .processingFeeContainer .processingFeeText {
          font-size: 14px; }
      .DonationWidget .donationContainer .DonationForm .buttonAmountRow {
        margin-top: 22px; }
        .DonationWidget .donationContainer .DonationForm .buttonAmountRow button {
          height: 81px;
          margin-top: 0;
          justify-content: center;
          font-size: 23px;
          padding-left: 20px; }
        .DonationWidget .donationContainer .DonationForm .buttonAmountRow .amountConfirmation {
          padding-left: 20px; }
          .DonationWidget .donationContainer .DonationForm .buttonAmountRow .amountConfirmation .amountHeader, .DonationWidget .donationContainer .DonationForm .buttonAmountRow .amountConfirmation .amountDisplay {
            margin: 0; }
          .DonationWidget .donationContainer .DonationForm .buttonAmountRow .amountConfirmation .amountHeader {
            font-size: 14px; }
          .DonationWidget .donationContainer .DonationForm .buttonAmountRow .amountConfirmation .amountDisplay {
            font-size: 22px;
            font-weight: bold; }
          .DonationWidget .donationContainer .DonationForm .buttonAmountRow .amountConfirmation .usdLabel {
            font-size: 13px;
            font-weight: 100; }
      .DonationWidget .donationContainer .DonationForm .useDifferentCard {
        margin: 15px 0;
        font-size: .9em;
        transition: color 0.25s ease-out; }
        .DonationWidget .donationContainer .DonationForm .useDifferentCard:hover {
          cursor: pointer;
          color: #2D7CDB; }
      .DonationWidget .donationContainer .DonationForm .footerTextContainer {
        padding-top: 28px; }
        .DonationWidget .donationContainer .DonationForm .footerTextContainer .footerText {
          text-align: center;
          margin: 5px 0 0; }
        .DonationWidget .donationContainer .DonationForm .footerTextContainer .formIssuesText {
          font-size: .8em;
          transition: color 0.25s ease-out; }
          .DonationWidget .donationContainer .DonationForm .footerTextContainer .formIssuesText:hover {
            cursor: pointer;
            color: #2D7CDB; }
      .DonationWidget .donationContainer .DonationForm .receiveUpdatesText {
        font-size: .8em;
        margin-top: 0; }
  .DonationWidget .c6 {
    flex: 0 0 50% !important;
    max-width: 50% !important; }

.mobile .Underlay, .tablet-mobile .Underlay {
  display: none; }

.mobile .DonationWidget.expanded, .tablet-mobile .DonationWidget.expanded {
  z-index: unset; }
  .mobile .DonationWidget.expanded .donationContainer, .tablet-mobile .DonationWidget.expanded .donationContainer {
    transform: unset; }

.mobile .DonationWidget .toggleButton, .mobile .DonationWidget .left-border, .tablet-mobile .DonationWidget .toggleButton, .tablet-mobile .DonationWidget .left-border {
  display: none; }

.mobile .DonationWidget .donationContainer, .tablet-mobile .DonationWidget .donationContainer {
  width: unset;
  box-shadow: unset; }

.mobile .DonationWidget .DonationForm, .tablet-mobile .DonationWidget .DonationForm {
  max-height: unset;
  overflow-y: unset;
  padding: 0;
  padding-top: 20px; }

#HomePage .DonationWidget .left-border {
  display: none; }

#HomePage .DonationForm {
  max-height: 675px;
  overflow-y: scroll; }

#HomePage .expanded .DonationForm {
  max-height: 80vh !important; }

#HomePage .mobile .donationContainer {
  padding: 25px;
  border-top: 1px solid #c3ccc7; }

/* COLORS*/
/* BREAKPOINTS*/
.select-field {
  position: relative;
  margin-top: 0px;
  margin-bottom: 12px; }
  .select-field select {
    height: 60px;
    border-radius: 0 !important;
    border: 0;
    outline: 1px solid #d5d6d5;
    -webkit-border-radius: 0px;
    width: 100%;
    text-indent: 10px;
    background-color: #FFF; }
  .select-field > span {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -13px;
    color: #911;
    font-size: 10px; }
    .select-field > span.error {
      display: block; }

/* COLORS*/
/* BREAKPOINTS*/
.saveCardWidget {
  padding: 10px 25px 25px 25px;
  flex: 1;
  box-shadow: none;
  transition: box-shadow 0.2s ease-out; }
  .saveCardWidget:hover {
    box-shadow: 0 13px 14px 6px rgba(0, 0, 0, 0.1); }
  .saveCardWidget .header {
    font-size: 25px;
    font-weight: 600; }
  .saveCardWidget .loginText {
    display: inline;
    line-height: 30px; }
  .saveCardWidget .register, .saveCardWidget .login {
    cursor: pointer;
    padding: 5px;
    background: #f4f3f0;
    transition: background 0.2s ease-out;
    margin: 0px 5px; }
    .saveCardWidget .register:hover, .saveCardWidget .login:hover {
      background: #dedbd3; }

#RelatedTagsWidget {
  padding: 0px 28px 0px 38px; }
  #RelatedTagsWidget .main {
    padding-top: 5px; }
    #RelatedTagsWidget .main .tags {
      padding: 0px 3px;
      flex-wrap: wrap; }
      #RelatedTagsWidget .main .tags a.topicTag {
        margin: 15px 14px 0px 0px; }

/* COLORS*/
/* BREAKPOINTS*/
#WidgetTitle {
  height: 44px;
  border-bottom: 1px solid #d5d6d5; }
  #WidgetTitle h4 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 4px; }
    #WidgetTitle h4.no-icon {
      padding-left: 24px;
      padding-top: 2px; }
  @media screen and (max-width: 950px) {
    #WidgetTitle h4 {
      font-size: 18px; } }

/* COLORS*/
/* BREAKPOINTS*/
#ConnectWidget .main {
  padding: 21px 0px; }
  #ConnectWidget .main .ConnectSubmit {
    cursor: pointer;
    border: none;
    background: #2D7CDB;
    height: 50px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    transition: all 200ms ease-in; }
    #ConnectWidget .main .ConnectSubmit:hover {
      background: #3681dc;
      box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.2); }
  #ConnectWidget .main .subText {
    font-size: 10px;
    color: #707070;
    text-align: center; }

.Article #ConnectWidget {
  padding: 0 40px; }

/* COLORS*/
/* BREAKPOINTS*/
#RelatedContentWidget .upper {
  padding: 0px 40px; }

#RelatedContentWidget > .r {
  padding-top: 20px; }

#RelatedContentWidget .item {
  padding: 20px 40px;
  position: relative; }
  #RelatedContentWidget .item .hr {
    background: #d5d6d5;
    height: 1px;
    margin: 20px 0px; }

#RelatedContentWidget #RelatedItem {
  color: inherit; }
  #RelatedContentWidget #RelatedItem .img {
    margin-bottom: 11px; }
  #RelatedContentWidget #RelatedItem h4 {
    font-size: 18px;
    margin: 0px 0px 12px 0px; }
  #RelatedContentWidget #RelatedItem p, #RelatedContentWidget #RelatedItem a {
    margin: 0px;
    font-size: 12px;
    font-weight: bold; }
  #RelatedContentWidget #RelatedItem .light {
    color: #9d9d9d; }
  #RelatedContentWidget #RelatedItem .date {
    min-width: 83px; }
  #RelatedContentWidget #RelatedItem .div {
    margin: 3px 9px 0px;
    width: 1px;
    height: 12px;
    background: black; }

@media screen and (max-width: 768px) {
  #RelatedContentWidget .mobileRelated {
    background-color: white;
    padding-top: 18px;
    margin: 25px;
    box-shadow: 0px 1px 10px #888888; }
    #RelatedContentWidget .mobileRelated .upper {
      padding: unset;
      border-bottom: 2px solid #d5d6d5; }
      #RelatedContentWidget .mobileRelated .upper .flex {
        border-bottom: unset;
        padding-left: 38px; }
    #RelatedContentWidget .mobileRelated #RelatedItem {
      padding-bottom: 18px;
      border-bottom: 1px solid #d5d6d5; }
    #RelatedContentWidget .mobileRelated .item {
      width: 100%;
      padding-bottom: 0; }
      #RelatedContentWidget .mobileRelated .item:last-child #RelatedItem {
        border-bottom: none; }
    #RelatedContentWidget .mobileRelated .moreSection {
      font-size: 14px;
      margin: 18px 0;
      cursor: pointer;
      padding-left: 40px; }
      #RelatedContentWidget .mobileRelated .moreSection .blueText {
        font-weight: bold;
        color: #2D7CDB; } }

#CopyrightSection {
  background-color: #e6e5e1;
  font-size: 10px;
  color: #707070;
  text-align: center;
  padding: 50px 0; }
  #CopyrightSection .copyright-content {
    max-width: 1280px !important;
    margin: 0 auto; }
    #CopyrightSection .copyright-content p {
      width: 100%;
      padding: 0 40px; }
