/* 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-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-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*/
#HomePage {
  color: #2d2b24;
  /************************ MOBILE *****************************/ }
  #HomePage h1 {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 10px; }
  #HomePage .grayText {
    color: #9d9d9d; }
  #HomePage .smallArticleDescription {
    font-size: 12px; }
  #HomePage ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  #HomePage .leftCol {
    padding-left: 15px;
    padding-right: 30px;
    margin-bottom: 35px; }
    #HomePage .leftCol #WidgetTitle {
      padding-left: 7%; }
  #HomePage .articleDesc {
    font-weight: bold; }
    #HomePage .articleDesc span {
      font-size: 12px; }
    #HomePage .articleDesc .articleMetaLeft, #HomePage .articleDesc .topicTag {
      margin-top: 15px; }
  #HomePage .smallDateBar {
    margin: 3px 8px 0px;
    height: 12px;
    width: 1px;
    border-left: 2px solid black; }
  #HomePage .blueText {
    font-weight: bold;
    color: #2D7CDB; }
  #HomePage .topRow {
    margin-bottom: 25px; }
    #HomePage .topRow .radioTitle {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 17px;
      cursor: pointer; }
    #HomePage .topRow .mainCol .redBorder {
      border-left: 10px solid #DE3632; }
    #HomePage .topRow .mainCol .articleDesc {
      font-weight: bold; }
    #HomePage .topRow .mainCol .mainArticleSneak {
      padding: 4% 6% 6% 10%; }
    #HomePage .topRow .mainCol .topArticle p {
      margin: 25px 0 0 0;
      font-size: 14px;
      line-height: 2; }
    #HomePage .topRow .rightImageBar {
      height: 350px;
      width: 1px;
      border-left: 1px solid #c3ccc7; }
  #HomePage .middleRow {
    margin-bottom: 55px; }
    #HomePage .middleRow .rightCol {
      padding-left: 30px; }
  #HomePage .bottomRow {
    margin-bottom: 55px;
    border-top: 1px solid #c3ccc7;
    border-left: 1px solid #c3ccc7;
    border-right: 1px solid #c3ccc7;
    margin-left: 3%;
    margin-right: 3%; }
    #HomePage .bottomRow h3 {
      margin-top: 15px;
      margin-bottom: 12px;
      font-size: 16px; }
    #HomePage .bottomRow .c3 {
      margin-top: -13.5px; }
    #HomePage .bottomRow .c6 {
      margin-top: -13.5px;
      padding-bottom: 40px;
      border-bottom: 1px solid #c3ccc7; }
    #HomePage .bottomRow .borderRight {
      border-right: 1px solid #c3ccc7;
      height: 95%; }
    #HomePage .bottomRow .topTopicItem {
      padding: 30px 30px 0 30px; }
    #HomePage .bottomRow .fdr {
      font-weight: bold;
      font-size: 11px; }
    #HomePage .bottomRow .topicTag {
      font-size: 14px;
      font-weight: bold; }
  @media screen and (max-width: 767px) {
    #HomePage .PetitionWidget .homePetition .upper .sigInfo {
      justify-content: flex-end; } }
  #HomePage .PetitionWidget .homePetition .upper {
    padding-top: 19px; }
  #HomePage .DonationWidget.expanded .donationContainer {
    transform: translateX(-407px); }
  #HomePage .tablet {
    padding: 0 30px; }
    #HomePage .tablet.tabletRadio {
      display: block;
      border-top: 1px solid #d5d6d5;
      border-bottom: 1px solid #d5d6d5;
      margin-bottom: 25px;
      padding-top: 20px; }
    #HomePage .tablet .leftCol {
      padding-left: 0px; }
    #HomePage .tablet .DonationWidget.expanded .donationContainer {
      transform: translateX(-387px); }
  #HomePage .mobile, #HomePage .tablet-mobile {
    width: 100%; }
    #HomePage .mobile.mobileBackground, #HomePage .tablet-mobile.mobileBackground {
      background-color: #e4e3df; }
    #HomePage .mobile .topRow, #HomePage .tablet-mobile .topRow {
      margin-bottom: 0px; }
      #HomePage .mobile .topRow .rightCol, #HomePage .tablet-mobile .topRow .rightCol {
        border-left: 10px solid #a1a09a; }
      #HomePage .mobile .topRow .c6, #HomePage .mobile .topRow .c3, #HomePage .tablet-mobile .topRow .c6, #HomePage .tablet-mobile .topRow .c3 {
        max-width: 100%;
        flex: 0 0 100%; }
    #HomePage .mobile .mobileMain, #HomePage .tablet-mobile .mobileMain {
      margin: 0px 15px;
      padding-bottom: 25px; }
      #HomePage .mobile .mobileMain h3, #HomePage .tablet-mobile .mobileMain h3 {
        font-size: 23px;
        margin-top: 12px;
        margin-bottom: 0; }
      #HomePage .mobile .mobileMain .mobileContentGroupContainer, #HomePage .tablet-mobile .mobileMain .mobileContentGroupContainer {
        display: block;
        margin-top: 25px;
        background-color: white;
        box-shadow: 0px 1px 10px #888888; }
        #HomePage .mobile .mobileMain .mobileContentGroupContainer #WidgetTitle, #HomePage .tablet-mobile .mobileMain .mobileContentGroupContainer #WidgetTitle {
          height: 60px;
          padding-left: 7%;
          align-items: center; }
        #HomePage .mobile .mobileMain .mobileContentGroupContainer .mobileTopicTitle, #HomePage .tablet-mobile .mobileMain .mobileContentGroupContainer .mobileTopicTitle {
          border-bottom: 1px solid #d5d6d5; }
          #HomePage .mobile .mobileMain .mobileContentGroupContainer .mobileTopicTitle .topicTag, #HomePage .tablet-mobile .mobileMain .mobileContentGroupContainer .mobileTopicTitle .topicTag {
            font-size: 18px;
            margin: 15px 0; }
        #HomePage .mobile .mobileMain .mobileContentGroupContainer .mobileTopicContent .mobileHomepageItem, #HomePage .tablet-mobile .mobileMain .mobileContentGroupContainer .mobileTopicContent .mobileHomepageItem {
          margin: 10px 0 25px 0; }
      #HomePage .mobile .mobileMain .mobileNewsContent, #HomePage .tablet-mobile .mobileMain .mobileNewsContent {
        width: 85%;
        padding-top: 20px; }
      #HomePage .mobile .mobileMain .mobileHomepageItem, #HomePage .tablet-mobile .mobileMain .mobileHomepageItem {
        padding-bottom: 20px;
        border-bottom: 1px solid #c3ccc7; }
        #HomePage .mobile .mobileMain .mobileHomepageItem:last-child, #HomePage .tablet-mobile .mobileMain .mobileHomepageItem:last-child {
          border-bottom: none; }
      #HomePage .mobile .mobileMain .moreSection, #HomePage .tablet-mobile .mobileMain .moreSection {
        font-size: 12px;
        margin: 18px 0;
        cursor: pointer; }
    #HomePage .mobile .DonationWidget, #HomePage .tablet-mobile .DonationWidget {
      width: 90%;
      margin-left: 5%; }
      #HomePage .mobile .DonationWidget.expanded, #HomePage .tablet-mobile .DonationWidget.expanded {
        z-index: unset; }
        #HomePage .mobile .DonationWidget.expanded .donationContainer, #HomePage .tablet-mobile .DonationWidget.expanded .donationContainer {
          transform: unset; }
      #HomePage .mobile .DonationWidget .toggleButton, #HomePage .mobile .DonationWidget .left-border, #HomePage .tablet-mobile .DonationWidget .toggleButton, #HomePage .tablet-mobile .DonationWidget .left-border {
        display: none; }
      #HomePage .mobile .DonationWidget .donationContainer, #HomePage .tablet-mobile .DonationWidget .donationContainer {
        width: unset;
        box-shadow: unset; }
      #HomePage .mobile .DonationWidget .donationContainer, #HomePage .tablet-mobile .DonationWidget .donationContainer {
        width: unset;
        box-shadow: unset; }
      #HomePage .mobile .DonationWidget .DonationForm, #HomePage .tablet-mobile .DonationWidget .DonationForm {
        max-height: unset;
        overflow-y: unset; }
    #HomePage .mobile .DonationWidget + .Underlay, #HomePage .tablet-mobile .DonationWidget + .Underlay {
      display: none; }

/* COLORS*/
/* BREAKPOINTS*/
#RadioShow {
  /************************ TABLET(950px) *****************************/ }
  #RadioShow span {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.6px; }
  #RadioShow ul {
    padding-bottom: 10px; }
  #RadioShow .borderBottom {
    border-bottom: 1px solid #c3ccc7; }
  #RadioShow li {
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 7%; }
  #RadioShow .sekulowLiveIcon {
    padding-bottom: 15px;
    padding-left: 20px;
    border-bottom: 1px solid #d5d5d5; }
  #RadioShow #radioShowButton {
    display: inline-flex;
    padding: 5px 10px;
    border: 1px solid #b8b8b8;
    transition: all 0.2s ease-out; }
    #RadioShow #radioShowButton:hover {
      border: 1px solid transparent;
      background-color: #2D7CDB;
      color: #fff; }
      #RadioShow #radioShowButton:hover .dot {
        background-color: #fff; }
      #RadioShow #radioShowButton:hover .arrowRight {
        border-left: 9px solid #fff; }
  #RadioShow .buttonClass {
    margin-top: -15px;
    box-shadow: none;
    transition: all 0.2s ease-out; }
    #RadioShow .buttonClass .moreShows {
      padding: 7px 15px 7px 15px;
      border: 1px solid #b8b8b8;
      background-color: white;
      cursor: pointer;
      transition: all 0.2s ease-out; }
    #RadioShow .buttonClass:hover {
      transform: translateY(-5px);
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15); }
  #RadioShow .arrowRight {
    margin-right: 8px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #2D7CDB;
    transition: border-left 0.2s ease-out; }
  @media screen and (max-width: 950px) {
    #RadioShow {
      display: flex;
      flex-direction: column; }
      #RadioShow #WidgetTitle {
        border-bottom: none; }
      #RadioShow ul {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin: 0;
        border: 1px solid #d5d6d5; }
        #RadioShow ul li {
          padding: 25px 3% 40px 3%;
          max-width: 33%; }
      #RadioShow .borderBottom {
        border-bottom: none;
        border-right: 1px solid #d5d6d5; }
      #RadioShow .buttonContainer {
        height: 60px; }
      #RadioShow .buttonClass {
        margin-top: 0; }
        #RadioShow .buttonClass:hover {
          margin-top: -2px; } }

/* COLORS*/
/* BREAKPOINTS*/
.liveRadioContainer {
  width: 100%; }
  .liveRadioContainer .infoContainer {
    margin-top: -5px;
    border: 1px solid #c3ccc7;
    border-top: none; }
    .liveRadioContainer .infoContainer .descContainer {
      background: #F4F3F1;
      text-transform: uppercase;
      padding: 20px; }
      .liveRadioContainer .infoContainer .descContainer .videoDesc {
        font-size: 1.8em;
        margin: 0;
        font-family: "Oswald", sans-serif; }
      .liveRadioContainer .infoContainer .descContainer span {
        color: #C55936;
        font-family: "Oswald", sans-serif; }
      .liveRadioContainer .infoContainer .descContainer .onAirContainer {
        background-color: #2D2B24;
        padding: 5px 10px;
        align-self: center; }
        .liveRadioContainer .infoContainer .descContainer .onAirContainer .redDot {
          background-color: #ED683D;
          width: 8px;
          height: 8px;
          border-radius: 4px; }
        .liveRadioContainer .infoContainer .descContainer .onAirContainer .onAirText {
          color: #FFF;
          margin: 0;
          padding-left: 10px;
          font-size: 12px; }
    .liveRadioContainer .infoContainer .titleContainer {
      padding: 20px; }
      .liveRadioContainer .infoContainer .titleContainer .videoTitle {
        font-size: 1.8em;
        margin-top: 0; }
      .liveRadioContainer .infoContainer .titleContainer .moreButton {
        text-transform: uppercase;
        padding: 15px;
        font-size: 10px;
        border: 1px solid #c3ccc7;
        display: inline-block;
        transition: all 0.2s ease-out; }
        .liveRadioContainer .infoContainer .titleContainer .moreButton:hover {
          transform: translateY(-5px);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15); }
  .liveRadioContainer iframe {
    top: 0;
    width: 100%; }
  @media screen and (max-width: 950px) {
    .liveRadioContainer .infoContainer {
      border-right: none; } }

/* 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; }

/* COLORS*/
/* BREAKPOINTS*/
#RecommendedContent h3 {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 16px; }

#RecommendedContent ul {
  background-color: #f3f7f9;
  padding-left: 13%; }
  #RecommendedContent ul .borderBottom {
    border-bottom: 1px solid #c3ccc7; }
  #RecommendedContent ul li {
    padding: 38px 12% 38px 0; }
  #RecommendedContent ul .flex {
    font-weight: bold;
    font-size: 11px; }

/* 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; } }

#NewsContent .newsItem {
  padding: 35px 6% 35px 0; }

#NewsContent .borderBottom {
  border-bottom: 1px solid #c3ccc7; }

#NewsContent .hidden {
  display: none; }

#NewsContent .buttonClass {
  margin-top: -15px;
  transition: all .2s ease-out;
  float: right;
  box-shadow: none; }
  #NewsContent .buttonClass .moreContent {
    font-size: 11px;
    letter-spacing: 0.6px;
    font-weight: normal;
    padding: 7px 15px 7px 15px;
    border: 1px solid #b8b8b8;
    background-color: white;
    cursor: pointer;
    transition: border-width .2s ease-out;
    color: #000; }
  #NewsContent .buttonClass:hover {
    margin-top: -18px;
    margin-bottom: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15); }

/* COLORS*/
/* BREAKPOINTS*/
#NewsMinis .playButton {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 65px solid rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 26%; }

#NewsMinis .newsDetails {
  margin-left: 15px; }
  #NewsMinis .newsDetails h3 {
    margin-top: 0;
    margin-bottom: 10%;
    font-size: 17px; }

#NewsMinis .authorRow {
  font-weight: bold;
  font-size: 11px;
  margin-top: 3%; }

#NewsMinis .quoteDetails h2 {
  margin: 0;
  font-size: 20px; }

#NewsMinis .petitionRow {
  font-size: 14px;
  margin-bottom: 4%; }
  #NewsMinis .petitionRow .mainWord {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 13%; }
  #NewsMinis .petitionRow .sigs {
    color: #2D7CDB;
    font-weight: bold;
    margin-right: 3%; }

#NewsMinis .petitionButton {
  font-size: 11px;
  text-transform: uppercase;
  background-color: #DE3632;
  padding: 7px 17px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: 0.2s ease-out; }

#NewsMinis .wrapper {
  position: relative;
  overflow: hidden;
  transition: 0.2s ease-out; }
  #NewsMinis .wrapper:hover {
    box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.2); }
    #NewsMinis .wrapper:hover .petitionButton {
      background-color: #df3f3b; }
    #NewsMinis .wrapper:hover .arrowRight {
      margin-left: 5px; }
    #NewsMinis .wrapper:hover .arrow-container {
      margin-left: 0px; }

#NewsMinis .arrow-container {
  height: 100%;
  margin-left: -10px;
  background: #be221f;
  width: 5px;
  position: absolute;
  transition: all .2s ease-out; }

#NewsMinis .arrowRight {
  position: absolute;
  transition: all 0.1s ease-out;
  width: 0;
  height: 0;
  top: 10px;
  margin-left: -10px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #be221f; }

#NewsMinis .author {
  margin-right: 14px; }

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

#PopularContent h3 {
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 16px; }

#PopularContent li {
  padding: 7% 15% 7% 0;
  border-bottom: 1px solid #c3ccc7; }

#PopularContent .fdr {
  font-weight: bold;
  font-size: 11px; }

/* COLORS*/
/* BREAKPOINTS*/
#FooterSection {
  background-color: #f4f3f1;
  padding: 40px; }
  #FooterSection .footer-content {
    max-width: 1280px !important;
    margin: 0 auto; }
    #FooterSection .footer-content ul {
      padding-left: 0px;
      margin: 0; }
      #FooterSection .footer-content ul li {
        list-style-type: none; }
    #FooterSection .footer-content .middleSection {
      padding-left: 30px; }
      #FooterSection .footer-content .middleSection li {
        padding-top: 10px; }
    #FooterSection .footer-content .rightSection {
      padding-left: 20px;
      border-left: 2px solid #d5d5d3; }
    #FooterSection .footer-content .globalList li {
      padding-top: 5px; }
    #FooterSection .footer-content .globalList .headerTitle {
      margin-top: 10px; }
    #FooterSection .footer-content .contactList {
      margin-right: 10px; }
      #FooterSection .footer-content .contactList li {
        padding-top: 10px; }
    #FooterSection .footer-content .leftColumn, #FooterSection .footer-content .middleColumn, #FooterSection .footer-content .rightColumn {
      margin-top: 10px; }
    #FooterSection .footer-content .darkText {
      color: #2d2b24;
      font-weight: bold; }
    #FooterSection .footer-content .headerTitle {
      font-weight: bold;
      text-transform: uppercase;
      color: #9d9d9d; }
    #FooterSection .footer-content .blueText, #FooterSection .footer-content .blueText a {
      color: #2D7CDB;
      font-weight: bold; }
      #FooterSection .footer-content .blueText a:visited, #FooterSection .footer-content .blueText a a:visited {
        color: #2D7CDB;
        font-weight: bold; }
    #FooterSection .footer-content .smallText {
      font-size: 11px; }
    @media screen and (min-width: 950px) {
      #FooterSection .footer-content .leftColumn {
        padding-left: 20px; } }
    @media screen and (max-width: 950px) {
      #FooterSection .footer-content .leftSection, #FooterSection .footer-content .middleSection, #FooterSection .footer-content .rightSection {
        padding: 0; }
        #FooterSection .footer-content .leftSection li, #FooterSection .footer-content .middleSection li, #FooterSection .footer-content .rightSection li {
          padding: 7px 0; }
      #FooterSection .footer-content .middleSection {
        padding: 15px 0 36px 0; }
      #FooterSection .footer-content .rightSection {
        border: none; }
      #FooterSection .footer-content .smallText {
        font-size: 15px; } }
    @media screen and (max-width: 950px) and (min-width: 768px) {
      #FooterSection .footer-content #ConnectWidget {
        padding: 0 25%; } }

/* 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; }

#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; }
