﻿@import "/Skins/css/bootstrap/less/bootstrap.css";
@import "/Skins/js/plugins/bootstrap-tour/build/css/bootstrap-tour.min.css";
@import "bootstrap/bootstrap-modal-carousel/css/bootstrap-modal-carousel.css";
@import "../js/plugins/Custom-Scroll/jquery.custom-scrollbar.css";
@import "jquery-jvectormap.css";
@import "fonts.css";
@import url('fonts.css');
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.text-block ul,
.text-block ol {
  margin-bottom: 1.5em;
}
.text-block ul li,
.text-block ol li {
  list-style-type: disc;
  margin-left: 1em;
  padding-left: .1em;
}
.text-block ul li {
  list-style-type: disc;
}
.text-block ol li {
  list-style-type: decimal;
}
.text-block p {
  margin: 10px 0;
}
.text-block h1,
.text-block h2,
.text-block h3 {
  margin: 25px 0 15px;
}
.text-block h4,
.text-block h5,
.text-block h6 {
  margin: 15px 0 10px;
}
.responsive-banner {
  position: relative;
  height: auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .responsive-banner {
    max-width: unset;
    width: 1500px;
    left: -5%;
  }
}
@media (max-width: 991px) {
  .responsive-banner {
    left: -30%;
  }
}
@media (max-width: 768px) {
  .responsive-banner {
    width: 900px;
    left: -5%;
  }
}
@media (max-width: 640px) {
  .responsive-banner {
    Left: -20%;
  }
}
@media (max-width: 480px) {
  .responsive-banner {
    left: -35%;
  }
}
@media (max-width: 414px) {
  .responsive-banner {
    left: -45%;
  }
}
@media (max-width: 375px) {
  .responsive-banner {
    left: -50%;
  }
}
@media (max-width: 320px) {
  .responsive-banner {
    left: -60%;
  }
}
body {
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  -webkit-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
  color: inherit;
  font: inherit;
  outline: none;
}
a:visited {
  color: inherit;
}
a:hover,
a:active,
a:focus {
  outline: none;
}
a:hover {
  color: #9bc8be;
}
a:active,
a:focus {
  color: #363636;
  text-decoration: none;
}
p,
address {
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  margin: 0 0 10px;
}
p a:hover,
address a:hover,
p a:active,
address a:active {
  color: #9bc8be;
  text-decoration: underline;
}
p b,
address b {
  font-family: 'MuseoSlab500', serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  p,
  address {
    font-size: 15px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 0;
  font-family: 'BrandonBold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #3c3c3c;
  line-height: 1;
}
h1 > a,
.h1 > a,
h2 > a,
.h2 > a,
h3 > a,
.h3 > a,
h4 > a,
.h4 > a,
h5 > a,
.h5 > a,
h6 > a,
.h6 > a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
}
h1 > a:hover,
.h1 > a:hover,
h2 > a:hover,
.h2 > a:hover,
h3 > a:hover,
.h3 > a:hover,
h4 > a:hover,
.h4 > a:hover,
h5 > a:hover,
.h5 > a:hover,
h6 > a:hover,
.h6 > a:hover,
h1 > a:active,
.h1 > a:active,
h2 > a:active,
.h2 > a:active,
h3 > a:active,
.h3 > a:active,
h4 > a:active,
.h4 > a:active,
h5 > a:active,
.h5 > a:active,
h6 > a:active,
.h6 > a:active,
h1 > a:focus,
.h1 > a:focus,
h2 > a:focus,
.h2 > a:focus,
h3 > a:focus,
.h3 > a:focus,
h4 > a:focus,
.h4 > a:focus,
h5 > a:focus,
.h5 > a:focus,
h6 > a:focus,
.h6 > a:focus {
  color: inherit;
  text-decoration: none;
}
h1,
.h1 {
  font-size: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
h2,
.h2 {
  font-size: 48px;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3 {
  font-size: 36px;
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
h4,
.h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 14px;
}
img {
  max-width: 100%;
}
input,
textarea {
  -webkit-transition: border-color 0.2s ease-out 0s;
  transition: border-color 0.2s ease-out 0s;
  font-family: 'BrandonRegular', sans-serif;
  font-size: 16px;
  outline: 0;
  box-shadow: none;
  border: 1px solid #3c3c3c;
  padding: 0 15px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6f6f6f;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6f6f6f;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6f6f6f;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6f6f6f;
}
input:focus,
textarea:focus {
  border-color: #cdcdcd;
  box-shadow: none;
  outline: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #3c3c3c;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #3c3c3c;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #3c3c3c;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #3c3c3c;
}
@media (max-width: 991px) {
  input,
  textarea {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  input,
  textarea {
    font-size: 14px;
  }
}
input[type="checkbox"],
input[type="radio"] {
  outline: 0;
  margin: 1px 8px 0 0;
  vertical-align: top;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 0;
}
button {
  border: none;
  padding: 0;
  outline: none;
}
button:focus {
  outline: none;
}
label {
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  vertical-align: middle;
}
label.label {
  padding: 0;
  margin: 0;
  color: #3c3c3c;
  white-space: initial;
  line-height: 1;
}
.clear {
  clear: both;
}
.input-container {
  display: block;
  position: relative;
  margin: 0;
  font-size: 16px;
}
.input-container .label-text {
  display: inline-block;
  font-family: 'BrandonMedium', sans-serif;
  font-weight: normal;
  margin: 0 0 8px;
  vertical-align: text-top;
  cursor: pointer;
}
.input-container.error input,
.input-container.error textarea,
.input-container.error .bootstrap-select > .btn {
  border: 2px solid #e14105 !important;
}
.input-container .inner {
  position: relative;
}
.input-container.box .label-text {
  font-family: 'MuseoSlab300', serif;
}
.input-container .error-msg {
  position: absolute;
  width: 125px;
  min-height: 40px;
  padding: 5px;
  margin: 0;
  color: #ffffff;
  text-align: center;
  background-color: #e14105;
}
.input-container .error-msg:after {
  content: '';
  position: absolute;
}
@media (max-width: 991px) {
  .input-container .error-msg {
    position: relative;
    width: auto;
    min-height: 0;
    padding: 5px 0 7px;
    line-height: normal;
  }
}
.input-container.e-r .error-msg {
  top: 50%;
  right: -125px;
  margin-right: -8px;
  margin-top: -20px;
}
.input-container.e-r .error-msg:after {
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid #e14105;
  top: 50%;
  left: -8px;
  margin-top: -8px;
}
.input-container.e-l .error-msg {
  top: 50%;
  left: -125px;
  margin-left: -8px;
  margin-top: -20px;
}
.input-container.e-l .error-msg:after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #e14105;
  top: 50%;
  right: -8px;
  margin-top: -8px;
}
.input-container.e-t .error-msg {
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  margin: -8px auto 0;
}
.input-container.e-t .error-msg:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e14105;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: auto;
}
.input-container.e-b .error-msg {
  top: 100%;
  left: 0;
  right: 0;
  margin: 8px auto 0;
}
.input-container.e-b .error-msg:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e14105;
  top: -8px;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .input-container.e-r .error-msg,
  .input-container.e-l .error-msg,
  .input-container.e-t .error-msg,
  .input-container.e-b .error-msg {
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
  .input-container.e-r .error-msg:after,
  .input-container.e-l .error-msg:after,
  .input-container.e-t .error-msg:after,
  .input-container.e-b .error-msg:after {
    width: 0 !important;
    height: 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-bottom: 5px solid #e14105 !important;
    border-top: none;
    top: -7px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
.error-msg,
.validation-error-text {
  font-family: 'MuseoSlab300', serif;
  font-size: 12px;
  display: block;
  margin: 5px 0 0;
  color: #e14105;
  text-align: left;
  text-transform: none;
  line-height: 1.1;
  z-index: 150;
}
input,
textarea {
  font-size: inherit;
}
fieldset legend {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 18px;
  margin: 0;
  border: none;
}
blockquote {
  padding: 0;
  margin: 0;
  border: none;
}
small,
.small,
sub,
sup {
  font-size: 75%;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background-color: #ffffff;
}
body > form {
  height: 100%;
}
body > form#scPageExtendersForm {
  height: auto;
}
#PageWrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  #PageWrapper {
    padding-bottom: 0 !important;
  }
}
.bootstrap-select {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 14px;
  min-width: 200px;
  width: auto;
  text-transform: uppercase;
}
.bootstrap-select > .btn,
.bootstrap-select > .dropdown-toggle,
.bootstrap-select .btn-default {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border-color: #3c3c3c;
  box-shadow: none;
  border-radius: 0;
  padding: 5px 25px 3px 10px;
  font-size: inherit;
  font-family: inherit;
  background: #ffffff;
  color: inherit;
}
.bootstrap-select > .btn:hover,
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select .btn-default:hover,
.bootstrap-select > .btn:focus,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select .btn-default:focus,
.bootstrap-select > .btn:active,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select .btn-default:active {
  background-color: inherit;
  border-color: #3c3c3c;
  border-radius: 0;
  outline: 0 !important;
  color: inherit;
}
.bootstrap-select > .btn:active,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select .btn-default:active {
  border-color: #cdcdcd;
}
.bootstrap-select > .btn:active:focus,
.bootstrap-select > .dropdown-toggle:active:focus,
.bootstrap-select .btn-default:active:focus {
  border-color: #cdcdcd !important;
}
.bootstrap-select > .btn:focus,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select .btn-default:focus {
  background-color: #ffffff;
}
.bootstrap-select > .btn .filter-option,
.bootstrap-select > .dropdown-toggle .filter-option,
.bootstrap-select .btn-default .filter-option {
  font-size: inherit;
  text-transform: uppercase;
}
.bootstrap-select > .btn .caret,
.bootstrap-select > .dropdown-toggle .caret,
.bootstrap-select .btn-default .caret {
  right: 15px;
  color: #3c3c3c;
}
@media (max-width: 480px) {
  .bootstrap-select > .btn .caret,
  .bootstrap-select > .dropdown-toggle .caret,
  .bootstrap-select .btn-default .caret {
    right: 5px;
  }
}
@media (max-width: 480px) {
  .bootstrap-select > .btn,
  .bootstrap-select > .dropdown-toggle,
  .bootstrap-select .btn-default {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
}
.bootstrap-select .dropdown-menu {
  border-color: #3c3c3c;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 0;
  margin: 5px 0 0;
  color: inherit;
}
.bootstrap-select .dropdown-menu > li > a {
  line-height: 30px;
  padding: 0 15px;
  color: inherit;
}
.bootstrap-select .dropdown-menu > li > a:focus,
.bootstrap-select .dropdown-menu > li > a:hover {
  background-color: #f9f9f9;
}
.bootstrap-select.open .dropdown-toggle {
  box-shadow: none;
  background-color: inherit;
  border-color: #cdcdcd;
  color: inherit !important;
}
.bootstrap-select.open .dropdown-toggle:focus,
.bootstrap-select.open .dropdown-toggle:hover {
  border-color: #cdcdcd;
}
.bootstrap-select.dropup .dropdown-menu {
  margin: 0 0 5px;
}
@media (max-width: 480px) {
  .bootstrap-select {
    font-size: 12px;
  }
}
.pagination {
  margin: 0;
  border-radius: 0;
}
.pagination > li {
  overflow: hidden;
}
.pagination > li > a {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 16px;
  font-family: 'BrandonMedium', sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: none;
  float: left;
  margin: 0 1px 0 0;
  background-color: #ebebeb;
  border-radius: 0;
  width: 30px;
  padding: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #3c3c3c;
}
.pagination > li:first-child a,
.pagination > li:last-child a {
  border-radius: 0;
}
.pagination > li.last-child a {
  margin: 0;
}
.pagination > li.active a {
  color: #ffffff;
  background-color: #3c3c3c;
}
.pagination > li.active a:hover,
.pagination > li.active a:focus,
.pagination > li.active a:active {
  background-color: #3c3c3c;
}
.pagination > li.control-next a,
.pagination > li.control-prev a {
  font-size: 22px;
  line-height: 26px;
}
.alert {
  padding: 10px;
  border-radius: 0;
}
.modal-backdrop.in {
  opacity: 0.75;
}
.default-modal.in .modal-dialog {
  -webkit-transition: none 0.2s ease-out 0s;
  transition: none 0.2s ease-out 0s;
  -webkit-transform: none;
  transform: none;
}
.default-modal.fade.in .modal-dialog {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .default-modal.fade.in .modal-dialog {
    position: absolute;
    top: 5%;
    bottom: 5%;
    margin: 0 15px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.default-modal .modal-dialog {
  width: 85%;
  max-width: 950px;
}
.default-modal .modal-dialog .modal-content {
  position: relative;
  padding: 25px 15px;
  border-radius: 0;
}
.default-modal .modal-dialog .modal-content .donation-details {
  text-align: left;
}
@media (max-width: 768px) {
  .default-modal .modal-dialog {
    width: 95%;
  }
}
.modal {
  color: #3c3c3c;
}
.modal .modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 40;
}
.modal .modal-close .close {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 0.5;
  font-size: 24px;
  color: #3c3c3c;
}
.modal .modal-close .close:hover,
.modal .modal-close .close:focus {
  opacity: 1;
}
.mce-panel,
.mce-tinymce {
  border: none !important;
  background: none;
}
div.mce-edit-area {
  background-color: #f9f9f9;
}
.mce-widget.mce-tooltip {
  display: none !important;
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.clear-fl {
  clear: both;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.full-width {
  width: 100%;
}
.height-auto {
  height: auto !important;
}
.hidden {
  display: none;
}
.visibility-hidden {
  visibility: hidden;
}
.text-orange {
  color: #e14105;
}
.link-underlined {
  text-decoration: underline !important;
}
.underlined {
  text-decoration: underline;
}
.button-white {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 165px;
  background-color: #ffffff;
  color: #3c3c3c;
}
@media (max-width: 480px) {
  .button-white {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.button-white:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
.button-white > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
.button-white:hover,
.button-white:active,
.button-white:focus {
  text-decoration: none;
  color: #3c3c3c;
}
.button-white:hover:after {
  opacity: 0.6;
}
.button-white:active:after,
.button-white:focus:after {
  opacity: 1;
}
.button-green {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 165px;
  color: #3c3c3c;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .button-green {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.button-green:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
.button-green > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
.button-green:hover,
.button-green:active,
.button-green:focus {
  text-decoration: none;
  color: #3c3c3c;
}
.button-green:hover:after {
  opacity: 0.65;
}
.button-green:active:after,
.button-green:focus:after {
  opacity: 1;
}
.button-dark {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 165px;
  color: #ffffff;
}
@media (max-width: 480px) {
  .button-dark {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.button-dark:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/darkbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
.button-dark > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
.button-dark:hover,
.button-dark:active,
.button-dark:focus {
  text-decoration: none;
  color: #ffffff;
}
.button-dark:hover:after {
  opacity: 0.9;
}
.button-dark:active,
.button-dark:focus {
  background-color: #363636;
}
.text-bold {
  font-family: 'BrandonBold', sans-serif;
}
.text-light {
  font-family: 'BrandonLight', sans-serif;
}
.section-title {
  padding: 0 0 24px;
  margin: 0 0 28px;
}
.section-title.bordered {
  border-bottom: 1px solid #ebebeb;
}
.section-title.mb10 {
  padding: 0;
  margin-bottom: 10px;
}
.section-title.nm {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .section-title {
    padding: 0;
    margin-bottom: 15px;
  }
  .section-title.bordered {
    border-bottom: 0;
  }
  .section-title.nm {
    margin-bottom: 15px;
  }
}
.library-title {
  font-size: 36px;
  text-align: left;
  padding: 2px 0 10px;
  margin: 0;
}
.library-title.bordered {
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .library-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  .library-title {
    font-size: 24px;
  }
}
.title48 {
  font-size: 48px;
}
@media (max-width: 768px) {
  .title48 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .title48 {
    font-size: 24px;
  }
}
.title36 {
  font-size: 36px;
}
@media (max-width: 768px) {
  .title36 {
    font-size: 24px;
  }
}
.title42 {
  font-size: 42px;
}
@media (max-width: 768px) {
  .title42 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .title42 {
    font-size: 24px;
  }
}
.title30 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .title30 {
    font-size: 24px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .title30 {
    font-size: 18px;
  }
}
.separator {
  height: 1px;
  background-color: #ebebeb;
  margin: auto;
  border: 0;
}
.content-block {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .content-block {
    margin-bottom: 50px;
  }
}
.modal-dialog .content-block {
  margin-bottom: 25px;
}
.cont780-right {
  width: 67.95%;
  padding-left: 0;
}
.cont360-left {
  width: 32.05%;
  padding-right: 0;
}
.cont750 {
  width: 65.4%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cont750.full-width-tablet {
    width: 100%;
  }
}
.cont390 {
  width: 34.58%;
}
.cont390.pdlf30 {
  padding-left: 30px;
}
.cont390-left {
  width: 34.58%;
  padding-right: 0;
}
.cont750-right {
  width: 65.4%;
  padding-left: 0;
}
.cont390-right {
  width: 34.58%;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cont390-right.col-sm-12 {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .cont390-right.col-sm-12 {
    padding: 0;
  }
}
.cont750-left {
  width: 65.4%;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cont750-left.col-sm-12 {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .cont750-left.col-sm-12 {
    padding: 0;
  }
}
.cont360_v-details {
  width: 32.05%;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .cont360_v-details {
    width: 31.7%;
  }
}
@media (max-width: 991px) {
  .cont360_v-details {
    width: 31.2%;
  }
}
@media (max-width: 768px) {
  .cont360_v-details {
    width: 100%;
    padding: 0 15px;
  }
}
.pd-0 {
  padding: 0;
}
.pdl-0 {
  padding-left: 0;
}
.pdr-0 {
  padding-right: 0;
}
.pdlf30 {
  padding-left: 30px;
}
.mgbt50 {
  margin-bottom: 50px;
}
.mgbt100 {
  margin-bottom: 100px;
}
.mgtp100 {
  margin-top: 100px;
}
.position-center {
  float: none;
  margin: 0 auto;
}
.placeholder {
  width: 100%;
  min-height: 1px;
}
.feedback-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 150px;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: fixed;
  right: -50px;
  top: 45%;
  z-index: 1001;
  background: #e14105;
}
@media (max-width: 480px) {
  .feedback-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.feedback-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/redbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
.feedback-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
.feedback-button:hover,
.feedback-button:active,
.feedback-button:focus {
  text-decoration: none;
  color: #ffffff;
}
.feedback-button:hover:after {
  opacity: 0.9;
}
@media (max-width: 480px) {
  .feedback-button {
    right: -60px;
  }
}
@media (max-width: 768px) {
  .feedback-button {
    display: none;
  }
}
.has-hidden-content .hidden-content {
  display: none;
  height: 0;
  overflow: hidden;
}
#PageHeader {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding-top: 100px;
}
#PageHeader a:hover,
#PageHeader a:active,
#PageHeader a:focus {
  text-decoration: none;
}
#PageHeader .header-logo {
  padding: 15px 15px 11px;
  text-align: center;
  background: #f9f9f9;
  -webkit-box-shadow: 0 1px 4px rgba(0, 1, 1, 0.2);
  box-shadow: 0 1px 4px rgba(0, 1, 1, 0.2);
}
#PageHeader .header-logo .logo-container {
  display: inline-block;
  max-width: 100%;
}
#PageHeader .header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 902;
  margin-top: 0;
}
#PageHeader .header-wrap .quick-links {
  zoom: 1;
  font: 18px 'BrandonRegular', sans-serif;
  line-height: 32px;
}
#PageHeader .header-wrap .quick-links:before {
  content: '';
  display: block;
}
#PageHeader .header-wrap .quick-links:after {
  content: '';
  display: table;
  clear: both;
}
#PageHeader .header-wrap .quick-links:before {
  content: '';
  display: block;
}
#PageHeader .header-wrap .quick-links:after {
  content: '';
  display: table;
  clear: both;
}
#PageHeader .header-wrap .quick-links li {
  float: left;
  position: relative;
  padding: 0 12px 0;
}
#PageHeader .header-wrap .quick-links li:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  height: 18px;
  border-right: 1px solid #ebebeb;
}
#PageHeader .header-wrap .quick-links li.last-child:after {
  display: none;
}
#PageHeader .header-wrap .quick-links li:first-child {
  padding: 0 12px 0 0;
}
#PageHeader .header-wrap .quick-links li:first-child:after {
  display: none;
}
#PageHeader .header-wrap .logo-container {
  position: relative;
  height: 44px;
  padding-top: 0;
  overflow: hidden;
}
#PageHeader .header-wrap .logo-container .logo.fixed,
#PageHeader .header-wrap .logo-container .logo.small {
  display: none !important;
}
#PageHeader .header-wrap .main-navigation {
  float: right;
  margin: 0;
}
#PageHeader .header-wrap .main-navigation > ul {
  zoom: 1;
  overflow: visible;
}
#PageHeader .header-wrap .main-navigation > ul:before {
  content: '';
  display: block;
}
#PageHeader .header-wrap .main-navigation > ul:after {
  content: '';
  display: table;
  clear: both;
}
#PageHeader .header-wrap .main-navigation > ul:before {
  content: '';
  display: block;
}
#PageHeader .header-wrap .main-navigation > ul:after {
  content: '';
  display: table;
  clear: both;
}
#PageHeader .header-wrap .main-navigation > ul > li {
  float: left;
  padding: 0 0 14px;
  text-align: center;
}
#PageHeader .header-wrap .main-navigation > ul > li > a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 0 20px;
  font: 18px 'BrandonBold', sans-serif;
  line-height: 40px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-top: 0;
}
#PageHeader .header-wrap .main-navigation > ul > li > a.donate-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 165px;
  color: #3c3c3c;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  #PageHeader .header-wrap .main-navigation > ul > li > a.donate-link {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#PageHeader .header-wrap .main-navigation > ul > li > a.donate-link:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#PageHeader .header-wrap .main-navigation > ul > li > a.donate-link > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#PageHeader .header-wrap .main-navigation > ul > li > a.donate-link:hover,
#PageHeader .header-wrap .main-navigation > ul > li > a.donate-link:active,
#PageHeader .header-wrap .main-navigation > ul > li > a.donate-link:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#PageHeader .header-wrap .main-navigation > ul > li > a.donate-link:hover:after {
  opacity: 0.65;
}
#PageHeader .header-wrap .main-navigation > ul > li > a.donate-link:active:after,
#PageHeader .header-wrap .main-navigation > ul > li > a.donate-link:focus:after {
  opacity: 1;
}
@media (max-width: 1199px) {
  #PageHeader .header-wrap .main-navigation > ul > li > a {
    padding: 0 15px;
  }
  #PageHeader .header-wrap .main-navigation > ul > li > a.donate-link {
    width: 125px;
  }
}
#PageHeader .header-wrap .main-navigation > ul > li.active > a {
  background: url('/Skins/images/link-underline-sprite.png') no-repeat scroll center 32px transparent;
  text-decoration: none;
}
#PageHeader .header-wrap .main-navigation > ul > li.expanded-dropdown > a {
  color: #9bc8be;
  text-decoration: none;
}
#PageHeader .header-wrap .main-navigation > ul > li.expanded-dropdown > .dropdown-navigation {
  height: 150px;
  visibility: visible;
}
#PageHeader .header-wrap .main-navigation > ul > li.expanded-dropdown.has-dropdown {
  background: url('/Skins/images/dropdown-arrows-sprite.png') no-repeat scroll center 48px transparent;
}
#PageHeader .header-wrap .main-navigation > ul > li.expanded-dropdown.has-dropdown.arrow-active {
  background-position: center bottom;
}
#PageHeader .header-wrap .main-navigation > ul > li.expanded-dropdown.active.has-dropdown > a {
  background-position: center -59px;
}
#PageHeader .header-wrap .dropdown-navigation {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: absolute;
  left: 0;
  right: 0;
  top: 54px;
  margin: 0 auto;
  z-index: 900;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#PageHeader .header-wrap .dropdown-navigation .dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3c3c3c;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
}
#PageHeader .header-wrap .dropdown-navigation li {
  position: relative;
  height: 150px;
  text-align: left;
  padding: 0;
}
#PageHeader .header-wrap .dropdown-navigation li:first-child {
  padding-left: 15px;
}
#PageHeader .header-wrap .dropdown-navigation li:first-child > a {
  border: none;
}
#PageHeader .header-wrap .dropdown-navigation li:last-child,
#PageHeader .header-wrap .dropdown-navigation li.last-child {
  padding-right: 15px;
}
#PageHeader .header-wrap .dropdown-navigation li a {
  -webkit-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
  display: block;
  height: 100%;
  width: 100%;
  padding: 15px;
  text-transform: none;
  color: #ffffff;
  background-color: #3c3c3c;
  border-left: 1px solid #ffffff;
}
#PageHeader .header-wrap .dropdown-navigation li a:hover {
  background-color: #9bc8be;
  color: #3c3c3c;
}
#PageHeader .header-wrap .dropdown-navigation li a .link-title {
  display: block;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: left;
  color: inherit;
  line-height: 1;
  margin: 0 0 10px;
}
#PageHeader .header-wrap .dropdown-navigation li a .link-text {
  display: inline-block;
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  color: inherit;
}
#PageHeader .header-wrap .dropdown-navigation li a.announcement-container {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
#PageHeader .header-wrap .dropdown-navigation li a.announcement-container:hover {
  background-color: #ffffff;
}
#PageHeader .header-wrap .search-container {
  float: right;
  font-family: 'BrandonRegularItalic', sans-serif;
  font-size: 16px;
  position: relative;
  width: 270px;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
#PageHeader .header-wrap .search-container .search-field {
  width: 100%;
  height: 30px;
  padding: 5px 45px 0 15px;
  vertical-align: middle;
  outline: 0;
  font: inherit;
  border: none;
  background-color: #ffffff;
}
#PageHeader .header-wrap .search-container .search-field:focus + .search-button {
  background: url('/Skins/images/search-sprite.png') no-repeat scroll -52px -8px transparent;
}
#PageHeader .header-wrap .search-container .search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 30px;
  text-indent: -9999px;
  background: url('/Skins/images/search-sprite.png') no-repeat scroll -8px -8px transparent;
  vertical-align: middle;
}
#PageHeader .header-wrap .search-container .search-button:hover {
  background: url('/Skins/images/search-sprite.png') no-repeat scroll -52px -8px transparent;
}
#PageHeader .header-wrap .search-container .loader {
  position: absolute;
  right: 5px;
  top: 3px;
  width: 25px;
}
#PageHeader .header-wrap .search-container .autocomplete-result-container {
  position: absolute;
  margin: 1px 0 0;
  z-index: 1;
  background-color: #ffffff;
}
#PageHeader .header-wrap .search-container .ui-autocomplete {
  padding: 10px;
  font-size: inherit;
  font-family: inherit;
  border: 1px solid #ebebeb;
}
#PageHeader .header-wrap .search-container .ui-autocomplete .ui-menu-item {
  padding: 0 0 8px;
  line-height: 1.4;
}
#PageHeader .header-wrap .search-container.autocompleted .autocomplete-result-container {
  z-index: 980;
}
#PageHeader .header-wrap .user-container {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 18px;
  float: left;
  position: relative;
  padding-right: 15px;
  line-height: 32px;
}
#PageHeader .header-wrap .user-container .user-profile {
  float: left;
}
#PageHeader .header-wrap .user-container .user-profile-img {
  float: left;
  width: 20px;
  height: 30px;
  padding: 5px 0;
  font-size: 0;
}
#PageHeader .header-wrap .user-container .user-profile-img img {
  display: block;
}
#PageHeader .header-wrap .user-container .user-name {
  float: left;
  max-width: 200px;
  padding: 0 10px;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#PageHeader .header-wrap .user-container .user-alerts {
  margin: 5px 5px 0 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  padding: 1px 0 0 1px;
  margin: 0;
  background-color: #e14105;
  color: #ffffff;
  text-align: center;
  z-index: 999;
  float: left;
}
#PageHeader .header-wrap .user-container .user-profile-links {
  position: absolute;
  bottom: -67px;
  left: 0;
  height: 60px;
  min-width: 200px;
  padding: 10px;
  background-color: #3c3c3c;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 999;
}
#PageHeader .header-wrap .user-container .user-profile-links:after {
  content: '';
  position: absolute;
  top: -8px;
  left: 25%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #3c3c3c;
}
#PageHeader .header-wrap .user-container .user-profile-links:hover,
#PageHeader .header-wrap .user-container .user-profile-links.visible {
  visibility: visible;
}
#PageHeader .header-wrap .user-container .user-profile-links > form {
  display: inline;
}
#PageHeader .header-wrap .user-container .user-profile-links a {
  float: left;
  width: 50%;
  padding: 5px 0 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
#PageHeader .header-wrap .user-container .user-profile-links a:hover {
  color: rgba(255, 255, 255, 0.75);
}
#PageHeader .header-wrap .user-container .user-profile-links a:after {
  display: none !important;
}
#PageHeader .header-wrap .user-container .login-link,
#PageHeader .header-wrap .user-container .register-link {
  float: left;
}
#PageHeader .header-wrap .user-container .login-link {
  padding: 0 15px 0 10px;
}
#PageHeader .header-wrap .user-container .register-link {
  padding: 0 15px 0 16px;
  position: relative;
}
#PageHeader .header-wrap .user-container .register-link:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  height: 20px;
  border-right: 1px solid #ebebeb;
}
#PageHeader .header-wrap .utility-box {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  float: right;
  -o-transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  width: 0;
  height: 30px;
  margin-top: 8px;
  overflow: hidden;
}
#PageHeader .header-wrap .utility-box .user-container {
  position: relative;
  height: inherit;
  width: 50%;
  margin: 0 0 0 10px;
}
#PageHeader .header-wrap .utility-box .user-container:after {
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  border-right: 1px solid #ebebeb;
}
#PageHeader .header-wrap .utility-box .user-profile {
  float: none;
}
#PageHeader .header-wrap .utility-box .user-profile-img {
  height: inherit;
  margin: 0 5px;
}
#PageHeader .header-wrap .utility-box .user-alerts {
  margin: 5px 5px 0 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  padding: 1px 0 0 1px;
  background-color: #e14105;
  color: #ffffff;
  text-align: center;
  z-index: 999;
  position: absolute;
  margin: 0;
  top: 0;
  right: 6px;
}
#PageHeader .header-wrap .utility-box .user-name {
  display: none;
}
#PageHeader .header-wrap .utility-box .user-profile-links {
  bottom: -72px;
  left: -80px;
}
#PageHeader .header-wrap .utility-box .user-profile-links:after {
  left: 50%;
}
#PageHeader .header-wrap .utility-box .user-profile-links a:after {
  display: none !important;
}
#PageHeader .header-wrap .utility-box .search-expand-container {
  float: left;
  width: 38%;
  text-align: center;
}
#PageHeader .header-wrap .utility-box .search-expand-container .search-expand {
  display: block;
  width: 100%;
  height: 30px;
  background: url('/Skins/images/search-sprite.png') no-repeat scroll -10px -8px transparent;
}
#PageHeader .header-wrap .utility-box .search-expand-container .search-expand:hover,
#PageHeader .header-wrap .utility-box .search-expand-container .search-expand.active {
  background-position: -54px -8px;
}
#PageHeader .header-top {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  zoom: 1;
  position: relative;
  max-height: 30px;
  background-color: #ffffff;
}
#PageHeader .header-top:before {
  content: '';
  display: block;
}
#PageHeader .header-top:after {
  content: '';
  display: table;
  clear: both;
}
#PageHeader .header-top:before {
  content: '';
  display: block;
}
#PageHeader .header-top:after {
  content: '';
  display: table;
  clear: both;
}
#PageHeader .header-middle {
  zoom: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0 0 0 rgba(0, 1, 1, 0);
  box-shadow: 0 0 0 rgba(0, 1, 1, 0);
  position: relative;
  padding: 15px 0 0;
  border-top: 1px solid #ebebeb;
  background-color: #f9f9f9;
  backface-visibility: hidden;
  z-index: 920;
}
#PageHeader .header-middle:before {
  content: '';
  display: block;
}
#PageHeader .header-middle:after {
  content: '';
  display: table;
  clear: both;
}
#PageHeader .header-middle:before {
  content: '';
  display: block;
}
#PageHeader .header-middle:after {
  content: '';
  display: table;
  clear: both;
}
#PageHeader .header-middle > .container {
  position: relative;
}
#PageHeader .header-middle > .container > .row > div[class^="col-md"] {
  position: static;
}
#PageHeader .header-bottom {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  top: 0;
  height: 42px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  background-color: #3c3c3c;
  z-index: 900;
}
#PageHeader .top-right-part {
  float: right;
}
#PageHeader .header-middle-search {
  display: none;
  z-index: 901;
}
#PageHeader .header-middle-search .search-container {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 18px;
  width: 100%;
  padding: 10px;
  border: none;
  background-color: rgba(249, 249, 249, 0.9);
}
#PageHeader .header-middle-search .search-container > form {
  position: relative;
}
#PageHeader .header-middle-search .search-container .search-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 165px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  text-indent: 0;
}
@media (max-width: 480px) {
  #PageHeader .header-middle-search .search-container .search-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#PageHeader .header-middle-search .search-container .search-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/darkbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#PageHeader .header-middle-search .search-container .search-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#PageHeader .header-middle-search .search-container .search-button:hover,
#PageHeader .header-middle-search .search-container .search-button:active,
#PageHeader .header-middle-search .search-container .search-button:focus {
  text-decoration: none;
  color: #ffffff;
}
#PageHeader .header-middle-search .search-container .search-button:hover:after {
  opacity: 0.9;
}
#PageHeader .header-middle-search .search-container .search-button:active,
#PageHeader .header-middle-search .search-container .search-button:focus {
  background-color: #363636;
}
#PageHeader .header-middle-search .search-container .search-field {
  -webkit-transition: border-color 0.2s ease-out 0s;
  transition: border-color 0.2s ease-out 0s;
  height: 40px;
  padding: 5px 170px 5px 20px;
  border: 1px solid #ffffff;
}
#PageHeader .header-middle-search .search-container .search-field:focus {
  border-color: #3c3c3c;
}
#PageHeader .header-middle-search .search-container .loader {
  position: absolute;
  top: 4px;
  right: 20px;
  width: auto;
}
#PageHeader .header-middle-search .search-container .autocomplete-result-container {
  left: 0;
  top: 60px;
  width: 100%;
  margin: 0;
  background-color: inherit;
  z-index: 900;
}
#PageHeader .header-middle-search .search-container .ui-autocomplete {
  padding: 15px;
  background-color: #f9f9f9;
  border-top: 1px solid #ffffff;
}
#PageHeader .header-middle-search .search-container .ui-autocomplete .ui-menu-item {
  background-color: #ffffff;
}
#PageHeader .tertiary-navigation {
  zoom: 1;
  height: 100%;
  font: 18px 'BrandonRegular', sans-serif;
  background: inherit;
  position: relative;
  overflow: hidden;
}
#PageHeader .tertiary-navigation:before {
  content: '';
  display: block;
}
#PageHeader .tertiary-navigation:after {
  content: '';
  display: table;
  clear: both;
}
#PageHeader .tertiary-navigation:before {
  content: '';
  display: block;
}
#PageHeader .tertiary-navigation:after {
  content: '';
  display: table;
  clear: both;
}
#PageHeader .tertiary-navigation .nav-list {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 10px auto 0;
  list-style: none;
  overflow: hidden;
}
#PageHeader .tertiary-navigation .nav-list li {
  margin: 0 28px;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(255, 255, 255, 0.5);
}
#PageHeader .tertiary-navigation .nav-list li a {
  -webkit-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: inherit;
  vertical-align: top;
}
#PageHeader .tertiary-navigation .nav-list li a:hover {
  color: rgba(255, 255, 255, 0.75);
}
#PageHeader .tertiary-navigation .nav-list li.active {
  color: #ffffff;
}
#PageHeader.fixed-header {
  padding-top: 57px;
}
#PageHeader.fixed-header .header-wrap {
  height: 57px;
}
#PageHeader.fixed-header .header-wrap .logo-container .logo.fixed {
  display: block !important;
}
#PageHeader.fixed-header .header-wrap .logo-container .logo.standard {
  display: none !important;
}
#PageHeader.fixed-header .header-wrap .main-navigation > ul > li {
  padding: 0 0 10px;
}
#PageHeader.fixed-header .header-wrap .main-navigation > ul > li > a {
  -webkit-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  -webkit-transition: width 0.3s ease-out 0s;
  transition: width 0.3s ease-out 0s;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  margin-top: 8px;
}
#PageHeader.fixed-header .header-wrap .main-navigation > ul > li.has-dropdown {
  background-position: center 43px;
}
#PageHeader.fixed-header .header-wrap .main-navigation > ul > li.active > a {
  background-position: center 25px;
}
#PageHeader.fixed-header .header-wrap .main-navigation > ul > li.active.has-dropdown.expanded-dropdown.arrow-active {
  background-position: center bottom;
}
#PageHeader.fixed-header .header-wrap .main-navigation > ul > li.active.has-dropdown.expanded-dropdown > a {
  background-position: center -66px;
}
#PageHeader.fixed-header .header-wrap .main-navigation > ul > li .dropdown-navigation {
  top: 50px;
}
#PageHeader.fixed-header .header-wrap .utility-box {
  -o-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  width: 95px;
}
#PageHeader.fixed-header .header-top {
  height: 0;
  overflow: hidden;
}
#PageHeader.fixed-header .header-middle {
  -webkit-box-shadow: 0 2px 0 rgba(0, 1, 1, 0.1);
  box-shadow: 0 2px 0 rgba(0, 1, 1, 0.1);
  padding: 5px 0 0;
}
#PageHeader.fixed-header.hidden-tert-nav .header-middle {
  background-color: rgba(249, 249, 249, 0.9);
}
#PageHeader.fixed-header.hidden-tert-nav .header-bottom {
  height: 0;
  visibility: hidden;
}
#PageHeader.intl {
  padding: 0;
}
#PageHeader.only-logo {
  height: 55px;
  padding: 5px 0 0;
  text-align: center;
}
#PageHeader.only-logo > .header-wrap {
  -webkit-box-shadow: 0 2px 0 rgba(0, 1, 1, 0.1);
  box-shadow: 0 2px 0 rgba(0, 1, 1, 0.1);
  height: inherit;
  padding: 5px 0 0;
  background-color: #f9f9f9;
  opacity: 0.9;
}
#PageHeader.only-logo > .header-wrap a {
  display: inline-block;
  width: 238px;
}
@media (max-width: 1199px) {
  #PageHeader .header-wrap .logo-container .logo.fixed {
    display: block !important;
  }
  #PageHeader .header-wrap .logo-container .logo.standard {
    display: none !important;
  }
  #PageHeader .header-wrap .user-container .user-name {
    max-width: 150px;
  }
  #PageHeader .top-right-part .search-container {
    width: 225px;
  }
}
@media (max-width: 991px) {
  #PageHeader .top-right-part .search-container {
    width: 160px;
    font-size: 15px;
  }
  #PageHeader .top-right-part .user-container {
    padding: 0;
    font-size: 15px;
  }
  #PageHeader .top-right-part .user-container .user-profile .user-name {
    max-width: 135px;
  }
  #PageHeader .top-right-part .user-container .register-link,
  #PageHeader .top-right-part .user-container .login-link {
    padding: 0 5px 0 6px;
  }
  #PageHeader .header-wrap .quick-links {
    font-size: 15px;
  }
  #PageHeader .header-wrap .quick-links li {
    padding: 0 5px;
  }
  #PageHeader .header-wrap .quick-links li:first-child {
    padding: 0 5px 0 0;
  }
  #PageHeader .header-wrap .logo-container .logo.fixed,
  #PageHeader .header-wrap .logo-container .logo.standard {
    display: none !important;
  }
  #PageHeader .header-wrap .logo-container .logo.small {
    display: block !important;
  }
  #PageHeader .header-wrap .dropdown-navigation li a .link-title {
    font-size: 15px;
  }
  #PageHeader .header-wrap .dropdown-navigation li a .link-text {
    font-size: 12px;
  }
  #PageHeader.fixed-header .header-wrap .logo-container .logo.fixed,
  #PageHeader.fixed-header .header-wrap .logo-container .logo.standard {
    display: none !important;
  }
  #PageHeader.fixed-header .header-wrap .main-navigation > ul > li > a {
    padding: 0 8px;
  }
  #PageHeader.fixed-header .header-wrap .main-navigation > ul > li > a.donate-link {
    width: 110px;
  }
  #PageHeader.fixed-header .header-wrap .utility-box .user-container {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  #PageHeader {
    padding: 60px 0 0;
  }
  #PageHeader.fixed-header {
    padding: 60px 0 0;
  }
  #PageHeader.fixed-header .header-mobile-panel {
    -webkit-box-shadow: 0 1px 4px rgba(0, 1, 1, 0.2);
    box-shadow: 0 1px 4px rgba(0, 1, 1, 0.2);
  }
  #PageHeader.fixed-header .header-bottom {
    height: 0;
    visibility: hidden;
  }
  #PageHeader .header-bottom {
    height: 50px;
  }
  #PageHeader .tertiary-navigation .nav-list {
    margin: 15px auto 0;
  }
  #PageHeader .tertiary-navigation .nav-list li {
    margin: 0 15px;
  }
  #PageHeader .header-mobile {
    -webkit-transition: background 0.15s ease-out 0s;
    transition: background 0.15s ease-out 0s;
    position: fixed;
    width: 100%;
    z-index: 1001;
  }
  #PageHeader .header-mobile-panel {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #a5a5a5;
    background-color: #f9f9f9;
    z-index: 2;
  }
  #PageHeader .header-mobile-panel .panel-wrap {
    padding: 10px 15px;
  }
  #PageHeader .header-mobile-panel .logo-container {
    width: 130px;
  }
  #PageHeader .header-mobile-panel .functional-panel {
    height: 100%;
  }
  #PageHeader .header-mobile-panel .functional-panel > a {
    display: inline-block;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    vertical-align: sub;
  }
  #PageHeader .header-mobile-panel .functional-panel > a:first-child {
    margin-right: 20px;
  }
  #PageHeader .header-mobile-panel .functional-panel #ExpandMobileSearch {
    background: url('/Skins/images/mobile-header-sprite.png') no-repeat scroll 5px -45px transparent;
  }
  #PageHeader .header-mobile-panel .functional-panel #ExpandMobileSearch.active {
    background-position: -95px -45px;
  }
  #PageHeader .header-mobile-panel .functional-panel #ExpandMobileMenu {
    background: url('/Skins/images/mobile-header-sprite.png') no-repeat scroll -48px -45px transparent;
  }
  #PageHeader .header-mobile-panel .functional-panel #ExpandMobileMenu.active {
    background-position: -95px -45px;
  }
  #PageHeader .search-container {
    display: none;
    height: 50px;
    padding: 10px 15px;
    border-top: 1px solid #a5a5a5;
  }
  #PageHeader .search-container > form {
    position: relative;
  }
  #PageHeader .search-container .search-field {
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding: 0 45px 0 10px;
    border: 1px solid #ffffff;
  }
  #PageHeader .search-container .search-field:focus {
    border: 1px solid #a2a2a2;
  }
  #PageHeader .search-container .search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url('/Skins/images/mobile-header-sprite.png') no-repeat scroll 6px 6px #3c3c3c;
    text-indent: -9999px;
  }
  #PageHeader .search-container .loader {
    position: absolute;
    right: 5px;
    top: 3px;
    width: 25px;
  }
  #PageHeader .mobile-main-dropdown {
    -webkit-transition: left 0.3s cubic-bezier(0.25, 0.85, 0.8, 0.9) 0s;
    transition: left 0.3s cubic-bezier(0.25, 0.85, 0.8, 0.9) 0s;
    position: relative;
    left: -100%;
    height: 0;
    font: 20px 'BrandonRegular', sans-serif;
    text-transform: capitalize;
    background-color: #f9f9f9;
    border-bottom: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #PageHeader .mobile-main-dropdown.expanded {
    left: 0;
  }
  #PageHeader .main-navigation {
    font: 18px 'BrandonBold', sans-serif;
    text-transform: uppercase;
  }
  #PageHeader .main-navigation li {
    position: relative;
    border-top: 1px solid #a5a5a5;
  }
  #PageHeader .main-navigation li > a {
    display: block;
    position: relative;
    height: 50px;
    padding: 15px;
  }
  #PageHeader .main-navigation li > a:focus,
  #PageHeader .main-navigation li > a:active {
    color: #363636;
  }
  #PageHeader .main-navigation li > a.donate-link {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 18px;
    font-family: 'BrandonBold', sans-serif;
    color: inherit;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
    color: #3c3c3c;
    background-color: #ffffff;
    height: 50px !important;
    line-height: 1 !important;
    font-size: 18px !important;
    text-align: left;
  }
  #PageHeader .main-navigation li > a.donate-link:after {
    -webkit-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
    content: '';
    display: block;
    background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid rgba(1, 1, 1, 0.2);
    z-index: 1;
    opacity: 0.8;
  }
  #PageHeader .main-navigation li > a.donate-link > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-backface-visibility: hidden;
  }
  #PageHeader .main-navigation li > a.donate-link:hover,
  #PageHeader .main-navigation li > a.donate-link:active,
  #PageHeader .main-navigation li > a.donate-link:focus {
    text-decoration: none;
    color: #3c3c3c;
  }
  #PageHeader .main-navigation li > a.donate-link:hover:after {
    opacity: 0.65;
  }
  #PageHeader .main-navigation li > a.donate-link:active:after,
  #PageHeader .main-navigation li > a.donate-link:focus:after {
    opacity: 1;
  }
  #PageHeader .main-navigation li > a.donate-link > span {
    padding: 15px;
  }
  #PageHeader .main-navigation li:first-child {
    border-top: none;
  }
  #PageHeader .main-navigation li.last-child,
  #PageHeader .main-navigation li:last-child {
    height: 50px;
  }
  #PageHeader .main-navigation li.has-dropdown {
    height: auto;
  }
  #PageHeader .main-navigation li.has-dropdown .expand-dropdown {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url('/Skins/images/mobile-header-sprite.png') no-repeat scroll 2px -155px transparent;
  }
  #PageHeader .main-navigation li.has-dropdown.expanded > a {
    color: #9bc8be;
  }
  #PageHeader .main-navigation li.has-dropdown.expanded > .expand-dropdown {
    background-position: 2px -105px;
  }
  #PageHeader .main-navigation li.active > a {
    color: #9bc8be;
  }
  #PageHeader .dropdown-navigation {
    display: none;
    font: 20px 'BrandonRegular', sans-serif;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.5);
    background-color: #3c3c3c;
  }
  #PageHeader .dropdown-navigation ul {
    margin: 0;
  }
  #PageHeader .dropdown-navigation li {
    border: none;
  }
  #PageHeader .dropdown-navigation li a {
    padding: 10px 15px;
    background-color: transparent;
  }
  #PageHeader .dropdown-navigation li a:hover,
  #PageHeader .dropdown-navigation li a:focus,
  #PageHeader .dropdown-navigation li a:active,
  #PageHeader .dropdown-navigation li a:visited {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
  }
  #PageHeader .dropdown-navigation li.active a {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
  }
  #PageHeader .quick-navigation-links ul li {
    border-bottom: 1px solid #a5a5a5;
  }
  #PageHeader .quick-navigation-links ul li a {
    display: block;
    height: 50px;
    padding: 13px 15px;
  }
  #PageHeader .user-container {
    zoom: 1;
    position: relative;
    height: 50px;
    padding: 10px 15px;
  }
  #PageHeader .user-container:before {
    content: '';
    display: block;
  }
  #PageHeader .user-container:after {
    content: '';
    display: table;
    clear: both;
  }
  #PageHeader .user-container:before {
    content: '';
    display: block;
  }
  #PageHeader .user-container:after {
    content: '';
    display: table;
    clear: both;
  }
  #PageHeader .user-container .user-profile {
    /*float: left;
				padding: 0 15px 0 0;*/
  }
  #PageHeader .user-container .user-profile .user-profile-img {
    float: left;
    width: 20px;
    height: 30px;
    padding: 5px 0;
    font-size: 0;
  }
  #PageHeader .user-container .user-profile .user-name {
    float: left;
    max-width: 235px;
    padding: 0 10px;
    line-height: 30px;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #PageHeader .user-container .user-profile .user-alerts {
    margin: 5px 5px 0 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-family: 'BrandonMedium', sans-serif;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    padding: 1px 0 0 1px;
    margin: 0;
    background-color: #e14105;
    color: #ffffff;
    text-align: center;
    z-index: 999;
    float: left;
  }
  #PageHeader .user-container .user-profile-links {
    position: absolute;
    bottom: -50px;
    left: 0;
    height: 50px;
    width: 100%;
    padding: 5px 15px;
    min-width: 200px;
    z-index: 999;
    background-color: #3c3c3c;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  #PageHeader .user-container .user-profile-links > form {
    display: inline;
  }
  #PageHeader .user-container .user-profile-links:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #3c3c3c;
  }
  #PageHeader .user-container .user-profile-links:hover,
  #PageHeader .user-container .user-profile-links.visible {
    visibility: visible;
  }
  #PageHeader .user-container .user-profile-links a {
    float: left;
    width: 50%;
    padding: 5px 0 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
  }
  #PageHeader .user-container .user-profile-links a:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #PageHeader .user-container .user-profile-links a:after {
    display: none !important;
  }
  #PageHeader .user-container .login-link,
  #PageHeader .user-container .register-link {
    float: left;
  }
  #PageHeader .user-container .login-link {
    padding: 0 15px 0 10px;
  }
  #PageHeader .user-container .register-link {
    padding: 0 15px 0 16px;
    position: relative;
  }
  #PageHeader .user-container .register-link:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    border-right: 1px solid #ebebeb;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  #PageHeader .main-navigation li > a.donate-link {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .mobile-dropdown-active {
    overflow: hidden;
  }
  .mobile-dropdown-active #PageHeader .header-mobile {
    height: 100%;
    background: rgba(60, 60, 60, 0.8);
  }
}
#PageFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url('/Skins/images/footer-bg.png') repeat scroll center center transparent;
  border-top: 5px solid rgba(143, 186, 177, 0.15);
  z-index: 100;
}
#PageFooter .footer-top {
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: #3c3c3c;
  text-transform: none;
  text-align: left;
  padding: 20px 0;
  z-index: 2;
}
#PageFooter .footer-top > .col-md-2 {
  padding-left: 0;
}
#PageFooter .footer-top > .col-md-2:first-child {
  padding-left: 15px;
}
#PageFooter .footer-top .footer-logo-container {
  margin: 10px 0 0;
}
#PageFooter .footer-top .footer-links-container {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 15px;
  margin: 90px 0 0;
  text-transform: uppercase;
}
#PageFooter .footer-top .footer-links-container > h5 {
  margin: 10px 0;
  text-align: inherit;
}
#PageFooter .footer-top .footer-links-container li a {
  display: block;
  min-height: 35px;
  padding: 10px 0;
}
#PageFooter .footer-top .footer-links-container li a:hover,
#PageFooter .footer-top .footer-links-container li a:active,
#PageFooter .footer-top .footer-links-container li a:focus {
  text-decoration: none;
}
#PageFooter .footer-top .footer-links-container.footer-social li {
  margin: 0 0 8px;
}
#PageFooter .footer-top .footer-links-container.footer-social li a {
  padding: 10px 0 0 45px;
  position: relative;
}
#PageFooter .footer-top .footer-links-container.footer-social li a .icon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
#PageFooter .footer-top .footer-links-container.footer-social li a:hover .icon {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 0.6;
}
#PageFooter .footer-top .footer-form-container {
  margin: 90px 0 0;
}
#PageFooter .footer-top .footer-form-container .input-container {
  margin: 0 0 8px;
}
#PageFooter .footer-top .footer-form-container input {
  font-family: 'MuseoSlab300', serif;
  font-size: 15px;
  -webkit-transition: border-color 0.2s ease-out 0s;
  transition: border-color 0.2s ease-out 0s;
  width: 100%;
  height: 36px;
  max-width: 185px;
  padding: 0 10px;
  outline: 0;
  text-transform: capitalize;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
#PageFooter .footer-top .footer-form-container input:-moz-placeholder {
  color: #6f6f6f;
}
#PageFooter .footer-top .footer-form-container input::-moz-placeholder {
  color: #6f6f6f;
}
#PageFooter .footer-top .footer-form-container input:-ms-input-placeholder {
  color: #6f6f6f;
}
#PageFooter .footer-top .footer-form-container input::-webkit-input-placeholder {
  color: #6f6f6f;
}
#PageFooter .footer-top .footer-form-container input:focus {
  border-color: #cdcdcd;
}
#PageFooter .footer-top .footer-form-container input:focus:-moz-placeholder {
  color: #3c3c3c;
}
#PageFooter .footer-top .footer-form-container input:focus::-moz-placeholder {
  color: #3c3c3c;
}
#PageFooter .footer-top .footer-form-container input:focus:-ms-input-placeholder {
  color: #3c3c3c;
}
#PageFooter .footer-top .footer-form-container input:focus::-webkit-input-placeholder {
  color: #3c3c3c;
}
#PageFooter .footer-top .footer-form-container input.no-transform {
  text-transform: none;
}
#PageFooter .footer-top .footer-form-container .submit-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  color: #3c3c3c;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  #PageFooter .footer-top .footer-form-container .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#PageFooter .footer-top .footer-form-container .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#PageFooter .footer-top .footer-form-container .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#PageFooter .footer-top .footer-form-container .submit-button:hover,
#PageFooter .footer-top .footer-form-container .submit-button:active,
#PageFooter .footer-top .footer-form-container .submit-button:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#PageFooter .footer-top .footer-form-container .submit-button:hover:after {
  opacity: 0.65;
}
#PageFooter .footer-top .footer-form-container .submit-button:active:after,
#PageFooter .footer-top .footer-form-container .submit-button:focus:after {
  opacity: 1;
}
#PageFooter .mailing-address {
  padding: 15px 0 0;
}
#PageFooter .mailing-address .title {
  margin: 0 0 10px;
  text-transform: none;
}
#PageFooter .mailing-address .address,
#PageFooter .mailing-address .phone-number {
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  margin: 0;
}
#PageFooter .mailing-address .phone-number > a {
  color: inherit !important;
  text-decoration: none !important;
  cursor: unset;
}
#PageFooter .mailing-address .phone-number > a.active {
  cursor: pointer;
}
#PageFooter .separator {
  background-color: #dbdbdb;
}
#PageFooter .footer-bottom {
  zoom: 1;
  padding-top: 10px;
  padding-bottom: 25px;
  color: #828282;
}
#PageFooter .footer-bottom:before {
  content: '';
  display: block;
}
#PageFooter .footer-bottom:after {
  content: '';
  display: table;
  clear: both;
}
#PageFooter .footer-bottom:before {
  content: '';
  display: block;
}
#PageFooter .footer-bottom:after {
  content: '';
  display: table;
  clear: both;
}
#PageFooter .copyright-section {
  font-size: 13px;
  color: #828282;
}
#PageFooter .copyright-section p,
#PageFooter .copyright-section address {
  padding: 0;
  margin: 0 0 2px;
  font-size: inherit;
}
#PageFooter .bible-is-container {
  margin: 15px 0 0;
  text-align: center;
}
#PageFooter .bible-is-container .title {
  font-size: 12px;
  margin-bottom: 5px;
  text-align: inherit;
}
#PageFooter .bible-is-container .bible-is-icon {
  width: 40px;
}
#PageFooter .language-select-container {
  margin: 12px 0 0;
}
#PageFooter .language-select {
  float: right;
  width: auto;
  min-width: 1px;
}
#PageFooter .language-select .btn {
  padding: 2px 0 2px 25px;
  font: 15px 'MuseoSlab300', serif;
  border: 0 !important;
  background-color: transparent;
}
#PageFooter .language-select .btn .filter-option {
  width: auto;
  text-transform: capitalize;
}
#PageFooter .language-select .btn .caret {
  left: 0;
  right: auto;
  top: 5px;
  height: 12px;
  width: 14px;
  margin: 0;
  border: 0;
  background-color: transparent;
  background: url('/Skins/images/select-arrows.png') no-repeat scroll center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
#PageFooter .language-select .btn:hover .filter-option {
  text-decoration: underline;
}
#PageFooter .language-select .dropdown-menu {
  left: auto;
  right: 0;
  color: #3c3c3c;
}
#PageFooter .language-select.open .btn .filter-option {
  text-decoration: underline;
}
#PageFooter .language-select.dropup .btn .caret {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#PageFooter.intl {
  padding: 25px 0 50px;
}
@media (max-width: 991px) {
  #PageFooter {
    text-align: center;
  }
  #PageFooter .footer-top {
    text-align: center;
  }
  #PageFooter .footer-top > .col-md-2 {
    padding-left: 15px;
  }
  #PageFooter .footer-top .footer-links-container {
    margin-top: 35px;
  }
  #PageFooter .footer-top .footer-links-container.footer-social ul {
    display: table;
    margin: 0 auto;
  }
  #PageFooter .footer-top .footer-links-container.footer-social li {
    float: left;
  }
  #PageFooter .footer-top .footer-links-container.footer-social li a {
    text-indent: -9999px;
    width: 36px;
    padding: 0;
    margin: 0 15px 0 0;
  }
  #PageFooter .footer-top .footer-links-container.footer-social li.last-child a,
  #PageFooter .footer-top .footer-links-container.footer-social li:last-child a {
    margin-right: 0;
  }
  #PageFooter .bible-is-container {
    margin-top: 25px;
  }
  #PageFooter .language-select-container {
    margin: 25px 0 0;
  }
  #PageFooter .language-select {
    float: none;
  }
}
@media (max-width: 768px) {
  #PageFooter {
    position: static;
  }
  #PageFooter .separator {
    border-width: 2px;
  }
  #PageFooter .footer-top .footer-logo-container {
    margin: 0;
  }
  #PageFooter .footer-top .footer-links-container {
    margin-top: 20px;
  }
  #PageFooter .footer-top .footer-links-container > h5 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  #PageFooter .footer-top .footer-links-container li a {
    font-size: 15px;
  }
  #PageFooter .footer-top .footer-links-container.footer-social > h5 {
    margin-bottom: 18px;
  }
  #PageFooter .footer-bottom {
    margin: 20px 0;
  }
}
#Content {
  min-height: 700px;
  position: relative;
}
@media (max-width: 768px) {
  #Content {
    min-height: 0;
  }
}
#Content.bc-page {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
#Content.bc-page .login-modal {
  z-index: 1052;
}
#Content .breadcrumbs-container {
  padding: 15px 0 30px;
  overflow: hidden;
  font: 12px 'BrandonMedium', sans-serif;
  text-transform: uppercase;
  color: #3c3c3c;
}
#Content .breadcrumbs-container li {
  float: left;
  position: relative;
  padding: 0 25px 0 0;
  margin: 0 0 8px;
}
#Content .breadcrumbs-container li .breadcrumb-link {
  display: inline-block;
}
#Content .breadcrumbs-container li .breadcrumb-link:hover {
  text-decoration: none;
  color: #a5a5a5;
}
#Content .breadcrumbs-container li:after {
  content: '>';
  position: absolute;
  right: 7px;
  top: -1px;
  width: 10px;
  font-size: 18px;
  line-height: 14px;
  color: inherit;
}
#Content .breadcrumbs-container li.active .breadcrumb-link {
  color: #a5a5a5;
  cursor: default;
}
#Content .breadcrumbs-container li.active:after {
  display: none;
}
#Content .breadcrumbs-container.mgbt {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #Content .breadcrumbs-container {
    margin-bottom: 0 !important;
  }
}
#Content .functional-links {
  font-size: 0;
}
#Content .functional-links a {
  display: inline-block;
  font-family: 'BrandonRegular', sans-serif;
  font-size: 12px;
  position: relative;
  height: 26px;
  line-height: 26px;
  text-transform: uppercase;
  color: #3c3c3c;
}
#Content .functional-links a + a {
  margin-left: 15px;
}
#Content .functional-links a:hover {
  color: #3c3c3c;
  text-decoration: none;
}
#Content .functional-links a .icon {
  position: absolute;
  left: 0;
  height: inherit;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #Content .functional-links a {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  #Content .functional-links a {
    font-size: 11px;
    margin-bottom: 5px;
  }
  #Content .functional-links a + a {
    margin-left: 10px;
  }
}
#Content .functional-links a[data-link-name="bookmark"] {
  padding: 0 0 0 15px;
}
#Content .functional-links a[data-link-name="bookmark"] .icon {
  width: 14px;
  background: url('/Skins/images/bookmark-black-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links a[data-link-name="later"] {
  padding: 0 0 0 24px;
}
#Content .functional-links a[data-link-name="later"] .icon {
  width: 20px;
  background: url('/Skins/images/watchlater-black-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links a[data-link-name="follow"] {
  padding: 0 0 0 25px;
}
#Content .functional-links a[data-link-name="follow"] .icon {
  width: 20px;
  background: url('/Skins/images/follow-black-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links a[data-link-name="share"] {
  padding: 0 0 0 25px;
}
#Content .functional-links a[data-link-name="share"] .icon {
  width: 20px;
  background: url('/Skins/images/share-black-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links a[data-link-name="download"] {
  padding: 0 0 0 25px;
}
#Content .functional-links a[data-link-name="download"] .icon {
  width: 20px;
  background: url('/Skins/images/download-black-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links a[data-link-name="getinvolved"] {
  padding: 0 0 0 25px;
}
#Content .functional-links a[data-link-name="getinvolved"] .icon {
  width: 20px;
  background: url('/Skins/images/getinvolved-black-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links a[data-link-name="read-full"] {
  padding: 0 0 0 10px;
}
#Content .functional-links a[data-link-name="read-full"] .icon {
  width: 20px;
  background: url('/Skins/images/link-side-marker-small.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links.white a {
  color: #ffffff;
}
#Content .functional-links.white a:hover {
  color: #ffffff;
}
#Content .functional-links.white a[data-link-name="bookmark"] .icon {
  background: url('/Skins/images/bookmark-white-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links.white a[data-link-name="later"] .icon {
  background: url('/Skins/images/watchlater-white-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links.white a[data-link-name="follow"] .icon {
  background: url('/Skins/images/follow-white-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links.white a[data-link-name="share"] {
  padding: 0 0 0 25px;
}
#Content .functional-links.white a[data-link-name="share"] .icon {
  width: 20px;
  background: url('/Skins/images/share-white-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links.white a[data-link-name="download"] {
  padding: 0 0 0 25px;
}
#Content .functional-links.white a[data-link-name="download"] .icon {
  width: 20px;
  background: url('/Skins/images/download-white-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links.white a[data-link-name="getinvolved"] .icon {
  width: 20px;
  background: url('/Skins/images/getinvolved-white-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links.black a {
  color: #3c3c3c;
}
#Content .functional-links.black a:hover {
  color: #3c3c3c;
}
#Content .functional-links.black a[data-link-name="bookmark"] .icon {
  background: url('/Skins/images/bookmark-black-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links.black a[data-link-name="later"] .icon {
  background: url('/Skins/images/watchlater-black-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links.black a[data-link-name="follow"] {
  padding: 0 0 0 25px;
}
#Content .functional-links.black a[data-link-name="follow"] .icon {
  width: 20px;
  background: url('/Skins/images/follow-black-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links.black a[data-link-name="share"] {
  padding: 0 0 0 25px;
}
#Content .functional-links.black a[data-link-name="share"] .icon {
  width: 20px;
  background: url('/Skins/images/share-black-icon.png') no-repeat scroll 0 center transparent;
}
#Content .functional-links.black a[data-link-name="download"] {
  padding: 0 0 0 25px;
}
#Content .functional-links.black a[data-link-name="download"] .icon {
  width: 20px;
  background: url('/Skins/images/download-black-icon.png') no-repeat scroll 0 center transparent;
}
#Content .article-container {
  display: block;
  position: relative;
  overflow: hidden;
}
#Content .article-container .article-name,
#Content .article-container .article-description {
  word-wrap: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
#Content .article-container.grid-view {
  text-align: left;
}
#Content .article-container.grid-view .author {
  display: block;
  margin: 0 0 5px;
  font: 16px 'BrandonRegularItalic', sans-serif;
  color: #a5a5a5;
}
#Content .article-container.grid-view .article-thumbnail-container {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#Content .article-container.grid-view .article-thumbnail-container .article-thumbnail {
  width: 100%;
}
#Content .article-container.grid-view .article-description-container .article-name {
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: left;
  margin: 10px 0;
  line-height: 1.23;
}
#Content .article-container.grid-view.video .article-thumbnail-container .article-status-icon {
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
}
#Content .article-container.grid-view.video .article-thumbnail-container .article-status-icon.play {
  background: url('/Skins/images/play-icon.png') no-repeat scroll center center #3c3c3c;
}
#Content .article-container.grid-view.video .article-thumbnail-container .article-status-icon.tv-broadcast {
  background: url('/Skins/images/tv-broadcast-icon.png') no-repeat scroll center center #3c3c3c;
}
#Content .article-container.grid-view.video.active .article-thumbnail-container .article-status-icon {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  #Content .article-container.grid-view .article-description-container .article-name {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  #Content .article-container.grid-view .article-description-container .article-name {
    margin: 4px 0 2px;
  }
  #Content .article-container.grid-view.video .article-thumbnail-container .article-status-icon {
    width: 20px;
    height: 20px;
  }
  #Content .article-container.grid-view.video .article-thumbnail-container .article-status-icon.tv-broadcast,
  #Content .article-container.grid-view.video .article-thumbnail-container .article-status-icon.play {
    -webkit-background-size: 50%;
    background-size: 50%;
  }
}
#Content .article-container.banner-view .article-thumbnail-container {
  text-align: center;
}
#Content .article-container.banner-view .article-thumbnail-container .article-thumbnail {
  margin: 0 auto;
}
#Content .article-container.banner-view .article-description-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #3c3c3c;
  text-align: center;
  z-index: 20;
}
#Content .article-container.banner-view .article-description-container.white {
  color: #ffffff;
}
#Content .article-container.banner-view .article-description-container.black {
  color: #3c3c3c;
}
#Content .article-container.banner-view .article-name {
  font-size: 48px;
  font-family: 'BrandonRegular', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: inherit;
  margin: 0 0 10px;
}
#Content .article-container.banner-view .article-name b {
  font-family: 'BrandonBold', sans-serif;
}
@media (max-width: 768px) {
  #Content .article-container.banner-view .article-name {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  #Content .article-container.banner-view .article-name {
    font-size: 30px;
  }
}
#Content .article-container.banner-view .article-description {
  font-size: 18px;
  font-family: 'MuseoSlab500', serif;
  color: inherit;
  text-transform: none;
  text-align: inherit;
  margin: 0 0 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  #Content .article-container.banner-view .article-description {
    font-size: 15px;
  }
}
#Content .article-container.banner-view .article-heading {
  margin: 0 0 10px;
  font-size: 18px;
  color: inherit;
}
#Content .article-container.banner-view .functional-links {
  text-align: center;
  z-index: 50;
}
#Content .article-container.banner-view.magazine-main-banner {
  margin-bottom: 70px;
}
#Content .article-container.banner-view.magazine-main-banner .article-thumbnail-container {
  text-align: center;
}
#Content .article-container.banner-view.magazine-main-banner .article-description-container {
  top: 50%;
  margin-top: -70px;
}
#Content .article-container.banner-view.magazine-main-banner .article-description-container .article-description {
  font-family: 'MuseoSlab300', serif;
  text-transform: initial;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  #Content .article-container.banner-view.magazine-main-banner .article-description-container .article-description {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  #Content .article-container.banner-view.magazine-main-banner .article-description-container .article-description {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #Content .article-container.banner-view.magazine-main-banner .article-description-container .article-description {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #Content .article-container.banner-view.magazine-main-banner .article-description-container .article-description {
    font-size: 15px;
  }
}
#Content .article-container.banner-view.magazine-main-banner .article-description-container .article-description > span {
  display: block;
  font-family: 'BrandonRegularItalic', sans-serif;
}
#Content .article-container.banner-view.channel {
  overflow: hidden;
}
#Content .article-container.banner-view.channel .article-description-container {
  position: relative;
  padding: 0 15px;
  margin-top: 100px;
  color: #3c3c3c;
}
#Content .article-container.banner-view.channel .article-description-container.white {
  color: #ffffff;
}
#Content .article-container.banner-view.channel .article-description-container.white .article-name:after {
  border-top: 6px solid #ffffff;
}
#Content .article-container.banner-view.channel .article-description-container.white .channel-info-panel > div {
  border-right: 1px solid #ffffff;
}
#Content .article-container.banner-view.channel .article-description-container.black {
  color: #3c3c3c;
}
#Content .article-container.banner-view.channel .article-description-container.black .article-name:after {
  border-top: 6px solid #3c3c3c;
}
#Content .article-container.banner-view.channel .article-description-container.black .channel-info-panel > div {
  border-right: 1px solid #3c3c3c;
}
#Content .article-container.banner-view.channel .article-description-container .article-name {
  font-size: 48px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding: 0 0 25px;
  margin: 0 0 25px;
}
#Content .article-container.banner-view.channel .article-description-container .article-name:after {
  content: '';
  width: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 6px solid #3c3c3c;
}
#Content .article-container.banner-view.channel .article-description-container .channel-info-panel {
  display: table;
  margin: 0 auto 0;
  padding: 4px 0 0;
  overflow: hidden;
}
#Content .article-container.banner-view.channel .article-description-container .channel-info-panel > div {
  float: left;
  font-family: 'BrandonRegular', sans-serif;
  font-size: 16px;
  padding: 0 10px;
  border-right: 1px solid #3c3c3c;
}
#Content .article-container.banner-view.channel .article-description-container .channel-info-panel > div:first-child {
  padding-left: 0;
}
#Content .article-container.banner-view.channel .article-description-container .channel-info-panel > div.last-child {
  border: none;
  padding-right: 0;
}
#Content .article-container.banner-view.channel .functional-links {
  display: table;
  margin: 0 auto;
}
#Content .article-container.banner-view.channel .functional-links a[data-link-name="share"] {
  margin: 0;
}
#Content .article-container.banner-view.channel .functional-links .follow {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  width: 360px;
  background-color: #ffffff;
  display: block;
  position: relative;
  margin: 40px auto 12px;
  color: #3c3c3c;
}
@media (max-width: 480px) {
  #Content .article-container.banner-view.channel .functional-links .follow {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .article-container.banner-view.channel .functional-links .follow:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .article-container.banner-view.channel .functional-links .follow > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .article-container.banner-view.channel .functional-links .follow:hover,
#Content .article-container.banner-view.channel .functional-links .follow:active,
#Content .article-container.banner-view.channel .functional-links .follow:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .article-container.banner-view.channel .functional-links .follow:hover:after {
  opacity: 0.65;
}
#Content .article-container.banner-view.channel .functional-links .follow:active:after,
#Content .article-container.banner-view.channel .functional-links .follow:focus:after {
  opacity: 1;
}
#Content .article-container.banner-view.channel .functional-links .follow .icon {
  width: 20px;
  left: 20%;
}
@media (max-width: 768px) {
  #Content .article-container.banner-view.channel {
    min-height: initial;
    height: auto;
    padding: 0 0 30px;
  }
  #Content .article-container.banner-view.channel .article-description-container {
    position: relative;
    margin-top: 70px;
  }
  #Content .article-container.banner-view.channel .article-description-container .article-name {
    font-size: 36px;
  }
  #Content .article-container.banner-view.channel .article-description-container .article-description {
    padding: 0 20px;
  }
  #Content .article-container.banner-view.channel .article-description-container .article-description br {
    display: none;
  }
}
@media (max-width: 480px) {
  #Content .article-container.banner-view.channel .article-description-container {
    margin-top: 50px;
  }
  #Content .article-container.banner-view.channel .article-description-container .article-name {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #Content .article-container.banner-view.channel .article-description-container .article-name:after {
    border-width: 4px !important;
    width: 100px;
  }
  #Content .article-container.banner-view.channel .article-description-container .article-description {
    font-size: 15px;
  }
  #Content .article-container.banner-view.channel .functional-links {
    display: block;
  }
  #Content .article-container.banner-view.channel .functional-links .follow {
    display: block;
    width: 90%;
    margin-top: 25px;
  }
  #Content .article-container.banner-view.channel .functional-links .follow .icon {
    left: 15%;
    -webkit-background-size: 70%;
    background-size: 70%;
  }
}
@media (max-width: 480px) and view-retina {
  #Content .article-container.banner-view.channel .functional-links .follow .icon {
    left: 10%;
  }
}
@media (max-width: 320px) {
  #Content .article-container.banner-view.channel .functional-links .follow:before {
    left: 10%;
  }
}
#Content .article-container.banner-view.channel[data-channel-name="listen"],
#Content .article-container.banner-view.channel[data-channel-name="video"] {
  min-height: 495px;
}
#Content .article-container.banner-view.channel[data-channel-name="listen"] .article-thumbnail-container,
#Content .article-container.banner-view.channel[data-channel-name="video"] .article-thumbnail-container {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
#Content .article-container.banner-view.channel[data-channel-name="listen"] .article-thumbnail-container .article-thumbnail,
#Content .article-container.banner-view.channel[data-channel-name="video"] .article-thumbnail-container .article-thumbnail {
  max-width: initial;
}
@media (max-width: 768px) {
  #Content .article-container.banner-view.channel[data-channel-name="listen"],
  #Content .article-container.banner-view.channel[data-channel-name="video"] {
    min-height: initial;
  }
  #Content .article-container.banner-view.channel[data-channel-name="listen"] .article-thumbnail-container,
  #Content .article-container.banner-view.channel[data-channel-name="video"] .article-thumbnail-container {
    bottom: 0;
  }
  #Content .article-container.banner-view.channel[data-channel-name="listen"] .article-thumbnail-container .article-thumbnail,
  #Content .article-container.banner-view.channel[data-channel-name="video"] .article-thumbnail-container .article-thumbnail {
    height: 100%;
  }
}
#Content .article-container.banner-view.listen,
#Content .article-container.banner-view.video {
  height: 460px;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
#Content .article-container.banner-view.listen .article-thumbnail-container .article-thumbnail,
#Content .article-container.banner-view.video .article-thumbnail-container .article-thumbnail {
  width: 100%;
}
#Content .article-container.banner-view.listen .article-description-container,
#Content .article-container.banner-view.video .article-description-container {
  height: 100%;
  padding: 100px 15px 0;
  text-transform: uppercase;
  z-index: 20;
}
#Content .article-container.banner-view.listen .article-description-container .article-description,
#Content .article-container.banner-view.video .article-description-container .article-description {
  height: 48px;
}
@media (max-width: 1199px) {
  #Content .article-container.banner-view.listen,
  #Content .article-container.banner-view.video {
    height: 380px;
  }
  #Content .article-container.banner-view.listen .article-description-container,
  #Content .article-container.banner-view.video .article-description-container {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  #Content .article-container.banner-view.listen,
  #Content .article-container.banner-view.video {
    border: 1px solid #ebebeb;
    border-top: none;
  }
  #Content .article-container.banner-view.listen .article-description-container,
  #Content .article-container.banner-view.video .article-description-container {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  #Content .article-container.banner-view.listen,
  #Content .article-container.banner-view.video {
    height: auto;
  }
  #Content .article-container.banner-view.listen .article-description-container .article-name,
  #Content .article-container.banner-view.video .article-description-container .article-name {
    font-size: 36px;
  }
  #Content .article-container.banner-view.listen .article-description-container .article-description br,
  #Content .article-container.banner-view.video .article-description-container .article-description br {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  #Content .article-container.banner-view.listen .article-description-container .article-name,
  #Content .article-container.banner-view.video .article-description-container .article-name {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  #Content .article-container.banner-view.listen .article-description-container,
  #Content .article-container.banner-view.video .article-description-container {
    padding: 50px 5px 0;
  }
  #Content .article-container.banner-view.listen .article-description-container .article-heading,
  #Content .article-container.banner-view.video .article-description-container .article-heading {
    font-size: 12px;
  }
  #Content .article-container.banner-view.listen .article-description-container .article-name,
  #Content .article-container.banner-view.video .article-description-container .article-name {
    font-size: 18px !important;
  }
}
@media (max-width: 320px) {
  #Content .article-container.banner-view.listen .article-description-container,
  #Content .article-container.banner-view.video .article-description-container {
    padding-top: 30px;
  }
}
#Content .article-container.banner-view.video .article-description-container {
  padding: 210px 15px 0;
}
@media (max-width: 1199px) {
  #Content .article-container.banner-view.video .article-description-container {
    padding-top: 172px;
  }
}
@media (max-width: 768px) {
  #Content .article-container.banner-view.video .article-description-container {
    padding-top: 28%;
  }
}
#Content .article-container.banner-view.listen .article-description-container {
  padding: 160px 15px 0;
}
#Content .article-container.banner-view.listen .article-description-container .article-heading,
#Content .article-container.banner-view.listen .article-description-container .article-name {
  text-shadow: 1px 0px #ffffff;
}
@media (max-width: 1199px) {
  #Content .article-container.banner-view.listen .article-description-container {
    padding-top: 90px;
  }
}
@media (max-width: 600px) {
  #Content .article-container.banner-view.listen .article-description-container {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  #Content .article-container.banner-view.listen .article-description-container {
    padding: 50px 5px 0;
  }
}
@media (max-width: 320px) {
  #Content .article-container.banner-view.listen .article-description-container {
    padding-top: 30px;
  }
}
#Content .article-container.banner-view.listen .functional-links {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  #Content .article-container.banner-view.listen .functional-links {
    bottom: 25px;
  }
}
@media (max-width: 480px) {
  #Content .article-container.banner-view.listen .functional-links {
    left: 15px;
    right: 15px;
    bottom: 20px;
  }
  #Content .article-container.banner-view.listen .functional-links > a {
    display: inline-block;
  }
}
#Content .article-container.banner-view.wide-banner .article-thumbnail-container .article-thumbnail,
#Content .article-container.banner-view.magazine-main-banner .article-thumbnail-container .article-thumbnail {
  position: relative;
  height: auto;
  width: 100%;
}
@media (max-width: 1199px) {
  #Content .article-container.banner-view.wide-banner .article-thumbnail-container .article-thumbnail,
  #Content .article-container.banner-view.magazine-main-banner .article-thumbnail-container .article-thumbnail {
    max-width: unset;
    width: 1500px;
    left: -5%;
  }
}
@media (max-width: 991px) {
  #Content .article-container.banner-view.wide-banner .article-thumbnail-container .article-thumbnail,
  #Content .article-container.banner-view.magazine-main-banner .article-thumbnail-container .article-thumbnail {
    left: -30%;
  }
}
@media (max-width: 768px) {
  #Content .article-container.banner-view.wide-banner .article-thumbnail-container .article-thumbnail,
  #Content .article-container.banner-view.magazine-main-banner .article-thumbnail-container .article-thumbnail {
    width: 900px;
    left: -5%;
  }
}
@media (max-width: 640px) {
  #Content .article-container.banner-view.wide-banner .article-thumbnail-container .article-thumbnail,
  #Content .article-container.banner-view.magazine-main-banner .article-thumbnail-container .article-thumbnail {
    Left: -20%;
  }
}
@media (max-width: 480px) {
  #Content .article-container.banner-view.wide-banner .article-thumbnail-container .article-thumbnail,
  #Content .article-container.banner-view.magazine-main-banner .article-thumbnail-container .article-thumbnail {
    left: -35%;
  }
}
@media (max-width: 414px) {
  #Content .article-container.banner-view.wide-banner .article-thumbnail-container .article-thumbnail,
  #Content .article-container.banner-view.magazine-main-banner .article-thumbnail-container .article-thumbnail {
    left: -45%;
  }
}
@media (max-width: 375px) {
  #Content .article-container.banner-view.wide-banner .article-thumbnail-container .article-thumbnail,
  #Content .article-container.banner-view.magazine-main-banner .article-thumbnail-container .article-thumbnail {
    left: -50%;
  }
}
@media (max-width: 320px) {
  #Content .article-container.banner-view.wide-banner .article-thumbnail-container .article-thumbnail,
  #Content .article-container.banner-view.magazine-main-banner .article-thumbnail-container .article-thumbnail {
    left: -60%;
  }
}
#Content .article-container.list-view {
  zoom: 1;
  padding: 15px 0 15px;
  border-bottom: 1px solid #ebebeb;
}
#Content .article-container.list-view:before {
  content: '';
  display: block;
}
#Content .article-container.list-view:after {
  content: '';
  display: table;
  clear: both;
}
#Content .article-container.list-view:before {
  content: '';
  display: block;
}
#Content .article-container.list-view:after {
  content: '';
  display: table;
  clear: both;
}
#Content .article-container.list-view .article-thumbnail-container {
  display: block;
  float: left;
  width: 165px;
  height: 95px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#Content .article-container.list-view .article-thumbnail-container .article-thumbnail {
  /*height:100%;*/
  margin: 0 auto;
}
#Content .article-container.list-view .article-description-container {
  padding-left: 195px;
}
#Content .article-container.list-view .article-description-container .aired-date,
#Content .article-container.list-view .article-description-container .info-line,
#Content .article-container.list-view .article-description-container .section {
  font-size: 14px;
  font-family: 'BrandonRegular', sans-serif;
  color: #a5a5a5;
  text-transform: none;
  text-align: left;
  line-height: 1;
  margin: 0px 0 4px;
}
#Content .article-container.list-view .article-description-container .article-name {
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 3px;
  line-height: 1.22;
}
#Content .article-container.list-view .article-description-container .article-description {
  margin: 0 0 5px 0;
  color: #3c3c3c;
}
#Content .article-container.list-view .functional-links {
  padding-left: 195px;
}
#Content .article-container.list-view.video.home .article-thumbnail-container {
  width: 263px;
  height: 263px;
}
#Content .article-container.list-view.video.home .article-description-container {
  padding-left: 50%;
}
#Content .article-container.list-view.video.home .functional-links {
  padding-left: 50%;
}
#Content .article-container.list-view.video .article-thumbnail-container .article-status-icon {
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
}
#Content .article-container.list-view.video .article-thumbnail-container .article-status-icon.play {
  background: url('/Skins/images/play-icon.png') no-repeat scroll center center #3c3c3c;
}
#Content .article-container.list-view.video .article-thumbnail-container .article-status-icon.tv-broadcast {
  background: url('/Skins/images/tv-broadcast-icon.png') no-repeat scroll center center #3c3c3c;
}
#Content .article-container.list-view.video .article-thumbnail-container .article-status-icon.tv-broadcast-home {
  height: 100%;
  width: 263px;
  background-color: Transparent;
  background: url('/Skins/images/ico-home-watch.png') no-repeat scroll center center;
}
#Content .article-container.list-view.video .article-thumbnail-container .article-status-icon.play-home {
  height: 100%;
  width: 263px;
  background-color: Transparent;
  background: url('/Skins/images/ico-home-listen.png') no-repeat scroll center center;
}
#Content .article-container.list-view.video .article-thumbnail-container .article-playing-status {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100%;
  opacity: 0.5;
  color: #ffffff;
  text-transform: capitalize;
  background: #000000;
}
#Content .article-container.list-view.video .article-thumbnail-container .article-playing-status.no-transform {
  text-transform: none;
}
#Content .article-container.list-view.video.active {
  background-color: #f9f9f9;
}
#Content .article-container.list-view.video.active .article-thumbnail-container {
  border: 2px solid #9bc8be;
  cursor: default;
}
#Content .article-container.list-view.video.active .article-thumbnail-container .article-status-icon {
  background-color: #9bc8be;
}
#Content .article-container.list-view.video.active .article-thumbnail-container .article-playing-status {
  display: block;
}
#Content .article-container.list-view.video.active .article-description-container a {
  cursor: default;
}
#Content .article-container.list-view.listen.home .article-thumbnail-container {
  width: 262px;
  height: 263px;
}
#Content .article-container.list-view.listen.home .article-description-container {
  padding-left: 50%;
}
#Content .article-container.list-view.listen.home .functional-links {
  padding-left: 50%;
}
#Content .article-container.list-view.listen .article-thumbnail-container .article-status-icon {
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
}
#Content .article-container.list-view.listen .article-thumbnail-container .article-status-icon.play {
  background: url('/Skins/images/play-icon.png') no-repeat scroll center center #3c3c3c;
}
#Content .article-container.list-view.listen .article-thumbnail-container .article-status-icon.tv-broadcast {
  background: url('/Skins/images/tv-broadcast-icon.png') no-repeat scroll center center #3c3c3c;
}
#Content .article-container.list-view.listen .article-thumbnail-container .article-status-icon.tv-broadcast-home {
  height: 263px;
  width: 263px;
  background-color: Transparent;
  background: url('/Skins/images/ico-home-watch.png') no-repeat scroll center center;
}
#Content .article-container.list-view.listen .article-thumbnail-container .article-status-icon.play-home {
  height: 263px;
  width: 263px;
  background-color: Transparent;
  background: url('/Skins/images/ico-home-listen.png') no-repeat scroll center center;
}
#Content .article-container.list-view.listen .article-thumbnail-container .article-playing-status {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100%;
  opacity: 0.5;
  color: #ffffff;
  text-transform: capitalize;
  background: #000000;
}
#Content .article-container.list-view.listen .article-thumbnail-container .article-playing-status.no-transform {
  text-transform: none;
}
#Content .article-container.list-view.listen.channel-item .article-thumbnail-container {
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
  width: 68px;
  height: 70px;
  background: url('/Skins/images/play-icon-big.png') no-repeat scroll center center #3c3c3c;
}
#Content .article-container.list-view.listen.channel-item .article-thumbnail-container .article-thumbnail {
  display: none;
}
#Content .article-container.list-view.listen.channel-item .article-description-container {
  padding-left: 98px;
}
#Content .article-container.list-view.listen.channel-item .functional-links {
  padding-left: 98px;
}
#Content .article-container.list-view.listen.channel-item.active .article-thumbnail-container {
  background-color: #bcbcbc;
}
#Content .article-container.list-view.read {
  margin-top: 0;
}
#Content .article-container.list-view.read .article-thumbnail-container {
  height: auto;
}
#Content .article-container.list-view.read .article-description-container .article-description {
  padding: 0;
}
#Content .article-container.list-view.single {
  border: 0px;
  padding: 0;
}
#Content .article-container.list-view.single .article-name {
  font-size: 30px;
}
#Content .article-container.list-view.single .article-description {
  font-size: 18px;
}
#Content .article-container.list-view.single .article-description-container {
  padding-left: 225px;
  padding-top: 5px;
}
#Content .article-container.list-view.single .functional-links {
  padding-top: 10px;
  padding-left: 225px;
}
#Content .article-container.list-view.single .article-thumbnail-container {
  width: 200px;
  max-height: 200px;
  height: auto;
}
@media (max-width: 1199px) {
  #Content .article-container.list-view.single .article-thumbnail-container {
    width: 165px;
  }
  #Content .article-container.list-view.single .article-description-container {
    padding-top: 0;
    padding-left: 195px;
  }
  #Content .article-container.list-view.single .article-description-container .article-name {
    font-size: 24px;
  }
  #Content .article-container.list-view.single .article-description-container .article-description {
    font-size: 16px;
  }
  #Content .article-container.list-view.single .functional-links {
    padding-left: 195px;
  }
}
@media (max-width: 768px) {
  #Content .article-container.list-view.single {
    margin: 0 0 30px;
  }
  #Content .article-container.list-view.single .article-description-container .article-description {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #Content .article-container.list-view.single .article-thumbnail-container {
    width: 90px;
  }
  #Content .article-container.list-view.single .article-description-container {
    padding-left: 104px;
  }
  #Content .article-container.list-view.single .article-description-container .article-name {
    font-size: 18px;
  }
  #Content .article-container.list-view.single .functional-links {
    padding: 10px 0 0;
  }
}
@media (max-width: 480px) {
  #Content .article-container.list-view .article-thumbnail-container {
    width: 90px;
    height: auto;
    max-height: 90px;
  }
  #Content .article-container.list-view .article-description-container {
    padding-left: 105px;
  }
  #Content .article-container.list-view .article-description-container .aired-date {
    font-size: 12px;
  }
  #Content .article-container.list-view .functional-links {
    padding-left: 0;
    margin: 20px 0 0;
  }
  #Content .article-container.list-view .functional-links a {
    margin-bottom: 0;
  }
  #Content .article-container.list-view.video .article-thumbnail-container .article-status-icon {
    height: 18px;
    width: 18px;
    -webkit-background-size: 60%;
    background-size: 60%;
  }
  #Content .article-container.list-view.video .article-thumbnail-container .article-playing-status {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    bottom: 18px;
  }
}
#Content .article-container.item-view {
  border: 1px solid #ebebeb;
}
#Content .article-container.item-view .item-title {
  margin: 35px 12px 5px;
  font-size: 30px;
}
#Content .article-container.item-view .functional-links {
  margin: 0 0 0 12px;
}
#Content .article-container.item-view .resources {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #a5a5a5;
  font-size: 14px;
}
#Content .article-container.item-view .item-links {
  overflow: auto;
  margin: 12px 0 0;
  border-top: 1px solid #ebebeb;
}
#Content .article-container.item-view .item-links li a {
  display: block;
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  padding: 12px 15px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 769px) and (max-width: 991px) {
  #Content .article-container.item-view .item-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #Content .article-container.item-view .item-title {
    font-size: 24px;
    text-align: center;
    margin-left: 0;
  }
  #Content .article-container.item-view .functional-links {
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  #Content .article-container.item-view .item-title {
    font-size: 21px;
    margin-top: 25px;
  }
  #Content .article-container.item-view .resources {
    font-size: 12px;
    left: 10px;
    top: 5px;
  }
  #Content .article-container.item-view .item-links li a {
    font-size: 15px;
    padding: 10px 8px;
  }
}
#Content .description-container .tags {
  margin: 10px 0 15px;
  color: #a5a5a5;
  font: 18px 'BrandonRegular', sans-serif;
  line-height: normal;
}
@media (max-width: 768px) {
  #Content .description-container .tags {
    font-size: 16px;
  }
}
#Content .description-container.video {
  margin: 30px 0 100px;
  overflow: hidden;
}
#Content .description-container.video .aired-date {
  font-size: 16px;
  font-family: 'BrandonRegular', sans-serif;
  color: #a5a5a5;
  text-transform: none;
  text-align: left;
  line-height: 1;
  margin: 0 0 4px;
}
#Content .description-container.video .article-name {
  font-size: 30px;
  margin: 0 0 5px;
}
@media (max-width: 768px) {
  #Content .description-container.video {
    margin: 0 0 45px;
  }
  #Content .description-container.video .article-name {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #Content .description-container.video .article-name {
    font-size: 18px;
  }
  #Content .description-container.video .aired-date {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
#Content .description-container.listen .article-heading {
  font-size: 24px;
  margin: 0 0 15px;
}
#Content .description-container.listen .article-name {
  font-size: 36px;
  margin: 0 0 10px;
}
#Content .description-container.listen .article-description {
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  #Content .description-container.listen .article-heading {
    font-size: 18px;
    margin: 0 0 10px;
  }
  #Content .description-container.listen .article-name {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #Content .description-container.listen .article-heading {
    font-size: 15px;
  }
  #Content .description-container.listen .article-name {
    font-size: 18px;
  }
}
#Content .library-section {
  position: relative;
  margin-bottom: 100px;
}
#Content .library-section .library-title {
  float: left;
}
#Content .library-section .library-header {
  padding-top: 2px;
  overflow: hidden;
}
#Content .library-section .library-pager {
  float: right;
}
#Content .library-section > .loader {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  width: 35px;
  margin: 15px 0 0;
  z-index: 100;
}
#Content .library-section .library-options-container {
  zoom: 1;
  margin: 0 0 45px;
}
#Content .library-section .library-options-container:before {
  content: '';
  display: block;
}
#Content .library-section .library-options-container:after {
  content: '';
  display: table;
  clear: both;
}
#Content .library-section .library-options-container:before {
  content: '';
  display: block;
}
#Content .library-section .library-options-container:after {
  content: '';
  display: table;
  clear: both;
}
#Content .library-section .library-content {
  margin: 0 0 15px;
}
#Content .library-section .library-content.onload {
  opacity: 0.5;
}
#Content .library-section .library-sort-container {
  float: left;
  margin: 15px 0 0;
}
#Content .library-section .library-sort-container form {
  zoom: 1;
}
#Content .library-section .library-sort-container form:before {
  content: '';
  display: block;
}
#Content .library-section .library-sort-container form:after {
  content: '';
  display: table;
  clear: both;
}
#Content .library-section .library-sort-container form:before {
  content: '';
  display: block;
}
#Content .library-section .library-sort-container form:after {
  content: '';
  display: table;
  clear: both;
}
#Content .library-section .library-sort-container .bootstrap-select {
  float: left;
  min-width: 115px;
  width: auto;
  margin-left: 3px;
}
#Content .library-section .library-sort-container .bootstrap-select:nth-of-type(1) {
  margin-left: 0;
}
#Content .library-section .library-sort-container .bootstrap-select > .dropdown-toggle {
  height: 30px;
}
#Content .library-section .library-search-container {
  float: right;
  width: 220px;
  margin: 15px auto 0;
  position: relative;
  overflow: hidden;
}
#Content .library-section .library-search-container .search-field {
  width: 100%;
  height: 30px;
  padding: 0 35px 0 10px;
  border: 1px solid #3c3c3c;
}
#Content .library-section .library-search-container .search-field:-moz-placeholder {
  color: #3c3c3c;
}
#Content .library-section .library-search-container .search-field::-moz-placeholder {
  color: #3c3c3c;
}
#Content .library-section .library-search-container .search-field:-ms-input-placeholder {
  color: #3c3c3c;
}
#Content .library-section .library-search-container .search-field::-webkit-input-placeholder {
  color: #3c3c3c;
}
#Content .library-section .library-search-container .search-field:focus {
  border: 1px solid #cdcdcd;
}
#Content .library-section .library-search-container .search-field:focus:-moz-placeholder {
  color: #3c3c3c;
}
#Content .library-section .library-search-container .search-field:focus::-moz-placeholder {
  color: #3c3c3c;
}
#Content .library-section .library-search-container .search-field:focus:-ms-input-placeholder {
  color: #3c3c3c;
}
#Content .library-section .library-search-container .search-field:focus::-webkit-input-placeholder {
  color: #3c3c3c;
}
#Content .library-section .library-search-container .loader {
  position: absolute;
  right: 5px;
  top: 3px;
  width: 25px;
}
#Content .library-section .library-search-container .search-button,
#Content .library-section .library-search-container .search-clear {
  position: absolute;
  right: 2px;
  top: 1px;
  width: 30px;
  height: 28px;
  text-indent: -9999px;
  background-color: transparent;
}
#Content .library-section .library-search-container .search-button {
  background: url('/Skins/images/search-sprite.png') no-repeat scroll -14px -10px;
}
#Content .library-section .library-search-container .search-clear {
  display: none;
  background: url('/Skins/images/reading-options-expanded.png') no-repeat center center;
}
@media (max-width: 991px) {
  #Content .library-section .library-title {
    float: none !important;
    text-align: center;
  }
  #Content .library-section .library-pager {
    display: table;
    margin: 0 auto 15px;
    float: none !important;
  }
  #Content .library-section .library-search-container {
    float: none;
    width: 100%;
  }
  #Content .library-section .library-sort-container {
    float: none;
  }
  #Content .library-section .library-sort-container .bootstrap-select {
    min-width: 0;
    width: 32.9%;
  }
}
@media (max-width: 768px) {
  #Content .library-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  #Content .library-section .library-sort-container .bootstrap-select {
    margin-left: 2px;
    width: 32.8%;
  }
}
#Content .announcement-container {
  height: 100%;
  margin-bottom: 30px;
}
#Content .announcement-container img {
  width: 100%;
}
#Content .aside-links-container {
  margin: 0 0 50px;
  border-top: 15px solid #3c3c3c;
  text-align: left;
  color: #3c3c3c;
  clear: both;
}
#Content .aside-links-container .title {
  padding: 10px 0;
  margin: 0;
  color: inherit;
}
#Content .aside-links-container a {
  display: block;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 18px;
  padding: 11px 0 12px;
  border-top: 1px solid #ebebeb;
}
#Content .aside-links-container a > span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
#Content .aside-links-container a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  #Content .aside-links-container.next-in-column {
    text-align: center;
  }
  #Content .aside-links-container.next-in-column a {
    font-family: 'BrandonMedium', sans-serif;
  }
  #Content .aside-links-container.next-in-column ul {
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 768px) {
  #Content .aside-links-container {
    text-align: center;
  }
  #Content .aside-links-container ul {
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 480px) {
  #Content .aside-links-container .title {
    font-size: 18px;
  }
  #Content .aside-links-container a {
    font-size: 15px;
  }
}
#Content .comments-section {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #Content .comments-section {
    margin-bottom: 50px;
  }
}
#Content .comments-section .title {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 24px;
  padding-left: 45px;
  margin: 0 0 10px;
  line-height: 36px;
  background: url('/Skins/images/comments-icon-large.png') no-repeat left;
}
@media (max-width: 480px) {
  #Content .comments-section .title {
    padding-left: 40px;
    margin-bottom: 5px;
    font-size: 18px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
  }
}
#Content .comments-section .comment-text {
  width: 100%;
  min-height: 150px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #e4e4e4;
  resize: vertical;
}
#Content .comments-section .comment-text:focus {
  border-color: #cdcdcd;
}
@media (max-width: 768px) {
  #Content .comments-section .comment-text {
    min-height: 80px;
    padding: 10px 5px;
  }
}
#Content .comments-section .post-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100px;
  color: #3c3c3c;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  #Content .comments-section .post-btn {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .comments-section .post-btn:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .comments-section .post-btn > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .comments-section .post-btn:hover,
#Content .comments-section .post-btn:active,
#Content .comments-section .post-btn:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .comments-section .post-btn:hover:after {
  opacity: 0.65;
}
#Content .comments-section .post-btn:active:after,
#Content .comments-section .post-btn:focus:after {
  opacity: 1;
}
@media (max-width: 768px) {
  #Content .comments-section .post-btn {
    width: 100%;
  }
}
#Content .comments-section .processing-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 165px;
  background-color: #ffffff;
  color: #3c3c3c;
}
@media (max-width: 480px) {
  #Content .comments-section .processing-btn {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .comments-section .processing-btn:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
#Content .comments-section .processing-btn > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .comments-section .processing-btn:hover,
#Content .comments-section .processing-btn:active,
#Content .comments-section .processing-btn:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .comments-section .processing-btn:hover:after {
  opacity: 0.6;
}
#Content .comments-section .processing-btn:active:after,
#Content .comments-section .processing-btn:focus:after {
  opacity: 1;
}
#Content .comments-section .processing-btn img {
  padding: 0 0 5px;
}
@media (max-width: 768px) {
  #Content .comments-section .processing-btn {
    width: 100%;
  }
  #Content .comments-section .processing-btn img {
    width: 25px;
  }
}
#Content .comments-section .comments-list-title {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 5px;
  background: #a5a5a5;
  color: #ffffff;
  text-transform: initial;
}
@media (max-width: 768px) {
  #Content .comments-section .comments-list-title {
    font-size: 15px;
  }
}
#Content .comments-section .main-comment-post {
  margin: 0 0 30px;
}
#Content .comments-section .all-comments > .comments-list > .comment {
  border-top: 1px solid #e4e4e4;
  padding: 30px 0;
}
@media (max-width: 480px) {
  #Content .comments-section .all-comments > .comments-list > .comment {
    padding-bottom: 25px;
  }
}
#Content .comments-section .all-comments > .comments-list > .comment:first-child {
  border: none;
}
#Content .comments-section .all-comments > .comments-list > .comment .comment {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
}
#Content .comments-section .all-comments > .comments-list > .comment .comment .content-bar {
  padding-bottom: 10px;
}
#Content .comments-section .all-comments > .comments-list > .comment > .comments-list > .comment {
  border: none;
  margin-left: 70px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #Content .comments-section .all-comments > .comments-list > .comment > .comments-list > .comment {
    margin-left: 45px;
  }
}
#Content .comments-section .all-comments > .comments-list > .comment .avatar {
  float: left;
  width: 35px;
  max-height: 70px;
  padding-top: 5px;
  overflow: hidden;
}
#Content .comments-section .all-comments > .comments-list > .comment .content-bar {
  margin-left: 70px;
}
@media (max-width: 991px) {
  #Content .comments-section .all-comments > .comments-list > .comment .content-bar {
    margin-left: 45px;
  }
}
#Content .comments-section .all-comments > .comments-list > .comment .content-bar .top-row {
  margin-bottom: 10px;
}
#Content .comments-section .all-comments > .comments-list > .comment .content-bar .top-row .name {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 18px;
  margin-right: 20px;
}
#Content .comments-section .all-comments > .comments-list > .comment .content-bar .top-row .time-ago {
  font-family: 'BrandonRegularItalic', sans-serif;
  font-size: 16px;
  color: #a5a5a5;
}
@media (max-width: 768px) {
  #Content .comments-section .all-comments > .comments-list > .comment .content-bar .top-row .time-ago {
    font-size: 14px;
  }
}
#Content .comments-section .all-comments > .comments-list > .comment .content-bar .top-row .report {
  color: #a5a5a5;
  font-size: 16px;
}
@media (max-width: 991px) {
  #Content .comments-section .all-comments > .comments-list > .comment .content-bar .top-row .report {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #Content .comments-section .all-comments > .comments-list > .comment .content-bar .top-row {
    position: relative;
    margin-bottom: 5px;
  }
  #Content .comments-section .all-comments > .comments-list > .comment .content-bar .top-row .name {
    margin: 0;
  }
  #Content .comments-section .all-comments > .comments-list > .comment .content-bar .top-row .time-ago {
    display: block;
    font-size: 12px;
  }
  #Content .comments-section .all-comments > .comments-list > .comment .content-bar .top-row .report {
    float: none !important;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
  }
}
#Content .comments-section .all-comments > .comments-list > .comment .content-bar .message {
  margin: 0 0 5px;
  font-size: 14px;
  overflow: hidden;
}
#Content .comments-section .all-comments > .comments-list > .comment .content-bar .reply {
  display: inline-block;
  padding: 0 0 5px;
  color: #a5a5a5;
  font-size: 16px;
}
#Content .comments-section .all-comments > .comments-list > .comment .content-bar .reply > span {
  color: #9bc8be;
  margin: 0 5px;
}
@media (max-width: 480px) {
  #Content .comments-section .all-comments > .comments-list > .comment .content-bar .reply {
    font-size: 14px;
  }
}
#Content .banner-fullwidth-section {
  margin: 0 0 100px;
}
.intl#Content .banner-fullwidth-section {
  margin: 0;
}
#Content .banner-fullwidth-section.green {
  background: url('/Skins/images/green-black-bg.png') repeat scroll 0 0 transparent;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
}
#Content .banner-fullwidth-section.light {
  background: url('/Skins/images/light-bg.png') repeat scroll 0 0 transparent;
  border-bottom: 3px solid rgba(1, 1, 1, 0.1);
}
#Content .banner-fullwidth-section.green-white {
  background: url('/Skins/images/green-white-bg.png') repeat scroll 0 0 transparent;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
}
#Content .banner-fullwidth-section.footer-banner {
  min-height: 100px;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
#Content .banner-fullwidth-section.listen-podcast {
  height: 200px;
  margin: 0;
  padding-top: 78px;
  text-align: center;
}
#Content .banner-fullwidth-section.listen-podcast .title {
  font-size: 30px;
  font-family: 'BrandonLight', sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: left;
  text-align: center;
  margin: 0;
}
#Content .banner-fullwidth-section.listen-podcast .title b {
  font-family: 'BrandonBold', sans-serif;
}
#Content .banner-fullwidth-section.listen-podcast .podcast-link {
  font-family: 'BrandonBold', sans-serif;
  font-size: 18px;
  color: #e14105;
  text-transform: uppercase;
}
#Content .banner-fullwidth-section.listen-podcast .podcast-link:hover {
  text-decoration: underline;
  color: #e14105;
}
@media (max-width: 480px) {
  #Content .banner-fullwidth-section.listen-podcast {
    height: auto;
    padding: 55px 0 50px;
  }
  #Content .banner-fullwidth-section.listen-podcast .title {
    font-size: 24px;
  }
}
#Content .banner-fullwidth-section.messenger-everywhere {
  height: 600px;
  margin: 100px 0 90px;
  text-align: center;
  background: url('/Skins/images//pictures/getInvolved/messenger-everywhere-banner.png') no-repeat scroll top center transparent;
}
#Content .banner-fullwidth-section.messenger-everywhere .description-container {
  padding: 33px 0 0;
}
#Content .banner-fullwidth-section.messenger-everywhere .description-container .title {
  font-family: 'BrandonBold', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin: 80px 0 8px;
  line-height: 1.1;
}
#Content .banner-fullwidth-section.messenger-everywhere .description-container .big-title {
  font-family: 'BrandonLight', sans-serif;
  font-size: 96px;
  text-transform: uppercase;
  color: #e14105;
  margin: 0 0 8px;
}
#Content .banner-fullwidth-section.messenger-everywhere .description-container p {
  font-size: 18px;
  margin: 0 0 15px;
}
#Content .banner-fullwidth-section.messenger-everywhere .description-container .statistics > div {
  display: inline-block;
  margin: 0 15px 0 0;
}
#Content .banner-fullwidth-section.messenger-everywhere .description-container .statistics > div span {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 18px;
  vertical-align: sub;
  text-transform: uppercase;
}
#Content .banner-fullwidth-section.messenger-everywhere .description-container .statistics > div b {
  font-family: 'BrandonLight', sans-serif;
  font-size: 36px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #Content .banner-fullwidth-section.messenger-everywhere .description-container br {
    display: none !important;
  }
}
#Content .banner-fullwidth-section.behind-scenes {
  height: 500px;
  margin: 0;
  padding-top: 1px;
  text-align: center;
  background: url('/Skins/images//pictures/about-us/behind-scenes-banner1.png') no-repeat scroll top center transparent;
}
#Content .banner-fullwidth-section.behind-scenes .description-container {
  width: 750px;
  height: 325px;
  margin: 90px auto 0;
  padding: 45px 55px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
#Content .banner-fullwidth-section.behind-scenes .description-container .title {
  position: relative;
  text-align: center;
  margin: 35px 0 20px;
  padding: 0 0 30px;
}
#Content .banner-fullwidth-section.behind-scenes .description-container .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 140px;
  margin: 0 auto;
  border-top: 6px solid #3c3c3c;
}
#Content .banner-fullwidth-section.behind-scenes .description-container > p {
  font-size: 18px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #Content .banner-fullwidth-section.behind-scenes {
    height: auto;
    max-height: 500px;
    padding: 30px 15px;
  }
  #Content .banner-fullwidth-section.behind-scenes .description-container {
    width: 100%;
    margin: 0;
  }
  #Content .banner-fullwidth-section.behind-scenes .description-container > p {
    font-size: 15px;
  }
  #Content .banner-fullwidth-section.behind-scenes .description-container > p br {
    display: none;
  }
}
@media (max-width: 480px) {
  #Content .banner-fullwidth-section.behind-scenes .description-container {
    height: auto;
    padding: 35px 15px;
  }
  #Content .banner-fullwidth-section.behind-scenes .description-container .title {
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #Content .banner-fullwidth-section.behind-scenes .description-container .title:after {
    border-width: 4px !important;
    width: 100px;
  }
}
#Content .banner-fullwidth-section.about-us-home {
  height: 500px;
  padding: 40px 0;
  text-align: center;
  color: #ffffff;
  background: url('/Skins/images/pictures/about-us/About-Us-Banner1.png') no-repeat scroll top center transparent;
}
#Content .banner-fullwidth-section.about-us-home .description-container p {
  font-size: 18px;
}
#Content .banner-fullwidth-section.about-us-home .title {
  position: relative;
  color: inherit;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
#Content .banner-fullwidth-section.about-us-home .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 140px;
  margin: auto;
  border-top: 6px solid #ffffff;
}
#Content .banner-fullwidth-section.about-us-home .button-primary {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 360px;
  background-color: #ffffff;
  color: #3c3c3c;
  height: 50px;
  line-height: 50px;
  margin: 25px 0 0 0;
}
@media (max-width: 480px) {
  #Content .banner-fullwidth-section.about-us-home .button-primary {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .banner-fullwidth-section.about-us-home .button-primary:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
#Content .banner-fullwidth-section.about-us-home .button-primary > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .banner-fullwidth-section.about-us-home .button-primary:hover,
#Content .banner-fullwidth-section.about-us-home .button-primary:active,
#Content .banner-fullwidth-section.about-us-home .button-primary:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .banner-fullwidth-section.about-us-home .button-primary:hover:after {
  opacity: 0.6;
}
#Content .banner-fullwidth-section.about-us-home .button-primary:active:after,
#Content .banner-fullwidth-section.about-us-home .button-primary:focus:after {
  opacity: 1;
}
@media (max-width: 991px) {
  #Content .banner-fullwidth-section.about-us-home .description-container p br {
    display: none;
  }
}
@media (max-width: 768px) {
  #Content .banner-fullwidth-section.about-us-home {
    height: auto;
    max-height: 500px;
    padding: 25px 0;
  }
  #Content .banner-fullwidth-section.about-us-home .description-container p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #Content .banner-fullwidth-section.about-us-home .description-container p {
    max-height: 246px;
    overflow: hidden;
  }
  #Content .banner-fullwidth-section.about-us-home .title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #Content .banner-fullwidth-section.about-us-home .title:after {
    border-width: 4px !important;
    width: 100px;
  }
  #Content .banner-fullwidth-section.about-us-home .button-primary {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #Content .banner-fullwidth-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  #Content .banner-fullwidth-section {
    padding: 15px 0;
  }
}
#Content .banner-link {
  display: inline-block;
  margin: 0 0 10px;
}
#Content .banner-link > img {
  margin: 15px 15px 10px;
}
#Content .banner-link > span {
  display: block;
  font-family: 'BrandonRegular', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #3c3c3c;
}
#Content .banner-link > span > b,
#Content .banner-link > span > strong {
  font-family: 'BrandonBold', sans-serif;
}
#Content .banner-link > i,
#Content .banner-link > em {
  display: block;
  font-family: 'BrandonBold', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
  color: #e14105;
}
#Content .banner-link:hover {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 480px) {
  #Content .banner-link {
    display: block;
    margin: 0;
  }
  #Content .banner-link > img {
    width: 74px;
    margin: 0 10px 10px;
  }
  #Content .banner-link > span {
    font-size: 20px;
  }
  #Content .banner-link > i,
  #Content .banner-link > em {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  #Content .banner-link > img {
    width: 55px;
    margin: 0 5px 10px;
  }
}
#Content .banner-form {
  margin: 30px 0;
  font-size: 0;
}
#Content .banner-form .title {
  font-size: 36px;
  font-family: 'BrandonRegular', sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  line-height: 36px;
}
#Content .banner-form .title b {
  font-family: 'BrandonBold', sans-serif;
}
#Content .banner-form .submit-button {
  display: inline-block;
  border: none;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 260px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
@media (max-width: 480px) {
  #Content .banner-form .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .banner-form .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/redbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .banner-form .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .banner-form .submit-button:hover,
#Content .banner-form .submit-button:active,
#Content .banner-form .submit-button:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .banner-form .submit-button:hover:after {
  opacity: 0.9;
}
#Content .banner-form.get-i {
  margin: 25px 0;
}
#Content .banner-form.get-i .title {
  font-size: 42px;
  line-height: 50px;
}
#Content .banner-form.get-i .submit-button {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}
#Content .banner-form.get-i .submit-button:after {
  border-bottom-width: 5px;
}
#Content .banner-form.help-us {
  margin: 25px 0;
}
#Content .banner-form.help-us .title {
  display: inline-block;
  font-size: 42px;
  line-height: 50px;
  vertical-align: middle;
  margin: 0 0 0 17%;
  width: auto;
}
#Content .banner-form.help-us .submit-button {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10%;
  font-size: 24px;
}
#Content .banner-form.help-us .submit-button:after {
  border-bottom-width: 5px;
}
#Content .banner-form.newsletter-signup .newsletter-signup-form-container fieldset {
  float: left;
}
#Content .banner-form.newsletter-signup .newsletter-signup-form-container .input-container {
  float: left;
  width: 140px;
  margin: 0 0 0 15px;
}
#Content .banner-form.newsletter-signup .newsletter-signup-form-container .input-container .input-field {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 10px 0 14px;
  color: #a5a5a5;
  border-color: #ffffff;
}
#Content .banner-form.newsletter-signup .submit-button {
  float: right;
  margin-left: 30px;
}
#Content .banner-form.donation .title {
  font-size: 29px;
  width: 76%;
}
@media (max-width: 480px) {
  #Content .banner-form.donation .title {
    font-size: 17px !important;
  }
}
@media (max-width: 1309px) {
  #Content .banner-form .title {
    font-size: 36px;
  }
  #Content .banner-form.get-i .title,
  #Content .banner-form.help-us .title {
    font-size: 36px;
  }
  #Content .banner-form.newsletter-signup .title {
    float: none !important;
    text-align: center;
    margin: 0 0 10px;
  }
  #Content .banner-form.newsletter-signup .newsletter-signup-form-container {
    float: none !important;
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  #Content .banner-form .submit-button {
    width: 215px;
  }
  #Content .banner-form.get-i,
  #Content .banner-form.help-us {
    margin: 30px 0;
  }
  #Content .banner-form.get-i .title,
  #Content .banner-form.help-us .title {
    line-height: 40px;
  }
  #Content .banner-form.get-i .submit-button,
  #Content .banner-form.help-us .submit-button {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #Content .banner-form.get-i .submit-button:after,
  #Content .banner-form.help-us .submit-button:after {
    border-bottom-width: 3px;
  }
}
@media (max-width: 1199px) and (max-width: 480px) {
  #Content .banner-form.get-i .submit-button,
  #Content .banner-form.help-us .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #Content .banner-form {
    text-align: center;
  }
  #Content .banner-form .title {
    width: 100% !important;
    float: none !important;
    text-align: center;
    margin: 0 0 10px !important;
  }
  #Content .banner-form .submit-button {
    float: none !important;
    margin: 0 auto;
  }
  #Content .banner-form.help-us .title,
  #Content .banner-form.help-us .submit-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #Content .banner-form.newsletter-signup .newsletter-signup-form-container .submit-button {
    margin-left: 15px;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  #Content .banner-form.newsletter-signup .newsletter-signup-form-container {
    display: block;
  }
  #Content .banner-form.newsletter-signup .newsletter-signup-form-container fieldset {
    float: none;
  }
  #Content .banner-form.newsletter-signup .newsletter-signup-form-container fieldset .input-container {
    float: none;
    width: 50%;
    margin: 0 auto 15px auto;
  }
  #Content .banner-form.newsletter-signup .newsletter-signup-form-container .submit-button {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  #Content .banner-form.newsletter-signup .newsletter-signup-form-container fieldset .input-container {
    width: 100%;
  }
  #Content .banner-form.newsletter-signup .newsletter-signup-form-container fieldset .input-container .input-field {
    height: 30px;
    line-height: 30px;
  }
  #Content .banner-form.newsletter-signup .newsletter-signup-form-container .submit-button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #Content .banner-form {
    margin: 25px 0 !important;
  }
  #Content .banner-form .title {
    font-size: 22px !important;
    line-height: 1.1 !important;
  }
  #Content .banner-form .submit-button {
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 15px;
  }
}
#Content .banner-blockquote {
  position: relative;
  border: none;
  margin: 0;
  padding: 25px 0 20px;
  color: #ffffff;
}
#Content .banner-blockquote:before {
  content: "“";
  font-family: 'BrandonRegular', sans-serif;
  font-size: 72px;
  position: absolute;
  top: 0px;
}
#Content .banner-blockquote:after {
  content: "”";
  font-family: 'BrandonRegular', sans-serif;
  font-size: 72px;
  position: absolute;
  top: 0px;
}
#Content .banner-blockquote:before {
  left: -40px;
}
@media (max-width: 768px) {
  #Content .banner-blockquote:before {
    left: 0;
  }
}
#Content .banner-blockquote:after {
  right: -40px;
}
@media (max-width: 768px) {
  #Content .banner-blockquote:after {
    right: 0;
  }
}
#Content .banner-blockquote > p {
  font-family: 'MuseoSlab300', serif;
  font-size: 30px;
  position: relative;
  line-height: 1.4;
  margin: 0 0 15px;
}
#Content .banner-blockquote > .author {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 36px;
}
#Content .banner-blockquote.fullwidth:before {
  left: -5px;
}
#Content .banner-blockquote.fullwidth:after {
  right: -5px;
}
@media (max-width: 1199px) {
  #Content .banner-blockquote {
    padding: 20px 0 15px;
  }
  #Content .banner-blockquote:before,
  #Content .banner-blockquote:after {
    top: 0px;
  }
  #Content .banner-blockquote > p {
    font-size: 24px;
    margin: 0 0 10px;
    padding: 0 40px;
  }
  #Content .banner-blockquote > p > br {
    display: none;
  }
  #Content .banner-blockquote > .author {
    font-size: 26px;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  #Content .banner-blockquote {
    padding: 15px 0 10px;
  }
  #Content .banner-blockquote > p {
    font-size: 15px;
  }
  #Content .banner-blockquote > .author {
    font-size: 18px;
  }
}
#Content .static-content .title {
  margin: 35px 0 15px;
}
#Content .static-content .sub-title {
  margin: 15px 0 10px;
}
#Content .load-more-container {
  padding: 25px 0 0;
  background-color: #ffffff;
  color: #3c3c3c;
}
#Content .load-more-container .load-more-btn {
  display: block;
  text-align: center;
  padding: 0 0 5px;
  margin: 0 auto;
  cursor: pointer;
}
#Content .load-more-container .load-more-btn > span {
  font-family: 'BrandonLight', sans-serif;
  font-size: 18px;
}
#Content .load-more-container .load-more-btn > b,
#Content .load-more-container .load-more-btn > strong {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 24px;
}
#Content .load-more-container .load-more-btn > b,
#Content .load-more-container .load-more-btn > strong,
#Content .load-more-container .load-more-btn > span {
  display: block;
  text-transform: uppercase;
  line-height: 1.2;
}
#Content .load-more-container .load-more-btn .icon {
  display: block;
  height: 30px;
  background: url('/Skins/images/arrows-sprite1.png') no-repeat scroll center -95px transparent;
}
#Content .load-more-container .load-more-btn:hover {
  color: inherit;
  text-decoration: none;
}
#Content .load-more-container.bordered {
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 480px) {
  #Content .load-more-container {
    padding: 10px 0 0;
  }
  #Content .load-more-container .load-more-btn {
    padding: 0;
  }
  #Content .load-more-container .load-more-btn > span {
    font-size: 12px;
  }
  #Content .load-more-container .load-more-btn > b,
  #Content .load-more-container .load-more-btn > strong {
    font-size: 18px;
  }
}
#Content .hidden-options-container {
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  display: none;
  opacity: 0;
}
#Content .hidden-options-container.active {
  opacity: 1;
}
#Content .welcome-block {
  position: relative;
  overflow: hidden;
}
#Content .welcome-block .banner-img {
  position: absolute;
  max-width: initial;
}
#Content .welcome-block .inner-wrapper {
  position: relative;
  height: 590px;
  padding: 25px 0 80px;
  overflow: hidden;
}
#Content .welcome-block .message {
  float: right;
  width: 500px;
  margin: 0 70px 50px 0;
}
#Content .welcome-block .title {
  margin: 35px 0;
}
@media (max-width: 991px) {
  #Content .welcome-block .banner-img {
    left: -165px;
  }
  #Content .welcome-block .inner-wrapper {
    height: 550px;
  }
  #Content .welcome-block .message {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #Content .welcome-block {
    text-align: center;
  }
  #Content .welcome-block .inner-wrapper {
    height: 480px;
  }
  #Content .welcome-block .banner-img {
    width: 1556px;
  }
  #Content .welcome-block .title {
    margin: 15px 0;
  }
}
@media (max-width: 568px) {
  #Content .welcome-block .inner-wrapper {
    height: auto;
    min-height: 400px;
    padding-bottom: 55px;
  }
  #Content .welcome-block .banner-img {
    width: auto;
    left: -400px;
  }
}
@media (max-width: 320px) {
  #Content .welcome-block .banner-img {
    left: -515px;
  }
}
#Content .intl-contact-block {
  display: table;
  width: 100%;
}
#Content .intl-contact-block .contact-box {
  display: table-cell;
  width: 55%;
  height: 100%;
  padding: 35px 90px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background: #3c3c3c;
}
#Content .intl-contact-block .contact-box .title {
  margin: 10px 0 25px;
  color: #ffffff;
}
#Content .intl-contact-block .contact-box .description {
  margin-bottom: 40px;
}
#Content .intl-contact-block .contacts {
  display: table;
  margin: 0 auto 5px;
  text-align: left;
}
#Content .intl-contact-block .contact-item {
  overflow: hidden;
}
#Content .intl-contact-block .contact-item .type {
  float: left;
  width: 30px;
  height: 30px;
  background: url('/Skins/images/intl-contacts-sprite.png') no-repeat 0 0 transparent;
}
#Content .intl-contact-block .contact-item .type.phone {
  background-position: 5px -47px;
}
#Content .intl-contact-block .contact-item .type.address {
  background-position: 7px 3px;
}
#Content .intl-contact-block .contact-item .type.mail {
  background-position: 5px -95px;
}
#Content .intl-contact-block .contact-item .description {
  float: left;
  width: 200px;
  padding: 0 0 30px 20px;
  margin: 0 0 0 25px;
  border-left: 3px solid #a6c9c2;
}
#Content .intl-contact-block .contact-item .description.mail {
  padding-bottom: 0;
}
#Content .intl-contact-block .contact-form {
  position: relative;
  display: table-cell;
  width: 45%;
  height: 100%;
  padding: 30px 0 30px 70px;
  background: #ffffff;
}
#Content .intl-contact-block .contact-form:after {
  width: 0;
  height: 0;
  border-bottom: 24px solid transparent;
  border-top: 24px solid transparent;
  border-right: 30px solid #ffffff;
  content: '';
  position: absolute;
  top: 35px;
  left: -25px;
}
#Content .intl-contact-block .contact-form .input-container {
  font-size: 14px;
}
#Content .intl-contact-block .contact-form .user-name .input-container {
  float: left;
  width: 48%;
}
#Content .intl-contact-block .contact-form .user-name .input-container:first-child {
  margin-right: 4%;
}
#Content .intl-contact-block .contact-form .input-field,
#Content .intl-contact-block .contact-form .input-textarea,
#Content .intl-contact-block .contact-form .bootstrap-select.category-select {
  font-size: 14px;
}
#Content .intl-contact-block .contact-form .input-field,
#Content .intl-contact-block .contact-form .bootstrap-select.category-select .dropdown-toggle {
  height: 30px;
}
#Content .intl-contact-block .contact-form .input-textarea {
  height: 65px;
}
@media (max-width: 991px) {
  #Content .intl-contact-block {
    display: block;
  }
  #Content .intl-contact-block .contact-box {
    display: block;
    width: 100%;
    height: auto;
  }
  #Content .intl-contact-block .contact-form {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  #Content .intl-contact-block .contact-form:after {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #Content .intl-contact-block .contact-box {
    padding: 30px 15px;
  }
  #Content .intl-contact-block .contact-form .user-name .input-container {
    float: none;
    width: 100%;
  }
  #Content .intl-contact-block .contact-form .user-name .input-container:first-child {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  #Content .intl-contact-block .contact-item .description {
    width: auto;
  }
}
#Content .listen-block {
  margin: -60px 0 75px;
}
@media (max-width: 480px) {
  #Content .listen-block {
    margin-top: -30px;
  }
}
#Content .listen-block .audio-player-container {
  margin: 0 0 35px;
}
#Content .listen-block .audio-player-container .time-wrapper {
  position: absolute;
  top: -30px;
}
#Content .listen-block .playlist-box {
  border: 1px solid #ebebeb;
  min-height: 100px;
}
#Content .listen-block .playlist-box header {
  padding: 10px 12px;
  overflow: hidden;
}
#Content .listen-block .playlist-box .title {
  float: left;
  margin: 0;
}
#Content .listen-block .playlist-box .title span {
  font-family: 'BrandonLight', sans-serif;
}
#Content .listen-block .playlist-box .functional-links {
  float: right;
}
#Content .listen-block .playlist-box .item {
  padding: 10px 12px;
  border-top: 1px solid #ebebeb;
}
#Content .listen-block .playlist-box .item.active {
  padding-left: 38px;
  background: url('/Skins/images/speakers-icon.png') no-repeat 12px center #e3f0ed;
}
#Content .listen-block .playlist-box .item.active > a {
  color: #3c3c3c !important;
  text-decoration: none !important;
  cursor: default;
}
#Content .listen-block .playing-item {
  margin: 0 0 50px;
}
#Content .listen-block .playing-item .title {
  margin: 0 0 15px;
}
#Content .listen-block .playing-item .description {
  margin: 0 0 20px;
}
#Content .single-audio {
  margin: 50px 0;
}
#Content .single-audio .title {
  margin-bottom: 5px;
}
.side-tools-container {
  margin: 0 0 100px;
  color: #3c3c3c;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.side-tools-container .nav-tabs {
  height: 72px;
  overflow: visible;
  border-bottom: none;
  z-index: 10;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  background-color: #ffffff;
}
.side-tools-container .nav-tabs li {
  width: 33.333%;
  padding: 0;
  margin: 0;
  border-left: 1px solid #ebebeb;
  background-color: #ffffff;
}
.side-tools-container .nav-tabs li a {
  font-size: 12px;
  font-family: 'BrandonBold', sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
  height: 70px;
  width: 100%;
  border-radius: 0 !important;
  border: none;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
}
.side-tools-container .nav-tabs li a .text {
  display: block;
  margin: 8px auto 0;
}
.side-tools-container .nav-tabs li a:hover {
  background-color: #f9f9f9;
  height: 70px;
}
.side-tools-container .nav-tabs li.active {
  margin-bottom: -1px;
}
.side-tools-container .nav-tabs li.active a {
  height: 72px;
  position: relative;
  border: none;
}
.side-tools-container .nav-tabs li.active a:after {
  display: block;
  content: '';
  width: 24px;
  height: 3px;
  margin: 4px auto 0;
  background-color: #9bc8be;
}
.side-tools-container .nav-tabs li.active a:hover {
  background-color: #ffffff;
}
.side-tools-container .nav-tabs li.active a[data-tabname="MyNotes"] {
  background-color: #f9f9f9;
}
.side-tools-container .nav-tabs li.bordered {
  border-right: 1px solid #ebebeb;
}
@media (max-width: 1199px) {
  .side-tools-container .nav-tabs {
    height: 80px;
  }
  .side-tools-container .nav-tabs li a {
    height: 80px;
  }
  .side-tools-container .nav-tabs li a:hover {
    height: 80px;
  }
  .side-tools-container .nav-tabs li.active a {
    height: 81px;
  }
}
@media (max-width: 768px) {
  .side-tools-container .nav-tabs li a {
    padding: 15px 0;
  }
  .side-tools-container .nav-tabs li.active a {
    opacity: 1;
  }
  .side-tools-container .nav-tabs li.active a:after {
    position: absolute;
    top: 0;
    height: 6px;
    width: 100%;
    margin: 0;
  }
  .side-tools-container .nav-tabs li.not-active a {
    opacity: 0.5;
  }
}
@media (max-width: 320px) {
  .side-tools-container .nav-tabs li .text {
    font-size: 11px;
  }
}
.side-tools-container .tab-content {
  width: 100%;
  z-index: 2;
  border: 1px solid #ebebeb;
  overflow: auto;
}
.side-tools-container .tab-content .tab-pane {
  position: relative;
  height: 600px;
  padding: 15px 20px 20px;
  overflow: auto;
}
.side-tools-container .tab-content .tab-pane[data-tabname="MyNotes"] {
  height: auto;
  min-height: 600px;
  background-color: #f9f9f9;
  /*overflow-y: hidden;
				overflow-x: hidden;*/
}
@media (max-width: 768px) {
  .side-tools-container .tab-content .tab-pane[data-tabname="MyNotes"] {
    min-height: 325px;
    max-height: initial;
  }
}
.side-tools-container .tab-content .tab-pane .tab-container {
  zoom: 1;
}
.side-tools-container .tab-content .tab-pane .tab-container:before {
  content: '';
  display: block;
}
.side-tools-container .tab-content .tab-pane .tab-container:after {
  content: '';
  display: table;
  clear: both;
}
.side-tools-container .tab-content .tab-pane .tab-container:before {
  content: '';
  display: block;
}
.side-tools-container .tab-content .tab-pane .tab-container:after {
  content: '';
  display: table;
  clear: both;
}
.side-tools-container .tab-content .tab-pane .tab-container form {
  clear: both;
}
@media (max-width: 768px) {
  .side-tools-container .tab-content .tab-pane .mce-panel {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .side-tools-container .tab-content .tab-pane {
    height: 450px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .side-tools-container .tab-content .tab-pane[data-tabname="MyNotes"] {
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .side-tools-container .tab-content .tab-pane {
    height: auto;
    max-height: 325px;
  }
}
.side-tools-container .my-notes-field {
  font-family: 'BrandonRegularItalic', sans-serif;
  font-size: 18px;
  max-width: 100%;
  width: 100%;
  padding: 15px;
  outline: 0;
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ffffff;
}
.side-tools-container .my-notes-field:focus {
  border-color: #cdcdcd;
}
.side-tools-container .my-notes-buttons {
  overflow: hidden;
}
.side-tools-container .my-notes-buttons .button {
  float: left;
}
.side-tools-container .my-notes-buttons .button.print {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 165px;
  background-color: #ffffff;
  color: #3c3c3c;
  width: 48%;
  margin: 15px 0 15px 2%;
}
@media (max-width: 480px) {
  .side-tools-container .my-notes-buttons .button.print {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.side-tools-container .my-notes-buttons .button.print:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
.side-tools-container .my-notes-buttons .button.print > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
.side-tools-container .my-notes-buttons .button.print:hover,
.side-tools-container .my-notes-buttons .button.print:active,
.side-tools-container .my-notes-buttons .button.print:focus {
  text-decoration: none;
  color: #3c3c3c;
}
.side-tools-container .my-notes-buttons .button.print:hover:after {
  opacity: 0.6;
}
.side-tools-container .my-notes-buttons .button.print:active:after,
.side-tools-container .my-notes-buttons .button.print:focus:after {
  opacity: 1;
}
.side-tools-container .my-notes-buttons .button.save {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 165px;
  color: #3c3c3c;
  background-color: #ffffff;
  width: 48%;
  margin: 15px 2% 15px 0;
}
@media (max-width: 480px) {
  .side-tools-container .my-notes-buttons .button.save {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.side-tools-container .my-notes-buttons .button.save:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
.side-tools-container .my-notes-buttons .button.save > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
.side-tools-container .my-notes-buttons .button.save:hover,
.side-tools-container .my-notes-buttons .button.save:active,
.side-tools-container .my-notes-buttons .button.save:focus {
  text-decoration: none;
  color: #3c3c3c;
}
.side-tools-container .my-notes-buttons .button.save:hover:after {
  opacity: 0.65;
}
.side-tools-container .my-notes-buttons .button.save:active:after,
.side-tools-container .my-notes-buttons .button.save:focus:after {
  opacity: 1;
}
.side-tools-container .open-notes-modal {
  display: table;
  margin: auto;
}
.side-tools-container #MyNotesField,
.side-tools-container #MyNotesField_ifr {
  height: 480px !important;
}
@media (min-width: 769px) and (max-width: 991px) {
  .side-tools-container #MyNotesField,
  .side-tools-container #MyNotesField_ifr {
    height: 325px !important;
  }
}
@media (max-width: 768px) {
  .side-tools-container #MyNotesField,
  .side-tools-container #MyNotesField_ifr {
    height: 250px !important;
  }
}
.side-tools-container .save-notes-button {
  float: right;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #3c3c3c;
  background-color: #ffffff;
  width: 130px;
  margin: 15px 0 20px;
}
@media (max-width: 480px) {
  .side-tools-container .save-notes-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.side-tools-container .save-notes-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
.side-tools-container .save-notes-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
.side-tools-container .save-notes-button:hover,
.side-tools-container .save-notes-button:active,
.side-tools-container .save-notes-button:focus {
  text-decoration: none;
  color: #3c3c3c;
}
.side-tools-container .save-notes-button:hover:after {
  opacity: 0.65;
}
.side-tools-container .save-notes-button:active:after,
.side-tools-container .save-notes-button:focus:after {
  opacity: 1;
}
@media (max-width: 768px) {
  .side-tools-container .save-notes-button {
    width: 100%;
    margin: 25px 0 5px;
  }
}
.side-tools-container .copy-outline {
  display: block;
  float: right;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'BrandonMedium', sans-serif;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  min-width: 145px;
  background-color: #a5a5a5;
  margin: 0 0 10px;
}
.side-tools-container .copy-outline:hover {
  text-decoration: none;
}
.side-tools-container .bible-verses {
  margin: 0;
  color: #3c3c3c;
}
.side-tools-container .bible-verses .panel {
  border: none;
  border-radius: 0;
  border-color: #ebebeb;
  box-shadow: none;
}
.side-tools-container .bible-verses .panel .panel-heading {
  border: 1px solid #ebebeb;
  border-radius: 0;
  background-color: #f9f9f9;
}
.side-tools-container .bible-verses .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.side-tools-container .bible-verses .panel .panel-heading .panel-title {
  position: relative;
  font-size: 16px;
  color: inherit !important;
}
.side-tools-container .bible-verses .panel .panel-heading .accordion-toggle {
  display: block;
}
.side-tools-container .bible-verses .panel .panel-heading .accordion-toggle + .icon {
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #3c3c3c;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: absolute;
  right: 0;
  top: 4px;
  background: transparent;
}
.side-tools-container .bible-verses .panel .panel-heading .accordion-toggle.collapsed + .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .side-tools-container {
    margin-bottom: 50px;
  }
}
.side-tools-container .control {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  width: 36px;
  height: 24px;
  background: url("/Skins/images/enagement-tools-controls.png") no-repeat;
}
.side-tools-container .control.closed {
  background-position: -36px 0;
  margin-left: -90px;
}
.side-tools-container .control.mobile {
  display: none;
}
@media (max-width: 768px) {
  .side-tools-container .control.desktop {
    display: none;
  }
  .side-tools-container .control.mobile {
    transition: none;
    display: block;
    width: 100%;
    height: 50px;
    background: url("/Skins/images/close-tools-mobile.png") top center repeat-x white;
  }
}
.side-tools-container.floating {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  float: right;
  width: 0;
  z-index: 999;
  margin: 10px 0 30px;
  overflow: visible;
}
@media (max-width: 768px) {
  .side-tools-container.floating {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    height: 47px;
  }
}
.side-tools-container.floating .nav-tabs {
  height: auto;
  margin: 0;
  margin-left: -90px;
  border: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (max-width: 768px) {
  .side-tools-container.floating .nav-tabs {
    margin-left: 0;
  }
}
.side-tools-container.floating .nav-tabs li {
  float: none;
  width: 90px;
  height: 80px;
  border: 1px solid #ebebeb;
  border-top: none;
}
@media (max-width: 768px) {
  .side-tools-container.floating .nav-tabs li {
    float: left;
    border-top: 1px solid #ebebeb;
    height: 47px;
    border-left: none;
  }
}
.side-tools-container.floating .nav-tabs li:first-child {
  border-top: 1px solid #ebebeb;
}
@media (max-width: 768px) {
  .side-tools-container.floating .nav-tabs li:first-child {
    border-left: 1px solid #ebebeb;
  }
}
.side-tools-container.floating .nav-tabs li a {
  height: 100%;
  padding: 15px 0 5px;
}
.side-tools-container.floating .nav-tabs li a .text {
  max-width: 90px;
}
.side-tools-container.floating .nav-tabs li a[data-tabname="DevotionArchive"] {
  padding-top: 7px;
}
@media (max-width: 768px) {
  .side-tools-container.floating .nav-tabs li a {
    padding: 6px 0 0;
  }
  .side-tools-container.floating .nav-tabs li a .text {
    font-size: 7.2px;
    margin: 5px auto 0;
  }
  .side-tools-container.floating .nav-tabs li a[data-tabname="MyNotes"] img {
    width: 16px;
  }
  .side-tools-container.floating .nav-tabs li a[data-tabname="Bible"] img {
    width: 17px;
  }
  .side-tools-container.floating .nav-tabs li a[data-tabname="ReadingOptions"] img {
    width: 36px;
  }
  .side-tools-container.floating .nav-tabs li a[data-tabname="DevotionArchive"] img {
    width: 20px;
  }
}
.side-tools-container.floating .nav-tabs li.not-active a {
  opacity: 1;
}
.side-tools-container.floating .nav-tabs li.special-banner {
  border-color: #3c3c3c;
}
.side-tools-container.floating .nav-tabs li.special-banner a,
.side-tools-container.floating .nav-tabs li.special-banner a:hover {
  cursor: pointer;
  background: #3c3c3c;
}
.side-tools-container.floating .nav-tabs li.special-banner a .text,
.side-tools-container.floating .nav-tabs li.special-banner a:hover .text {
  color: white;
}
@media (max-width: 768px) {
  .side-tools-container.floating .nav-tabs li.special-banner {
    display: none;
  }
}
.side-tools-container.floating .tab-content {
  width: 100%;
  z-index: 2;
  height: 0;
}
@media (max-width: 768px) {
  .side-tools-container.floating .tab-content {
    border: none;
  }
}
.side-tools-container.floating .tab-content .top-pane {
  height: 69px;
  background-color: #f9f9f9;
}
.side-tools-container.floating .tab-content .top-pane .hide-btn {
  float: right;
  width: 25px;
  height: 25px;
  margin: 20px 20px 0 0;
  cursor: pointer;
  background: url('/Skins/images//hide-bible.png') no-repeat;
}
.side-tools-container.floating .tab-content .tab-pane {
  height: auto;
  max-height: 480px;
}
.side-tools-container.floating .tab-content .tab-pane[data-tabname="MyNotes"] {
  height: auto;
  min-height: 450px;
  background-color: #f9f9f9;
}
.side-tools-container.floating .tab-content .tab-pane[data-tabname="Bible"] {
  background: #ffffff;
}
@media (max-width: 768px) {
  .side-tools-container.floating .tab-content .tab-pane[data-tabname="Bible"] img {
    width: 17px;
  }
}
.side-tools-container.floating .tab-content .tab-pane .tab-container #MyNotesField,
.side-tools-container.floating .tab-content .tab-pane .tab-container #MyNotesField_ifr {
  height: 350px !important;
}
@media (max-width: 736px) {
  .side-tools-container.floating .tab-content .tab-pane .tab-container #MyNotesField,
  .side-tools-container.floating .tab-content .tab-pane .tab-container #MyNotesField_ifr {
    height: 120px !important;
  }
}
@media (max-width: 568px) {
  .side-tools-container.floating .tab-content .tab-pane .tab-container #MyNotesField,
  .side-tools-container.floating .tab-content .tab-pane .tab-container #MyNotesField_ifr {
    height: 95px !important;
  }
}
@media (max-width: 480px) {
  .side-tools-container.floating .tab-content .tab-pane .tab-container #MyNotesField,
  .side-tools-container.floating .tab-content .tab-pane .tab-container #MyNotesField_ifr {
    height: 80px !important;
  }
}
@media (max-width: 320px) {
  .side-tools-container.floating .tab-content .tab-pane .tab-container #MyNotesField,
  .side-tools-container.floating .tab-content .tab-pane .tab-container #MyNotesField_ifr {
    height: 180px !important;
  }
}
@media (max-width: 768px) {
  .side-tools-container.floating .tab-content .tab-pane {
    border-bottom-width: 1px;
  }
  .side-tools-container.floating .tab-content .tab-pane[data-tabname="MyNotes"] {
    min-height: 350px;
    max-height: initial !important;
  }
}
@media (max-width: 736px) {
  .side-tools-container.floating .tab-content .tab-pane {
    height: auto;
    max-height: 220px;
  }
  .side-tools-container.floating .tab-content .tab-pane[data-tabname="MyNotes"] {
    min-height: 210px;
  }
}
@media (max-width: 568px) {
  .side-tools-container.floating .tab-content .tab-pane[data-tabname="MyNotes"] {
    min-height: 180px;
  }
}
@media (max-width: 480px) {
  .side-tools-container.floating .tab-content .tab-pane {
    max-height: 200px;
  }
  .side-tools-container.floating .tab-content .tab-pane[data-tabname="MyNotes"] {
    min-height: 0;
  }
}
@media (max-width: 320px) {
  .side-tools-container.floating .tab-content .tab-pane {
    max-height: 250px;
  }
}
@media (max-width: 768px) {
  .side-tools-container.floating .tab-content {
    min-height: 0;
  }
}
.side-tools-container.floating.opened {
  width: 100%;
}
@media (max-width: 768px) {
  .side-tools-container.floating.opened {
    top: 0;
    z-index: 9999;
    height: 100%;
    background: white;
    border: 1px solid #ebebeb;
  }
  .side-tools-container.floating.opened .control.mobile {
    position: absolute;
    bottom: 0;
    z-index: 11;
  }
}
.side-tools-container.floating.opened .nav-tabs {
  margin-left: 0;
}
.side-tools-container.floating.opened .nav-tabs li {
  float: left;
  border: 1px solid #ebebeb;
  border-left: none;
  border-bottom: none;
}
.side-tools-container.floating.opened .nav-tabs li:first-child {
  border-left: 1px solid #ebebeb;
}
.side-tools-container.floating.opened .nav-tabs li.active {
  border-bottom: 4px solid #9bc8be;
}
.side-tools-container.floating.opened .nav-tabs li.active a:after {
  display: none;
}
.side-tools-container.floating.opened .nav-tabs li.not-active a {
  opacity: 0.5;
}
.side-tools-container.floating.opened .tab-content {
  height: auto;
  border: 1px solid #ebebeb;
}
@media (max-width: 768px) {
  .side-tools-container.floating.opened .tab-content {
    height: 100%;
    padding-bottom: 96px;
  }
}
@media (max-width: 768px) {
  .side-tools-container.floating.opened .tab-content .tab-pane {
    height: 100%;
    max-height: 100%;
  }
}
.side-tools-container.floating .tab-pane[data-tabname="ReadingOptions"] {
  padding: 0;
}
.side-tools-container .reading-options .options-block.top,
.side-tools-container .reading-options .options-block.middle {
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .side-tools-container .reading-options .options-block .reset-view:after {
    left: 70px !important;
  }
}
@media (max-width: 320px) {
  .side-tools-container .reading-options .options-block .reset-view:after {
    left: 35px !important;
  }
}
@media (min-width: 769px) {
  .row .left-column {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .row .left-column.opened {
    width: 0;
    padding: 0;
  }
  .row .right-column {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .row .right-column.opened {
    width: 33.33333333%;
  }
  .row .center-column {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .row .left-column {
    width: 0 !important;
    padding: 0 !important;
  }
  .row .center-column {
    width: 80%;
    float: left;
  }
  .row .center-column.opened {
    width: 50%;
  }
  .row .center-column.opened .daily-content .list-view .article-description-container {
    padding-left: 135px !important;
  }
  .row .center-column.opened .daily-content .list-view .article-thumbnail-container {
    width: 115px !important;
  }
  .row .center-column.opened .daily-content .list-view .article-thumbnail-container img {
    width: 100% !important;
    height: auto !important;
  }
  .row .right-column {
    width: 20%;
    float: left;
  }
  .row .right-column.opened {
    width: 50%;
  }
}
/*Devotion Archive, Calendar */
#devotionArchive {
  padding: 17px 6px 6px;
  max-height: none;
  background: white;
}
@media (max-width: 768px) {
  #devotionArchive {
    padding-top: 10px;
  }
}
.devotion-archive {
  overflow: hidden;
}
.devotion-archive .ui-datepicker-header {
  margin: 0 auto 5px;
  max-width: 345px;
}
.devotion-archive .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  font: 24px 'Surveyor Display 700 Italic';
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .devotion-archive .ui-datepicker-header .ui-datepicker-title {
    font-size: 21px;
  }
}
.devotion-archive .ui-datepicker-header .ui-datepicker-next {
  float: right;
  background: url('/Skins/images/datepicker-controls.png') no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: 9999px;
  margin-right: 10%;
}
.devotion-archive .ui-datepicker-header .ui-datepicker-prev {
  float: left;
  background: url('/Skins/images/datepicker-controls.png') no-repeat 0 0;
  width: 25px;
  height: 25px;
  text-indent: 9999px;
  margin-left: 10%;
}
.devotion-archive .ui-datepicker-calendar {
  width: 100%;
  max-width: 345px;
}
@media (max-width: 768px) {
  .devotion-archive .ui-datepicker-calendar {
    margin: 0 auto;
  }
}
.devotion-archive .ui-datepicker-calendar thead th {
  text-align: center;
  font: 11px 'BrandonMedium', sans-serif;
}
@media (max-width: 768px) {
  .devotion-archive .ui-datepicker-calendar thead th {
    font-size: 9px;
  }
}
.devotion-archive .ui-datepicker-calendar tbody td {
  text-align: center;
  font: 24px 'Surveyor Display 700 Italic';
  border: 1px solid #e4e4e4;
  padding: 0;
}
@media (max-width: 768px) {
  .devotion-archive .ui-datepicker-calendar tbody td {
    font-size: 21px;
  }
}
.devotion-archive .ui-datepicker-calendar tbody td a,
.devotion-archive .ui-datepicker-calendar tbody td a:hover {
  color: #3c3c3c;
  text-decoration: none;
  padding: 14px 0 7px;
  display: block;
}
@media (max-width: 768px) {
  .devotion-archive .ui-datepicker-calendar tbody td a,
  .devotion-archive .ui-datepicker-calendar tbody td a:hover {
    padding: 11px 0 5px;
  }
}
.devotion-archive .ui-datepicker-calendar tbody td > span {
  padding: 14px 0 7px;
  display: block;
}
@media (max-width: 768px) {
  .devotion-archive .ui-datepicker-calendar tbody td > span {
    padding: 11px 0 5px;
  }
}
.devotion-archive .ui-datepicker-calendar tbody td:hover {
  font-weight: bold;
  background: #eee;
}
.devotion-archive .ui-datepicker-calendar tbody td.ui-state-disabled {
  color: #a5a5a5;
}
.devotion-archive .ui-datepicker-calendar tbody td.ui-state-disabled:hover {
  font-weight: normal;
  background: white;
}
.devotion-archive .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
  background: #f9f9f9;
  position: relative;
}
.devotion-archive .ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
  font-weight: bold;
}
.devotion-archive .ui-datepicker-calendar tbody td.ui-datepicker-current-day:after {
  content: " ";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e14105;
}
.devotion-archive .ui-datepicker-calendar tbody td.ui-datepicker-current-day:hover {
  font-weight: normal;
}
.devotion-archive .ui-datepicker-calendar tbody td.ui-datepicker-today {
  background: url('/Skins/images/event-date-bg.png') no-repeat;
  position: relative;
}
.devotion-archive .ui-datepicker-calendar tbody td.ui-datepicker-today a {
  color: white;
  font-weight: bold;
}
.devotion-archive .ui-datepicker-calendar tbody td.ui-datepicker-today:before {
  content: "today";
  text-transform: uppercase;
  display: block;
  color: white;
  font: 10px 'BrandonMedium', sans-serif;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 4px;
}
@media (max-width: 768px) {
  .devotion-archive .ui-datepicker-calendar tbody td.ui-datepicker-today:before {
    font-size: 8px;
  }
}
.devotion-archive .ui-datepicker-calendar tbody td.ui-datepicker-today:after {
  display: none;
}
.devotion-archive .ui-datepicker-calendar tbody td.ui-datepicker-today:hover {
  font-weight: normal;
}
.devotion-archive .ui-datepicker-calendar tbody td.unread-devotion {
  position: relative;
}
.devotion-archive .ui-datepicker-calendar tbody td.unread-devotion:before {
  content: " ";
  background: #9bc8be;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .devotion-archive .ui-datepicker-calendar tbody td.unread-devotion:before {
    width: 5px;
    height: 5px;
  }
}
.devotion-archive .devotion-detail {
  border: 1px solid #e4e4e4;
  border-top: none;
  padding: 15px;
  background: #f9f9f9;
  position: relative;
}
@media (max-width: 768px) {
  .devotion-archive .devotion-detail {
    padding-top: 7px;
  }
}
.devotion-archive .devotion-detail #loader {
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.8;
  display: none;
}
.devotion-archive .devotion-detail #loader > img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -15px;
}
.devotion-archive .devotion-detail .short-info .publish-date {
  font: 14px 'BrandonMedium', sans-serif;
  color: #a5a5a5;
}
@media (max-width: 768px) {
  .devotion-archive .devotion-detail .short-info .publish-date {
    padding-top: 7px;
  }
}
.devotion-archive .devotion-detail .short-info h5 {
  margin: 5px 0;
  color: #3c3c3c !important;
}
@media (max-width: 768px) {
  .devotion-archive .devotion-detail .short-info h5 {
    font-size: 14px;
  }
}
.devotion-archive .devotion-detail .short-info p {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .devotion-archive .devotion-detail .short-info p {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
.devotion-archive .devotion-detail .short-info .read-devotion {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 165px;
  color: #3c3c3c;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .devotion-archive .devotion-detail .short-info .read-devotion {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.devotion-archive .devotion-detail .short-info .read-devotion:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
.devotion-archive .devotion-detail .short-info .read-devotion > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
.devotion-archive .devotion-detail .short-info .read-devotion:hover,
.devotion-archive .devotion-detail .short-info .read-devotion:active,
.devotion-archive .devotion-detail .short-info .read-devotion:focus {
  text-decoration: none;
  color: #3c3c3c;
}
.devotion-archive .devotion-detail .short-info .read-devotion:hover:after {
  opacity: 0.65;
}
.devotion-archive .devotion-detail .short-info .read-devotion:active:after,
.devotion-archive .devotion-detail .short-info .read-devotion:focus:after {
  opacity: 1;
}
/* Special Banner */
.special-banner-container {
  clear: both;
  text-transform: uppercase;
  background: #3c3c3c;
  color: white;
  padding: 10px 20px 15px;
  margin: 0 auto 30px;
  min-height: 160px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .special-banner-container {
    visibility: visible !important;
    display: block !important;
  }
}
.special-banner-container .text {
  width: 60%;
}
.special-banner-container h4 {
  color: white;
  font-family: 'BrandonLight', sans-serif;
}
.special-banner-container h6 {
  color: white;
}
.special-banner-container .icon {
  float: right;
}
@media (max-width: 480px) {
  .special-banner-container .icon {
    max-width: 100px;
  }
}
.special-banner-container .button {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-family: 'BrandonBold', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid white;
  padding: 0 15px;
  text-decoration: none;
}
@media (max-width: 480px) {
  .special-banner-container .button {
    font-size: 12px;
  }
}
#Content .video-player-container {
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
  -o-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background-color: transparent;
  z-index: 100;
  overflow: hidden;
  padding: 0;
  margin-left: 15px;
}
#Content .video-player-container .media-player {
  overflow: hidden;
}
#Content .video-player-container .player-window {
  clear: both;
  height: 438.75px;
}
@media (max-width: 1199px) {
  #Content .video-player-container .player-window {
    height: 364px;
  }
}
@media (max-width: 991px) {
  #Content .video-player-container .player-window {
    height: 281px;
  }
}
@media (max-width: 768px) {
  #Content .video-player-container .player-window {
    height: 432px;
  }
}
@media (max-width: 667px) {
  #Content .video-player-container .player-window {
    height: 375px;
  }
}
@media (max-width: 568px) {
  #Content .video-player-container .player-window {
    height: 319.5px;
  }
}
@media (max-width: 480px) {
  #Content .video-player-container .player-window {
    height: 270px;
  }
}
@media (max-width: 375px) {
  #Content .video-player-container .player-window {
    height: 211px;
  }
}
@media (max-width: 320px) {
  #Content .video-player-container .player-window {
    height: 180px;
  }
}
#Content .video-player-container .player-progressbar {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #808080;
  cursor: pointer;
}
#Content .video-player-container .player-progressbar .player-timebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #9bc8be;
}
#Content .video-player-container .player-bar {
  zoom: 1;
  height: 30px;
  padding: 0 14px;
  background-color: #3c3c3c;
  color: #ffffff;
}
#Content .video-player-container .player-bar:before {
  content: '';
  display: block;
}
#Content .video-player-container .player-bar:after {
  content: '';
  display: table;
  clear: both;
}
#Content .video-player-container .player-bar:before {
  content: '';
  display: block;
}
#Content .video-player-container .player-bar:after {
  content: '';
  display: table;
  clear: both;
}
#Content .video-player-container .player-bar .player-bar-left {
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}
#Content .video-player-container .player-bar .player-bar-left .action-button {
  display: inline-block;
  float: left;
  text-indent: -9999px;
  width: 15px;
  height: 100%;
  background: url('/Skins/images/player-sprite.png') no-repeat scroll 0 8px transparent;
  cursor: pointer;
}
#Content .video-player-container .player-bar .player-bar-left .action-button.active {
  background-position: -50px 8px;
}
#Content .video-player-container .player-bar .player-bar-left .time-wrapper {
  display: inline-block;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 14px;
  padding: 1px 0 0;
  color: #ffffff;
}
#Content .video-player-container .player-bar .player-bar-right {
  float: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}
#Content .video-player-container .player-bar .player-bar-right .volume-wrapper {
  display: inline-block;
  height: 100%;
  cursor: pointer;
}
#Content .video-player-container .player-bar .player-bar-right .volume-wrapper .volume-button {
  display: inline-block;
  width: 18px;
  height: inherit;
  background: url('/Skins/images/player-sprite.png') no-repeat scroll 0 -93px transparent;
  text-indent: -9999px;
}
#Content .video-player-container .player-bar .player-bar-right .volume-wrapper .volume-button.muted {
  background-position: -50px -93px;
}
#Content .video-player-container .player-bar .player-bar-right .volume-wrapper .volume-bar-wrapper {
  display: inline-block;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
  width: 0;
  height: 24px;
  margin: 2px 0 0;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
}
#Content .video-player-container .player-bar .player-bar-right .volume-wrapper .volume-bar-wrapper .volume-bar {
  position: relative;
  top: 40%;
  height: 5px;
  width: 100%;
  background-color: #808080;
}
#Content .video-player-container .player-bar .player-bar-right .volume-wrapper .volume-bar-wrapper .volume {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #9bc8be;
}
#Content .video-player-container .player-bar .player-bar-right .volume-wrapper:hover .volume-bar-wrapper {
  width: 70px;
}
#Content .video-player-container .player-bar .player-bar-right .theater-mode-button,
#Content .video-player-container .player-bar .player-bar-right .full-mode-button {
  display: inline-block;
  width: 20px;
  margin-left: 8px;
  height: inherit;
  text-indent: -9999px;
  cursor: pointer;
}
#Content .video-player-container .player-bar .player-bar-right .theater-mode-button {
  background: url('/Skins/images/player-sprite.png') no-repeat scroll -50px -195px transparent;
}
@media (max-width: 768px) {
  #Content .video-player-container .player-bar .player-bar-right .theater-mode-button {
    display: none;
  }
}
#Content .video-player-container .player-bar .player-bar-right .full-mode-button {
  background: url('/Skins/images/player-sprite.png') no-repeat scroll 2px -195px transparent;
}
#Content .video-player-container.theater-mode {
  background-color: #464646;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
#Content .video-player-container.theater-mode .video-player {
  margin: 0 auto;
  width: 1140px;
}
#Content .video-player-container.theater-mode .video-player .player-window {
  height: 641px;
}
@media (max-width: 1199px) {
  #Content .video-player-container.theater-mode .video-player {
    width: 940px;
  }
  #Content .video-player-container.theater-mode .video-player .player-window {
    height: 529px;
  }
}
@media (max-width: 991px) {
  #Content .video-player-container.theater-mode .video-player {
    width: 720px;
  }
  #Content .video-player-container.theater-mode .video-player .player-window {
    height: 405px;
  }
}
#Content .video-player-container.in-article {
  padding: 0 15px;
  margin: 0 auto;
}
#Content .video-player-container.in-article .player-window {
  height: 420px;
  /* Styles below are the same as on default player-window.
				   Probably should be combined/refactored;
				*/
}
@media (max-width: 1199px) {
  #Content .video-player-container.in-article .player-window {
    height: 346px;
  }
}
@media (max-width: 991px) {
  #Content .video-player-container.in-article .player-window {
    height: 405px;
  }
}
@media (max-width: 768px) {
  #Content .video-player-container.in-article .player-window {
    height: 432px;
  }
}
@media (max-width: 667px) {
  #Content .video-player-container.in-article .player-window {
    height: 375px;
  }
}
@media (max-width: 568px) {
  #Content .video-player-container.in-article .player-window {
    height: 319.5px;
  }
}
@media (max-width: 480px) {
  #Content .video-player-container.in-article .player-window {
    height: 270px;
  }
}
@media (max-width: 375px) {
  #Content .video-player-container.in-article .player-window {
    height: 211px;
  }
}
@media (max-width: 320px) {
  #Content .video-player-container.in-article .player-window {
    height: 180px;
  }
}
@media (max-width: 768px) {
  #Content .video-player-container.in-article {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #Content .video-player-container {
    width: 100%;
    margin: 0;
  }
  #Content .video-player-container .player-bar .player-bar-left .time-wrapper {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  #Content .video-player-container .player-bar .player-bar-left .time-wrapper {
    font-size: 12px;
    margin-left: 10px;
  }
}
#Content .side-tools-container {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#Content .side-tools-container.theater-mode-on {
  margin-top: 676px;
}
@media (max-width: 1199px) {
  #Content .side-tools-container.theater-mode-on {
    margin-top: 564px;
  }
}
@media (max-width: 991px) {
  #Content .side-tools-container.theater-mode-on {
    margin-top: 440px;
  }
}
#Content .description-container.video.theater-mode-on {
  margin-top: 706px;
}
@media (max-width: 1199px) {
  #Content .description-container.video.theater-mode-on {
    margin-top: 594px;
  }
}
@media (max-width: 991px) {
  #Content .description-container.video.theater-mode-on {
    margin-top: 470px;
  }
}
#Content .cont750.theater-mode-on {
  width: auto;
}
#Content .audio-player-container {
  position: relative;
}
#Content .audio-player-container.mgt {
  margin-top: 60px;
}
#Content .audio-player-container.sample .audio-player .player-bar {
  height: 30px;
}
#Content .audio-player-container.sample .audio-player .player-bar .loader {
  width: 15px;
  top: 8px;
}
#Content .audio-player-container.sample .audio-player .player-bar .loader > img {
  width: 100%;
}
#Content .audio-player-container.sample .audio-player .player-bar .action-button {
  width: 30px;
  background-position: 10px 9px;
}
#Content .audio-player-container.sample .audio-player .player-bar .action-button.active {
  background-position: -41px 9px;
}
#Content .audio-player-container.sample .audio-player .player-bar .player-progressbar {
  right: 30px;
  left: 30px;
}
#Content .audio-player-container.sample .audio-player .player-bar .volume-wrapper .volume-button {
  width: 30px;
  background-position: 6px -93px;
}
#Content .audio-player-container.sample .audio-player .player-bar .volume-wrapper .volume-button.muted {
  background-position: -44px -93px;
}
#Content .audio-player-container.sample .audio-player .player-bar .volume-wrapper .volume-bar-wrapper {
  width: 30px;
}
@media (max-width: 480px) {
  #Content .audio-player-container.mgt {
    margin-top: 30px;
  }
}
#Content .audio-player {
  font-size: 0;
}
#Content .audio-player .player-bar {
  position: relative;
  height: 60px;
  margin: 0 auto;
}
#Content .audio-player .player-bar .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  margin: 0 auto;
  width: 35px;
  z-index: 10;
  text-align: center;
}
#Content .audio-player .player-bar .action-button {
  -webkit-transition: background-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: 60px;
  text-indent: -9999px;
  background: url('/Skins/images/player-sprite.png') no-repeat 19px -36px #3c3c3c;
  cursor: pointer;
}
#Content .audio-player .player-bar .action-button:hover {
  background-color: #4e4e4e;
}
#Content .audio-player .player-bar .action-button.active {
  background-color: #4e4e4e;
  background-position: -33px -34px;
}
#Content .audio-player .player-bar .player-progressbar {
  position: absolute;
  top: 0;
  right: 60px;
  left: 60px;
  height: inherit;
  background-color: #808080;
  cursor: pointer;
}
#Content .audio-player .player-bar .player-progressbar .player-timebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #9bc8be;
}
#Content .audio-player .player-bar .volume-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: inherit;
  cursor: pointer;
}
#Content .audio-player .player-bar .volume-wrapper .volume-button {
  display: block;
  height: inherit;
  width: 60px;
  text-indent: -9999px;
  background: url('/Skins/images/player-sprite.png') no-repeat 14px -134px #3c3c3c;
}
#Content .audio-player .player-bar .volume-wrapper .volume-button.muted {
  background-position: -35px -134px;
}
#Content .audio-player .player-bar .volume-wrapper .volume-bar-wrapper {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 0;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5px;
  background-color: rgba(60, 60, 60, 0.6);
}
#Content .audio-player .player-bar .volume-wrapper .volume-bar-wrapper .volume-bar {
  height: 100%;
  position: relative;
  width: 8px;
  margin: 0 auto;
  background-color: #808080;
}
#Content .audio-player .player-bar .volume-wrapper .volume-bar-wrapper .volume-bar .volume {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 0;
  background-color: #9bc8be;
}
#Content .audio-player .player-bar .volume-wrapper:hover .volume-button {
  background-color: #4e4e4e;
}
#Content .audio-player .player-bar .volume-wrapper:hover .volume-bar-wrapper {
  height: 70px;
  top: -70px;
  background-color: #4e4e4e;
}
#Content .audio-player .time-wrapper {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 25px;
  margin: 5px 0 0;
  color: #a5a5a5;
}
#Content .audio-player .time-wrapper .currentDuration {
  color: #3c3c3c;
}
#Content .audio-player .time-wrapper .maxDuration {
  color: #a5a5a5;
}
@media (max-width: 480px) {
  #Content .audio-player .player-bar {
    height: 30px;
  }
  #Content .audio-player .player-bar .loader {
    width: 15px;
    top: 8px;
  }
  #Content .audio-player .player-bar .loader > img {
    width: 100%;
  }
  #Content .audio-player .player-bar .action-button {
    width: 30px;
    background-position: 10px 9px;
  }
  #Content .audio-player .player-bar .action-button.active {
    background-position: -41px 9px;
  }
  #Content .audio-player .player-bar .player-progressbar {
    right: 30px;
    left: 30px;
  }
  #Content .audio-player .player-bar .volume-wrapper .volume-button {
    width: 30px;
    background-position: 6px -93px;
  }
  #Content .audio-player .player-bar .volume-wrapper .volume-button.muted {
    background-position: -44px -93px;
  }
  #Content .audio-player .player-bar .volume-wrapper .volume-bar-wrapper {
    width: 30px;
  }
}
#Content .error-holder {
  margin: 12% 0 0;
  text-align: center;
}
#Content .error-holder .error-number {
  margin: 0 0 5px;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 5px;
}
#Content .error-holder .error-text {
  margin: 0 0 15px;
}
#Content .error-holder .error-message {
  font-size: 18px;
}
@media (max-width: 768px) {
  #Content .error-holder .error-number {
    font-size: 80px;
  }
  #Content .error-holder .error-message {
    font-size: 15px;
  }
}
#Content .modal.login-modal.in .modal-dialog {
  -webkit-transition: none 0.2s ease-out 0s;
  transition: none 0.2s ease-out 0s;
  -webkit-transform: none;
  transform: none;
  margin-top: 100px;
}
#Content .modal.login-modal.fade.in .modal-dialog {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #Content .modal.login-modal.fade.in .modal-dialog {
    margin-top: 2%;
  }
}
#Content .modal.login-modal .modal-dialog {
  margin: 50px auto 0;
  width: 750px;
}
#Content .modal.login-modal .modal-dialog .modal-content {
  zoom: 1;
  padding: 15px 0;
  background-clip: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #3c3c3c;
}
#Content .modal.login-modal .modal-dialog .modal-content:before {
  content: '';
  display: block;
}
#Content .modal.login-modal .modal-dialog .modal-content:after {
  content: '';
  display: table;
  clear: both;
}
#Content .modal.login-modal .modal-dialog .modal-content:before {
  content: '';
  display: block;
}
#Content .modal.login-modal .modal-dialog .modal-content:after {
  content: '';
  display: table;
  clear: both;
}
#Content .modal.login-modal .modal-dialog .modal-content .modal-title {
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  #Content .modal.login-modal .modal-dialog {
    width: auto;
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  #Content .modal.login-modal .modal-dialog .modal-content {
    padding: 0;
  }
  #Content .modal.login-modal .modal-dialog .modal-content .modal-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
#Content .modal.login-modal .login-modal-section {
  float: left;
  width: 50%;
  padding: 0 30px 0;
  border-right: 1px solid #3c3c3c;
}
#Content .modal.login-modal .login-modal-section .login-inputs {
  position: relative;
}
#Content .modal.login-modal .login-modal-section .input-container {
  position: static;
  margin: 0 0 15px;
}
#Content .modal.login-modal .login-modal-section .input-field {
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
}
#Content .modal.login-modal .login-modal-section .input-field:focus {
  border: 1px solid #cdcdcd;
}
#Content .modal.login-modal .login-modal-section .submit-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  color: #3c3c3c;
  background-color: #ffffff;
  margin: 0 0 15px;
}
@media (max-width: 480px) {
  #Content .modal.login-modal .login-modal-section .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .modal.login-modal .login-modal-section .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .modal.login-modal .login-modal-section .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .modal.login-modal .login-modal-section .submit-button:hover,
#Content .modal.login-modal .login-modal-section .submit-button:active,
#Content .modal.login-modal .login-modal-section .submit-button:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .modal.login-modal .login-modal-section .submit-button:hover:after {
  opacity: 0.65;
}
#Content .modal.login-modal .login-modal-section .submit-button:active:after,
#Content .modal.login-modal .login-modal-section .submit-button:focus:after {
  opacity: 1;
}
@media (max-width: 600px) {
  #Content .modal.login-modal .login-modal-section {
    float: none;
    width: 100%;
    padding: 25px 15px;
    border: none;
  }
}
@media (max-width: 480px) {
  #Content .modal.login-modal .login-modal-section .input-field {
    height: 30px;
    line-height: 30px;
  }
}
#Content .modal.login-modal .registration-modal-section {
  float: left;
  width: 50%;
  padding: 0 30px 0;
  border-right: 1px solid #3c3c3c;
  border: none;
}
#Content .modal.login-modal .registration-modal-section .login-inputs {
  position: relative;
}
#Content .modal.login-modal .registration-modal-section .input-container {
  position: static;
  margin: 0 0 15px;
}
#Content .modal.login-modal .registration-modal-section .input-field {
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
}
#Content .modal.login-modal .registration-modal-section .input-field:focus {
  border: 1px solid #cdcdcd;
}
#Content .modal.login-modal .registration-modal-section .submit-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  color: #3c3c3c;
  background-color: #ffffff;
  margin: 0 0 15px;
}
@media (max-width: 480px) {
  #Content .modal.login-modal .registration-modal-section .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .modal.login-modal .registration-modal-section .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .modal.login-modal .registration-modal-section .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .modal.login-modal .registration-modal-section .submit-button:hover,
#Content .modal.login-modal .registration-modal-section .submit-button:active,
#Content .modal.login-modal .registration-modal-section .submit-button:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .modal.login-modal .registration-modal-section .submit-button:hover:after {
  opacity: 0.65;
}
#Content .modal.login-modal .registration-modal-section .submit-button:active:after,
#Content .modal.login-modal .registration-modal-section .submit-button:focus:after {
  opacity: 1;
}
@media (max-width: 600px) {
  #Content .modal.login-modal .registration-modal-section {
    float: none;
    width: 100%;
    padding: 25px 15px;
    border: none;
  }
}
@media (max-width: 480px) {
  #Content .modal.login-modal .registration-modal-section .input-field {
    height: 30px;
    line-height: 30px;
  }
}
#Content .modal.login-modal .registration-modal-section .create-account-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  color: #3c3c3c;
  background-color: #ffffff;
  margin: 0 0 15px;
}
@media (max-width: 480px) {
  #Content .modal.login-modal .registration-modal-section .create-account-link {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .modal.login-modal .registration-modal-section .create-account-link:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .modal.login-modal .registration-modal-section .create-account-link > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .modal.login-modal .registration-modal-section .create-account-link:hover,
#Content .modal.login-modal .registration-modal-section .create-account-link:active,
#Content .modal.login-modal .registration-modal-section .create-account-link:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .modal.login-modal .registration-modal-section .create-account-link:hover:after {
  opacity: 0.65;
}
#Content .modal.login-modal .registration-modal-section .create-account-link:active:after,
#Content .modal.login-modal .registration-modal-section .create-account-link:focus:after {
  opacity: 1;
}
#Content .modal.login-modal .registration-modal-section .facebook-login-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  background-color: #ffffff;
  color: #3c3c3c;
  margin: 0 0 15px;
}
@media (max-width: 480px) {
  #Content .modal.login-modal .registration-modal-section .facebook-login-link {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .modal.login-modal .registration-modal-section .facebook-login-link:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
#Content .modal.login-modal .registration-modal-section .facebook-login-link > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .modal.login-modal .registration-modal-section .facebook-login-link:hover,
#Content .modal.login-modal .registration-modal-section .facebook-login-link:active,
#Content .modal.login-modal .registration-modal-section .facebook-login-link:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .modal.login-modal .registration-modal-section .facebook-login-link:hover:after {
  opacity: 0.6;
}
#Content .modal.login-modal .registration-modal-section .facebook-login-link:active:after,
#Content .modal.login-modal .registration-modal-section .facebook-login-link:focus:after {
  opacity: 1;
}
@media (max-width: 600px) {
  #Content .modal.login-modal .registration-modal-section {
    display: none;
    border-top: 1px solid #3c3c3c;
    clear: both;
  }
}
#Content .rss-modal textarea {
  font-family: 'BrandonRegularItalic', sans-serif;
  font-size: 18px;
  max-width: 100%;
  width: 100%;
  height: 60px;
  padding: 15px;
  outline: 0;
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #cdcdcd;
}
#Content .int-form {
  /* Submit Your Resume */
}
#Content .int-form .page-header {
  padding: 0;
  margin: 0 0 35px;
  border: none;
}
#Content .int-form .page-title {
  margin: 45px 0 15px;
}
@media (max-width: 768px) {
  #Content .int-form .page-title {
    margin-top: 25px;
  }
}
#Content .int-form .greets {
  margin: 45px 0 5px;
}
#Content .int-form .page-description,
#Content .int-form p {
  max-width: 750px;
}
@media (max-width: 768px) {
  #Content .int-form .page-description,
  #Content .int-form p {
    max-width: initial;
  }
}
#Content .int-form .page-description {
  margin: 0 auto 20px;
}
#Content .int-form p {
  margin: 0 auto 10px;
}
#Content .int-form .input-container {
  margin: 0 0 20px;
}
#Content .int-form .textarea-container {
  margin: 0 0 15px;
  width: 100%;
}
#Content .int-form .note {
  margin: 15px 0 0;
  font-size: 14px;
}
#Content .int-form .note.required {
  margin: 30px 0 0;
}
#Content .int-form fieldset legend {
  font: 16px 'BrandonMedium', sans-serif;
  margin: 15px 0 10px;
}
#Content .int-form .facebook-login-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  background-color: #ffffff;
  color: #3c3c3c;
  margin: 45px 0 0;
}
@media (max-width: 480px) {
  #Content .int-form .facebook-login-link {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .int-form .facebook-login-link:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
#Content .int-form .facebook-login-link > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .int-form .facebook-login-link:hover,
#Content .int-form .facebook-login-link:active,
#Content .int-form .facebook-login-link:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .int-form .facebook-login-link:hover:after {
  opacity: 0.6;
}
#Content .int-form .facebook-login-link:active:after,
#Content .int-form .facebook-login-link:focus:after {
  opacity: 1;
}
#Content .int-form .input-field,
#Content .int-form .input-textarea,
#Content .int-form .bootstrap-select {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 18px;
}
@media (max-width: 480px) {
  #Content .int-form .input-field,
  #Content .int-form .input-textarea,
  #Content .int-form .bootstrap-select {
    font-size: 16px;
  }
}
#Content .int-form .bootstrap-select > .btn .filter-option {
  text-transform: capitalize;
}
#Content .int-form .input-field {
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
#Content .int-form .input-textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  resize: vertical;
}
@media (max-width: 480px) {
  #Content .int-form .input-textarea {
    height: 150px;
  }
}
#Content .int-form .submit-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  color: #3c3c3c;
  background-color: #ffffff;
  margin: 10px 0 0;
}
@media (max-width: 480px) {
  #Content .int-form .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .int-form .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .int-form .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .int-form .submit-button:hover,
#Content .int-form .submit-button:active,
#Content .int-form .submit-button:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .int-form .submit-button:hover:after {
  opacity: 0.65;
}
#Content .int-form .submit-button:active:after,
#Content .int-form .submit-button:focus:after {
  opacity: 1;
}
#Content .int-form .free-subscribe-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 185px;
  background-color: #ffffff;
  color: #3c3c3c;
  display: block;
  margin: 45px auto 0;
}
@media (max-width: 480px) {
  #Content .int-form .free-subscribe-link {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .int-form .free-subscribe-link:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
#Content .int-form .free-subscribe-link > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .int-form .free-subscribe-link:hover,
#Content .int-form .free-subscribe-link:active,
#Content .int-form .free-subscribe-link:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .int-form .free-subscribe-link:hover:after {
  opacity: 0.6;
}
#Content .int-form .free-subscribe-link:active:after,
#Content .int-form .free-subscribe-link:focus:after {
  opacity: 1;
}
#Content .int-form .add-your-address-form-container .bootstrap-select.state,
#Content .int-form .magazine-subscribe-form-container .bootstrap-select.state {
  width: 100% !important;
  height: 40px;
}
#Content .int-form .add-your-address-form-container .bootstrap-select.state button.dropdown-toggle,
#Content .int-form .magazine-subscribe-form-container .bootstrap-select.state button.dropdown-toggle {
  height: 40px;
}
#Content .int-form .add-your-address-form-container .submit-button,
#Content .int-form .magazine-subscribe-form-container .submit-button {
  margin: 30px 0 0;
}
#Content .int-form .submit-resume-form-container .submit-resume-form-wrapper {
  padding: 20px 30px;
  background: url('/Skins/images/green-black-bg.png') repeat left top;
  border-top: solid 1px #fff;
}
#Content .int-form .submit-resume-form-container .file-upload {
  width: 100%;
}
#Content .int-form .submit-resume-form-container .file-upload .label-text {
  display: inline-block;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  cursor: pointer;
  margin: 0 0 2px;
}
#Content .int-form .submit-resume-form-container .file-upload .input-field {
  width: 75%;
  float: left;
}
#Content .int-form .submit-resume-form-container .file-upload .submit {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 25%;
  color: #ffffff;
}
@media (max-width: 480px) {
  #Content .int-form .submit-resume-form-container .file-upload .submit {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .int-form .submit-resume-form-container .file-upload .submit:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/darkbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .int-form .submit-resume-form-container .file-upload .submit > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .int-form .submit-resume-form-container .file-upload .submit:hover,
#Content .int-form .submit-resume-form-container .file-upload .submit:active,
#Content .int-form .submit-resume-form-container .file-upload .submit:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .int-form .submit-resume-form-container .file-upload .submit:hover:after {
  opacity: 0.9;
}
#Content .int-form .submit-resume-form-container .file-upload .submit:active,
#Content .int-form .submit-resume-form-container .file-upload .submit:focus {
  background-color: #363636;
}
#Content .int-form .submit-resume-form-container fieldset legend {
  font-family: BrandonBold;
  font-size: 48px;
  text-align: center;
}
#Content .int-form .submit-resume-form-container .submit-resume-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 480px) {
  #Content .int-form .submit-resume-form-container .submit-resume-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .int-form .submit-resume-form-container .submit-resume-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/darkbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .int-form .submit-resume-form-container .submit-resume-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .int-form .submit-resume-form-container .submit-resume-button:hover,
#Content .int-form .submit-resume-form-container .submit-resume-button:active,
#Content .int-form .submit-resume-form-container .submit-resume-button:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .int-form .submit-resume-form-container .submit-resume-button:hover:after {
  opacity: 0.9;
}
#Content .int-form .submit-resume-form-container .submit-resume-button:active,
#Content .int-form .submit-resume-form-container .submit-resume-button:focus {
  background-color: #363636;
}
#Content .int-form .contact-us-form-container .input-textarea {
  height: 150px;
  resize: vertical;
}
#Content .int-form .contact-us-form-container .contact-us-options .input-container {
  display: inline-block;
  width: 45%;
}
@media (max-width: 480px) {
  #Content .int-form .contact-us-form-container .contact-us-options .input-container {
    width: 100%;
  }
}
#Content .int-form .bootstrap-select.country-select,
#Content .int-form .bootstrap-select.state-select,
#Content .int-form .bootstrap-select.category-select {
  width: 100%;
}
#Content .int-form .bootstrap-select.country-select button.dropdown-toggle,
#Content .int-form .bootstrap-select.state-select button.dropdown-toggle,
#Content .int-form .bootstrap-select.category-select button.dropdown-toggle {
  height: 40px;
}
@media (max-width: 480px) {
  #Content .int-form .bootstrap-select.country-select button.dropdown-toggle,
  #Content .int-form .bootstrap-select.state-select button.dropdown-toggle,
  #Content .int-form .bootstrap-select.category-select button.dropdown-toggle {
    height: 30px;
  }
}
#Content .stationfinder-widget-container {
  height: 100%;
  padding: 42px 30px 0;
}
#Content .stationfinder-widget-container.icon-mic {
  background: url('/Skins/images/iconMicrophone.png') no-repeat scroll 25px 30px;
  border: solid 1px #ebebeb;
  padding: 30px 30px 5px 200px;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  #Content .stationfinder-widget-container.icon-mic {
    margin-bottom: 50px;
  }
}
#Content .stationfinder-widget-container .title {
  font-family: 'BrandonLight', sans-serif;
  margin: 0 0 12px;
}
#Content .stationfinder-widget-container .stationfinder-search-container {
  zoom: 1;
  margin: 30px 0;
}
#Content .stationfinder-widget-container .stationfinder-search-container:before {
  content: '';
  display: block;
}
#Content .stationfinder-widget-container .stationfinder-search-container:after {
  content: '';
  display: table;
  clear: both;
}
#Content .stationfinder-widget-container .stationfinder-search-container:before {
  content: '';
  display: block;
}
#Content .stationfinder-widget-container .stationfinder-search-container:after {
  content: '';
  display: table;
  clear: both;
}
#Content .stationfinder-widget-container .stationfinder-search-container .search-field {
  float: left;
  font-family: 'BrandonRegularItalic', sans-serif;
  font-size: 16px;
  width: 87%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ebebeb;
  border-right: none;
}
#Content .stationfinder-widget-container .stationfinder-search-container .search-field:focus {
  border: 1px solid #cdcdcd;
  border-right: none;
}
#Content .stationfinder-widget-container .stationfinder-search-container .search-button {
  border: none;
  float: left;
  width: 13%;
  max-width: 40px;
  height: 40px;
  background: red;
  background: url('/Skins/images/st-search-icon.png') no-repeat scroll center center transparent;
}
@media (max-width: 1199px) {
  #Content .stationfinder-widget-container {
    padding-top: 20px;
  }
  #Content .stationfinder-widget-container.icon-mic {
    background-position: 0px 30px;
    padding: 30px 30px 5px 150px;
  }
}
@media (max-width: 991px) {
  #Content .stationfinder-widget-container {
    padding-top: 40px;
  }
  #Content .stationfinder-widget-container.icon-mic {
    background: none;
    padding: 40px 30px 0;
  }
}
@media (max-width: 768px) {
  #Content .stationfinder-widget-container {
    padding: 30px 15px;
    text-align: center;
  }
  #Content .stationfinder-widget-container .title {
    text-align: inherit;
  }
  #Content .stationfinder-widget-container .stationfinder-search-container {
    max-width: 300px;
    margin: 20px auto 0;
  }
  #Content .stationfinder-widget-container.icon-mic {
    padding: 30px 15px;
  }
}
#Content .station-finder-container {
  padding: 50px 0 0;
}
#Content .station-finder-container .title {
  margin: 25px 0 50px;
}
@media (max-width: 480px) {
  #Content .station-finder-container .title {
    margin-top: 0;
  }
}
#Content .station-finder-container .nav.nav-tabs {
  border-bottom: none;
}
#Content .station-finder-container .nav.nav-tabs li a {
  font-size: 36px;
  background: none;
  border: none;
  padding: 24px 37px;
}
#Content .station-finder-container .nav.nav-tabs li a:before {
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background-color: transparent;
}
@media (max-width: 480px) {
  #Content .station-finder-container .nav.nav-tabs li a:before {
    vertical-align: text-bottom;
  }
}
@media (max-width: 991px) {
  #Content .station-finder-container .nav.nav-tabs li a {
    padding: 20px 25px;
  }
}
@media (max-width: 768px) {
  #Content .station-finder-container .nav.nav-tabs li a {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  #Content .station-finder-container .nav.nav-tabs li a {
    padding: 15px  10px;
    font-size: 18px;
  }
}
#Content .station-finder-container .nav.nav-tabs li.active {
  background: url('/Skins/images/tab-bg.png') repeat;
}
#Content .station-finder-container .nav.nav-tabs li.tab-tv a:before {
  background: url('/Skins/images/station-finder-sprite.png') no-repeat -65px 0;
}
#Content .station-finder-container .nav.nav-tabs li.tab-tv.active a:before {
  background-position: 0 0;
}
#Content .station-finder-container .nav.nav-tabs li.tab-radio a:before {
  background: url('/Skins/images/station-finder-sprite.png') no-repeat -65px -40px;
}
#Content .station-finder-container .nav.nav-tabs li.tab-radio.active a:before {
  background-position: 0 -40px;
}
@media (max-width: 768px) {
  #Content .station-finder-container .nav.nav-tabs {
    text-align: center;
  }
  #Content .station-finder-container .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  #Content .station-finder-container .nav.nav-tabs li {
    float: left;
    width: 50%;
  }
}
#Content .station-finder-container .bootstrap-select {
  width: auto;
  min-width: 200px;
}
@media (max-width: 991px) {
  #Content .station-finder-container .bootstrap-select {
    min-width: 220px;
    margin: 0 0 15px;
  }
}
#Content .station-finder-container .functional-dropdowns {
  padding: 30px 0;
  text-align: right;
}
@media (max-width: 991px) {
  #Content .station-finder-container .functional-dropdowns {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #Content .station-finder-container .functional-dropdowns {
    margin: 0 0 50px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #Content .station-finder-container .functional-dropdowns {
    margin: 0 0 25px;
  }
}
@media (max-width: 768px) {
  #Content .station-finder-container .navigation > .pull-right {
    float: none !important;
  }
}
#Content .station-finder-container .zip-search-container {
  text-align: right;
}
#Content .station-finder-container .zip-search-container .search {
  display: inline-block;
  position: relative;
  width: 220px;
}
#Content .station-finder-container .zip-search-container .search-field {
  width: 100%;
  height: 30px;
  padding: 0 35px 0 10px;
  border: 1px solid #3c3c3c;
}
#Content .station-finder-container .zip-search-container .search-button,
#Content .station-finder-container .zip-search-container .search-clear {
  position: absolute;
  right: 2px;
  top: 1px;
  width: 30px;
  height: 28px;
  text-indent: -9999px;
  background-color: transparent;
}
#Content .station-finder-container .zip-search-container .search-button {
  background: url('/Skins/images/search-sprite.png') no-repeat scroll -14px -10px;
}
#Content .station-finder-container .zip-search-container .search-clear {
  display: none;
  background: url('/Skins/images/reading-options-expanded.png') no-repeat center center;
}
#Content .station-finder-container .zip-search-container label {
  font: 16px 'BrandonMedium', sans-serif;
  color: #a5a5a5;
  margin-right: 10px;
}
@media (max-width: 768px) {
  #Content .station-finder-container .zip-search-container {
    text-align: center;
  }
}
@media (max-width: 480px) {
  #Content .station-finder-container .zip-search-container label {
    display: block;
    margin: 0 0 10px;
  }
}
#Content .station-finder-container .tab-content {
  min-height: 420px;
  padding: 20px 0 155px;
  background: #f9f9f9;
  border-top: 1px solid #ebebeb;
}
#Content .station-finder-container .tab-content .tab-pane {
  padding: 15px 15px 0;
}
#Content .station-finder-container .tab-content .tab-pane .loader {
  display: none;
  width: 100%;
  margin-top: 100px;
  text-align: center;
}
#Content .station-finder-container .tab-content form {
  padding: 15px 0 35px;
}
#Content .station-finder-container .tab-content .titles {
  margin: 45px 0 10px;
  min-width: 750px;
}
#Content .station-finder-container .tab-content .titles span {
  font-size: 18px;
  color: #a5a5a5;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  #Content .station-finder-container .tab-content .titles span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #Content .station-finder-container .tab-content .titles span {
    font-size: 12px;
  }
}
#Content .station-finder-container .tab-content .titles > div {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: -4px;
}
#Content .station-finder-container .tab-content .titles > div:first-child {
  margin-left: 0;
}
#Content .station-finder-container .tab-content #station-loader .message {
  width: 100%;
  margin-top: 100px;
  text-align: center;
}
#Content .station-finder-container .tab-content .network-details {
  background: #ffffff;
  margin: 0 0 15px;
  min-height: 90px;
  padding: 15px 0;
}
#Content .station-finder-container .tab-content .network-details span {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 1199px) {
  #Content .station-finder-container .tab-content .network-details span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #Content .station-finder-container .tab-content .network-details span {
    font-size: 12px;
  }
}
#Content .station-finder-container .tab-content .network-details div {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 1199px) {
  #Content .station-finder-container .tab-content .network-details div {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #Content .station-finder-container .tab-content .network-details div {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #Content .station-finder-container .tab-content .network-details div {
    display: block !important;
  }
}
#Content .station-finder-container .tab-content .network-details > div {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: -4px;
}
#Content .station-finder-container .tab-content .network-details > div:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  #Content .station-finder-container .tab-content .network-details > div {
    padding: 0 0 10px 0;
    margin: 0;
  }
}
#Content .station-finder-container .tab-content .network-details .network {
  line-height: 60px;
}
@media (max-width: 991px) {
  #Content .station-finder-container .tab-content .network-details .network {
    line-height: normal;
  }
}
#Content .station-finder-container .tab-content .network-details .weekday .day-name {
  font-size: 12px;
  margin-top: 8px;
}
#Content .station-finder-container .tab-content .network-details .weekday .day-time {
  margin-bottom: 8px;
}
#Content .station-finder-container .tab-content .network-details .channel {
  float: left;
}
#Content .station-finder-container .tab-content .network-details .channel .stations {
  cursor: pointer;
  position: relative;
}
#Content .station-finder-container .tab-content .network-details .channel .stations .details {
  display: none;
  position: absolute;
  width: 165px;
  background: #9bc8be;
  padding: 15px;
  top: 40px;
  z-index: 100;
}
#Content .station-finder-container .tab-content .network-details .channel .stations .details:before {
  content: " ";
  display: block;
  position: absolute;
  background: url('/Skins/images/tooltip-caret.png') no-repeat;
  height: 7px;
  width: 10px;
  top: -6px;
  left: 46px;
}
#Content .station-finder-container .tab-content .network-details .channel .stations .details table {
  width: 100%;
}
#Content .station-finder-container .tab-content .network-details .channel .stations .details table td {
  height: 25px;
}
#Content .station-finder-container .tab-content .network-details .favorites {
  float: right;
  background: url('/Skins/images/station-finder-sprite.png') no-repeat -2px -82px;
  width: 22px;
  height: 20px;
  cursor: pointer;
}
#Content .station-finder-container .tab-content .network-details .favorites.added {
  background-position: -27px -82px;
}
#Content .station-finder-container .tab-content #tv .stations {
  background: url('/Skins/images/station-finder-sprite.png') no-repeat 0 0;
  width: 56px;
  height: 35px;
}
#Content .station-finder-container .tab-content #tv .stations:hover {
  background-position: -65px 0;
}
#Content .station-finder-container .tab-content #radio .stations {
  background: url('/Skins/images/station-finder-sprite.png') no-repeat 0 -40px;
  width: 56px;
  height: 36px;
}
#Content .station-finder-container .tab-content #radio .stations:hover {
  background-position: -65px -40px;
}
#Content .right-top-placeholder {
  border: 1px solid #ebebeb;
  overflow: hidden;
}
#Content .right-bottom-placeholder {
  border: 1px solid #ebebeb;
  border-top: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  #Content .right-bottom-placeholder {
    border-top: 1px solid #ebebeb;
  }
}
#Content .right-top-placeholder,
#Content .right-bottom-placeholder {
  height: 230px;
}
@media (max-width: 1199px) {
  #Content .right-top-placeholder,
  #Content .right-bottom-placeholder {
    height: 190px;
  }
}
@media (max-width: 991px) {
  #Content .right-top-placeholder,
  #Content .right-bottom-placeholder {
    float: left;
    width: 50%;
    height: 212px;
  }
}
@media (max-width: 768px) {
  #Content .right-top-placeholder,
  #Content .right-bottom-placeholder {
    width: 100%;
    height: auto;
  }
}
#Content .article-grid {
  font-size: 0;
  margin: 0 -15px;
}
#Content .article-grid li {
  display: inline-block;
  width: 25%;
  padding: 0 15px;
  vertical-align: top;
  margin: 0 0 30px;
}
#Content .article-grid .article-container.grid-view {
  min-height: 245px;
}
#Content .article-grid .article-container.grid-view .article-description-container .article-name {
  height: 42px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #Content .article-grid > li {
    width: 50%;
  }
  #Content .article-grid .article-container.grid-view {
    min-height: initial;
  }
  #Content .article-grid .article-container.grid-view .article-description-container .article-name {
    margin-bottom: 5px;
  }
  #Content .article-grid .article-container.grid-view .functional-links {
    position: static;
    padding-top: 5px;
  }
}
#Content .watch-landing-banners {
  margin: 0 0 100px;
}
#Content .watch-landing-banners .announcement-container {
  margin: 0;
}
@media (max-width: 768px) {
  #Content .watch-landing-banners {
    margin: 0 0 50px;
  }
  #Content .watch-landing-banners .right-bottom-placeholder {
    display: none;
  }
  #Content .watch-landing-banners .right-top-placeholder {
    width: 100%;
    height: auto;
  }
}
#Content .popular-series:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  top: 0;
  right: -15px;
  background-color: #ebebeb;
}
@media (max-width: 991px) {
  #Content .popular-series:after {
    display: none;
  }
}
#Content .popular-series,
#Content .explore-video-channels {
  position: relative;
  margin: 0 0 100px;
}
#Content .popular-series .section-title,
#Content .explore-video-channels .section-title {
  padding: 0;
  margin: 0 0 25px;
}
#Content .popular-series .article-grid > li,
#Content .explore-video-channels .article-grid > li {
  width: 50%;
}
#Content .popular-series .see-all-link,
#Content .explore-video-channels .see-all-link {
  font-size: 16px;
  font-family: 'BrandonBold', sans-serif;
  color: #e14105;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 768px) {
  #Content .popular-series,
  #Content .explore-video-channels {
    margin: 0 0 50px;
  }
  #Content .popular-series .section-title,
  #Content .explore-video-channels .section-title {
    margin: 0 0 15px;
    text-align: center;
  }
  #Content .popular-series .see-all-link,
  #Content .explore-video-channels .see-all-link {
    display: none;
  }
}
#Content .browse-sermon-series {
  margin: 0 0 70px;
}
#Content .browse-sermon-series .sermon-series-row {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
#Content .browse-sermon-series .sermon-series-row:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #ebebeb;
}
#Content .browse-sermon-series .see-more-options-link-container {
  border-bottom: 0;
}
@media (max-width: 991px) {
  #Content .browse-sermon-series > .row > .col-sm-6 {
    display: inline-block;
    width: 49.5%;
    float: none;
    vertical-align: top;
  }
  #Content .browse-sermon-series .sermon-series-row .article-container.grid-view {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  #Content .browse-sermon-series > .row > .col-sm-6 {
    width: 49%;
  }
  #Content .browse-sermon-series > .row > .col-sm-6.col-xs-12 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #Content .browse-sermon-series .sermon-series-row {
    padding: 15px 0;
  }
}
#Content .sermon-series-sort-container {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 14px;
  margin: 0 0 30px;
  color: #3c3c3c;
  text-transform: uppercase;
}
#Content .sermon-series-sort-container label {
  margin-right: 5px;
}
#Content .sermon-series-sort-container .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  min-width: 260px;
  width: auto;
}
@media (max-width: 480px) {
  #Content .sermon-series-sort-container .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  #Content .sermon-series-sort-container {
    float: none !important;
    display: table;
    margin: 0 auto 15px;
  }
}
@media (max-width: 480px) {
  #Content .sermon-series-sort-container {
    font-size: 12px;
  }
}
#Content .description-container.sermon-series .series-name {
  font-size: 24px;
  line-height: 1.26;
  margin: -5px 0 4px;
}
#Content .description-container.sermon-series .series-count {
  font-size: 14px;
  font-family: 'BrandonRegular', sans-serif;
  color: #a5a5a5;
  text-transform: none;
  text-align: left;
  line-height: 1;
  margin: 0 0 6px;
}
#Content .description-container.sermon-series .series-description {
  line-height: 1.3;
}
#Content .description-container.sermon-series .functional-links {
  margin: -2px 0 0;
}
#Content .description-container.sermon-series .functional-links .watch-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  background-color: #ffffff;
  color: #3c3c3c;
  margin: 12px 0 0;
}
@media (max-width: 480px) {
  #Content .description-container.sermon-series .functional-links .watch-link {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .description-container.sermon-series .functional-links .watch-link:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
#Content .description-container.sermon-series .functional-links .watch-link > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .description-container.sermon-series .functional-links .watch-link:hover,
#Content .description-container.sermon-series .functional-links .watch-link:active,
#Content .description-container.sermon-series .functional-links .watch-link:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .description-container.sermon-series .functional-links .watch-link:hover:after {
  opacity: 0.6;
}
#Content .description-container.sermon-series .functional-links .watch-link:active:after,
#Content .description-container.sermon-series .functional-links .watch-link:focus:after {
  opacity: 1;
}
@media (max-width: 991px) {
  #Content .description-container.sermon-series {
    margin-bottom: 25px;
  }
  #Content .description-container.sermon-series .series-name {
    margin-top: 0;
    line-height: 1;
  }
  #Content .description-container.sermon-series .series-count {
    font-size: 12px;
  }
  #Content .description-container.sermon-series .functional-links .watch-link {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  #Content .description-container.sermon-series .series-name {
    font-size: 18px;
  }
}
#Content .browse-watch-channels {
  margin: 0 0 70px;
}
#Content .browse-watch-channels .channel-row {
  position: relative;
  padding: 0 0 22px;
  margin: 0 0 25px;
}
#Content .browse-watch-channels .channel-row:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ebebeb;
}
#Content .browse-watch-channels .channel-row.last-child:after,
#Content .browse-watch-channels .channel-row:last-child:after {
  display: none;
}
#Content .browse-watch-channels .channel-row .channel-header {
  overflow: hidden;
  margin: 0 0 15px;
}
#Content .browse-watch-channels .channel-row .title {
  float: left;
  margin: 0;
}
#Content .browse-watch-channels .channel-row .see-all-link {
  float: right;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: #e14105;
  text-transform: uppercase;
  text-align: left;
  margin: 10px 0;
}
@media (max-width: 991px) {
  #Content .browse-watch-channels .channel-row .article-container.grid-view {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #Content .browse-watch-channels .channel-row .title {
    font-size: 24px;
  }
  #Content .browse-watch-channels .channel-row .see-all-link {
    margin: 0;
  }
}
@media (max-width: 480px) {
  #Content .browse-watch-channels {
    margin-bottom: 50px;
  }
  #Content .browse-watch-channels .channel-row {
    padding: 0;
  }
  #Content .browse-watch-channels .channel-row .channel-header {
    margin-bottom: 25px;
  }
  #Content .browse-watch-channels .channel-row .title {
    font-size: 18px;
  }
  #Content .browse-watch-channels .channel-row .see-all-link {
    font-size: 12px;
  }
}
#Content .channel-videos {
  margin: 25px 0 70px;
}
#Content .channel-videos .section-title {
  margin: 0 0 25px;
  padding: 0;
}
@media (max-width: 768px) {
  #Content .channel-videos {
    margin: 10px 0 25px;
  }
}
#Content .more-video-channels {
  margin: 0 0 70px;
}
#Content .more-video-channels .section-title {
  margin: 0 0 25px;
  padding: 0;
}
@media (max-width: 768px) {
  #Content .more-video-channels {
    margin: 0 0 35px;
  }
}
#Content .listen-landing-banners {
  margin: 0 0 100px;
}
@media (max-width: 768px) {
  #Content .listen-landing-banners {
    margin: 0 0 50px;
  }
  #Content .listen-landing-banners .right-top-placeholder,
  #Content .listen-landing-banners .right-bottom-placeholder {
    width: 100%;
    height: auto;
  }
  #Content .listen-landing-banners .right-top-placeholder {
    display: none;
  }
}
#Content .todays-moment-widget-container {
  display: block;
  height: 100%;
  padding: 42px 30px;
  overflow: hidden;
}
#Content .todays-moment-widget-container:hover {
  color: #3c3c3c;
}
#Content .todays-moment-widget-container img {
  float: left;
}
#Content .todays-moment-widget-container .text-container {
  float: left;
  display: block;
  width: 220px;
  margin: 35px 0 0 30px;
}
#Content .todays-moment-widget-container .text-container .widget-title {
  display: inline-block;
  font-size: 24px;
  font-family: 'BrandonLight', sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 12px;
}
#Content .todays-moment-widget-container .text-container .text {
  display: inline-block;
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #Content .todays-moment-widget-container {
    padding-top: 20px;
  }
  #Content .todays-moment-widget-container .text-container {
    width: 160px;
    margin: 20px 0 0 20px;
  }
}
@media (max-width: 991px) {
  #Content .todays-moment-widget-container {
    padding: 40px 15px 20px;
  }
  #Content .todays-moment-widget-container .text-container {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 768px) {
  #Content .todays-moment-widget-container {
    display: table;
    margin: 0 auto;
    padding: 30px 15px;
    text-align: center;
  }
  #Content .todays-moment-widget-container .text-container {
    width: auto;
    margin-top: 35px;
  }
  #Content .todays-moment-widget-container .text-container .text {
    display: block;
  }
}
@media (max-width: 480px) {
  #Content .todays-moment-widget-container {
    text-align: left;
  }
  #Content .todays-moment-widget-container .text-container {
    width: 160px;
    margin-top: 15px;
  }
}
#Content .listen-channel-library {
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  #Content .listen-channel-library {
    margin: 10p 0 0;
  }
}
#Content .more-audio-channels {
  margin: 0 0 100px;
}
#Content .more-audio-channels .section-title {
  margin: 0 0 25px;
  padding: 0;
}
#Content .more-audio-channels .see-all-link {
  font-size: 16px;
  font-family: 'BrandonBold', sans-serif;
  color: #e14105;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 991px) {
  #Content .more-audio-channels {
    margin: 0 0 50px;
  }
}
@media (max-width: 768px) {
  #Content .more-audio-channels .section-title {
    margin: 0 0 15px;
    text-align: center;
  }
  #Content .more-audio-channels .see-all-link {
    display: none;
  }
}
#Content .browse-listen-channels {
  margin: 0 0 100px;
  text-align: center;
}
@media (max-width: 768px) {
  #Content .browse-listen-channels {
    margin-bottom: 50px;
  }
}
#Content .article-container.grid-view.listen.channel-item {
  margin: 0 0 20px;
}
#Content .article-container.grid-view.listen.channel-item .article-thumbnail-container {
  display: block;
  overflow: hidden;
}
#Content .article-container.grid-view.listen.channel-item .article-thumbnail-container.big {
  height: 525px;
}
#Content .article-container.grid-view.listen.channel-item .article-thumbnail-container.small {
  height: 220px;
}
#Content .article-container.grid-view.listen.channel-item .article-description-container {
  float: left;
  width: 265px;
}
#Content .article-container.grid-view.listen.channel-item .article-description-container .article-name {
  font-size: 24px;
  margin: 7px 0 0;
  height: 60px;
  overflow: hidden;
}
#Content .article-container.grid-view.listen.channel-item .functional-links {
  float: right;
  margin: 9px 0 0;
}
@media (max-width: 1199px) {
  #Content .article-container.grid-view.listen.channel-item .article-thumbnail-container.big {
    height: 440px;
  }
  #Content .article-container.grid-view.listen.channel-item .article-thumbnail-container.small {
    height: 160px;
  }
  #Content .article-container.grid-view.listen.channel-item .article-description-container {
    width: 100%;
    float: none;
  }
  #Content .article-container.grid-view.listen.channel-item .article-description-container .article-name {
    margin: 5px 0 10px;
  }
  #Content .article-container.grid-view.listen.channel-item .functional-links {
    float: none;
  }
}
@media (max-width: 991px) {
  #Content .article-container.grid-view.listen.channel-item .article-thumbnail-container.big {
    height: 330px;
  }
  #Content .article-container.grid-view.listen.channel-item .article-thumbnail-container.small {
    height: 114px;
  }
  #Content .article-container.grid-view.listen.channel-item .article-description-container .article-name {
    height: 46px;
    font-size: 18px;
    margin: 5px 0;
  }
  #Content .article-container.grid-view.listen.channel-item .functional-links {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #Content .article-container.grid-view.listen.channel-item {
    max-width: 350px;
    margin: 0 auto 30px;
  }
  #Content .article-container.grid-view.listen.channel-item .article-thumbnail-container .article-thumbnail {
    height: auto;
    width: auto;
  }
  #Content .article-container.grid-view.listen.channel-item .article-thumbnail-container.big,
  #Content .article-container.grid-view.listen.channel-item .article-thumbnail-container.small {
    height: auto;
  }
  #Content .article-container.grid-view.listen.channel-item .article-description-container .article-name {
    height: auto;
  }
}
#Content .listen-item-section {
  min-height: 320px;
  margin: 25px 0 100px;
}
@media (max-width: 768px) {
  #Content .listen-item-section {
    min-height: 0;
    margin-bottom: 50px;
  }
}
#Content .listen-podcast-items {
  margin: 35px 0 100px;
}
#Content .listen-podcast-items .podcast-item-links {
  overflow: hidden;
}
#Content .listen-podcast-items .rss-link,
#Content .listen-podcast-items .itunes-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 165px;
  background-color: #ffffff;
  color: #3c3c3c;
  width: 49%;
  margin: 10px 0 0;
}
@media (max-width: 480px) {
  #Content .listen-podcast-items .rss-link,
  #Content .listen-podcast-items .itunes-link {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .listen-podcast-items .rss-link:after,
#Content .listen-podcast-items .itunes-link:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
#Content .listen-podcast-items .rss-link > span,
#Content .listen-podcast-items .itunes-link > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .listen-podcast-items .rss-link:hover,
#Content .listen-podcast-items .itunes-link:hover,
#Content .listen-podcast-items .rss-link:active,
#Content .listen-podcast-items .itunes-link:active,
#Content .listen-podcast-items .rss-link:focus,
#Content .listen-podcast-items .itunes-link:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .listen-podcast-items .rss-link:hover:after,
#Content .listen-podcast-items .itunes-link:hover:after {
  opacity: 0.6;
}
#Content .listen-podcast-items .rss-link:active:after,
#Content .listen-podcast-items .itunes-link:active:after,
#Content .listen-podcast-items .rss-link:focus:after,
#Content .listen-podcast-items .itunes-link:focus:after {
  opacity: 1;
}
#Content .listen-podcast-items .rss-link {
  float: left;
}
#Content .listen-podcast-items .itunes-link {
  float: right;
}
@media (max-width: 768px) {
  #Content .listen-podcast-items {
    margin-bottom: 50px;
  }
  #Content .listen-podcast-items .article-container.item-view {
    width: 80%;
    margin: 0 auto;
    height: auto !important;
  }
  #Content .listen-podcast-items .podcast-item-links {
    width: 80%;
    margin: 0 auto 50px;
  }
}
@media (max-width: 480px) {
  #Content .listen-podcast-items .article-container.item-view,
  #Content .listen-podcast-items .podcast-item-links {
    width: 100%;
  }
  #Content .listen-podcast-items .rss-link,
  #Content .listen-podcast-items .itunes-link {
    width: 100%;
  }
}
#Content .article-container.banner-view.podcast {
  padding: 50px 15px;
  background: url('/Skins/images/listen-banners-bg.png') repeat scroll center center transparent;
}
#Content .article-container.banner-view.podcast .article-thumbnail-container {
  margin: 0 0 20px;
}
#Content .article-container.banner-view.podcast .article-description-container {
  position: relative;
  margin-bottom: 40px;
}
#Content .article-container.banner-view.podcast .article-description-container .article-name {
  position: relative;
  padding: 0 0 28px;
  margin: 0 0 25px;
  font-family: 'BrandonBold', sans-serif;
}
#Content .article-container.banner-view.podcast .article-description-container .article-name:after {
  content: '';
  width: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 6px solid #afb9d5;
}
#Content .article-container.banner-view.podcast .article-description-container .article-description {
  margin: 0;
}
#Content .article-container.banner-view.podcast .article-description-container p {
  margin: 0;
}
#Content .article-container.banner-view.podcast .functional-links {
  display: table;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #Content .article-container.banner-view.podcast .article-description-container .article-name {
    font-size: 42px;
  }
  #Content .article-container.banner-view.podcast .article-description-container .article-description br {
    display: none;
  }
}
@media (max-width: 768px) {
  #Content .article-container.banner-view.podcast {
    padding: 50px 15px 35px;
  }
}
@media (max-width: 480px) {
  #Content .article-container.banner-view.podcast .article-thumbnail-container .article-thumbnail {
    width: 70px;
  }
  #Content .article-container.banner-view.podcast .article-description-container {
    margin-bottom: 30px;
  }
  #Content .article-container.banner-view.podcast .article-description-container .article-name {
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #Content .article-container.banner-view.podcast .article-description-container .article-name:after {
    border-width: 4px !important;
    width: 100px;
  }
}
#Content .itrn-container {
  position: relative;
  background-color: #f9f9f9;
  overflow-x: hidden;
  /*@media (max-width:640px) {

			.col-xs-12 {
				padding:0;
			}

			.banner-img  {
				display:none;
			}
			.banner-img-mobile {
				display:block;
			}

			.itrn-header {
				height:300px;

				.itrn-header-content {
					padding:30px 15px;
				}

				.radio-description {
					position:absolute;
					bottom:25%;
					left:0;
					right:0;
					text-align:center;
					margin:0;

					.status {
						font-size:18px;
						margin-bottom:5px;
					}
				}

				.listen-in-language {
					position:absolute;
					bottom:5%;
					left:0;
					right:0;
					text-align:center;
				}

				.audio-player {
					position:absolute;
					top:60px;
					left:0;
					right:0;

					.player-progressbar,
					.volume-wrapper,
					.radio-status {
						display:none;
					}

					.player-bar {
						height:auto;
					}

					.action-button {
						position:static;
						.block;
						width:200px;
						height:200px;
						margin:auto;
						background:url('@{imgPath}itrn-mobile-icons.png') no-repeat scroll 10px 33px;
						background-color:fade(@white, 40%);
						.rounded(100%);

						&.active {
							background-position:2px -166px;
						}
					}
				}
			}
		}*/
}
#Content .itrn-container .banner-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: initial;
}
#Content .itrn-container .banner-img-mobile {
  display: none;
}
#Content .itrn-container .itrn-header {
  position: relative;
  height: 550px;
  overflow: hidden;
}
#Content .itrn-container .itrn-header .img-container {
  height: 100%;
}
#Content .itrn-container .itrn-header .img-container .banner-img-mobile {
  width: 100%;
  height: 100%;
}
#Content .itrn-container .itrn-header .radio-description {
  text-align: left;
  margin: 0 0 50px;
}
#Content .itrn-container .itrn-header .radio-description .status {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 30px;
  height: 30px;
  text-transform: initial;
  color: #9bc8be;
  margin: 0 0 35px;
  line-height: 1;
}
#Content .itrn-container .itrn-header .radio-description .title {
  margin: 0 0 10px;
  color: inherit;
  text-align: inherit;
  word-wrap: break-word;
}
#Content .itrn-container .itrn-header .radio-description .author {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 24px;
  margin: 0;
}
#Content .itrn-container .itrn-header .listen-in-language {
  float: right;
  padding: 15px 0;
}
#Content .itrn-container .itrn-header .listen-in-language .listen-in-link {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-decoration: underline;
}
#Content .itrn-container .itrn-header .listen-in-language .listen-in-link:hover,
#Content .itrn-container .itrn-header .listen-in-language .listen-in-link:active {
  color: #ffffff;
}
#Content .itrn-container .itrn-header .audio-player {
  position: relative;
}
#Content .itrn-container .itrn-header .audio-player .action-button.active {
  background-position: -36px -227px;
}
#Content .itrn-container .itrn-header .audio-player .player-progressbar {
  background-color: #9bc8be;
}
#Content .itrn-container .itrn-header .audio-player .radio-status {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 24px;
  position: absolute;
  bottom: -40px;
  left: 60px;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 1px;
}
#Content .itrn-container .itrn-header .audio-player .radio-status .icon {
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  background-color: #9bc8be;
  vertical-align: baseline;
}
#Content .itrn-container .itrn-header .audio-player .radio-status.active {
  visibility: visible;
}
#Content .itrn-container .itrn-header .audio-player .radio-status.active .icon {
  background-color: #3f7266;
}
#Content .itrn-container .itrn-header .itrn-header-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 100px 0 0;
}
#Content .itrn-container .itrn-description-container {
  padding: 35px 15px 20px;
  text-align: center;
}
#Content .itrn-container .itrn-description-container .itrn-logo {
  display: inline-block;
  margin-bottom: 30px;
}
#Content .itrn-container .itrn-description-container .description {
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  #Content .itrn-container .banner-img {
    height: 400px;
  }
  #Content .itrn-container .itrn-header {
    height: 400px;
  }
  #Content .itrn-container .itrn-header .radio-description .status {
    font-size: 24px;
  }
  #Content .itrn-container .itrn-header .radio-description .title {
    font-size: 36px;
  }
  #Content .itrn-container .itrn-header .radio-description .author {
    font-size: 21px;
  }
  #Content .itrn-container .itrn-header .listen-in-language {
    padding: 10px 0;
  }
  #Content .itrn-container .itrn-header .listen-in-language .listen-in-link {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #Content .itrn-container .itrn-header .itrn-header-content {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  #Content .itrn-container .col-xs-12 {
    padding: 0;
  }
  #Content .itrn-container .banner-img {
    display: none;
  }
  #Content .itrn-container .banner-img-mobile {
    display: block;
  }
  #Content .itrn-container .itrn-header {
    height: 300px;
  }
  #Content .itrn-container .itrn-header .itrn-header-content {
    padding: 30px 15px;
  }
  #Content .itrn-container .itrn-header .radio-description {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
  }
  #Content .itrn-container .itrn-header .radio-description .status {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #Content .itrn-container .itrn-header .listen-in-language {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
  }
  #Content .itrn-container .itrn-header .audio-player {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
  }
  #Content .itrn-container .itrn-header .audio-player .player-progressbar,
  #Content .itrn-container .itrn-header .audio-player .volume-wrapper,
  #Content .itrn-container .itrn-header .audio-player .radio-status {
    display: none;
  }
  #Content .itrn-container .itrn-header .audio-player .player-bar {
    height: auto;
  }
  #Content .itrn-container .itrn-header .audio-player .action-button {
    position: static;
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
    background: url('/Skins/images/itrn-mobile-icons.png') no-repeat scroll 10px 33px;
    background-color: rgba(155, 200, 190, 0.4);
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  #Content .itrn-container .itrn-header .audio-player .action-button.active {
    background-position: 2px -166px;
  }
}
@media (max-width: 480px) {
  #Content .itrn-container .itrn-header .audio-player {
    top: 25px;
  }
  #Content .itrn-container .itrn-header .audio-player .action-button {
    width: 130px;
    height: 130px;
    background-position: -18px -380px;
  }
  #Content .itrn-container .itrn-header .audio-player .action-button.active {
    background-position: -23px -553px;
  }
  #Content .itrn-container .itrn-header .radio-description {
    bottom: 18%;
  }
  #Content .itrn-container .itrn-header .radio-description .status {
    height: 18px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #Content .itrn-container .itrn-header .radio-description .title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  #Content .itrn-container .itrn-header .radio-description .author {
    font-size: 16px;
  }
  #Content .itrn-container .itrn-header .listen-in-language {
    bottom: 4%;
  }
  #Content .itrn-container .itrn-header .listen-in-language .listen-in-link {
    font-size: 16px;
  }
}
#Content .itrn-stuff .get-app-widget-container {
  display: none;
}
#Content .itrn-stuff .magazine-subscribe-announcement {
  margin: 0;
}
@media (max-width: 768px) {
  #Content .itrn-stuff .get-involved-announcement {
    margin-bottom: 50px;
  }
  #Content .itrn-stuff .magazine-subscribe-announcement {
    margin-bottom: 50px;
  }
  #Content .itrn-stuff .get-app-widget-container {
    display: block;
  }
}
#Content .get-involved-announcement {
  min-height: 200px;
  padding: 25px 15px 15px;
  background: url('/Skins/images/green-black-bg.png') repeat scroll 0 0 transparent;
  border-bottom: 2px solid rgba(1, 1, 1, 0.2);
}
#Content .get-involved-announcement .title {
  font-size: 42px;
  font-family: 'BrandonRegular', sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 10px;
  line-height: 1.1;
}
#Content .get-involved-announcement .title b {
  font-family: 'BrandonBold', sans-serif;
}
#Content .get-involved-announcement .submit-button {
  display: inline-block;
  border: none;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 165px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  min-width: 155px;
  font-size: 18px;
}
@media (max-width: 480px) {
  #Content .get-involved-announcement .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .get-involved-announcement .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/redbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .get-involved-announcement .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .get-involved-announcement .submit-button:hover,
#Content .get-involved-announcement .submit-button:active,
#Content .get-involved-announcement .submit-button:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .get-involved-announcement .submit-button:hover:after {
  opacity: 0.9;
}
@media (max-width: 991px) {
  #Content .get-involved-announcement {
    padding: 25px 15px;
  }
  #Content .get-involved-announcement .title {
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
  }
  #Content .get-involved-announcement .submit-button {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #Content .get-involved-announcement {
    height: auto;
    min-height: initial;
  }
  #Content .get-involved-announcement .title {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  #Content .get-involved-announcement .title {
    font-size: 32px;
  }
}
.station {
  position: relative;
  min-height: 230px;
}
.station .station-name {
  padding: 20px 0;
  margin: 0;
}
.station .station-abbrv b {
  font-size: 30px;
  line-height: 30px;
}
.station .weekday {
  margin-right: 15px;
}
.station .network-logo span {
  display: block;
  font-size: 14px;
  margin: 0 0 0 15px;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #d4d4d4;
  background-color: #F9F9F9;
}
.station .change-station {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-weight: bold;
}
.station .change-station:link,
.station .change-station:active,
.station .change-station:hover,
.station .change-station:visited {
  color: #e14105;
}
#Content .search-results-container {
  margin: 50px 0 100px;
}
#Content .search-results-container .title {
  margin: 0 0 5px;
}
#Content .search-results-container > p {
  color: #a5a5a5;
  margin: 0 0 60px;
}
#Content .search-results-container > p .found-amount {
  font-family: 'BrandonBold', sans-serif;
}
#Content .search-results-container > p .searched-keyword {
  font-family: 'BrandonBold', sans-serif;
  font-size: 18px;
  color: #9bc8be;
}
#Content .search-results-container .search-results-filter-options fieldset {
  margin: 0 0 15px;
}
#Content .search-results-container .search-results-filter-options fieldset legend {
  margin: 0 0 2px;
  text-transform: uppercase;
}
#Content .search-results-container .search-results-filter-options .separator {
  background: #3c3c3c;
  margin: 0 0 10px;
}
#Content .search-results-container .search-results-filter-options .input-container {
  padding: 2px 0;
}
#Content .search-results-container .search-results-filter-options .bootstrap-select {
  width: 49.3%;
  min-width: 0;
}
#Content .search-results-container .search-results-filter-options .bootstrap-select > .dropdown-toggle {
  height: 30px;
}
#Content .search-results-container .library-section .library-sort-container {
  margin: 0;
}
@media (max-width: 991px) {
  #Content .search-results-container {
    margin: 0;
  }
  #Content .search-results-container > p {
    margin: 0 0 30px;
  }
  #Content .search-results-container .search-results-filter-options {
    margin: 0 0 50px;
  }
  #Content .search-results-container .search-results-filter-options fieldset legend {
    cursor: pointer;
    background: url('/Skins/images/mobile-dropdown-arrow-down.png') no-repeat right center;
  }
  #Content .search-results-container .search-results-filter-options fieldset .inputs {
    display: none;
  }
  #Content .search-results-container .search-results-filter-options fieldset.active legend {
    background: url('/Skins/images/mobile-dropdown-arrow-up.png') no-repeat right center;
  }
  #Content .search-results-container .search-results-filter-options fieldset.active .inputs {
    display: block;
  }
}
#Content .no-results-container .title {
  margin: 0 0 15px;
}
#Content .no-results-container form {
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
  max-width: 600px;
}
#Content .no-results-container form .search-input {
  font-family: 'BrandonRegularItalic', sans-serif;
  font-size: 16px;
  width: 100%;
  height: 40px;
  padding: 0 60px 0 15px;
  border: 1px solid #ebebeb;
  border-right: none;
}
#Content .no-results-container form .search-input:focus {
  border: 1px solid #cdcdcd;
  border-right: none;
}
#Content .no-results-container form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url('/Skins/images/st-search-icon.png') no-repeat scroll center center red;
}
#Content .no-results-container ul li {
  list-style: disc inside;
  padding-left: 20px;
  font-family: 'MuseoSlab300', serif;
  font-size: 15px;
}
#Content .learn-introduction-section {
  margin: 50px 0 100px;
}
#Content .learn-introduction-section > p {
  font-family: 'MuseoSlab300', serif;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 60px;
}
@media (max-width: 600px) {
  #Content .learn-introduction-section .row .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #Content .learn-introduction-section > p br {
    display: none;
  }
}
@media (max-width: 480px) {
  #Content .learn-introduction-section {
    margin-bottom: 50px;
  }
  #Content .learn-introduction-section > p {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
#Content .library-section.learn-topics {
  margin: 0 0 70px;
}
#Content .library-section.learn-topics .learn-topic-list {
  margin: 0 -15px;
  font-size: 0;
}
#Content .library-section.learn-topics .learn-topic-list li {
  display: inline-block;
  width: 33.334%;
  padding: 0 15px;
  vertical-align: top;
}
#Content .library-section.learn-topics .learn-topic-list .announcement-container {
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  #Content .library-section.learn-topics .learn-topic-list li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #Content .library-section.learn-topics .learn-topic-list li.other-content {
    display: none;
  }
}
@media (max-width: 600px) {
  #Content .library-section.learn-topics .learn-topic-list li {
    width: 100%;
  }
}
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option {
  -webkit-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
  display: inline-block;
  font-size: 16px;
  font-family: 'BrandonBold', sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  padding: 0 0 8px;
  margin: 0 18px;
  vertical-align: middle;
  cursor: pointer;
}
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option:first-child {
  margin-left: 0;
}
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option:after {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 3px;
}
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option:hover,
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option:active,
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option:focus {
  text-decoration: none;
}
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.faith-f:after {
  background-color: #f3ad76;
}
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.faith-f:hover,
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.faith-f.active {
  color: #f3ad76;
}
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.christian-w:after {
  background-color: #a6ceed;
}
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.christian-w:hover,
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.christian-w.active {
  color: #a6ceed;
}
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.emotions:after {
  background-color: #b79fbf;
}
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.emotions:hover,
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.emotions.active {
  color: #b79fbf;
}
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option:hover:after,
#Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.active:after {
  width: 100%;
}
@media (max-width: 991px) {
  #Content .library-section.learn-topics .library-options-container .library-sort-container {
    text-align: center;
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  #Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option {
    display: block;
    width: 225px;
    padding: 5px 10px 5px;
    margin: 0 auto 15px;
    border: 1px solid;
    text-align: center;
  }
  #Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option:first-child {
    margin-left: auto;
  }
  #Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option:after {
    display: none !important;
  }
  #Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.faith-f {
    border-color: #f3ad76;
  }
  #Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.christian-w {
    border-color: #a6ceed;
  }
  #Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option.emotions {
    border-color: #b79fbf;
  }
}
@media (max-width: 480px) {
  #Content .library-section.learn-topics .library-options-container .library-sort-container .sort-option {
    width: 100%;
  }
}
#Content .article-container.learn-topic {
  position: relative;
  height: 270px;
  padding: 30px 15px 10px;
  margin: 0 0 30px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-bottom-width: 0;
  overflow: hidden;
  z-index: 10;
}
#Content .article-container.learn-topic .article-description-container {
  margin-bottom: 50px;
}
#Content .article-container.learn-topic .article-description-container .group-title {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 14px;
  font-family: 'BrandonMedium', sans-serif;
  color: #a5a5a5;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 0 0 6px;
}
#Content .article-container.learn-topic .article-description-container .article-name {
  position: relative;
  font-size: 30px;
  padding-bottom: 15px;
  padding-top: 2px;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
#Content .article-container.learn-topic .article-description-container .article-name:after {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 3px;
  background-color: transparent;
}
@media (min-width: 992) and (max-width: 1199px) {
  #Content .article-container.learn-topic .article-description-container .article-name {
    font-size: 18px;
  }
}
#Content .article-container.learn-topic .article-description-container .article-description {
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  margin: 0 0 8px;
}
#Content .article-container.learn-topic .article-description-container .article-info-panel {
  display: table;
  margin: 0 auto 8px;
}
#Content .article-container.learn-topic .article-description-container .article-info-panel > div {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  float: left;
  font-family: 'BrandonRegular', sans-serif;
  font-size: 14px;
  color: #bcbcbc;
  line-height: 1;
}
#Content .article-container.learn-topic .article-description-container .article-info-panel > div.article-resources {
  border-right: 1px solid #cdcdcd;
  padding-right: 10px;
}
#Content .article-container.learn-topic .article-description-container .article-info-panel > div.article-followers {
  padding-left: 10px;
}
#Content .article-container.learn-topic .functional-links {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
#Content .article-container.learn-topic:after {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 0;
  content: '';
  position: absolute;
  top: 0px;
  left: -1px;
  right: -1px;
  height: 100%;
  z-index: -1;
}
#Content .article-container.learn-topic > .border {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  height: 10px;
  z-index: 20;
}
#Content .article-container.learn-topic.faith-f > .border {
  background-color: #f3ad76;
}
#Content .article-container.learn-topic.faith-f .article-description-container .article-name:after {
  background-color: #f3ad76;
}
#Content .article-container.learn-topic.faith-f:after {
  background: url('/Skins/images/faith-f-bg.png') repeat scroll 0 0 transparent;
}
#Content .article-container.learn-topic.faith-f.preview:hover .article-description-container .article-name:after {
  background-color: #f3ad76;
}
#Content .article-container.learn-topic.christian-w > .border {
  background-color: #a6ceed;
}
#Content .article-container.learn-topic.christian-w .article-description-container .article-name:after {
  background-color: #a6ceed;
}
#Content .article-container.learn-topic.christian-w:after {
  background: url('/Skins/images/christian-w-bg.png') repeat scroll 0 0 transparent;
}
#Content .article-container.learn-topic.christian-w.preview:hover .article-description-container .article-name:after {
  background-color: #a6ceed;
}
#Content .article-container.learn-topic.emotions > .border {
  background-color: #b79fbf;
}
#Content .article-container.learn-topic.emotions .article-description-container .article-name:after {
  background-color: #b79fbf;
}
#Content .article-container.learn-topic.emotions:after {
  background: url('/Skins/images/emotions-bg.png') repeat scroll 0 0 transparent;
}
#Content .article-container.learn-topic.emotions.preview:hover .article-description-container .article-name:after {
  background-color: #b79fbf;
}
#Content .article-container.learn-topic.faith-f:hover .article-description-container .group-title,
#Content .article-container.learn-topic.christian-w:hover .article-description-container .group-title,
#Content .article-container.learn-topic.emotions:hover .article-description-container .group-title {
  color: #3c3c3c;
}
#Content .article-container.learn-topic.faith-f:hover .article-description-container .article-name:after,
#Content .article-container.learn-topic.christian-w:hover .article-description-container .article-name:after,
#Content .article-container.learn-topic.emotions:hover .article-description-container .article-name:after {
  background-color: #3c3c3c;
}
#Content .article-container.learn-topic.faith-f:hover .article-description-container .article-info-panel > div,
#Content .article-container.learn-topic.christian-w:hover .article-description-container .article-info-panel > div,
#Content .article-container.learn-topic.emotions:hover .article-description-container .article-info-panel > div {
  color: #3c3c3c;
}
#Content .article-container.learn-topic.faith-f:hover .article-description-container .article-info-panel > div.article-resources,
#Content .article-container.learn-topic.christian-w:hover .article-description-container .article-info-panel > div.article-resources,
#Content .article-container.learn-topic.emotions:hover .article-description-container .article-info-panel > div.article-resources {
  border-right-color: #3c3c3c;
}
#Content .article-container.learn-topic.faith-f:hover:after,
#Content .article-container.learn-topic.christian-w:hover:after,
#Content .article-container.learn-topic.emotions:hover:after {
  opacity: 1;
}
#Content .article-container.learn-topic.faith-f:hover > .border,
#Content .article-container.learn-topic.christian-w:hover > .border,
#Content .article-container.learn-topic.emotions:hover > .border {
  background-color: #000000;
  opacity: 0.2;
}
#Content .article-container.learn-topic.faith-f.preview:hover .article-description-container .group-title,
#Content .article-container.learn-topic.christian-w.preview:hover .article-description-container .group-title,
#Content .article-container.learn-topic.emotions.preview:hover .article-description-container .group-title {
  color: #a5a5a5;
}
#Content .article-container.learn-topic.faith-f.preview:hover .article-description-container .article-info-panel > div,
#Content .article-container.learn-topic.christian-w.preview:hover .article-description-container .article-info-panel > div,
#Content .article-container.learn-topic.emotions.preview:hover .article-description-container .article-info-panel > div {
  color: #3c3c3c;
}
#Content .article-container.learn-topic.faith-f.preview:hover .article-description-container .article-info-panel > div.article-resources,
#Content .article-container.learn-topic.christian-w.preview:hover .article-description-container .article-info-panel > div.article-resources,
#Content .article-container.learn-topic.emotions.preview:hover .article-description-container .article-info-panel > div.article-resources {
  border-right-color: #cdcdcd;
}
#Content .article-container.learn-topic.faith-f.preview:hover > .border,
#Content .article-container.learn-topic.christian-w.preview:hover > .border,
#Content .article-container.learn-topic.emotions.preview:hover > .border {
  opacity: 1;
}
#Content .article-container.learn-topic.faith-f.preview:hover:after,
#Content .article-container.learn-topic.christian-w.preview:hover:after,
#Content .article-container.learn-topic.emotions.preview:hover:after {
  opacity: 0;
}
#Content .article-container.learn-topic.preview {
  height: 290px;
  padding: 28px 15px 0;
  border-top-width: 0;
  border-bottom-width: 1px;
  margin: 0;
}
#Content .article-container.learn-topic.preview > .border {
  top: 0;
  height: 6px;
}
#Content .article-container.learn-topic.preview:after {
  height: 0;
}
#Content .article-container.learn-topic.preview.faith-f:hover > .border {
  background-color: #f3ad76 !important;
}
#Content .article-container.learn-topic.preview.christian-w:hover > .border {
  background-color: #a6ceed !important;
}
#Content .article-container.learn-topic.preview.emotions:hover > .border {
  background-color: #b79fbf !important;
}
#Content .article-container.learn-topic.preview .article-description-container {
  margin-bottom: 45px;
}
#Content .article-container.learn-topic.preview .article-description-container .article-info-panel > div {
  color: #3c3c3c;
}
#Content .article-container.learn-topic.preview .article-description-container .article-name {
  white-space: normal;
}
#Content .article-container.learn-topic.preview .article-description-container .article-info-panel {
  margin: 0 auto 25px;
}
#Content .article-container.learn-topic.preview .functional-links {
  bottom: 10px;
  left: 15px;
  right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #Content .article-container.learn-topic {
    height: 220px;
    padding-top: 15px;
  }
  #Content .article-container.learn-topic .article-description-container .group-title {
    font-size: 12px;
  }
  #Content .article-container.learn-topic .article-description-container .article-name {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  #Content .article-container.learn-topic .article-description-container .article-description {
    font-size: 15px;
  }
  #Content .article-container.learn-topic .functional-links {
    bottom: 14px;
  }
  #Content .article-container.learn-topic.preview {
    height: 290px;
  }
}
@media (max-width: 991px) {
  #Content .article-container.learn-topic {
    height: 260px;
  }
  #Content .article-container.learn-topic .article-description-container .article-name {
    font-size: 24px;
  }
  #Content .article-container.learn-topic .functional-links {
    bottom: 10px;
  }
  #Content .article-container.learn-topic.preview {
    height: 260px;
    margin-bottom: 30px;
  }
  #Content .article-container.learn-topic.preview .functional-links {
    left: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  #Content .article-container.learn-topic {
    height: 330px;
  }
  #Content .article-container.learn-topic.preview {
    height: 330px;
  }
}
@media (max-width: 600px) {
  #Content .article-container.learn-topic {
    height: auto;
  }
  #Content .article-container.learn-topic .article-description-container {
    margin-bottom: 60px;
  }
  #Content .article-container.learn-topic .article-description-container .article-name {
    white-space: normal;
  }
  #Content .article-container.learn-topic.preview {
    height: auto;
  }
  #Content .article-container.learn-topic.preview .article-description-container {
    margin-bottom: 60px;
  }
  #Content .article-container.learn-topic.preview .functional-links {
    bottom: 5px;
  }
}
@media (max-width: 480px) {
  #Content .article-container.learn-topic {
    padding: 15px 5px 10px;
  }
  #Content .article-container.learn-topic.preview .article-description-container .group-title,
  #Content .article-container.learn-topic .article-description-container .group-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #Content .article-container.learn-topic.preview .article-description-container .article-name,
  #Content .article-container.learn-topic .article-description-container .article-name {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  #Content .article-container.learn-topic.preview {
    padding: 20px 5px 0;
  }
}
#Content .article-container.learn-content-item {
  position: relative;
  height: 290px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
#Content .article-container.learn-content-item .article-thumbnail-container {
  position: relative;
  margin: 0 0 12px;
}
#Content .article-container.learn-content-item .article-thumbnail-container .article-thumbnail {
  width: 100%;
}
#Content .article-container.learn-content-item .article-thumbnail-container .article-status-icon {
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
}
#Content .article-container.learn-content-item .article-thumbnail-container .article-status-icon.play {
  background: url('/Skins/images/play-icon.png') no-repeat scroll center center #3c3c3c;
}
#Content .article-container.learn-content-item .article-thumbnail-container .article-status-icon.tv-broadcast {
  background: url('/Skins/images/tv-broadcast-icon.png') no-repeat scroll center center #3c3c3c;
}
#Content .article-container.learn-content-item .article-description-container {
  padding: 0 13px;
  margin-bottom: 60px;
  text-align: left;
}
#Content .article-container.learn-content-item .article-description-container .info-line {
  font-size: 14px;
  font-family: 'BrandonMedium', sans-serif;
  color: #a5a5a5;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  margin: 0 0 5px;
}
#Content .article-container.learn-content-item .article-description-container .article-name {
  height: 45px;
  overflow: hidden;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.2;
}
#Content .article-container.learn-content-item .functional-links {
  position: absolute;
  left: 15px;
  bottom: 10px;
}
@media (max-width: 600px) {
  #Content .article-container.learn-content-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #Content .article-container.learn-content-item {
    height: auto;
  }
}
@media (max-width: 480px) {
  #Content .article-container.learn-content-item .functional-links {
    bottom: 5px;
  }
}
#Content .article-container.banner-view.learn {
  min-height: 450px;
}
#Content .article-container.banner-view.learn .article-description-container {
  position: relative;
  margin-top: 100px;
}
#Content .article-container.banner-view.learn .article-description-container .article-name {
  font-family: 'BrandonBold', sans-serif;
  position: relative;
  padding: 2px 0 28px;
  margin: 0 0 22px;
}
#Content .article-container.banner-view.learn .article-description-container .article-name:after {
  content: '';
  width: 140px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #3c3c3c;
}
#Content .article-container.banner-view.learn .article-description-container .info-panel {
  display: table;
  margin: 0 auto 28px;
  padding: 4px 0 0;
  line-height: 1;
  overflow: hidden;
}
#Content .article-container.banner-view.learn .article-description-container .info-panel > div {
  float: left;
  font-family: 'BrandonRegular', sans-serif;
  font-size: 16px;
  padding: 0 10px;
  border-right: 1px solid #3c3c3c;
}
#Content .article-container.banner-view.learn .article-description-container .info-panel > div:first-child {
  padding-left: 0;
}
#Content .article-container.banner-view.learn .article-description-container .info-panel > div.last-child,
#Content .article-container.banner-view.learn .article-description-container .info-panel > div:last-child {
  border: none;
  padding-right: 0;
}
#Content .article-container.banner-view.learn .functional-links {
  display: table;
  margin: 0 auto;
}
#Content .article-container.banner-view.learn .functional-links .follow {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  width: 360px;
  background-color: #ffffff;
  color: #3c3c3c;
  display: block;
  position: relative;
  line-height: 50px;
  height: 50px;
  margin: 40px auto 12px;
}
@media (max-width: 480px) {
  #Content .article-container.banner-view.learn .functional-links .follow {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .article-container.banner-view.learn .functional-links .follow:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
#Content .article-container.banner-view.learn .functional-links .follow > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .article-container.banner-view.learn .functional-links .follow:hover,
#Content .article-container.banner-view.learn .functional-links .follow:active,
#Content .article-container.banner-view.learn .functional-links .follow:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .article-container.banner-view.learn .functional-links .follow:hover:after {
  opacity: 0.6;
}
#Content .article-container.banner-view.learn .functional-links .follow:active:after,
#Content .article-container.banner-view.learn .functional-links .follow:focus:after {
  opacity: 1;
}
#Content .article-container.banner-view.learn .functional-links .follow .icon {
  width: 20px;
  left: 20%;
}
#Content .article-container.banner-view.learn.christian-w .article-description-container .article-name:after {
  background-color: #a6ceed;
}
#Content .article-container.banner-view.learn.christian-w .functional-links .follow:after {
  background: url('/Skins/images/christian-w-bg.png') repeat scroll 0 0 transparent;
}
#Content .article-container.banner-view.learn.faith-f .article-description-container .article-name:after {
  background-color: #f3ad76;
}
#Content .article-container.banner-view.learn.faith-f .functional-links .follow:after {
  background: url('/Skins/images/faith-f-bg.png') repeat scroll 0 0 transparent;
}
#Content .article-container.banner-view.learn.emotions .article-description-container .article-name:after {
  background-color: #b79fbf;
}
#Content .article-container.banner-view.learn.emotions .functional-links .follow:after {
  background: url('/Skins/images/emotions-bg.png') repeat scroll 0 0 transparent;
}
#Content .article-container.banner-view.learn.topic {
  min-height: 495px;
}
#Content .article-container.banner-view.learn.topic .article-thumbnail-container {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
#Content .article-container.banner-view.learn.topic .article-thumbnail-container .article-thumbnail {
  max-width: initial;
}
#Content .article-container.banner-view.learn.topic .info-panel {
  margin-bottom: 0;
}
#Content .article-container.banner-view.learn.topic .functional-links a[data-link-name="share"] {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 14px;
}
@media (max-width: 768px) {
  #Content .article-container.banner-view.learn.topic {
    min-height: initial;
    height: auto;
    padding: 0 0 30px;
  }
  #Content .article-container.banner-view.learn.topic .article-thumbnail-container {
    bottom: 0;
  }
  #Content .article-container.banner-view.learn.topic .article-thumbnail-container .article-thumbnail {
    height: 100%;
  }
  #Content .article-container.banner-view.learn.topic .article-description-container {
    position: relative;
    margin-top: 70px;
  }
  #Content .article-container.banner-view.learn.topic .article-description-container .article-name {
    font-size: 36px;
  }
  #Content .article-container.banner-view.learn.topic .article-description-container .article-description {
    padding: 0 20px;
  }
  #Content .article-container.banner-view.learn.topic .article-description-container .article-description br {
    display: none;
  }
}
@media (max-width: 480px) {
  #Content .article-container.banner-view.learn.topic .article-description-container {
    margin-top: 50px;
  }
  #Content .article-container.banner-view.learn.topic .article-description-container .article-name {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #Content .article-container.banner-view.learn.topic .article-description-container .article-name:after {
    height: 4px !important;
  }
  #Content .article-container.banner-view.learn.topic .functional-links {
    display: block;
  }
  #Content .article-container.banner-view.learn.topic .functional-links a[data-link-name="share"] {
    font-size: 11px;
  }
  #Content .article-container.banner-view.learn.topic .functional-links .follow {
    width: 85%;
    margin-top: 25px;
  }
  #Content .article-container.banner-view.learn.topic .functional-links .follow .icon {
    left: 15%;
    -webkit-background-size: 70%;
    background-size: 70%;
  }
}
@media (max-width: 480px) and view-retina {
  #Content .article-container.banner-view.learn.topic .functional-links .follow .icon {
    left: 10%;
  }
}
#Content .article-container.banner-view.learn.subtopic {
  min-height: 0;
}
#Content .article-container.banner-view.learn.subtopic .article-description-container {
  position: static;
  margin: 0 0 90px;
}
#Content .article-container.banner-view.learn.subtopic .article-description-container .info-panel > div {
  color: #bcbcbc;
  border-color: #cdcdcd;
}
#Content .learn-topic-items {
  margin: 0 0 100px;
}
@media (max-width: 768px) {
  #Content .learn-topic-items {
    margin: 25px 0 50px;
  }
  #Content .learn-topic-items .article-container.item-view {
    width: 80%;
    margin: 0 auto 50px;
    height: auto !important;
  }
}
@media (max-width: 480px) {
  #Content .learn-topic-items .article-container.item-view {
    width: 100%;
  }
}
#Content .continue-learning {
  margin: 0 0 30px;
  background: url('/Skins/images/christian-w-bg.png') repeat scroll 0 0 transparent;
}
#Content .continue-learning header {
  padding: 10px 15px 0;
}
#Content .continue-learning .cl {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 5px 0;
}
#Content .continue-learning .title {
  font-size: 30px;
  margin: 0 0 10px;
}
#Content .continue-learning ul li {
  border-top: 1px solid rgba(1, 1, 1, 0.5);
}
#Content .continue-learning ul li a {
  display: block;
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  padding: 10px 15px;
}
#Content .continue-learning ul li a:hover {
  color: #3c3c3c;
  text-decoration: underline;
}
#Content {
  /*.left-edge-container {
		color: #fff;
		background: url('@{imgPath}article-quote-bg.png') repeat;
		background-size: 270px;

		@media @view-desktop {
			background-size: 200px;
		}
	}*/
  /* MAGAZINE REDESIGN.  
		In order to avoid breaking styles for other elements, new classes and styles go below.
		After Redesign is finished please remove useless/old code and this comment. 
	*/
}
#Content .title48 {
  font-family: 'BrandonLight', sans-serif;
}
#Content .magazine-banner-container .top-banner {
  padding: 0 0 30px;
}
#Content .magazine-banner-container .magazine-main-banner .article-description-container {
  padding-left: 15px;
  padding-right: 15px;
}
#Content .article-category {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
}
#Content .article-category a:hover,
#Content .article-category a:focus {
  text-decoration: none;
}
#Content .article-category span {
  font-family: 'BrandonBold', sans-serif;
  text-transform: uppercase;
}
#Content .article-updates-container {
  padding: 0;
  margin: 0 0 100px;
}
#Content .article-updates-container .title {
  font-family: 'BrandonLight', sans-serif;
  margin: 20px 0;
}
#Content .article-updates-container .article-container {
  padding: 30px 0 0;
  margin: 0 0 30px;
  color: #3c3c3c;
  background: #ffffff;
}
#Content .article-updates-container .article-container .article-thumbnail-container {
  max-height: 230px;
}
#Content .article-updates-container .article-container .article-thumbnail-container img {
  width: 100%;
}
@media (max-width: 768px) {
  #Content .article-updates-container .article-container .article-thumbnail-container {
    float: left;
    width: 120px;
    max-height: 120px;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  #Content .article-updates-container .article-container .article-thumbnail-container {
    width: 90px;
  }
}
#Content .article-updates-container .article-container .article-description-container {
  min-height: 150px;
  padding: 10px 15px 55px;
}
@media (max-width: 768px) {
  #Content .article-updates-container .article-container .article-description-container {
    min-height: 0;
    padding: 10px 15px 10px 0;
  }
}
#Content .article-updates-container .article-container .article-description-container .article-name {
  font: 22px 'BrandonMedium', sans-serif;
  text-transform: none;
  margin: 0 0 10px;
  color: inherit;
}
@media (max-width: 768px) {
  #Content .article-updates-container .article-container .article-description-container .article-name {
    font-size: 18px;
  }
}
#Content .article-updates-container .article-container .functional-links {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #Content .article-updates-container .article-container .functional-links a {
    font-size: 10px;
    margin: 0 0 0 10px;
  }
  #Content .article-updates-container .article-container .functional-links a:first-child {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #Content .article-updates-container .article-container .functional-links {
    position: static;
  }
  #Content .article-updates-container .article-container .functional-links .article-description {
    margin-bottom: 30px;
  }
}
#Content .article-updates-container .article-container.daily-devotion .article-thumbnail-container {
  height: 230px;
  padding: 30px 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background: url('/Skins/images/pictures/magazine/daily-devotion-banner-bg.png') repeat;
}
#Content .article-updates-container .article-container.daily-devotion .article-thumbnail-container .date {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#Content .article-updates-container .article-container.daily-devotion .article-thumbnail-container .date > b {
  font-size: 60px;
  letter-spacing: 0;
}
#Content .article-updates-container .article-container.daily-devotion .article-thumbnail-container .title {
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 60px;
  font-family: 'BrandonLight', sans-serif;
  line-height: 40px;
}
#Content .article-updates-container .article-container.daily-devotion .article-thumbnail-container .title > b {
  display: block;
  font-size: 30px;
  font-family: 'BrandonBold', sans-serif;
}
#Content .article-updates-container .article-container.daily-devotion .article-thumbnail-container p {
  color: #ffffff;
  padding: 0 10px;
}
#Content .article-updates-container .article-container.daily-devotion .read-more {
  position: absolute;
  bottom: 9px;
  right: 0;
  color: #e14105;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #Content .article-updates-container .article-container.daily-devotion .article-thumbnail-container {
    height: 188px;
    padding: 10px 0;
  }
  #Content .article-updates-container .article-container.daily-devotion .article-thumbnail-container .date {
    letter-spacing: 0;
  }
  #Content .article-updates-container .article-container.daily-devotion .article-thumbnail-container .date > b {
    font-size: 48px;
  }
  #Content .article-updates-container .article-container.daily-devotion .article-thumbnail-container .title {
    font-size: 48px;
  }
  #Content .article-updates-container .article-container.daily-devotion .article-thumbnail-container .title > b {
    font-size: 24px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  #Content .article-updates-container .article-container.daily-devotion .article-thumbnail-container {
    height: 221px;
  }
}
#Content .article-updates-container .article-container.letters-comments .article-description-container {
  min-height: 230px;
  max-height: 230px;
}
#Content .article-updates-container .article-container.letters-comments .article-description-container h3 {
  text-transform: none;
  padding-top: 60px;
}
#Content .article-updates-container .col-md-6 .article-container .article-thumbnail-container {
  max-height: 360px;
}
#Content .article-updates-container .exclusive-articles {
  margin-bottom: 20px;
}
#Content .article-updates-container .exclusive-articles .article-thumbnail-container img {
  width: 100%;
}
@media (max-width: 768px) {
  #Content .article-updates-container .exclusive-articles .article-thumbnail-container {
    float: none;
    width: 100%;
    height: auto;
    min-height: none;
    max-height: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #Content .article-updates-container .exclusive-articles .article-description-container .article-description h4 > a {
    font-size: 22px;
  }
  #Content .article-updates-container .exclusive-articles .article-description-container .article-description p {
    font-size: 14px;
  }
  #Content .article-updates-container .exclusive-articles .article-description-container .article-description .author {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #Content .article-updates-container {
    margin-bottom: 50px;
  }
}
#Content .current-issue-container {
  margin-bottom: 70px;
}
#Content .current-issue-container .current-issue-banner-container {
  min-height: 562px;
  overflow: hidden;
  margin-bottom: 100px;
  position: relative;
}
#Content .current-issue-container .current-issue-banner-container > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #Content .current-issue-container .current-issue-banner-container > img {
    display: none;
  }
}
#Content .current-issue-container .current-issue-banner-container h1 {
  font-family: 'BrandonLight', sans-serif;
  position: relative;
  margin: 30px 0 50px;
}
#Content .current-issue-container .current-issue-banner-container .article-container {
  position: relative;
  max-width: 230px;
}
#Content .current-issue-container .current-issue-banner-container .article-container .article-category {
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  font-size: 16px;
}
#Content .current-issue-container .current-issue-banner-container .article-container .article-category > span {
  font-family: 'BrandonBold', sans-serif;
  text-transform: uppercase;
}
#Content .current-issue-container .current-issue-banner-container .article-container .article-thumbnail-container {
  max-height: 230px;
  display: block;
  overflow: hidden;
}
#Content .current-issue-container .current-issue-banner-container .article-container .article-description-container {
  min-height: 170px;
  background: #ffffff;
  padding: 10px 15px 35px;
}
#Content .current-issue-container .current-issue-banner-container .article-container .article-description-container .article-name {
  margin: 0 0 5px;
  font: 22px 'BrandonMedium', sans-serif;
  text-transform: none;
}
@media (max-width: 768px) {
  #Content .current-issue-container .current-issue-banner-container .article-container .article-description-container .article-name {
    font-size: 18px;
  }
}
#Content .current-issue-container .current-issue-banner-container .article-container .article-description-container .functional-links {
  position: absolute;
  bottom: 5px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #Content .current-issue-container .current-issue-banner-container .left-article-container .article-name {
    font-size: 18px;
  }
  #Content .current-issue-container .current-issue-banner-container .left-article-container .article-description {
    font-size: 15px;
  }
  #Content .current-issue-container .current-issue-banner-container .left-article-container .author {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #Content .current-issue-container .current-issue-banner-container .left-article-container .article-container {
    max-width: none;
    width: 100%;
  }
  #Content .current-issue-container .current-issue-banner-container .left-article-container .article-container .article-thumbnail-container {
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 15px;
  }
  #Content .current-issue-container .current-issue-banner-container .left-article-container .article-container .article-description-container {
    padding: 10px 15px 10px 0;
  }
}
#Content .current-issue-container .current-issue-banner-container .center-article-container {
  border-top: 2px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
}
#Content .current-issue-container .current-issue-banner-container .center-article-container .article-container {
  max-width: 100%;
  border-top: 1px solid #3c3c3c;
}
#Content .current-issue-container .current-issue-banner-container .center-article-container .article-container:first-child {
  border: none;
}
#Content .current-issue-container .current-issue-banner-container .center-article-container .article-container .article-description-container {
  background: none;
  padding: 25px 0;
  max-height: none;
}
#Content .current-issue-container .current-issue-banner-container .center-article-container .article-container .article-description-container .author {
  margin: 0 0 10px;
  color: #3c3c3c;
}
#Content .current-issue-container .current-issue-banner-container .center-article-container .article-container .article-description-container .functional-links {
  position: static;
}
#Content .current-issue-container .current-issue-banner-container .this-week-banner-container {
  display: block;
  max-width: 230px;
}
@media (max-width: 768px) {
  #Content .current-issue-container .current-issue-banner-container .this-week-banner-container {
    margin: 30px auto 0;
    float: none !important;
  }
}
#Content .current-issue-container .current-issue-banner-container .this-week-banner-container .banner-description {
  background: #3c3c3c;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  font-family: 'BrandonBold', sans-serif;
  padding: 12px 0;
}
#Content .current-issue-container .current-issue-banner-container .this-week-banner-container:hover,
#Content .current-issue-container .current-issue-banner-container .this-week-banner-container:active {
  text-decoration: none;
}
@media (max-width: 768px) {
  #Content .current-issue-container .current-issue-banner-container {
    min-height: 0;
    margin-bottom: 50px;
  }
}
#Content .current-issue-container .cont750 .article-container {
  position: relative;
}
#Content .current-issue-container .cont750 .article-container .article-category {
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  font-size: 16px;
}
#Content .current-issue-container .cont750 .article-container .article-category > span {
  font-family: 'BrandonBold', sans-serif;
  text-transform: uppercase;
}
#Content .current-issue-container .cont750 .article-container .article-thumbnail-container {
  max-height: 360px;
  display: block;
  overflow: hidden;
}
#Content .current-issue-container .cont750 .article-container .article-description-container {
  min-height: 182px;
  max-height: 182px;
  padding: 10px 15px;
}
#Content .current-issue-container .cont750 .article-container .article-description-container .article-description h4 {
  text-transform: none;
  margin: 0 0 10px;
}
#Content .current-issue-container .cont750 .article-container .article-description-container .article-description h4 > a {
  font-family: 'BrandonMedium', sans-serif;
}
#Content .current-issue-container .cont750 .article-container .article-description-container .article-description p {
  margin: 0 0 3px;
}
#Content .current-issue-container .cont750 .article-container .article-description-container .functional-links {
  position: absolute;
  bottom: 9px;
}
#Content .current-issue-container .cont750 .article-container .article-description-container .functional-links a {
  margin: 0 0 0 18px;
}
#Content .current-issue-container .cont750 .article-container .article-description-container .functional-links a:first-child {
  margin: 0;
}
#Content .editors-choice-container .article-container .article-description-container {
  min-height: 180px;
}
#Content .editors-choice-container .editors-choice-article {
  margin-top: 30px;
  min-height: 540px;
  height: 540px;
  padding: 50px;
  color: #ffffff;
  background: #3c3c3c;
  overflow: hidden;
}
#Content .editors-choice-container .editors-choice-article .inner-wrapper {
  position: relative;
  display: table;
  height: 100%;
}
#Content .editors-choice-container .editors-choice-article .inner-content {
  display: table-cell;
  vertical-align: bottom;
}
#Content .editors-choice-container .editors-choice-article h1 {
  margin: 0 0 15px;
  font: 60px 'BrandonRegular', sans-serif;
  color: inherit;
  border-bottom: 6px solid white;
  line-height: 1;
}
#Content .editors-choice-container .editors-choice-article h1 > span {
  font: 110% 'BrandonLight', sans-serif;
  line-height: 1;
}
#Content .editors-choice-container .editors-choice-article ul {
  font: 22px 'BrandonRegular', sans-serif;
}
#Content .editors-choice-container .editors-choice-article ul > li {
  line-height: 1.65;
}
#Content .editors-choice-container .editors-choice-article ul > li a:hover {
  color: inherit;
}
@media (max-width: 1199px) {
  #Content .editors-choice-container .editors-choice-article h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  #Content .editors-choice-container .editors-choice-article {
    height: auto !important;
    min-height: unset !important;
    padding: 25px 15px !important;
  }
  #Content .editors-choice-container .editors-choice-article h1 {
    font-size: 30px !important;
    border-bottom-width: 4px;
  }
  #Content .editors-choice-container .editors-choice-article h1 > span {
    font-size: 100% !important;
  }
  #Content .editors-choice-container .editors-choice-article ul {
    font-size: 18px;
  }
}
#Content .editors-choice-container.smaller .article-description p {
  font-size: 14px;
}
#Content .editors-choice-container.smaller .editors-choice-article {
  height: 400px;
  min-height: 400px;
  padding: 25px 15px;
}
#Content .editors-choice-container.smaller .editors-choice-article h1 {
  font-size: 45px;
  border-bottom-width: 4px;
}
#Content .editors-choice-container.smaller .editors-choice-article ul {
  font-size: 18px;
}
@media (max-width: 1199px) {
  #Content .editors-choice-container.smaller .editors-choice-article h1 {
    font-size: 36px;
  }
}
@media (min-width: 769px) {
  #Content .editors-choice-container.smaller .article-container .article-description-container {
    padding-bottom: 30px;
  }
}
#Content .in-my-viewfinder {
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  #Content .in-my-viewfinder {
    padding: 0 15px;
  }
}
#Content .in-my-viewfinder .in-my-viewfinder-header {
  margin: 0 0 35px;
}
#Content .in-my-viewfinder .title {
  font-family: 'BrandonLight', sans-serif;
  margin: 0;
}
#Content .in-my-viewfinder .author {
  display: block;
  text-align: center;
  font: 24px 'BrandonRegularItalic', sans-serif;
  color: #a5a5a5;
}
#Content .in-my-viewfinder .in-my-viewfinder-gallery {
  display: table;
  margin: auto;
  overflow: hidden;
}
#Content .in-my-viewfinder .gallery-item {
  position: relative;
  width: 33.33%;
  max-height: 800px;
  float: left;
  overflow: hidden;
}
#Content .in-my-viewfinder .gallery-item .foggy-pass-absolute {
  width: 100%;
}
#Content .in-my-viewfinder .gallery-item .thumbnail-img img,
#Content .in-my-viewfinder .gallery-item .full-width-img img {
  width: 100%;
}
#Content .in-my-viewfinder .gallery-item .full-width-img {
  display: none;
}
#Content .in-my-viewfinder .gallery-item.left-item .tip-text:after {
  display: inline-block;
}
#Content .in-my-viewfinder .gallery-item.middle-item .tip-text:after,
#Content .in-my-viewfinder .gallery-item.middle-item .tip-text:before {
  display: inline-block;
}
#Content .in-my-viewfinder .gallery-item.right-item .tip-text:before {
  display: inline-block;
}
#Content .in-my-viewfinder .gallery-item.full-width {
  width: 100%;
  max-height: initial;
}
@media (min-width: 992px) {
  #Content .in-my-viewfinder .gallery-item.full-width .img-caption {
    max-width: 750px;
    cursor: default;
  }
  #Content .in-my-viewfinder .gallery-item.full-width .img-caption .description {
    width: 70%;
  }
  #Content .in-my-viewfinder .gallery-item.full-width .img-caption .close-item,
  #Content .in-my-viewfinder .gallery-item.full-width .img-caption .minimize-item,
  #Content .in-my-viewfinder .gallery-item.full-width .img-caption .maximize-item {
    display: block;
  }
  #Content .in-my-viewfinder .gallery-item.full-width .img-caption .tip {
    display: none !important;
  }
  #Content .in-my-viewfinder .gallery-item.full-width .hidden-content {
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  #Content .in-my-viewfinder .gallery-item {
    float: none;
    width: auto;
    max-width: 640px;
  }
  #Content .in-my-viewfinder .gallery-item.hidden {
    display: block !important;
    visibility: visible !important;
  }
  #Content .in-my-viewfinder .gallery-item .full-width-img {
    display: none !important;
  }
  #Content .in-my-viewfinder .gallery-item .thumbnail-img {
    display: block !important;
  }
}
#Content .in-my-viewfinder .img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 50px 25px 50px;
  margin: auto;
  background: rgba(60, 60, 60, 0.85);
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#Content .in-my-viewfinder .img-caption.minimized {
  height: 0 !important;
  padding-bottom: 0;
  padding-top: 45px;
}
#Content .in-my-viewfinder .img-caption .title {
  margin: 0;
  font: 30px 'BrandonLight', sans-serif;
  color: inherit;
  line-height: 1;
}
#Content .in-my-viewfinder .img-caption .title + div {
  margin: 10px 0 0;
}
#Content .in-my-viewfinder .img-caption .description {
  width: 85%;
  margin: auto;
  color: #a5a5a5;
}
#Content .in-my-viewfinder .img-caption .summary {
  margin: 0 0 5px;
}
#Content .in-my-viewfinder .img-caption .author {
  font-size: 16px;
}
#Content .in-my-viewfinder .img-caption .tip {
  margin: 50px 0 0;
  font: 21px 'BrandonRegularItalic', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 1;
}
#Content .in-my-viewfinder .img-caption .tip:after {
  content: ">";
  display: inline-block;
  font-size: 150%;
  padding-left: 5px;
}
#Content .in-my-viewfinder .img-caption .controls button {
  display: none;
  position: absolute;
  top: 0;
  height: 20px;
  width: 20px;
  margin: 12px 12px 0 0;
  text-indent: -9999px;
  cursor: pointer;
  background: transparent;
}
#Content .in-my-viewfinder .img-caption .controls .close-item {
  right: 0;
  background: url('/Skins/images/close-icon.png') no-repeat center center transparent;
}
#Content .in-my-viewfinder .img-caption .controls .minimize-item {
  right: 32px;
}
#Content .in-my-viewfinder .img-caption .controls .minimize-item:before {
  content: ' ';
  display: block;
  width: 16px;
  height: 5px;
  position: absolute;
  left: 2px;
  bottom: 2px;
  background: #fff;
}
#Content .in-my-viewfinder .img-caption .controls .maximize-item {
  right: 32px;
}
#Content .in-my-viewfinder .img-caption .controls .maximize-item:before {
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2px;
  bottom: 2px;
  background: transparent;
  border: 2px solid #fff;
  border-top-width: 4px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #Content .in-my-viewfinder .img-caption {
    padding: 25px;
  }
  #Content .in-my-viewfinder .img-caption .title {
    font-size: 24px;
  }
  #Content .in-my-viewfinder .img-caption .tip {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #Content .in-my-viewfinder .img-caption .tip,
  #Content .in-my-viewfinder .img-caption .close-item {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #Content .in-my-viewfinder .img-caption {
    padding: 25px 15px;
  }
  #Content .in-my-viewfinder .img-caption .title {
    font-size: 18px;
  }
  #Content .in-my-viewfinder .img-caption .description {
    width: 100%;
  }
  #Content .in-my-viewfinder .img-caption .tip {
    margin-top: 25px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #Content .in-my-viewfinder .img-caption .title {
    font-size: 16px;
  }
  #Content .in-my-viewfinder .img-caption .summary,
  #Content .in-my-viewfinder .img-caption .author,
  #Content .in-my-viewfinder .img-caption .tip {
    font-size: 12px;
  }
}
#Content .most-engaging-container {
  margin: 0 0 100px;
}
#Content .most-engaging-container .section-title {
  font-family: 'BrandonLight', sans-serif;
}
@media (max-width: 991px) {
  #Content .most-engaging-container .row > .col-sm-6 {
    display: inline-block;
    width: 49.5%;
    float: none;
    vertical-align: top;
  }
  #Content .most-engaging-container .article-container.grid-view {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  #Content .most-engaging-container .row > .col-sm-6 {
    width: 49%;
  }
}
@media (max-width: 768px) {
  #Content .most-engaging-container {
    margin-bottom: 50px;
  }
}
#Content .article-switch-controls > span {
  width: 100px;
  height: 155px;
  position: fixed;
  top: 50%;
  margin-top: -77px;
  background: url('/Skins/images/controls-sprite.png') no-repeat;
  cursor: pointer;
}
#Content .article-switch-controls > span.next {
  background-position: -100px 0;
  right: 0;
}
#Content .article-header-info {
  padding: 0 0 25px;
  text-align: center;
}
#Content .article-header-info .read-secondary-title {
  margin: 0 0 10px;
  font-family: 'BrandonLight', sans-serif;
  font-size: 42px;
  text-transform: none;
}
@media (max-width: 991px) {
  #Content .article-header-info .read-secondary-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  #Content .article-header-info .read-secondary-title {
    font-size: 18px;
    text-transform: uppercase;
  }
}
#Content .article-header-info .article-category {
  display: inline-block;
  position: static;
  margin: 0 0 10px;
  line-height: 1;
  border-bottom: 3px solid #3c3c3c;
}
#Content .article-header-info .read-main-description {
  width: 60%;
  margin: 0 auto 5px;
}
@media (max-width: 768px) {
  #Content .article-header-info .read-main-description {
    width: 100%;
  }
}
#Content .article-header-info .author {
  display: block;
  margin: 0 0 15px;
  font: 18px 'BrandonRegularItalic', sans-serif;
  color: #a5a5a5;
  line-height: normal;
}
#Content .article-header-info .audio-player-container {
  margin: 25px 0 0;
}
#Content .article-header-info + .video-player-container {
  margin-left: 0;
}
#Content .article-header-info.photo-essay {
  border: none;
}
#Content .article-header-info.daily-devotion .read-main-title {
  margin: 10px 0 35px;
  font-family: 'Surveyor Display 700 Italic';
  text-transform: initial;
  font-weight: bold;
}
@media (max-width: 480px) {
  #Content .article-header-info.daily-devotion .read-main-title {
    margin: 0 0 10px;
  }
}
#Content .article-header-info.daily-devotion .read-main-title:after {
  content: " ";
  background: url('/Skins/images/devotion-header-decoration.png') repeat-x;
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  #Content .article-header-info.daily-devotion .read-main-title:after {
    margin-top: 20px;
    background-size: 12px;
  }
}
#Content .article-header-info.daily-devotion .article-category {
  margin: 0;
  font-family: 'BrandonBold', sans-serif;
  color: #a5a5a5;
  border: none;
  text-transform: uppercase;
}
#Content .article-update-info li {
  display: inline-block;
  border-left: 1px solid #3c3c3c;
  margin-left: 10px;
  padding-left: 15px;
  font-family: 'BrandonMedium', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 768px) {
  #Content .article-update-info li {
    font-size: 12px;
    border: none;
    padding-left: 0;
  }
}
#Content .article-update-info li:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
#Content .article-update-info li.comments > a:before {
  content: ' ';
  background: url('/Skins/images/comments-icon.png') no-repeat left;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 480px) {
  #Content .article-update-info li {
    font-size: 11px;
  }
  #Content .article-update-info li.comments > a:before {
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
}
#Content .reading-options-container {
  padding: 15px 0;
  margin-bottom: 60px;
  border-top: 1px solid #3c3c3c;
}
@media (max-width: 768px) {
  #Content .reading-options-container {
    margin-bottom: 10px;
  }
}
#Content .reading-options-container .functional-links {
  /*float: right;*/
  padding: 3px 0 0;
}
#Content .reading-options-container .comments {
  float: left;
  padding: 4px 0 0;
  font: 12px 'BrandonMedium', sans-serif;
  text-transform: uppercase;
}
#Content .reading-options-container .comments > a span {
  vertical-align: middle;
}
#Content .reading-options-container .comments > a .icon {
  background: url('/Skins/images/comments-icon.png') no-repeat left;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
#Content .reading-options-container .comments > a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #Content .reading-options-container {
    text-align: center;
  }
  #Content .reading-options-container div[class*="col-sm"].pull-right,
  #Content .reading-options-container div[class*="col-sm"].pull-left {
    float: none !important;
  }
  #Content .reading-options-container .functional-links {
    float: none;
    padding: 0 0 10px;
  }
  #Content .reading-options-container .comments {
    float: none;
    padding: 0 0 15px;
  }
}
@media (max-width: 480px) {
  #Content .reading-options-container .comments > a .icon {
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
}
#Content .reading-options .dropdown-toggle {
  display: inline-block;
  font-family: 'BrandonRegular', sans-serif;
  font-size: 14px;
  border: 1px solid #3c3c3c;
  padding: 8px 10px;
  text-transform: uppercase;
  height: 35px;
  width: 230px;
  color: #3c3c3c;
}
#Content .reading-options .dropdown-toggle:hover,
#Content .reading-options .dropdown-toggle:active {
  text-decoration: none;
}
#Content .reading-options .dropdown-toggle > .caret {
  float: right;
  background: url('/Skins/images/reading-options-normal.png') no-repeat;
  width: 12px;
  height: 10px;
  border: none;
  margin: 3px 0;
}
@media (max-width: 1199px) {
  #Content .reading-options .dropdown-toggle {
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #Content .reading-options .dropdown-toggle {
    padding: 8px 5px;
  }
  #Content .reading-options .dropdown-toggle > .text {
    display: none;
  }
}
#Content .reading-options .dropdown-menu {
  width: 230px;
  padding: 0;
  margin-top: 10px;
  border-color: #3c3c3c;
  border-radius: 0;
  box-shadow: none;
  background: #f9f9f9;
}
@media (max-width: 1199px) {
  #Content .reading-options .dropdown-menu {
    left: 0;
    right: 0;
    margin: 10px auto 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #Content .reading-options .dropdown-menu:after {
    right: auto;
    left: 10px;
  }
}
#Content .reading-options .dropdown-menu:after {
  content: ' ';
  display: block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #3c3c3c;
  border-top: 1px solid #3c3c3c;
  position: absolute;
  right: 11px;
  top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  background: #f9f9f9;
}
#Content .reading-options .dropdown-menu > li {
  display: inline-block;
  vertical-align: bottom;
}
#Content .reading-options .dropdown-menu > li.theme {
  float: left;
}
#Content .reading-options .dropdown-menu > li.theme div {
  width: 84px;
  height: 70px;
  margin: 15px 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 14px;
  padding-top: 20px;
}
#Content .reading-options .dropdown-menu > li.theme div > span {
  display: block;
  text-transform: none;
  font-family: 'MuseoSlab300', serif;
  font-size: 24px;
  line-height: 24px;
}
#Content .reading-options .dropdown-menu > li > div {
  padding: 0;
  position: relative;
  cursor: pointer;
}
#Content .reading-options .dropdown-menu > li > div > .circle {
  display: none;
  width: 10px;
  height: 10px;
  background: #9bc8be;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
#Content .reading-options .dropdown-menu > li.active > div {
  background: none;
  color: #3c3c3c;
}
#Content .reading-options .dropdown-menu > li.active > div .circle {
  display: block;
}
#Content .reading-options .dropdown-menu > li.light div {
  background: #ffffff;
  border: 1px solid #ebebeb;
}
#Content .reading-options .dropdown-menu > li.dark div {
  background: #3c3c3c;
  color: #ffffff;
}
#Content .reading-options .dropdown-menu > li.font-sizing {
  text-transform: uppercase;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 14px;
  margin-left: 15px;
}
#Content .reading-options .dropdown-menu > li.sizing div {
  font-family: 'MuseoSlab300', serif;
  position: relative;
  padding: 0 10px;
}
#Content .reading-options .dropdown-menu > li.sizing div:hover,
#Content .reading-options .dropdown-menu > li.sizing div:focus {
  background: none;
}
#Content .reading-options .dropdown-menu > li.small-font div {
  font-size: 18px;
}
#Content .reading-options .dropdown-menu > li.small-font div .circle {
  top: -10px;
}
#Content .reading-options .dropdown-menu > li.medium-font div {
  font-size: 30px;
  top: 4px;
}
#Content .reading-options .dropdown-menu > li.medium-font div .circle {
  top: -5px;
}
#Content .reading-options .dropdown-menu > li.large-font div {
  font-size: 48px;
  top: 11px;
}
#Content .reading-options .dropdown-menu > li.large-font div .circle {
  top: 0;
}
#Content .reading-options .dropdown-menu > li.reset {
  display: block;
  text-align: center;
  margin-top: 10px;
}
#Content .reading-options .dropdown-menu > li.reset div {
  font-size: 18px;
  font-family: 'BrandonMediumItalic', sans-serif;
  background: #ebebeb;
  position: relative;
  line-height: 30px;
}
#Content .reading-options .dropdown-menu > li.reset div:before {
  content: ' ';
  background: url('/Skins/images/reset-icon.png') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 35px;
}
#Content .reading-options .options-block {
  padding: 15px;
  overflow: hidden;
}
#Content .reading-options .options-block.top {
  padding: 15px 15px 10px;
}
#Content .reading-options .options-block.middle {
  padding: 10px 15px 15px;
}
#Content .reading-options .options-block.footer {
  padding: 0;
}
#Content .reading-options .circle {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  background: #9bc8be;
}
#Content .reading-options .theme {
  position: relative;
  width: 85px;
  height: 70px;
  padding: 20px 0 0;
  text-transform: uppercase;
  text-align: center;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 14px;
  cursor: pointer;
}
#Content .reading-options .theme .circle {
  top: 5px;
  left: 50%;
  margin-left: -5px;
}
#Content .reading-options .theme .text {
  margin: 1px 0 0;
  text-transform: none;
  font-family: 'MuseoSlab300', serif;
  font-size: 24px;
  line-height: 1;
}
#Content .reading-options .theme.light {
  float: left;
  background: #ffffff;
  border: 1px solid #ebebeb;
}
#Content .reading-options .theme.dark {
  float: right;
  background: #3c3c3c;
  color: #ffffff;
}
#Content .reading-options .theme.active .circle {
  display: block;
}
#Content .reading-options .font-sizing {
  color: #3c3c3c;
  text-transform: uppercase;
}
#Content .reading-options .font-sizing .text {
  display: inline-block;
  font: 14px 'BrandonMedium', sans-serif;
  line-height: 1;
  vertical-align: bottom;
}
#Content .reading-options .font-sizing .sizing {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-family: 'MuseoSlab300', serif;
  line-height: 1;
  vertical-align: bottom;
  cursor: pointer;
}
#Content .reading-options .font-sizing .sizing .circle {
  left: 50%;
}
#Content .reading-options .font-sizing .sizing.small-font {
  font-size: 18px;
}
#Content .reading-options .font-sizing .sizing.small-font .circle {
  top: -14px;
  margin-left: -5px;
}
#Content .reading-options .font-sizing .sizing.medium-font {
  font-size: 30px;
  bottom: -2px;
}
#Content .reading-options .font-sizing .sizing.medium-font .circle {
  top: -12px;
  margin-left: -5px;
}
#Content .reading-options .font-sizing .sizing.large-font {
  font-size: 48px;
  bottom: -4px;
  padding-right: 0;
}
#Content .reading-options .font-sizing .sizing.large-font .circle {
  top: -10px;
}
#Content .reading-options .font-sizing .sizing.active .circle {
  display: block;
}
#Content .reading-options .reset-view {
  position: relative;
  text-align: center;
  color: #3c3c3c;
  font: 18px 'BrandonMediumItalic', sans-serif;
  line-height: 32px;
  background: #ebebeb;
  cursor: pointer;
}
#Content .reading-options .reset-view:after {
  content: ' ';
  background: url('/Skins/images/reset-icon.png') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 35px;
}
#Content .reading-options .dropdown.open .dropdown-toggle > .caret {
  background: url('/Skins/images/reading-options-expanded.png') no-repeat;
  width: 10px;
}
#Content .side-tools-container .reading-options .options-block.top {
  padding-top: 25px;
  padding-bottom: 15px;
}
#Content .side-tools-container .reading-options .options-block.top > .text {
  font: 14px 'BrandonMedium', sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#Content .side-tools-container .reading-options .options-block.top .theme-container {
  padding: 0 40px;
}
#Content .side-tools-container .reading-options .options-block.middle {
  padding-bottom: 25px;
}
#Content .side-tools-container .reading-options .options-block.middle .font-sizing-container {
  text-align: center;
}
#Content .side-tools-container .reading-options .options-block .reset-view:after {
  left: 100px;
}
#Content .essay-options-container {
  padding: 15px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #3c3c3c;
}
#Content .essay-options-container .functional-links {
  float: right;
}
@media (max-width: 768px) {
  #Content .essay-options-container {
    text-align: center;
  }
  #Content .essay-options-container div[class*="col-sm"].pull-right,
  #Content .essay-options-container div[class*="col-sm"].pull-left {
    float: none !important;
  }
  #Content .essay-options-container .functional-links {
    float: none;
    padding: 0 0 10px;
  }
}
#Content .read-article {
  margin: 0 0 100px;
}
@media (max-width: 768px) {
  #Content .read-article {
    margin-bottom: 50px;
  }
}
#Content .read-article .mgzn-banner-caption.above-banner {
  min-height: 90px;
  margin-top: -90px;
}
#Content .read-article .mgzn-banner-caption .author-pane {
  background: #3c3c3c;
  padding: 9px 0;
}
#Content .read-article .mgzn-banner-caption .article-author {
  padding: 4px 15px;
}
#Content .read-article .mgzn-banner-caption .article-author + .article-author {
  margin-top: 0;
}
#Content .article-main-content {
  word-break: break-word;
}
#Content .article-main-content ul,
#Content .article-main-content ol {
  margin-bottom: 1.5em;
}
#Content .article-main-content ul li,
#Content .article-main-content ol li {
  list-style-type: disc;
  margin-left: 1em;
  padding-left: .1em;
}
#Content .article-main-content ul li {
  list-style-type: disc;
}
#Content .article-main-content ol li {
  list-style-type: decimal;
}
#Content .article-main-content p {
  margin: 10px 0;
}
#Content .article-main-content h1,
#Content .article-main-content h2,
#Content .article-main-content h3 {
  margin: 25px 0 15px;
}
#Content .article-main-content h4,
#Content .article-main-content h5,
#Content .article-main-content h6 {
  margin: 15px 0 10px;
}
#Content .article-main-content h2,
#Content .article-main-content h3 {
  font-family: 'BrandonLightItalic', sans-serif;
  text-transform: none;
  margin-bottom: 30px;
}
#Content .article-main-content p {
  font-size: 18px;
  margin: 0 0 30px;
}
#Content .article-main-content p span {
  color: #9bc8be;
  font-family: 'MuseoSlab500', serif;
}
@media (max-width: 768px) {
  #Content .article-main-content p {
    font-size: 15px;
  }
}
#Content .article-main-content blockquote {
  width: 35%;
  margin: 40px 30px 40px 0;
  border-left: none;
  padding: 0;
}
#Content .article-main-content blockquote h3 {
  border-bottom: 6px solid #3c3c3c;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
#Content .article-main-content .video-player-container {
  margin: 0 0 30px;
}
#Content .article-main-content .tags {
  margin: 30px 0;
  color: #a5a5a5;
  font: 21px 'BrandonRegularItalic', sans-serif;
  line-height: normal;
}
#Content .article-main-content .tags * {
  color: inherit;
}
#Content .article-main-content .tags a + span {
  font-family: 'BrandonRegular', sans-serif;
}
@media (max-width: 768px) {
  #Content .article-main-content .tags {
    font-size: 18px;
  }
}
#Content .article-main-content .read-other a {
  font-size: 30px;
  font-family: 'BrandonLight', sans-serif;
  line-height: 60px;
  display: inline-block;
  margin: 0 0 50px;
  padding-left: 30px;
  background: url('/Skins/images/link-side-marker.png') no-repeat left;
}
#Content .article-main-content.daily-devotion .functional-links {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  margin: 100px 0 0;
}
@media (max-width: 768px) {
  #Content .article-main-content.daily-devotion .functional-links {
    margin: 30px 0;
  }
}
#Content .article-main-content .drop-caps {
  float: left;
  font-family: serif;
  font-style: italic;
  /*Remove after replacing font-family to proper value*/
  font-size: 135px;
  line-height: 100px;
  padding: 0 15px 2px 0;
}
#Content .left-edge-container {
  float: left;
  -webkit-transition: margin 0.2s ease-out 0s;
  transition: margin 0.2s ease-out 0s;
}
#Content .left-edge-container.col-md-6 {
  margin-left: -25%;
}
#Content .left-edge-container.col-md-4 {
  margin-left: -20%;
}
#Content .left-edge-container.static.col-md-6,
#Content .left-edge-container.static.col-md-4 {
  margin-left: 0;
}
@media (max-width: 991px) {
  #Content .left-edge-container.col-md-6,
  #Content .left-edge-container.col-md-4 {
    margin-left: auto;
  }
}
#Content .right-edge-container {
  float: right;
  -webkit-transition: margin 0.2s ease-out 0s;
  transition: margin 0.2s ease-out 0s;
}
#Content .right-edge-container.col-md-6 {
  margin-right: -25%;
}
#Content .right-edge-container.col-md-4 {
  margin-right: -20%;
}
#Content .right-edge-container.static.col-md-6,
#Content .right-edge-container.static.col-md-4 {
  margin-right: 0;
}
@media (max-width: 991px) {
  #Content .right-edge-container.col-md-6,
  #Content .right-edge-container.col-md-4 {
    margin-right: auto;
  }
}
#Content .left-edge-container,
#Content .right-edge-container {
  width: 360px;
  padding: 0;
  margin: 0 15px 15px;
}
@media (max-width: 768px) {
  #Content .left-edge-container,
  #Content .right-edge-container {
    width: 240px;
  }
}
@media (max-width: 480px) {
  #Content .left-edge-container,
  #Content .right-edge-container {
    width: 100%;
  }
}
#Content .left-edge-container .cutline-text,
#Content .right-edge-container .cutline-text {
  /*.headingText(30px, @BrandonLightItalic, initial);*/
  font-family: serif;
  color: inherit;
  margin: -6px 15px 0;
  font-size: 30px;
  line-height: 1.77;
}
@media (max-width: 991px) {
  #Content .left-edge-container .cutline-text,
  #Content .right-edge-container .cutline-text {
    margin: -3px 10px 0;
    font-size: 24px;
    line-height: 1.65;
  }
}
@media (max-width: 768px) {
  #Content .left-edge-container .cutline-text,
  #Content .right-edge-container .cutline-text {
    font-size: 24px;
  }
}
#Content .left-edge-container.pull-quote .functional-links,
#Content .right-edge-container.pull-quote .functional-links {
  border-top: 4px solid #3c3c3c;
}
#Content .left-edge-container.pull-quote .functional-links a[data-link-name="share"],
#Content .right-edge-container.pull-quote .functional-links a[data-link-name="share"] {
  float: right;
  margin: 5px 0 0;
}
#Content .left-edge-container.pull-quote .functional-links a,
#Content .right-edge-container.pull-quote .functional-links a {
  color: inherit;
}
#Content .left-edge-container .img-responsive,
#Content .right-edge-container .img-responsive {
  margin: 0 auto;
}
#Content .right-edge-container {
  color: #000;
}
#Content .right-edge-container .cutline-text {
  text-decoration: underline;
}
#Content .aside-banners {
  margin-top: 350px;
  color: #3c3c3c;
}
#Content .aside-banners .title {
  margin: 0;
  color: inherit;
  text-align: center;
}
#Content .aside-banners a {
  display: block;
  margin-bottom: 50px;
  color: inherit;
}
#Content .aside-banners a:hover {
  text-decoration: none;
  color: inherit;
}
#Content .aside-banners p {
  text-align: center;
}
@media (max-width: 991px) {
  #Content .aside-banners {
    margin-top: 15px;
    text-align: center;
  }
  #Content .aside-banners a {
    display: inline-block;
    margin: 0 15px 0;
  }
}
#Content[data-page-theme="dark"] {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background: #3c3c3c;
  color: #ffffff;
}
#Content[data-page-theme="dark"] h1,
#Content[data-page-theme="dark"] h2,
#Content[data-page-theme="dark"] h3,
#Content[data-page-theme="dark"] h4,
#Content[data-page-theme="dark"] h5,
#Content[data-page-theme="dark"] h6 {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .breadcrumbs-container {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .reading-options-container {
  border-color: #ffffff;
}
#Content[data-page-theme="dark"] .reading-options-container .comments .icon {
  background: url("/Skins/images/comments-icon-white.png") no-repeat;
}
#Content[data-page-theme="dark"] .load-more-container {
  background-color: #3c3c3c;
  color: #9bc8be;
}
#Content[data-page-theme="dark"] .load-more-container .load-more-btn .icon {
  background-position: center -295px;
}
#Content[data-page-theme="dark"] .mgzn-banner-caption {
  color: #fff;
  background: #3c3c3c;
}
#Content[data-page-theme="dark"] .mgzn-banner-caption .article-name {
  color: #3c3c3c;
  background: #fff;
}
#Content[data-page-theme="dark"] .mgzn-banner-caption .author-pane {
  background: #fff;
}
#Content[data-page-theme="dark"] .mgzn-banner-caption .author-pane .article-author {
  background: #fff;
  color: #3c3c3c;
}
#Content[data-page-theme="dark"] .left-edge-container .cutline-text {
  color: #ffffff;
}
@media (max-width: 1199px) {
  #Content[data-page-theme="dark"] .left-edge-container {
    background-size: 270px;
  }
}
@media (max-width: 991px) {
  #Content[data-page-theme="dark"] .left-edge-container {
    background-size: 200px;
  }
}
#Content[data-page-theme="dark"] .article-switch-controls > span {
  background: url('/Skins/images/controls-sprite-white.png') no-repeat;
}
#Content[data-page-theme="dark"] .article-switch-controls > span.next {
  background-position: -100px 0;
}
#Content[data-page-theme="dark"] .devotions-options a:link,
#Content[data-page-theme="dark"] .devotions-options a:active,
#Content[data-page-theme="dark"] .devotions-options a:visited,
#Content[data-page-theme="dark"] .devotions-options a:hover {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .devotions-options a.bookmark span {
  background: url('/Skins/images/bookmark-white-icon.png') no-repeat 0 center !important;
}
#Content[data-page-theme="dark"] .devotions-options a.watchlater span {
  background: url('/Skins/images/watchlater-white-icon.png') no-repeat 0 center !important;
}
#Content[data-page-theme="dark"] .devotions-options a.addthis_button_compact span {
  background: url('/Skins/images/share-white-icon.png') no-repeat 0 center !important;
}
#Content[data-page-theme="dark"] .article-header-info {
  border-color: #ffffff;
}
#Content[data-page-theme="dark"] .article-header-info * {
  color: #ffffff;
  border-color: #ffffff;
}
#Content[data-page-theme="dark"] .article-header-info *:link,
#Content[data-page-theme="dark"] .article-header-info *:hover,
#Content[data-page-theme="dark"] .article-header-info *:active,
#Content[data-page-theme="dark"] .article-header-info *:visited {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .article-header-info li.comments a:before {
  background: url('/Skins/images/comments-icon-white.png') no-repeat left;
}
#Content[data-page-theme="dark"] .time-wrapper .currentDuration,
#Content[data-page-theme="dark"] .time-wrapper .maxDuration {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .dd-slider .prev-devotions:link,
#Content[data-page-theme="dark"] .dd-slider .next-devotions:link,
#Content[data-page-theme="dark"] .dd-slider .prev-devotions:active,
#Content[data-page-theme="dark"] .dd-slider .next-devotions:active,
#Content[data-page-theme="dark"] .dd-slider .prev-devotions:visited,
#Content[data-page-theme="dark"] .dd-slider .next-devotions:visited {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .dd-slider .prev-devotions {
  background: url('/Skins/images/control-next-vertical-white.png') no-repeat center 40px !important;
}
#Content[data-page-theme="dark"] .dd-slider .next-devotions {
  background: url('/Skins/images/control-previous-vertical-white.png') no-repeat center 14px !important;
}
#Content[data-page-theme="dark"] .filter .bootstrap-select {
  color: #333 !important;
}
#Content[data-page-theme="dark"] .reading-options .dropdown-toggle {
  border-color: #ffffff;
  color: #ffffff;
}
#Content[data-page-theme="dark"] .reading-options .dropdown-toggle > .caret {
  background: url('/Skins/images/reading-options-normal-white.png') no-repeat;
}
#Content[data-page-theme="dark"] .reading-options .dropdown-menu {
  border-color: #ffffff;
  background: #3c3c3c;
}
#Content[data-page-theme="dark"] .reading-options .dropdown-menu:after {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  background: #3c3c3c;
}
#Content[data-page-theme="dark"] .reading-options .font-sizing {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .reading-options .theme.light {
  color: #3c3c3c;
}
#Content[data-page-theme="dark"] .reading-options .theme.dark {
  border: 1px solid #ebebeb;
}
#Content[data-page-theme="dark"] .reading-options.open .dropdown-toggle > .caret {
  background: url('/Skins/images/reading-options-expanded-white.png') no-repeat;
}
#Content[data-page-theme="dark"] .article-category,
#Content[data-page-theme="dark"] .read-main-description {
  border-color: #ffffff;
  color: #ffffff;
}
#Content[data-page-theme="dark"] .article-main-content h2,
#Content[data-page-theme="dark"] .article-main-content h3,
#Content[data-page-theme="dark"] .article-main-content p span {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .article-main-content .tags {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .article-main-content .quote h3 {
  border-color: #ffffff;
}
#Content[data-page-theme="dark"] .article-main-content .read-other a {
  color: #ffffff;
  background: url('/Skins/images/link-side-marker-white.png') no-repeat left;
}
#Content[data-page-theme="dark"] .aside-links-container {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .article-updates-container .title {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .article-updates-container .article-container {
  color: #3c3c3c;
}
#Content[data-page-theme="dark"] .comments-section .title {
  color: #ffffff;
  background: url('/Skins/images/comments-icon-large-white.png') no-repeat left;
}
#Content[data-page-theme="dark"] .comments-section textarea,
#Content[data-page-theme="dark"] .comments-section .post-btn {
  color: #3c3c3c;
}
#Content[data-page-theme="dark"] .comments-section .all-comments > div > .comment .content-bar .top-row .name,
#Content[data-page-theme="dark"] .comments-section .all-comments > div > .comment .content-bar .top-row .time-ago,
#Content[data-page-theme="dark"] .comments-section .all-comments > div > .comment .content-bar .top-row .report {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .comments-section .all-comments > div > .comment .content-bar .reply,
#Content[data-page-theme="dark"] .comments-section .all-comments > div > .comment .content-bar .reply > span {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .daily-devotion .item .date,
#Content[data-page-theme="dark"] .daily-devotion .item span,
#Content[data-page-theme="dark"] .daily-devotion .item h5,
#Content[data-page-theme="dark"] .daily-devotion .item p,
#Content[data-page-theme="dark"] .daily-devotion .item b {
  color: #ffffff !important;
}
#Content[data-page-theme="dark"] #AudioPlayerContainer #AudioPlayer .time-wrapper .currentDuration {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .bx-controls .bx-controls-direction > a {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .bx-controls .bx-controls-direction > a.bx-prev {
  background: url('/Skins/images/control-previous-vertical-white.png') no-repeat center 10px !important;
}
#Content[data-page-theme="dark"] .bx-controls .bx-controls-direction > a.bx-next {
  background: url('/Skins/images/control-next-vertical-white.png') no-repeat center 42px !important;
}
#Content[data-page-theme="dark"] .login-modal {
  color: #3c3c3c;
}
#Content[data-page-theme="dark"] .left-edge-container,
#Content[data-page-theme="dark"] .right-edge-container {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .left-edge-container .cutline-text,
#Content[data-page-theme="dark"] .right-edge-container .cutline-text {
  border-color: #ffffff;
}
#Content[data-page-theme="dark"] .left-edge-container.pull-quote .functional-links,
#Content[data-page-theme="dark"] .right-edge-container.pull-quote .functional-links {
  border-color: #ffffff;
}
#Content[data-page-theme="dark"] .aside-banners {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .read-full-article-container {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .read-full-article-container .read-full-article {
  background: none;
}
#Content[data-page-theme="dark"] .side-tools-container .reading-options {
  background: #3c3c3c;
}
#Content[data-page-theme="dark"] .side-tools-container .reading-options .options-block.top > .text {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .daily-content .list-view .article-description-container .article-name,
#Content[data-page-theme="dark"] .daily-content .list-view .article-description-container .article-description {
  color: #ffffff;
}
#Content[data-page-theme="dark"] .devotion-archive .devotion-detail h6 {
  color: #3c3c3c !important;
}
#Content[data-font-sizing="small"] .article-main-content {
  font-size: 14px;
  line-height: normal;
}
#Content[data-font-sizing="small"] .article-main-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
#Content[data-font-sizing="small"] .article-main-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
#Content[data-font-sizing="small"] .article-main-content p {
  font-size: 14px;
  margin: 0 0 20px;
}
#Content[data-font-sizing="small"] .article-main-content .quote {
  margin: 20px 30px 20px 0;
}
#Content[data-font-sizing="small"] .article-main-content .tags {
  font-size: 18px;
}
#Content[data-font-sizing="small"] .article-main-content .next-in-column {
  margin-top: 400%;
}
#Content[data-font-sizing="large"] .article-main-content {
  font-size: 22px;
  line-height: normal;
}
#Content[data-font-sizing="large"] .article-main-content h2 {
  font-size: 42px;
}
#Content[data-font-sizing="large"] .article-main-content h3 {
  font-size: 36px;
}
#Content[data-font-sizing="large"] .article-main-content p {
  font-size: 22px;
}
#Content[data-font-sizing="large"] .article-main-content .tags {
  font-size: 30px;
}
#Content[data-font-sizing="large"] .next-in-column {
  margin-top: 1000%;
}
#Content .poetry-container {
  background: #3c3c3c;
  color: #ffffff;
  padding: 0 0 60px;
  margin: 0 0 70px;
}
#Content .poetry-container h1,
#Content .poetry-container a {
  color: #ffffff;
}
#Content .poetry-container h1 {
  font-family: 'BrandonLight', sans-serif;
}
#Content .poetry-container .poem-container:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 768px) {
  #Content .poetry-container .poem-container:first-child {
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff;
  }
}
#Content .poetry-container .poem-container .poem-content {
  padding: 0 45px;
  max-height: 205px;
  overflow: hidden;
  position: relative;
}
#Content .poetry-container .poem-container .poem-content .text-fade {
  background: url('/Skins/images/bottom-fade.png') repeat-x bottom;
  position: absolute;
  height: 80px;
  width: 100%;
  bottom: 0;
  left: 0;
}
#Content .poetry-container .poem-container .poem-content h3 {
  text-transform: none;
  margin: 0;
  font-family: 'BrandonRegular', sans-serif;
}
#Content .poetry-container .poem-container .poem-content h3 a {
  font-size: inherit;
}
#Content .poetry-container .poem-container .poem-content .author {
  display: block;
  padding: 0 0 10px;
  font: 18px 'BrandonRegularItalic', sans-serif;
}
#Content .poetry-container .poem-container .poem-content p {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .poetry-container .poem-container .poem-content h3 {
    font-size: 30px;
  }
  #Content .poetry-container .poem-container .poem-content p {
    font-size: 16px;
  }
  #Content .poetry-container .poem-container .poem-content .author {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #Content .poetry-container .poem-container .poem-content h3 {
    font-size: 24px;
  }
  #Content .poetry-container .poem-container .poem-content p {
    font-size: 16px;
  }
  #Content .poetry-container .poem-container .poem-content .author {
    font-size: 16px;
  }
}
#Content .poetry-container .poem-container .read-full {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  line-height: 25px;
  padding-left: 15px;
  margin-left: 45px;
  background: url('/Skins/images/link-side-marker-white-small.png') no-repeat left;
}
#Content .poetry-container .poem-container .read-full:hover {
  text-decoration: none;
}
#Content .article-category.title {
  display: inline-block;
  position: static;
  font-size: 24px;
  line-height: 1;
  border-bottom: 3px solid #3c3c3c;
}
#Content .read-main-title {
  font-family: 'BrandonLight', sans-serif;
  margin: 15px 0 10px;
}
@media (max-width: 480px) {
  #Content .read-main-title {
    margin-top: 0;
  }
}
#Content .read-main-title.mb {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #Content .read-main-title.mb {
    margin-bottom: 50px;
  }
}
#Content .read-main-description {
  font-family: 'MuseoSlab300', serif;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  line-height: normal;
}
@media (max-width: 480px) {
  #Content .read-main-description {
    font-size: 15px;
  }
}
#Content .part-hidden .article-main-content {
  height: 800px;
  overflow: hidden;
}
#Content .article-updates-container.departments .see-more-options-link-container {
  border-bottom: 0;
}
#Content .article-updates-container.departments .see-all {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  background-color: #ffffff;
  display: block;
  min-width: 100%;
  text-transform: none;
  font-family: 'BrandonRegular', sans-serif;
  color: #3c3c3c;
}
@media (max-width: 480px) {
  #Content .article-updates-container.departments .see-all {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .article-updates-container.departments .see-all:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .article-updates-container.departments .see-all > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .article-updates-container.departments .see-all:hover,
#Content .article-updates-container.departments .see-all:active,
#Content .article-updates-container.departments .see-all:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .article-updates-container.departments .see-all:hover:after {
  opacity: 0.65;
}
#Content .article-updates-container.departments .see-all:active:after,
#Content .article-updates-container.departments .see-all:focus:after {
  opacity: 1;
}
#Content .article-updates-container.departments .see-all > strong {
  text-transform: uppercase;
}
#Content .article-updates-container.departments .article-container .article-description p {
  font-size: 14px;
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .article-updates-container.departments .article-container .article-description p {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .article-updates-container.departments .article-container .article-description .author {
    font-size: 12px;
  }
}
#Content .article-updates-container.departments blockquote {
  background: url('/Skins/images/deparment-quote-bg.png') repeat-x;
  height: 200px;
  color: #ffffff;
  padding-top: 30px;
  margin: 100px 0 60px;
}
#Content .article-updates-container.departments blockquote .quote-text p {
  font-size: 30px;
  margin: 0 0 15px;
  position: relative;
}
#Content .article-updates-container.departments blockquote .quote-text p:before,
#Content .article-updates-container.departments blockquote .quote-text p:after {
  content: ',,';
  font-family: 'BrandonRegular', sans-serif;
  font-size: 72px;
  position: absolute;
  top: -70px;
}
#Content .article-updates-container.departments blockquote .quote-text p:before {
  left: 150px;
}
#Content .article-updates-container.departments blockquote .quote-text p:after {
  right: 150px;
}
#Content .article-updates-container.departments blockquote .quote-text .author {
  font-size: 36px;
}
#Content .article-updates-container.departments.department-details .article-category.title {
  display: inline-block;
  margin: 20px 0 30px;
}
#Content #CurrentIssueHeader .article-container.banner-view {
  overflow: visible;
}
#Content #CurrentIssueHeader .article-container.banner-view .article-thumbnail-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#Content #CurrentIssueHeader .article-container.banner-view .article-thumbnail-container .article-thumbnail {
  width: auto;
  margin: auto;
  z-index: -1;
}
#Content #CurrentIssueHeader .article-container.banner-view .article-description-container {
  position: relative;
  padding: 75px 0 30px;
}
#Content #CurrentIssueHeader .article-container.banner-view .article-description-container .top-banner {
  padding: 0 15px;
}
#Content #CurrentIssueHeader .article-container.banner-view .article-description-container .title {
  font-family: 'BrandonLight', sans-serif;
  margin: 10px 0 0;
}
@media (max-width: 480px) {
  #Content #CurrentIssueHeader .article-container.banner-view .article-description-container > img[alt="InTouch"] {
    width: 90%;
  }
}
#Content #CurrentIssueFeatures {
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  #Content #CurrentIssueFeatures {
    margin: 0 auto 10px;
  }
}
#Content #CurrentIssueFeatures .banner-view {
  max-width: 360px;
  z-index: 2;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  #Content #CurrentIssueFeatures .banner-view {
    margin: 0 auto 30px;
  }
}
#Content #CurrentIssueFeatures .banner-view .article-thumbnail-container {
  height: 360px;
}
#Content #CurrentIssueFeatures .banner-view .article-description-container {
  color: #ffffff;
  height: 100%;
  text-align: left;
}
#Content #CurrentIssueFeatures .banner-view .article-description-container .overlay {
  padding: 15px;
  height: 100%;
  background: transparent;
  display: table;
  position: relative;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
#Content #CurrentIssueFeatures .banner-view .article-description-container .overlay .overlay-content {
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
#Content #CurrentIssueFeatures .banner-view .article-description-container .overlay .future-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Content #CurrentIssueFeatures .banner-view .article-description-container h3 {
  font-size: 24px;
  margin: 0 0 12px;
  color: #ffffff;
}
#Content #CurrentIssueFeatures .banner-view .article-description-container .article-description {
  font-size: 15px;
  margin: 0 0 10px;
  color: #ffffff;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #Content #CurrentIssueFeatures .banner-view .article-description-container .article-description {
    font-size: 12px;
  }
}
#Content #CurrentIssueFeatures .banner-view .article-description-container a:link,
#Content #CurrentIssueFeatures .banner-view .article-description-container a:active,
#Content #CurrentIssueFeatures .banner-view .article-description-container a:hover,
#Content #CurrentIssueFeatures .banner-view .article-description-container a:visited {
  color: #ffffff;
}
#Content #CurrentIssueFeatures .banner-view .article-description-container .author {
  color: #ffffff;
  font-family: 'MuseoSlab500Italic', serif;
  margin: 0 0 10px;
  position: relative;
  z-index: 100;
}
#Content #CurrentIssueFeatures .banner-view:hover .article-description-container .overlay {
  background: rgba(0, 0, 0, 0.75);
}
#Content #CurrentIssueFeatures .banner-view:hover .article-description-container .overlay .overlay-content {
  display: table-cell;
  opacity: 1;
}
#Content #CurrentIssueFeatures h2 {
  font-family: 'BrandonLight', sans-serif;
  margin: 0 0 70px;
  padding: 15px 0 0;
}
#Content #CurrentIssueDepartments .row .col-md-4 {
  border-left: 1px solid #a5a5a5;
}
#Content #CurrentIssueDepartments .row .col-md-4:first-child {
  border-left: none;
}
@media (max-width: 768px) {
  #Content #CurrentIssueDepartments .row .col-md-4 {
    border: none;
    height: auto !important;
  }
}
#Content #CurrentIssueDepartments .article-category {
  text-align: center;
  font-size: 24px;
  position: static;
  display: inline-block;
  border-bottom: 3px solid #3c3c3c;
  line-height: 28px;
}
#Content .magazine-container {
  background-color: #f9f9f9;
}
#Content .magazine-container .in-my-viewfinder-container .photo-gallery-container {
  margin: 50px 0 70px;
}
#Content .magazine-container .in-my-viewfinder-container .photo-gallery-container > div {
  width: 33%;
  float: left;
  height: 800px;
}
#Content .magazine-container .in-my-viewfinder-container .photo-gallery-container > div .blurred {
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#Content .magazine-container .in-my-viewfinder-container .photo-gallery-container > div.left-item {
  background: url('/Skins/images/pictures/magazine/left-image.png') no-repeat left top;
}
#Content .magazine-container .in-my-viewfinder-container .photo-gallery-container > div.center-item {
  width: 34%;
  background: url('/Skins/images/pictures/magazine/middle-image.png') no-repeat center top;
}
#Content .magazine-container .in-my-viewfinder-container .photo-gallery-container > div.right-item {
  background: url('/Skins/images/pictures/magazine/right-image.png') no-repeat right top;
}
#Content .magazine-container .in-my-viewfinder-container .photo-gallery-container > div.full-width {
  width: 100%;
}
#Content .contributor-header-info {
  padding: 30px 0 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid #3c3c3c;
}
#Content .contributor-header-info .name {
  font-family: 'BrandonLight', sans-serif;
  text-align: left;
  margin: 115px 0 20px;
}
#Content .contributor-header-info .contacts-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 8px 0 0;
}
#Content .contributor-header-info .contacts-links a.twitter {
  background: url('/Skins/images/tw-icon-new.png');
}
#Content .contributor-header-info .contacts-links a.mail {
  background: url('/Skins/images/mail-icon.png');
}
#Content .contributor-main-info {
  margin: 0 0 90px;
}
#Content .contributor-main-info p {
  font-size: 18px;
  line-height: 1.7;
}
#Content .contributor-collection h3 {
  font-family: 'BrandonLight', sans-serif;
}
#Content .contributor-collection .article-description p {
  font-size: 14px;
}
#Content .bc-container {
  overflow: hidden;
  height: 100%;
}
#Content .bc-container .bc-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1051;
}
#Content .bc-container .bc-header .top-bar-container {
  height: 30px;
  background: url('/Skins/images/green-white-bg.png') repeat;
}
#Content .bc-container .bc-header .top-bar-container > a {
  font-family: 'BrandonMedium', sans-serif;
  line-height: 30px;
}
#Content .bc-container .bc-header .top-bar-container > a:hover,
#Content .bc-container .bc-header .top-bar-container > a:active {
  color: #3c3c3c;
  text-decoration: none;
}
#Content .bc-container .bc-header .top-bar-container > a > strong {
  text-transform: uppercase;
}
#Content .bc-container .bc-header .main-header-container {
  background: #3c3c3c;
  padding: 13px 15px;
}
@media (max-width: 480px) {
  #Content .bc-container .bc-header .main-header-container {
    padding: 8px 10px;
  }
  #Content .bc-container .bc-header .main-header-container .logo {
    height: 34px;
  }
}
#Content .bc-container .bc-tabs {
  position: fixed;
  top: 70px;
}
@media (max-width: 480px) {
  #Content .bc-container .bc-tabs {
    top: 50px;
  }
}
#Content .bc-container .nav-tabs {
  width: 100%;
}
@media (min-width: 992px) {
  #Content .bc-container .nav-tabs {
    display: none;
  }
}
@media (max-width: 991px) {
  #Content .bc-container .nav-tabs {
    height: 80px;
    overflow: visible;
    border-bottom: none;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    background-color: #ffffff;
    z-index: 500;
  }
  #Content .bc-container .nav-tabs li {
    width: 33.33%;
    padding: 0;
    margin: 0;
    border-left: 1px solid #ebebeb;
    background-color: #ffffff;
  }
  #Content .bc-container .nav-tabs li a {
    font-size: 12px;
    font-family: 'BrandonBold', sans-serif;
    color: #3c3c3c;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-out 0s;
    transition: background-color 0.2s ease-out 0s;
    height: 80px;
    width: 100%;
    border-radius: 0 !important;
    border: none;
    margin: 0;
    padding: 15px 0;
    line-height: 1;
  }
  #Content .bc-container .nav-tabs li a .text {
    display: block;
    margin: 5px 0 0;
  }
  #Content .bc-container .nav-tabs li a:hover {
    height: 80px;
    background-color: #f9f9f9;
  }
  #Content .bc-container .nav-tabs li.active a {
    opacity: 1;
    height: 81px;
    position: relative;
    border: none;
  }
  #Content .bc-container .nav-tabs li.active a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 6px;
    width: 100%;
    margin: 0;
    background-color: #9bc8be;
  }
  #Content .bc-container .nav-tabs li.active a:hover {
    background-color: #ffffff;
  }
  #Content .bc-container .nav-tabs li.active a[data-tabname="MyNotes"] {
    background-color: #f9f9f9;
  }
  #Content .bc-container .nav-tabs li.not-active a {
    opacity: 0.5;
  }
  #Content .bc-container .nav-tabs li.bordered {
    border-right: 1px solid #ebebeb;
  }
}
@media (max-width: 320px) {
  #Content .bc-container .nav-tabs li .text {
    font-size: 11px;
  }
}
#Content .bc-container .bc-content {
  position: absolute;
  padding: 70px 0 55px;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#Content .bc-container .bc-content .nav-tabs {
  position: absolute;
  width: 100%;
}
#Content .bc-container .bc-content > .tab-pane {
  float: left;
  margin: 0;
  height: 100%;
  padding: 0;
  width: 33.33%;
}
#Content .bc-container .bc-content > .tab-pane form {
  clear: both;
}
@media (min-width: 992px) {
  #Content .bc-container .bc-content > .tab-pane {
    display: block;
  }
}
@media (max-width: 991px) {
  #Content .bc-container .bc-content > .tab-pane {
    float: none;
    width: 100%;
    border-top: 1px solid #ebebeb;
  }
}
#Content .bc-container .bc-content article {
  padding: 0 60px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#Content .bc-container .bc-content article header {
  text-align: center;
  padding: 25px 0;
}
#Content .bc-container .bc-content article header .title {
  font-size: 24px;
  margin: 10px 0 20px;
}
#Content .bc-container .bc-content article.center-tab {
  background: #f9f9f9;
}
#Content .bc-container .bc-content article.right-tab {
  padding: 0;
}
@media (max-width: 1199px) {
  #Content .bc-container .bc-content article {
    padding: 0 30px;
  }
  #Content .bc-container .bc-content article header .icon {
    height: 70px;
  }
  #Content .bc-container .bc-content article header .title {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  #Content .bc-container .bc-content article {
    padding: 20px 30px 0;
  }
}
@media (max-width: 480px) {
  #Content .bc-container .bc-content article {
    padding: 15px;
  }
}
#Content .bc-container .bc-content .content-section {
  padding: 0 0 50px;
}
@media (max-width: 480px) {
  #Content .bc-container .bc-content .content-section {
    padding: 0 0 25px;
  }
}
#Content .bc-container .bc-content .bible-verses {
  margin: 0;
}
#Content .bc-container .bc-content .bible-verses .panel {
  padding: 30px 40px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
}
#Content .bc-container .bc-content .bible-verses .panel .panel-heading {
  padding: 0;
  background: none;
}
#Content .bc-container .bc-content .bible-verses .panel .panel-heading .panel-title {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  color: #e14105;
}
#Content .bc-container .bc-content .bible-verses .panel .panel-heading .accordion-toggle {
  display: block;
}
#Content .bc-container .bc-content .bible-verses .panel .panel-heading .accordion-toggle + .icon {
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #3c3c3c;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 6px;
  background: transparent;
}
#Content .bc-container .bc-content .bible-verses .panel .panel-heading .accordion-toggle.collapsed + .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#Content .bc-container .bc-content .bible-verses .panel + .panel {
  margin: 0;
}
#Content .bc-container .bc-content .bible-verses .panel:first-child {
  padding-top: 10px;
}
@media (max-width: 991px) {
  #Content .bc-container .bc-content .bible-verses .panel:first-child {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  #Content .bc-container .bc-content .bible-verses .panel {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  #Content .bc-container .bc-content .bible-verses .panel {
    padding: 15px;
  }
  #Content .bc-container .bc-content .bible-verses .panel:first-child {
    padding: 15px;
  }
}
#Content .bc-container .bc-content .bible-verses .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
#Content .bc-container .bc-content .bible-verses .panel-collapse .panel-body {
  padding: 20px 0 0 23px;
}
#Content .bc-container .bc-content .bible-verses .panel-collapse .panel-body p {
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  #Content .bc-container .bc-content .bible-verses .panel-collapse .panel-body {
    padding: 15px 0 0 23px;
  }
  #Content .bc-container .bc-content .bible-verses .panel-collapse .panel-body p {
    margin: 0 0 15px;
  }
}
@media (max-width: 480px) {
  #Content .bc-container .bc-content .bible-verses .panel-collapse .panel-body {
    padding: 10px 0 0 20px;
  }
  #Content .bc-container .bc-content .bible-verses .panel-collapse .panel-body p {
    margin: 0 0 10px;
  }
}
#Content .bc-container .bc-content .my-notes-field {
  font-family: 'BrandonRegularItalic', sans-serif;
  font-size: 18px;
  max-width: 100%;
  width: 100%;
  padding: 15px;
  outline: 0;
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  #Content .bc-container .bc-content .my-notes-field {
    height: 280px;
  }
}
@media (max-width: 991px) {
  #Content .bc-container .bc-content .my-notes-field {
    height: 120px;
  }
}
#Content .bc-container .bc-content #MyNotesField,
#Content .bc-container .bc-content #MyNotesField_ifr {
  height: 480px !important;
}
@media (min-width: 769px) and (max-width: 1024px) {
  #Content .bc-container .bc-content #MyNotesField,
  #Content .bc-container .bc-content #MyNotesField_ifr {
    height: 300px !important;
  }
}
@media (max-width: 667px) {
  #Content .bc-container .bc-content #MyNotesField,
  #Content .bc-container .bc-content #MyNotesField_ifr {
    height: 350px !important;
  }
}
@media (max-width: 480px) {
  #Content .bc-container .bc-content #MyNotesField,
  #Content .bc-container .bc-content #MyNotesField_ifr {
    height: 180px !important;
    max-height: 180px;
  }
}
#Content .bc-container .bc-content .email-button {
  float: right;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 130px;
  margin: 15px 0 20px;
  background: none;
  border: 1px solid #3c3c3c;
}
@media (max-width: 480px) {
  #Content .bc-container .bc-content .email-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .bc-container .bc-content .save-notes-button {
  float: right;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 130px;
  color: #3c3c3c;
  background-color: #ffffff;
  margin: 15px 0 20px 15px;
}
@media (max-width: 480px) {
  #Content .bc-container .bc-content .save-notes-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .bc-container .bc-content .save-notes-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .bc-container .bc-content .save-notes-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .bc-container .bc-content .save-notes-button:hover,
#Content .bc-container .bc-content .save-notes-button:active,
#Content .bc-container .bc-content .save-notes-button:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .bc-container .bc-content .save-notes-button:hover:after {
  opacity: 0.65;
}
#Content .bc-container .bc-content .save-notes-button:active:after,
#Content .bc-container .bc-content .save-notes-button:focus:after {
  opacity: 1;
}
@media (max-width: 1199px) {
  #Content .bc-container .bc-content .email-button,
  #Content .bc-container .bc-content .save-notes-button {
    width: 120px;
  }
}
@media (max-width: 480px) {
  #Content .bc-container .bc-content .email-button,
  #Content .bc-container .bc-content .save-notes-button {
    display: block;
    float: none;
    width: 100%;
    margin: 15px 0;
  }
}
#Content .bc-container .bc-content .copy-sermon-outline {
  display: block;
  float: right;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'BrandonMedium', sans-serif;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  min-width: 145px;
  background-color: #a5a5a5;
  margin: 0 0 10px;
}
#Content .bc-container .bc-content .copy-sermon-outline:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  #Content .bc-container .bc-content {
    padding-top: 151px;
  }
}
@media (max-width: 480px) {
  #Content .bc-container .bc-content {
    padding: 131px 0 35px;
  }
}
#Content .bc-container .bc-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  padding: 15px;
  overflow: hidden;
  background: #a5a5a5;
  text-align: center;
  z-index: 1049;
}
#Content .bc-container .bc-footer > a {
  padding-right: 30px;
  color: #ffffff;
  text-transform: uppercase;
  background: url('/Skins/images/arrow-top.png') no-repeat right;
}
#Content .bc-container .bc-footer > a:hover,
#Content .bc-container .bc-footer > a:active {
  text-decoration: none;
}
@media (max-width: 480px) {
  #Content .bc-container .bc-footer {
    height: 35px;
    padding: 8px;
  }
  #Content .bc-container .bc-footer > a {
    font-size: 14px;
  }
}
#Content .bc-container.more-space .bc-content {
  padding-top: 100px;
}
@media (max-width: 991px) {
  #Content .bc-container.more-space .bc-content {
    padding-top: inherit;
  }
}
#Content .continue-learning-modal.in {
  background: #a5a5a5;
}
#Content .continue-learning-modal .modal-header {
  border: none;
  background: #a5a5a5;
  margin-top: 70px;
}
#Content .continue-learning-modal .modal-header.more-space {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #Content .continue-learning-modal .modal-header.more-space {
    margin-top: 70px;
  }
}
#Content .continue-learning-modal .modal-header button,
#Content .continue-learning-modal .modal-header button:focus,
#Content .continue-learning-modal .modal-header button:hover,
#Content .continue-learning-modal .modal-header button:active {
  text-transform: uppercase;
  border: none;
  background: none;
  color: #ffffff;
  box-shadow: none;
  outline: none;
  font-size: 18px;
  padding: 0 30px 0 0;
  background: url('/Skins/images/close-popup-small.png') right no-repeat;
}
#Content .continue-learning-modal .modal-dialog {
  max-width: 850px;
  width: auto;
}
#Content .continue-learning-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#Content .continue-learning-modal .modal-dialog .modal-content .article-list .article-container {
  border-color: #3c3c3c;
}
#Content .continue-learning-modal .modal-dialog .modal-content .article-list .article-container .category {
  text-transform: uppercase;
  font-size: 14px;
}
#Content .continue-learning-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#Content .continue-learning-modal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 15px 15px 15px;
  min-height: 200px;
  margin-top: 15px;
  background: url('/Skins/images/green-black-bg.png') repeat;
  text-align: center;
}
#Content .continue-learning-modal .modal-dialog .modal-content .modal-footer .title {
  margin: 10px 0;
  text-align: center;
}
#Content .continue-learning-modal .modal-dialog .modal-content .modal-footer blockquote > span {
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  display: inline-block;
}
#Content .continue-learning-modal .modal-dialog .modal-content .modal-footer blockquote > span:before,
#Content .continue-learning-modal .modal-dialog .modal-content .modal-footer blockquote > span:after {
  content: '';
  display: inline-block;
  font-family: 'MuseoSlab500', serif;
  font-size: 36px;
  width: 14px;
  height: 11px;
  position: relative;
  bottom: 8px;
}
#Content .continue-learning-modal .modal-dialog .modal-content .modal-footer blockquote > span:before {
  background: url('/Skins/images/quote-start-small.png') no-repeat;
  margin-right: 5px;
}
#Content .continue-learning-modal .modal-dialog .modal-content .modal-footer blockquote > span:after {
  background: url('/Skins/images/quote-end-small.png') no-repeat;
  margin-left: 5px;
}
#Content .new-here-modal.in {
  background: url('/Skins/images/broadcast-modal-bg1.png') repeat;
  opacity: 0.7;
}
#Content .new-here-modal h3 {
  color: #ffffff;
  font-family: 'BrandonRegular', sans-serif;
  text-transform: none;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 1199px) {
  #Content .new-here-modal h3 {
    font-size: 18px;
  }
}
#Content .new-here-modal .arrow-up {
  width: 20px;
  height: 70px;
  background: url('/Skins/images/arrow-up.png') no-repeat;
  margin: 0 auto;
}
#Content .new-here-modal .arrow-down {
  width: 20px;
  height: 70px;
  background: url('/Skins/images/arrow-down.png') no-repeat;
  margin: 0 auto;
}
#Content .new-here-modal .level1 {
  margin-top: 180px;
}
#Content .new-here-modal .level2 {
  margin-top: 240px;
}
#Content .new-here-modal .level3 {
  position: fixed;
  bottom: 35px;
  width: 100%;
  margin-left: -33.7%;
}
#Content .new-here-modal .level4 {
  margin-top: 220px;
}
#Content .daily-devotions {
  margin: 0 0 50px;
}
#Content .daily-devotions .dd-search .search-devotion {
  position: relative;
}
#Content .daily-devotions .dd-search .search-devotion .search-field {
  width: 100%;
  height: 30px;
  padding: 0px 35px 0 10px;
  margin-bottom: 3px;
  border: 1px solid #3c3c3c;
  /*&:focus + .search-button {
						background-position: -58px -10px;
					}*/
}
#Content .daily-devotions .dd-search .search-devotion .search-field:-moz-placeholder {
  color: #3c3c3c;
}
#Content .daily-devotions .dd-search .search-devotion .search-field::-moz-placeholder {
  color: #3c3c3c;
}
#Content .daily-devotions .dd-search .search-devotion .search-field:-ms-input-placeholder {
  color: #3c3c3c;
}
#Content .daily-devotions .dd-search .search-devotion .search-field::-webkit-input-placeholder {
  color: #3c3c3c;
}
#Content .daily-devotions .dd-search .search-devotion .search-field:focus {
  border: 1px solid #cdcdcd;
}
#Content .daily-devotions .dd-search .search-devotion .search-field:focus:-moz-placeholder {
  color: #3c3c3c;
}
#Content .daily-devotions .dd-search .search-devotion .search-field:focus::-moz-placeholder {
  color: #3c3c3c;
}
#Content .daily-devotions .dd-search .search-devotion .search-field:focus:-ms-input-placeholder {
  color: #3c3c3c;
}
#Content .daily-devotions .dd-search .search-devotion .search-field:focus::-webkit-input-placeholder {
  color: #3c3c3c;
}
#Content .daily-devotions .dd-search .search-devotion .search-button,
#Content .daily-devotions .dd-search .search-devotion .search-clear {
  position: absolute;
  right: 2px;
  top: 1px;
  width: 30px;
  height: 28px;
  text-indent: -9999px;
  background-color: transparent;
}
#Content .daily-devotions .dd-search .search-devotion .search-button {
  background: url('/Skins/images/search-sprite.png') no-repeat scroll -14px -10px;
  /*&:hover {
						background: url('@{imgPath}search-sprite.png') no-repeat scroll -58px -10px;
					}*/
}
#Content .daily-devotions .dd-search .search-devotion .search-clear {
  display: none;
  background: url('/Skins/images/reading-options-expanded.png') no-repeat center center;
}
#Content .daily-devotions .dd-search .filter .bootstrap-select {
  width: 49.5%;
  float: left;
  margin-left: 1%;
  min-width: initial;
}
#Content .daily-devotions .dd-search .filter .bootstrap-select.month-select {
  margin: 0;
}
#Content .daily-devotions .dd-slider {
  margin: 0 0 30px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#Content .daily-devotions .dd-slider .prev-devotions,
#Content .daily-devotions .dd-slider .next-devotions {
  display: block;
  -webkit-transition: none 0.2s ease-out 0s;
  transition: none 0.2s ease-out 0s;
  font-family: 'BrandonRegular', sans-serif;
  font-size: 18px;
  height: 70px;
  text-align: center;
  text-transform: uppercase;
}
#Content .daily-devotions .dd-slider .prev-devotions:hover,
#Content .daily-devotions .dd-slider .next-devotions:hover,
#Content .daily-devotions .dd-slider .prev-devotions:active,
#Content .daily-devotions .dd-slider .next-devotions:active {
  text-decoration: none;
}
#Content .daily-devotions .dd-slider .next-devotions {
  padding: 35px 0 0;
  background: url('/Skins/images/control-previous-vertical.png') no-repeat center 14px;
}
#Content .daily-devotions .dd-slider .next-devotions:hover {
  background: url('/Skins/images/control-previous-vertical-hover.png') no-repeat center 14px;
}
#Content .daily-devotions .dd-slider .prev-devotions {
  padding: 15px 0 0;
  background: url('/Skins/images/control-next-vertical.png') no-repeat center 40px;
}
#Content .daily-devotions .dd-slider .prev-devotions:hover {
  background: url('/Skins/images/control-next-vertical-hover.png') no-repeat center 40px;
}
#Content .daily-devotions .dd-slider .daily-devotion-item {
  display: block;
  height: 82px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-top: none;
}
#Content .daily-devotions .dd-slider .daily-devotion-item:hover {
  color: inherit;
  text-decoration: none;
}
#Content .daily-devotions .dd-slider .daily-devotion-item .date-block {
  display: block;
  float: left;
  width: 65px;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0;
  border-right: 1px solid #e0e0e0;
}
#Content .daily-devotions .dd-slider .daily-devotion-item .date-block .day-name,
#Content .daily-devotions .dd-slider .daily-devotion-item .date-block .day-date,
#Content .daily-devotions .dd-slider .daily-devotion-item .date-block .month-name {
  display: block;
  line-height: 1;
}
#Content .daily-devotions .dd-slider .daily-devotion-item .date-block .day-name {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 14px;
  margin: 12px 0 0;
}
#Content .daily-devotions .dd-slider .daily-devotion-item .date-block .day-date {
  font-family: 'BrandonBold', sans-serif;
  font-size: 30px;
  margin: 0 0 4px;
}
#Content .daily-devotions .dd-slider .daily-devotion-item .date-block .month-name {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 12px;
}
#Content .daily-devotions .dd-slider .daily-devotion-item .description-block {
  display: block;
  padding: 8px 0 0 75px;
}
#Content .daily-devotions .dd-slider .daily-devotion-item .description-block .title,
#Content .daily-devotions .dd-slider .daily-devotion-item .description-block .text {
  display: block;
}
#Content .daily-devotions .dd-slider .daily-devotion-item .description-block .title {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 18px;
  text-transform: none;
  margin: 0 0 6px;
  line-height: 1.1;
}
#Content .daily-devotions .dd-slider .daily-devotion-item .description-block .text {
  font-family: 'MuseoSlab300', serif;
  font-size: 14px;
  margin: 0 0 2px;
  line-height: 1.2;
}
#Content .daily-devotions .dd-slider .daily-devotion-list li:first-child {
  border-top: 1px solid #e0e0e0;
}
#Content .daily-devotions .dd-slider .daily-devotion-list li.active .daily-devotion-item .date-block {
  color: #ffffff;
  background: url('/Skins/images/daily-dev-bg.png') no-repeat scroll right 0;
}
#Content .top-read-articles {
  padding-top: 30px;
}
#Content .read-landing-banners .article-container.banner-view {
  margin: 100px 0;
  height: 200px;
}
@media (max-width: 768px) {
  #Content .read-landing-banners .article-container.banner-view {
    margin: 30px 0;
  }
}
#Content .read-landing-banners .article-container.banner-view .content h2 {
  margin-bottom: 8px;
  font-family: 'BrandonLight', sans-serif;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #Content .read-landing-banners .article-container.banner-view .content h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .read-landing-banners .article-container.banner-view .content h2 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #Content .read-landing-banners .article-container.banner-view .content h2 {
    font-size: 18px;
  }
}
#Content .read-landing-banners .article-container.banner-view .content h2 > b {
  font-family: 'BrandonBold', sans-serif;
  display: block;
}
#Content .read-landing-banners .article-container.banner-view .content .subscribe-btn {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background: #3c3c3c;
  text-transform: uppercase;
  font-family: 'BrandonBold', sans-serif;
  line-height: 20px;
  padding: 10px 30px;
}
#Content .read-landing-banners .article-container.banner-view.daily-devotion-subscribe {
  border: 1px solid #ebebeb;
}
#Content .read-landing-banners .article-container.banner-view.daily-devotion-subscribe .left-side {
  float: left;
  width: 160px;
  background: url('/Skins/images/daly-devotions-current-date-bg-large.png') no-repeat;
  height: 198px;
}
#Content .read-landing-banners .article-container.banner-view.daily-devotion-subscribe .left-side h4 {
  color: #ffffff;
  font-family: 'BrandonMedium', sans-serif;
  text-align: center;
  padding: 60px 0 0;
}
#Content .read-landing-banners .article-container.banner-view.daily-devotion-subscribe .left-side h4 > span {
  display: block;
  font-size: 72px;
  font-family: 'BrandonBold', sans-serif;
}
#Content .read-landing-banners .article-container.banner-view.daily-devotion-subscribe .content {
  margin-left: 190px;
  padding-top: 45px;
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .read-landing-banners .article-container.banner-view.daily-devotion-subscribe .left-side {
    width: 150px;
  }
  #Content .read-landing-banners .article-container.banner-view.daily-devotion-subscribe .content {
    margin-left: 170px;
  }
}
@media (max-width: 480px) {
  #Content .read-landing-banners .article-container.banner-view.daily-devotion-subscribe .left-side {
    width: 150px;
  }
  #Content .read-landing-banners .article-container.banner-view.daily-devotion-subscribe .content {
    margin-left: 170px;
  }
}
@media (max-width: 320px) {
  #Content .read-landing-banners .article-container.banner-view.daily-devotion-subscribe .left-side {
    width: 110px;
  }
  #Content .read-landing-banners .article-container.banner-view.daily-devotion-subscribe .content {
    margin-left: 120px;
  }
}
#Content .read-landing-banners .article-container.banner-view.magazine-subscribe {
  background: #3c3c3c;
  color: #ffffff;
  padding: 0 30px;
  zoom: 1;
}
#Content .read-landing-banners .article-container.banner-view.magazine-subscribe:before {
  content: '';
  display: block;
}
#Content .read-landing-banners .article-container.banner-view.magazine-subscribe:after {
  content: '';
  display: table;
  clear: both;
}
#Content .read-landing-banners .article-container.banner-view.magazine-subscribe:before {
  content: '';
  display: block;
}
#Content .read-landing-banners .article-container.banner-view.magazine-subscribe:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 320px) {
  #Content .read-landing-banners .article-container.banner-view.magazine-subscribe {
    padding: 0 15px;
  }
}
#Content .read-landing-banners .article-container.banner-view.magazine-subscribe .content {
  padding-top: 24px;
  float: left;
}
#Content .read-landing-banners .article-container.banner-view.magazine-subscribe .content .title {
  text-transform: uppercase;
  font-family: 'BrandonBold', sans-serif;
  font-size: 14px;
}
#Content .read-landing-banners .article-container.banner-view.magazine-subscribe .content h2 {
  color: #ffffff;
}
#Content .read-landing-banners .article-container.banner-view.magazine-subscribe .content .subscribe-btn {
  border: 1px solid #ffffff;
  padding: 9px 30px;
}
#Content .read-landing-banners .article-container.banner-view.magazine-subscribe .right-side {
  float: right;
  margin-top: 12px;
}
@media (max-width: 320px) {
  #Content .read-landing-banners .article-container.banner-view.magazine-subscribe .right-side {
    width: 90px;
  }
}
#Content .essay-article-updates {
  width: 100%;
}
#Content .essay-article-updates .grid-view .article-thumbnail-container {
  max-height: 150px;
}
#Content .essay-article-updates .grid-view .article-description-container {
  min-height: 80px;
}
#Content .photo-essay-gallery {
  background: #464646;
}
#Content .photo-essay-gallery #PhotoEssayCarousel {
  overflow: visible;
}
#Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer {
  position: absolute;
  bottom: 74px;
  width: 100%;
  background: #3c3c3c;
}
@media (max-width: 600px) {
  #Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer {
    bottom: 65px;
  }
}
#Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer .audio-player-container {
  margin: 0;
}
#Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer .player-progressbar {
  position: static;
  width: 100%;
  height: 5px;
  display: block;
}
#Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer .player-bar {
  position: relative;
  height: 35px;
  display: block;
}
#Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer .action-button {
  position: static;
  display: inline-block;
  float: left;
  text-indent: -9999px;
  width: 40px;
  height: 30px;
  background: url('/Skins/images/player-sprite.png') no-repeat scroll 15px 8px transparent;
  cursor: pointer;
}
#Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer .action-button.active {
  background-position: -35px 8px;
}
#Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer .time-wrapper {
  float: left;
}
#Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer .time-wrapper span {
  color: #ffffff;
}
#Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer .show-full-width {
  background: url('/Skins/images/player-sprite.png') no-repeat scroll 2px -195px transparent;
  width: 20px;
  height: 30px;
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
#Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer .volume-wrapper {
  position: relative;
  display: inline-block;
  float: right;
  height: 30px;
  width: 40px;
  cursor: pointer;
}
#Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer .volume-wrapper .volume-bar-wrapper {
  width: 40px;
}
#Content .photo-essay-gallery #PhotoEssayCarousel #AudioPlayerContainer .volume-wrapper .volume-button {
  display: inline-block;
  width: 18px;
  height: inherit;
  background: url('/Skins/images/player-sprite.png') no-repeat scroll 15px -93px transparent;
  text-indent: -9999px;
  width: 40px;
}
#Content .photo-essay-gallery .carousel-inner .item > img {
  width: 100%;
  margin: auto;
}
#Content .photo-essay-gallery .carousel .carousel-control {
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 100px;
  height: 200px;
  top: 50%;
  margin-top: -100px;
  background-color: transparent;
  background-repeat: no-repeat;
  box-shadow: none;
  opacity: 1;
}
#Content .photo-essay-gallery .carousel .carousel-control:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#Content .photo-essay-gallery .carousel .carousel-control.left {
  left: -100px;
  background-image: url('/Skins/images/p-essay-arrow-left.png');
  background-position: center;
}
#Content .photo-essay-gallery .carousel .carousel-control.right {
  right: -100px;
  background-image: url('/Skins/images/p-essay-arrow-right.png');
  background-position: center;
}
@media (max-width: 991px) {
  #Content .photo-essay-gallery .carousel .carousel-control.left {
    left: 0;
  }
  #Content .photo-essay-gallery .carousel .carousel-control.right {
    right: 0;
  }
}
@media (max-width: 768px) {
  #Content .photo-essay-gallery .carousel .carousel-control {
    height: 150px;
    margin-top: -75px;
  }
}
@media (max-width: 480px) {
  #Content .photo-essay-gallery .carousel .carousel-control {
    -webkit-background-size: 50%;
    background-size: 50%;
    height: 100px;
    width: 70px;
    margin-top: -50px;
  }
}
#Content .photo-essay-gallery .carousel .carousel-caption {
  position: static;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 10px 5px;
  height: 70px;
  text-shadow: none;
  overflow: auto;
}
#Content .photo-essay-gallery .carousel .carousel-caption p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  #Content .photo-essay-gallery .carousel .carousel-caption {
    position: absolute;
    bottom: 0;
    height: auto;
    padding: 15px;
    text-align: center;
    background: rgba(70, 70, 70, 0.75);
  }
}
@media (max-width: 480px) {
  #Content .photo-essay-gallery .carousel .carousel-caption {
    display: none;
  }
}
#Content .photo-essay-gallery .carousel-navigation {
  position: absolute;
  bottom: 70px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #ffffff;
  font-size: 14px;
  background: rgba(70, 70, 70, 0.75);
}
#Content .photo-essay-gallery .carousel-navigation .order-placeholder,
#Content .photo-essay-gallery .carousel-navigation .photographer {
  display: inline-block;
}
#Content .photo-essay-gallery .carousel-navigation .order-placeholder {
  margin-right: 10px;
}
#Content .photo-essay-gallery .carousel-navigation .order-placeholder > .order {
  font-weight: normal;
  margin: 0 10px;
}
#Content .photo-essay-gallery .carousel-navigation .order-placeholder > span {
  font-size: 20px;
}
#Content .photo-essay-gallery .carousel-navigation .show-all,
#Content .photo-essay-gallery .carousel-navigation .show-full-width {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: sub;
}
#Content .photo-essay-gallery .carousel-navigation .show-all {
  background: url("/Skins/images/thumbnails.png") no-repeat;
  margin-right: 15px;
}
#Content .photo-essay-gallery .carousel-navigation .show-full-width {
  background: url("/Skins/images/fullscreen-icon.png") no-repeat;
}
@media (max-width: 768px) {
  #Content .photo-essay-gallery .carousel-navigation {
    display: none;
  }
}
#Content .photo-essay-gallery .slider-thumbs {
  padding: 10px 0;
  clear: both;
}
#Content .photo-essay-gallery .modal {
  -webkit-transition: none 0.2s ease-out 0s !important;
  transition: none 0.2s ease-out 0s !important;
  -webkit-transform: none !important;
  transform: none !important;
}
#Content .photo-essay-gallery .modal .carousel-inner .item > img {
  width: auto;
}
#Content .photo-essay-gallery .modal .modal-content {
  box-shadow: none;
  background: none;
  border: none;
}
#Content .photo-essay-gallery .modal .modal-header {
  padding: 25px;
  border: none;
}
#Content .photo-essay-gallery .modal .list-inline {
  margin: 0 -15px;
  padding: 0;
}
#Content .photo-essay-gallery .modal .list-inline > li {
  padding: 0 15px;
  margin: 15px 0;
}
#Content .photo-essay-gallery .modal .list-inline > li img {
  cursor: pointer;
}
#Content .photo-essay-gallery .modal .carousel-navigation {
  display: none;
}
#Content .photo-essay-gallery .modal .carousel-caption {
  position: absolute;
  height: auto;
  padding: 15px 10px;
  text-align: center;
}
#Content .photo-essay-gallery .modal .carousel-control.left {
  left: 0;
}
#Content .photo-essay-gallery .modal .carousel-control.right {
  right: 0;
}
#Content .photo-essay-gallery .modal #AudioPlayerContainer {
  position: fixed !important;
  bottom: 0 !important;
}
#Content .photo-essay-gallery .modal button.close {
  height: 60px;
  width: 60px;
  background: url("/Skins/images/close-popup.png") no-repeat;
  opacity: 999;
  margin: 0;
}
#Content .photo-essay-gallery .modal-thumbs .modal-dialog {
  width: 750px;
}
#Content .photo-essay-gallery .modal-thumbs.fade.in .modal-dialog {
  margin-top: 100px;
}
#Content .photo-essay-gallery .modal-fullscreen .modal-dialog {
  width: 100%;
}
@media (max-width: 768px) {
  #Content .photo-essay-gallery .full-width-tablet > .row .col-md-12 {
    padding: 0;
  }
}
#Content #issue-year {
  min-width: 100px;
  margin-bottom: 30px;
}
#Content #issue-list .issue {
  margin-bottom: 50px;
  overflow: hidden;
  height: 229px;
}
#Content #issue-list .issue > div {
  position: relative;
  z-index: 300;
}
#Content #issue-list .issue > div img {
  position: absolute;
  z-index: 330;
  height: 229px;
}
#Content #issue-list .issue > div .content {
  position: absolute;
  z-index: 360;
  width: 100%;
}
#Content #issue-list .issue > div .content h2 {
  display: inline-block;
  font-family: 'BrandonRegular', sans-serif;
  margin: 50px 0 20px 0;
  padding: 0 30px 15px 30px;
  border-bottom: solid 1px #3c3c3c;
}
#Content .blog-landing-header {
  margin: 0 0 30px;
}
#Content .blog-landing-header .section-title {
  margin: 20px 0 5px;
  padding: 0;
}
#Content .blog-timeline {
  padding-bottom: 100px;
}
#Content .blog-timeline .blog-post {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 30px;
  padding: 0 0 25px;
  zoom: 1;
}
#Content .blog-timeline .blog-post:before {
  content: '';
  display: block;
}
#Content .blog-timeline .blog-post:after {
  content: '';
  display: table;
  clear: both;
}
#Content .blog-timeline .blog-post:before {
  content: '';
  display: block;
}
#Content .blog-timeline .blog-post:after {
  content: '';
  display: table;
  clear: both;
}
#Content .blog-timeline .blog-post .post-thumbbnail-full-width a img,
#Content .blog-timeline .blog-post .post-thumbbnail a img {
  margin-bottom: 25px;
}
#Content .blog-landing-items {
  border-bottom: 1px solid #ebebeb;
}
#Content .mgzn-banner {
  z-index: 20;
}
#Content .mgzn-banner-caption {
  padding: 10px;
  margin-bottom: 50px;
  color: #000000;
  background-color: #ffffff;
  z-index: 25;
}
#Content .mgzn-banner-caption.above-banner {
  min-height: 90px;
  margin-top: -90px;
  /*@media @view-widescreen {
				margin-top: -100px;
			}*/
}
@media (max-width: 768px) {
  #Content .mgzn-banner-caption.above-banner {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  #Content .mgzn-banner-caption.article-caption {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#Content .mgzn-banner-caption .article-name {
  padding: 10px 15px;
  margin: 0 0 15px;
  font-family: 'Surveyor Display 700 Italic';
  line-height: 1;
  color: #ffffff;
  text-align: left;
  background-color: #3c3c3c;
}
#Content .mgzn-banner-caption .article-description-wrap {
  padding: 0 15px;
}
#Content .mgzn-banner-caption .article-description-wrap a:hover {
  color: #000;
}
#Content .mgzn-banner-caption .article-description {
  margin: 0 0 15px;
  font: 30px 'Surveyor Display 700 Italic';
  text-decoration: none;
}
#Content .mgzn-banner-caption .article-description a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #Content .mgzn-banner-caption .article-description {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #Content .mgzn-banner-caption .article-description {
    font-size: 18px;
  }
}
#Content .mgzn-banner-caption .article-date {
  margin: 25px 0;
  font: 14px 'BrandonMedium', sans-serif;
  text-transform: uppercase;
}
#Content .mgzn-banner-caption .author-pane {
  width: 75%;
}
@media (max-width: 480px) {
  #Content .mgzn-banner-caption .author-pane {
    width: 100%;
  }
}
#Content .mgzn-banner-caption .article-author {
  padding: 12px 15px;
  font: 16px 'BrandonBold', sans-serif;
  line-height: 1;
  color: #ffffff;
  background-color: #3c3c3c;
  text-transform: uppercase;
}
#Content .mgzn-banner-caption .article-author + .article-author {
  margin-top: 15px;
}
@media (max-width: 768px) {
  #Content .mgzn-banner-caption .article-author {
    font-size: 15px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #Content .mgzn-banner-caption {
    padding: 15px 0;
  }
}
#Content .most-popular-container {
  margin-bottom: 85px;
}
#Content .most-popular-container .title48 {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #Content .most-popular-container .title48 {
    margin-bottom: 20px;
  }
}
#Content .most-popular-container .article-container.list-view {
  border: none;
  min-height: 195px;
}
@media (max-width: 480px) {
  #Content .most-popular-container .article-container.list-view {
    min-height: initial;
  }
}
#Content .most-popular-container .article-container.list-view .article-thumbnail-container {
  height: 165px;
}
#Content .most-popular-container .article-container.list-view .article-thumbnail-container img {
  height: 100%;
  width: 100%;
}
#Content .most-popular-container .article-container.list-view .article-description-container .article-name {
  font-size: 20px;
  text-transform: none;
}
#Content .most-popular-container .article-container.list-view .article-description-container .author {
  font-family: 'MuseoSlab300Italic', serif;
}
@media (min-width:1200px) {
  #Content .most-popular-container .article-container.list-view .article-description-container {
    padding-top: 20px;
  }
  #Content .most-popular-container .article-container.list-view .article-description-container .article-name {
    font-size: 24px;
  }
  #Content .most-popular-container .article-container.list-view .article-description-container .article-description {
    font-size: 18px;
  }
  #Content .most-popular-container .article-container.list-view .article-description-container .author {
    font-size: 18px;
  }
}
#Content .department-featured-content,
#Content .call-out-article {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  #Content .department-featured-content,
  #Content .call-out-article {
    margin-bottom: 40px;
  }
}
#Content .department-featured-content .title,
#Content .call-out-article .title {
  position: absolute;
  top: 0;
  right: 15px;
  background: #fff;
  border-left: 10px solid #1a0000;
  border-bottom: 10px solid #1a0000;
  z-index: 1;
  padding: 10px 10px 10px 15px;
}
#Content .department-featured-content .title h3,
#Content .call-out-article .title h3 {
  margin: 0;
  text-transform: capitalize;
  font-size: 30px;
  margin: 30px 115px 30px 0;
  float: left;
}
@media (max-width: 480px) {
  #Content .department-featured-content .title h3,
  #Content .call-out-article .title h3 {
    float: none;
    margin-right: 0;
  }
}
#Content .department-featured-content .title .icon,
#Content .call-out-article .title .icon {
  float: right;
  width: 90px;
  height: auto;
}
#Content .department-featured-content .title .icon > img,
#Content .call-out-article .title .icon > img {
  width: 100% !important;
  height: inherit !important;
}
@media (max-width: 480px) {
  #Content .department-featured-content .title .icon,
  #Content .call-out-article .title .icon {
    width: 65px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 30px;
  }
}
@media (max-width: 480px) {
  #Content .department-featured-content .title,
  #Content .call-out-article .title {
    position: static;
    border: 5px solid #1a0000;
  }
  #Content .department-featured-content .title h3,
  #Content .call-out-article .title h3 {
    font-size: 24px;
    margin: 15px 60px 15px 0;
  }
}
#Content .department-featured-content .banner-container,
#Content .call-out-article .banner-container {
  position: relative;
}
#Content .department-featured-content .banner-container img,
#Content .call-out-article .banner-container img {
  width: 100%;
  height: 100%;
}
#Content .department-featured-content .banner-container .description-container,
#Content .call-out-article .banner-container .description-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #3c3c3c;
  padding: 3px 18px 5px;
}
@media (max-width: 991px) {
  #Content .department-featured-content .banner-container .description-container,
  #Content .call-out-article .banner-container .description-container {
    position: static;
  }
}
#Content .department-featured-content .banner-container .description-container h1,
#Content .call-out-article .banner-container .description-container h1,
#Content .department-featured-content .banner-container .description-container p,
#Content .call-out-article .banner-container .description-container p {
  color: #fff;
  text-align: left;
}
#Content .department-featured-content .banner-container .description-container h1,
#Content .call-out-article .banner-container .description-container h1 {
  margin-bottom: 20px;
  font-family: serif;
}
@media (max-width: 480px) {
  #Content .department-featured-content .banner-container .description-container h1,
  #Content .call-out-article .banner-container .description-container h1 {
    margin-bottom: 10px;
  }
}
#Content .department-featured-content .banner-container .description-container p,
#Content .call-out-article .banner-container .description-container p {
  font-size: 20px;
}
@media (max-width: 991px) {
  #Content .department-featured-content .banner-container .description-container p,
  #Content .call-out-article .banner-container .description-container p {
    height: auto !important;
    display: block !important;
  }
}
@media (max-width: 480px) {
  #Content .department-featured-content .banner-container .description-container p,
  #Content .call-out-article .banner-container .description-container p {
    font-size: 16px;
  }
}
#Content .department-featured-content .contributors-info,
#Content .call-out-article .contributors-info {
  border-bottom: 1px solid #3c3c3c;
}
#Content .department-featured-content .contributors-info .author,
#Content .call-out-article .contributors-info .author,
#Content .department-featured-content .contributors-info .illustrator,
#Content .call-out-article .contributors-info .illustrator {
  line-height: 48px;
  margin: 8px 0 6px;
  font-size: 14px;
  font-family: 'BrandonMedium', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #Content .department-featured-content .contributors-info .author,
  #Content .call-out-article .contributors-info .author,
  #Content .department-featured-content .contributors-info .illustrator,
  #Content .call-out-article .contributors-info .illustrator {
    line-height: normal;
  }
}
@media (min-width: 769px) {
  #Content .department-featured-content .contributors-info .illustrator,
  #Content .call-out-article .contributors-info .illustrator {
    border-left: 1px solid #3c3c3c;
  }
}
#Content .magazine-about .team-members {
  margin-bottom: 40px;
}
#Content .magazine-about .team-members .member-name p {
  font-weight: bold;
}
#Content .magazine-about h3 {
  margin-top: 50px;
}
#Content .magazine-about .bottom-logos {
  margin: 30px 0 100px;
}
#Content .magazine-about .bottom-logos img {
  margin: 15px;
}
@media (max-width: 320px) {
  #Content .magazine-about .member-position,
  #Content .magazine-about .member-name {
    width: 100%;
    text-align: left !important;
  }
}
#Content .daily-content {
  margin-bottom: 60px;
}
#Content .daily-content .list-view {
  padding: 25px 0;
  border: none;
}
#Content .daily-content .list-view .article-thumbnail-container {
  overflow: visible;
}
@media (max-width: 480px) {
  #Content .daily-content .list-view .article-thumbnail-container img {
    height: auto;
    width: 100%;
  }
}
#Content .daily-content .list-view .functional-links {
  padding-left: 0;
}
#Content .daily-content .article-status-icon {
  position: absolute;
  top: -4px;
  right: 8px;
}
#Content .daily-content .article-status-icon.new {
  background: url('/Skins/images//icon-new-content.png') no-repeat;
  width: 43px;
  height: 38px;
}
#Content .devotion-date {
  float: right;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 480px) {
  #Content .devotion-date {
    padding-left: 15px;
    padding-bottom: 5px;
  }
}
#Content .devotion-date span {
  display: block;
}
#Content .devotion-date span.week-day {
  color: #e14105;
  text-decoration: underline;
  font: 14px 'BrandonMedium', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #Content .devotion-date span.week-day {
    font-size: 10px;
  }
}
#Content .devotion-date span.month-day {
  font: 60px 'Surveyor Display 700 Italic';
}
@media (max-width: 480px) {
  #Content .devotion-date span.month-day {
    font-size: 50px;
  }
}
#Content #GIMobileBanners .article-container > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#Content .get-i_section > .section-description {
  font-size: 18px;
}
#Content .get-i_section > .link {
  font-family: 'BrandonBold', sans-serif;
  font-size: 16px;
  color: #9bc8be;
  text-transform: uppercase;
}
#Content .get-i_section > .link:hover {
  text-decoration: underline;
}
#Content .get-i_section.give > .section-title {
  padding: 0;
  margin-bottom: 10px;
}
#Content .get-i_section.give > .section-description {
  margin-bottom: 55px;
  font-size: 18px;
}
#Content .get-i_section.project-stories {
  margin-bottom: 50px;
}
#Content .get-i_section.project-stories > .section-title {
  margin-bottom: 0;
}
#Content .get-i_section.project-stories .article-container.get-i {
  margin-bottom: 55px;
}
#Content .get-i_section.join > .section-title,
#Content .get-i_section.foundation > .section-title {
  padding: 0;
  margin-bottom: 10px;
}
#Content .get-i_section.join > .section-description,
#Content .get-i_section.foundation > .section-description {
  margin: 0 0 22px;
  font-size: 18px;
}
@media (max-width: 991px) {
  #Content .get-i_section.join > .section-description,
  #Content .get-i_section.foundation > .section-description {
    font-size: 15px !important;
  }
  #Content .get-i_section.join > .section-description > br,
  #Content .get-i_section.foundation > .section-description > br {
    display: none;
  }
}
#Content .get-i_section.join > .separator,
#Content .get-i_section.foundation > .separator {
  width: 560px;
  margin: 0 auto 30px;
}
#Content .get-i_section.join.gi-mobile .section-description br,
#Content .get-i_section.foundation.gi-mobile .section-description br {
  display: none;
}
#Content .get-i_section.join.gi-mobile .separator,
#Content .get-i_section.foundation.gi-mobile .separator {
  display: none;
}
#Content .get-i_section.join {
  margin: 0 0 70px;
}
@media (max-width: 768px) {
  #Content .get-i_section.join {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #Content .get-i_section.money-goes {
    margin-bottom: 0;
  }
}
#Content .get-i_section.money-goes > .section-title {
  padding: 0;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  #Content .get-i_section.money-goes > .section-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  #Content .get-i_section.money-goes > .section-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #Content .get-i_section.money-goes > .section-title {
    font-size: 24px;
  }
}
#Content .get-i_section.money-goes > .section-description {
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 768px) {
  #Content .get-i_section.money-goes > .section-description {
    font-size: 15px;
    margin: 15px 0 30px;
  }
  #Content .get-i_section.money-goes > .section-description > br {
    display: none;
  }
}
@media (max-width: 768px) {
  #Content .get-i_section.money-goes .get-i_give-statistics .title {
    font-size: 24px;
  }
}
#Content .get-i_section.money-goes.announcement {
  margin: 0 0 15px;
}
#Content .get-i_section.money-goes.announcement .section-title {
  margin: 0 0 2px;
  text-align: left;
}
#Content .get-i_section.money-goes.announcement p {
  text-align: left;
  margin: 0;
}
#Content .get-i_section.stories-from-field-section {
  background-color: #464646;
  margin: 0 0 100px;
  padding: 60px 0;
}
@media (max-width: 768px) {
  #Content .get-i_section.stories-from-field-section {
    padding: 30px 0 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  #Content .get-i_section.ambassadors {
    margin-bottom: 0;
  }
  #Content .get-i_section.ambassadors .section-title {
    padding: 0;
    margin-bottom: 20px;
  }
}
#Content .get-i_give-partnering {
  background: url('/Skins/images/world-map.png') no-repeat top center;
  margin-top: 0;
  padding-top: 30px;
}
#Content .get-i_give-partnering .title {
  font-size: 36px;
}
#Content .get-i_give-partnering h4 {
  padding-top: 15px;
}
#Content .get-i_give-partnering p.text-center > span {
  color: #e14105;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 24px;
}
#Content .get-i_give-partnering .partner-with-us {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 220px;
  color: #3c3c3c;
  background-color: #ffffff;
  margin-top: 25px;
}
@media (max-width: 480px) {
  #Content .get-i_give-partnering .partner-with-us {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .get-i_give-partnering .partner-with-us:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .get-i_give-partnering .partner-with-us > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .get-i_give-partnering .partner-with-us:hover,
#Content .get-i_give-partnering .partner-with-us:active,
#Content .get-i_give-partnering .partner-with-us:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .get-i_give-partnering .partner-with-us:hover:after {
  opacity: 0.65;
}
#Content .get-i_give-partnering .partner-with-us:active:after,
#Content .get-i_give-partnering .partner-with-us:focus:after {
  opacity: 1;
}
#Content #AmbassadorsMap {
  height: 725px;
}
@media (max-width: 991px) {
  #Content #AmbassadorsMap {
    height: 700px;
  }
}
@media (max-width: 768px) {
  #Content #AmbassadorsMap {
    display: none;
  }
}
#Content .giving-with-plan-table-container {
  margin: 0 0 100px;
  background-color: #f9f9f9;
}
#Content .giving-with-plan-table-container .section-title {
  padding: 20px 0 0;
  margin: 0 0 30px;
}
#Content .giving-with-plan-table-container .table-head {
  zoom: 1;
  border-bottom: 6px solid #9bc8be;
}
#Content .giving-with-plan-table-container .table-head:before {
  content: '';
  display: block;
}
#Content .giving-with-plan-table-container .table-head:after {
  content: '';
  display: table;
  clear: both;
}
#Content .giving-with-plan-table-container .table-head:before {
  content: '';
  display: block;
}
#Content .giving-with-plan-table-container .table-head:after {
  content: '';
  display: table;
  clear: both;
}
#Content .giving-with-plan-table-container .table-head .table-cell {
  float: left;
  width: 25%;
  padding: 0 15px;
}
#Content .giving-with-plan-table-container .table-head .table-cell .header-title {
  margin: 0 0 10px 0;
}
#Content .giving-with-plan-table-container .table-row {
  background-color: transparent;
}
#Content .giving-with-plan-table-container .table-row.odd {
  background-color: #ebebeb;
}
#Content .giving-with-plan-table-container .table-row .table-cell {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  padding: 20px 15px 30px;
  border-left: 1px solid #a5a5a5;
}
#Content .giving-with-plan-table-container .table-row .table-cell:first-child {
  border-left: none;
}
#Content .giving-with-plan-table-container .table-row .table-cell .title {
  margin: 2px 0 0;
}
#Content .giving-with-plan-table-container .table-row .table-cell ul li {
  font-size: 10px;
  list-style: outside none disc;
  margin: 0 0 8px 10px;
  padding: 0 0 0 4px;
}
#Content .giving-with-plan-table-container .table-row .table-cell ul li .text {
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
}
#Content .giving-with-plan-table-container.gi-mobile {
  background: none;
}
#Content .department-content-list .see-more-options-link-container .see-more-options-link {
  background: url('/Skins/images/arrows-sprite1.png') no-repeat scroll center -75px transparent;
}
#Content .messenger-testimonials-list {
  font-size: 0;
  margin: 0 -15px 70px;
}
@media (max-width: 768px) {
  #Content .messenger-testimonials-list {
    margin: 0 -15px 20px;
  }
}
#Content .messenger-testimonials-list > li {
  display: inline-block;
  padding: 0 15px;
  width: 33.33%;
  vertical-align: top;
  white-space: word-wrap;
}
@media (max-width: 768px) {
  #Content .messenger-testimonials-list > li {
    width: 100%;
  }
}
#Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial {
  margin: 0 0 30px;
  padding: 0 0 25px;
  border: 1px solid #ebebeb;
}
#Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .article-thumbnail-container {
  height: auto;
}
#Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .article-description-container {
  text-align: center;
}
#Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .article-description-container .info-line {
  text-align: center;
  margin: 0 0 2px;
}
#Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .article-description-container .article-name {
  position: relative;
  font-size: 30px;
  margin: 0;
  padding: 0 0 15px;
  margin: 0 0 12px;
  text-align: center;
}
#Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .article-description-container .article-name:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 70px;
  background: #3c3c3c;
  margin: 0 auto;
}
#Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .article-description-container .article-description {
  margin: 0 0 22px;
  padding: 0 15px;
}
#Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .functional-links {
  display: table;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .article-description-container {
    padding: 0 5px;
  }
  #Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .article-description-container .article-name {
    font-size: 24px;
  }
  #Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .article-description-container .article-description {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .article-thumbnail-container {
    float: none;
    width: auto;
    padding: 15px 130px 0;
    margin-bottom: 10px;
    text-align: center;
  }
  #Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .functional-links {
    padding: 0;
  }
}
@media (max-width: 480px) {
  #Content .messenger-testimonials-list .article-container.get-i.messenger-testimonial .article-thumbnail-container {
    padding: 15px 100px 0;
  }
}
#Content .messenger-introduction-container {
  zoom: 1;
}
#Content .messenger-introduction-container:before {
  content: '';
  display: block;
}
#Content .messenger-introduction-container:after {
  content: '';
  display: table;
  clear: both;
}
#Content .messenger-introduction-container:before {
  content: '';
  display: block;
}
#Content .messenger-introduction-container:after {
  content: '';
  display: table;
  clear: both;
}
#Content .messenger-introduction-container .section-title {
  clear: both;
  margin: -7px 0 15px;
  padding: 0 0 8px;
  border-bottom: 1px solid #ebebeb;
}
#Content .messenger-introduction-container img {
  float: left;
  position: relative;
  left: -25px;
  top: -4px;
}
#Content .messenger-introduction-container p {
  margin: 0;
}
@media (max-width: 768px) {
  #Content .messenger-introduction-container {
    text-align: center;
  }
  #Content .messenger-introduction-container img {
    position: static;
    float: none;
    margin: 30px auto;
  }
  #Content .messenger-introduction-container .section-title {
    text-align: center;
  }
  #Content .messenger-introduction-container p {
    margin-bottom: 45px;
  }
}
@media (max-width: 480px) {
  #Content .messenger-introduction-container img {
    max-width: 115px;
  }
}
#Content .messenger-sample-section {
  padding: 15px 15px 10px;
  background-color: #f9f9f9;
}
#Content .messenger-sample-section .title {
  margin: -5px 0 12px;
}
#Content .messenger-sample-section .bootstrap-select.messenger-language-select {
  margin: 0 0 15px;
  font-size: 14px;
}
#Content .messenger-sample-section .bootstrap-select.messenger-language-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  height: auto;
}
#Content .messenger-sample-section .bootstrap-select.messenger-language-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .selectpicker.btn-default {
  border: none;
  height: 30px;
}
#Content .messenger-sample-section .player-samples-container .audio-player-container.sample {
  padding: 15px 0 8px;
}
#Content .messenger-sample-section .player-samples-container .audio-player-container.sample:first-child {
  border-bottom: 1px solid #ebebeb;
}
#Content .messenger-sample-section .player-samples-container .audio-player-container.sample .audio-player-container {
  margin: 0;
}
#Content .messenger-sample-section .player-samples-container .description-container .article-name {
  float: left;
  font-size: 16px;
  font-family: 'BrandonBold', sans-serif;
  color: #9bc8be;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
#Content .messenger-sample-section .player-samples-container .description-container .functional-links {
  float: right;
  position: relative;
  top: -5px;
  margin: -2px 0 0;
}
@media (max-width: 768px) {
  #Content .messenger-sample-section {
    margin-bottom: 50px;
  }
  #Content .messenger-sample-section .title {
    text-align: center;
  }
}
#Content .get-i_banner-section {
  position: relative;
  text-align: center;
  margin: 0 0 100px;
}
#Content .get-i_banner-section .banner-description {
  position: absolute;
}
#Content .get-i_banner-section .banner-description blockquote {
  text-align: left;
  color: #ffffff;
}
#Content .get-i_banner-section .download-prayer-sheet {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 350px;
  color: #ffffff;
  display: block;
  position: absolute;
  bottom: 75px;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 480px) {
  #Content .get-i_banner-section .download-prayer-sheet {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .get-i_banner-section .download-prayer-sheet:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/redbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .get-i_banner-section .download-prayer-sheet > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .get-i_banner-section .download-prayer-sheet:hover,
#Content .get-i_banner-section .download-prayer-sheet:active,
#Content .get-i_banner-section .download-prayer-sheet:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .get-i_banner-section .download-prayer-sheet:hover:after {
  opacity: 0.9;
}
#Content .get-i_banner-section .widget-container {
  position: absolute;
  top: 42px;
  right: 42px;
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .get-i_banner-section .widget-container {
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .get-i_banner-section .widget-container .donation-widget {
    padding: 5px 30px;
  }
  #Content .get-i_banner-section .widget-container .donation-widget > img {
    width: 40px;
  }
  #Content .get-i_banner-section .widget-container .donation-widget > .title {
    font-size: 20px;
  }
  #Content .get-i_banner-section .widget-container .donation-widget > .title > b {
    font-size: 22px;
  }
  #Content .get-i_banner-section .widget-container .donation-widget .input-container {
    height: 32px;
  }
}
@media (max-width: 768px) {
  #Content .get-i_banner-section .widget-container {
    position: static;
    margin: 0 -15px;
  }
}
#Content .get-i_banner-section.messenger {
  position: relative;
}
@media (max-width: 768px) {
  #Content .get-i_banner-section.messenger .img-container {
    display: block !important;
    height: auto;
    margin: 0 -15px;
  }
}
#Content .get-i_banner-section.messenger .mobile-description {
  position: absolute;
  top: 0;
  width: 100%;
  color: #ffffff;
}
#Content .get-i_banner-section.messenger .mobile-description .title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 320px) {
  #Content .get-i_banner-section.messenger .mobile-description .title {
    margin-bottom: 5px;
    margin-top: 7px;
  }
}
#Content .get-i_banner-section.messenger .mobile-description .learn-more {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 200px;
  color: #ffffff;
}
@media (max-width: 480px) {
  #Content .get-i_banner-section.messenger .mobile-description .learn-more {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .get-i_banner-section.messenger .mobile-description .learn-more:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/darkbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .get-i_banner-section.messenger .mobile-description .learn-more > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .get-i_banner-section.messenger .mobile-description .learn-more:hover,
#Content .get-i_banner-section.messenger .mobile-description .learn-more:active,
#Content .get-i_banner-section.messenger .mobile-description .learn-more:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .get-i_banner-section.messenger .mobile-description .learn-more:hover:after {
  opacity: 0.9;
}
#Content .get-i_banner-section.messenger .mobile-description .learn-more:active,
#Content .get-i_banner-section.messenger .mobile-description .learn-more:focus {
  background-color: #363636;
}
@media (max-width: 768px) {
  #Content .get-i_banner-section {
    margin-bottom: 50px;
  }
}
#Content .get-i_banner-slider-container {
  margin: 0 0 100px;
  height: 460px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #Content .get-i_banner-slider-container {
    height: 380px;
  }
}
@media (max-width: 991px) {
  #Content .get-i_banner-slider-container {
    height: 290px;
  }
}
#Content .get-i_banner-slider-container .get-i_banner-slider .bx-caption {
  font-size: 60px;
  font-family: 'BrandonBold', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 25px;
}
@media (max-width: 1199px) {
  #Content .get-i_banner-slider-container .get-i_banner-slider .bx-caption {
    bottom: 40px;
  }
}
#Content .get-i_banner-slider-container .bx-controls {
  zoom: 1;
}
#Content .get-i_banner-slider-container .bx-controls:before {
  content: '';
  display: block;
}
#Content .get-i_banner-slider-container .bx-controls:after {
  content: '';
  display: table;
  clear: both;
}
#Content .get-i_banner-slider-container .bx-controls:before {
  content: '';
  display: block;
}
#Content .get-i_banner-slider-container .bx-controls:after {
  content: '';
  display: table;
  clear: both;
}
#Content .get-i_banner-slider-container .bx-controls .bx-pager {
  position: absolute;
  left: 80px;
  top: 75.5%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #Content .get-i_banner-slider-container .bx-controls .bx-pager {
    top: 70%;
  }
}
@media (max-width: 991px) {
  #Content .get-i_banner-slider-container .bx-controls .bx-pager {
    top: 85%;
  }
}
#Content .get-i_banner-slider-container .bx-controls .bx-pager .bx-pager-item {
  float: left;
  padding: 5px;
  cursor: pointer;
}
#Content .get-i_banner-slider-container .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  display: block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  text-indent: -9999px;
  border: 1px solid #ffffff;
}
#Content .get-i_banner-slider-container .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #ffffff;
}
#Content .get-i_banner-slider-container .widget-container {
  position: absolute;
  right: 42px;
  bottom: 42px;
}
@media (max-width: 1199px) {
  #Content .get-i_banner-slider-container .widget-container {
    bottom: 5px;
  }
}
#Content .get-i_banner-slider-container .widget-container .separator {
  width: 100%;
}
#Content .get-i_banner-slider-container .join-slide > .magazine-subscribe-widget-container {
  position: absolute;
  top: 40px;
  left: 275px;
  width: 580px;
  height: 325px;
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 15px 30px 30px;
  margin: 0;
}
@media (max-width: 1199px) {
  #Content .get-i_banner-slider-container .join-slide > .magazine-subscribe-widget-container {
    top: 25px;
  }
}
@media (max-width: 991px) {
  #Content .get-i_banner-slider-container .join-slide > .magazine-subscribe-widget-container {
    height: 270px;
    top: 10px;
    left: 190px;
    padding: 15px;
    width: 520px;
  }
}
#Content .get-i_banner-slider-container .join-slide > .magazine-subscribe-widget-container > .links h3,
#Content .get-i_banner-slider-container .join-slide > .magazine-subscribe-widget-container > .links ul {
  margin-left: 0;
}
#Content .donation-widget {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 14px;
  padding: 15px 30px;
  background: url('/Skins/images/green-black-bg.png') repeat scroll 0 0 transparent;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  text-align: center;
}
#Content .donation-widget > .title {
  margin: 8px 0 12px;
  font-size: 30px;
  font-family: 'BrandonLight', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
#Content .donation-widget > .title > b {
  font-family: 'BrandonBold', sans-serif;
  font-size: 36px;
}
#Content .donation-widget > p {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: -5px 0 18px;
}
#Content .donation-widget .input-container {
  float: left;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  margin: 0;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #ffffff;
}
#Content .donation-widget .input-container > b {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#Content .donation-widget .input-container[data-label-for="donate-20"],
#Content .donation-widget .input-container[data-label-for="donate-50"],
#Content .donation-widget .input-container[data-label-for="donate-100"],
#Content .donation-widget .input-container[data-label-for="donate-200"] {
  width: 33.3%;
}
#Content .donation-widget .input-container[data-label-for="donate-amount"] {
  width: 66.47%;
}
#Content .donation-widget .input-container[data-label-for="donate-20"],
#Content .donation-widget .input-container[data-label-for="donate-50"] {
  border-right: none;
}
#Content .donation-widget .input-container[data-label-for="donate-200"] {
  border-top: none;
  border-right: none;
}
#Content .donation-widget .input-container[data-label-for="donate-amount"] {
  border: none;
}
#Content .donation-widget .input-container[data-label-for="choose-amount"] {
  border: none;
  width: 100%;
  display: block;
  color: #3c3c3c;
}
#Content .donation-widget .input-container[data-label-for="choose-amount"] .bootstrap-select {
  width: 100%;
}
#Content .donation-widget .input-container[data-label-for="choose-amount"] .bootstrap-select .selectpicker {
  border-color: #ffffff;
}
#Content .donation-widget .input-container.enter-amount {
  height: auto;
  width: 100%;
  border: none;
}
#Content .donation-widget .input-container.enter-amount .donate-amount-field {
  height: 60px;
  font-size: 18px;
  padding-left: 15px;
}
#Content .donation-widget .input-container.other-amount {
  margin: 15px 0 0;
  width: 100%;
  height: auto !important;
  border: none;
}
#Content .donation-widget .input-container.other-amount .otheramount {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 16px;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding: 0 10px;
  color: #a5a5a5;
  border: none;
}
#Content .donation-widget .donate-checkbox {
  margin: 0;
  visibility: hidden;
}
#Content .donation-widget .donate-checkbox:checked + b {
  background-color: #ffffff;
  color: #a5a5a5;
}
#Content .donation-widget .donate-amount-field {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 14px;
  display: block;
  border: none;
  height: 100%;
  width: 100%;
  line-height: 1.6;
  padding: 4px 10px 0;
  color: #a5a5a5;
}
#Content .donation-widget .separator {
  height: 1px;
  width: 203px;
  margin: 15px auto 15px !important;
  background: #ebebeb;
}
#Content .donation-widget .submit-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 100%;
  color: #ffffff;
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  #Content .donation-widget .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .donation-widget .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/darkbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .donation-widget .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .donation-widget .submit-button:hover,
#Content .donation-widget .submit-button:active,
#Content .donation-widget .submit-button:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .donation-widget .submit-button:hover:after {
  opacity: 0.9;
}
#Content .donation-widget .submit-button:active,
#Content .donation-widget .submit-button:focus {
  background-color: #363636;
}
#Content .donation-widget .submit-button.big {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
}
#Content .donation-widget .open-donation-details {
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
}
#Content .donation-widget .mobile-free-form .input-container {
  height: 30px;
}
@media (max-width: 768px) {
  #Content .donation-widget {
    padding: 15px 50px;
    margin-bottom: 15px;
  }
  #Content .donation-widget .separator {
    width: 100%;
  }
  #Content .donation-widget img {
    max-width: 50px;
  }
}
#Content .donate-messenger-widget {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 14px;
  padding: 15px 30px;
  background: url('/Skins/images/green-black-bg.png') repeat scroll 0 0 transparent;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  text-align: center;
}
#Content .donate-messenger-widget > .title {
  margin: 13px 0 15px;
  font-size: 30px;
  font-family: 'BrandonLight', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
#Content .donate-messenger-widget > .title > b {
  font-family: 'BrandonBold', sans-serif;
  font-size: 36px;
}
#Content .donate-messenger-widget > p {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  margin: 0px 0 25px;
}
#Content .donate-messenger-widget .input-container {
  margin: 0 0 10px;
}
#Content .donate-messenger-widget .input-container .label-text {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 0 8px;
  vertical-align: middle;
}
#Content .donate-messenger-widget .input-container .otheramount {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 16px;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 10px;
  color: #a5a5a5;
  border: none;
}
#Content .donate-messenger-widget .bootstrap-select.messenger-amount {
  min-width: 100px;
  width: auto;
}
#Content .donate-messenger-widget .bootstrap-select.messenger-amount .selectpicker.btn-default {
  height: 40px;
  border: none;
}
#Content .donate-messenger-widget .bootstrap-select.messenger-amount .selectpicker.btn-default .filter-option {
  font-size: 18px;
}
#Content .donate-messenger-widget .bootstrap-select.messenger-amount .selectpicker.btn-default .caret {
  right: 15px;
}
#Content .donate-messenger-widget .bootstrap-select.messenger-amount .dropdown-menu > li > a {
  font-size: 18px;
}
#Content .donate-messenger-widget .separator {
  margin: 0 auto 10px;
}
#Content .donate-messenger-widget .submit-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 100%;
  color: #ffffff;
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  #Content .donate-messenger-widget .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .donate-messenger-widget .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/darkbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .donate-messenger-widget .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .donate-messenger-widget .submit-button:hover,
#Content .donate-messenger-widget .submit-button:active,
#Content .donate-messenger-widget .submit-button:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .donate-messenger-widget .submit-button:hover:after {
  opacity: 0.9;
}
#Content .donate-messenger-widget .submit-button:active,
#Content .donate-messenger-widget .submit-button:focus {
  background-color: #363636;
}
#Content .donate-messenger-widget .open-donation-details {
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .donate-messenger-widget {
    padding: 5px 30px 10px;
  }
  #Content .donate-messenger-widget > .title {
    font-size: 20px;
  }
  #Content .donate-messenger-widget > .title > b {
    font-size: 26px;
  }
  #Content .donate-messenger-widget > p {
    font-size: 12px;
  }
  #Content .donate-messenger-widget .submit-button {
    margin: 0 0 5px;
  }
}
#Content .magazine-subscribe-widget-container {
  margin: 0 0 30px;
}
#Content .magazine-subscribe-widget-container .img-container {
  float: left;
  width: 262px;
  height: 262px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #Content .magazine-subscribe-widget-container .img-container {
    height: auto;
    width: 110px;
  }
}
#Content .magazine-subscribe-widget-container .description-content {
  padding: 5px 0 0 290px;
}
#Content .magazine-subscribe-widget-container .description-content h3 {
  margin: 0 0 5px 0;
}
#Content .magazine-subscribe-widget-container .description-content ul {
  margin: 0 0 10px 0;
}
#Content .magazine-subscribe-widget-container .description-content ul li {
  line-height: 1;
  margin: 0 0 5px 15px;
  list-style: disc outside none;
  font-size: 10px;
}
#Content .magazine-subscribe-widget-container .description-content ul li span {
  font-family: 'MuseoSlab300', serif;
  font-size: 14px;
  line-height: 1.2;
}
#Content .magazine-subscribe-widget-container .description-content a {
  font-family: 'BrandonBold', sans-serif;
  font-size: 16px;
  color: #9bc8be;
  text-transform: uppercase;
}
#Content .magazine-subscribe-widget-container .description-content a:hover {
  text-decoration: underline;
}
#Content .magazine-subscribe-widget-container .description-content .subscribe-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  background-color: #ffffff;
  color: #3c3c3c;
}
@media (max-width: 480px) {
  #Content .magazine-subscribe-widget-container .description-content .subscribe-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .magazine-subscribe-widget-container .description-content .subscribe-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .magazine-subscribe-widget-container .description-content .subscribe-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .magazine-subscribe-widget-container .description-content .subscribe-button:hover,
#Content .magazine-subscribe-widget-container .description-content .subscribe-button:active,
#Content .magazine-subscribe-widget-container .description-content .subscribe-button:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .magazine-subscribe-widget-container .description-content .subscribe-button:hover:after {
  opacity: 0.65;
}
#Content .magazine-subscribe-widget-container .description-content .subscribe-button:active:after,
#Content .magazine-subscribe-widget-container .description-content .subscribe-button:focus:after {
  opacity: 1;
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .magazine-subscribe-widget-container .img-container {
    width: 210px;
  }
  #Content .magazine-subscribe-widget-container .description-content {
    padding: 5px 0 0 220px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .magazine-subscribe-widget-container .img-container {
    width: 110px;
  }
  #Content .magazine-subscribe-widget-container .description-content {
    padding: 5px 0 0 120px;
  }
}
@media (max-width: 768px) {
  #Content .magazine-subscribe-widget-container {
    margin-bottom: 50px;
  }
  #Content .magazine-subscribe-widget-container .img-container {
    width: 190px;
    margin: 0 30px 15px 0;
  }
  #Content .magazine-subscribe-widget-container .description-content {
    padding: 5px 0 0;
  }
  #Content .magazine-subscribe-widget-container .description-content h3 {
    margin: 0 0 5px 5px;
  }
  #Content .magazine-subscribe-widget-container .description-content ul {
    margin: 0 0 15px 5px;
  }
  #Content .magazine-subscribe-widget-container .description-content ul li {
    font-size: 12px;
    line-height: 1.5;
    list-style: disc inside none;
    margin: 0;
  }
  #Content .magazine-subscribe-widget-container .description-content ul li span {
    line-height: inherit;
    font-size: 15px;
  }
  #Content .magazine-subscribe-widget-container .description-content .subscribe-button {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 76%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  #Content .magazine-subscribe-widget-container .img-container {
    width: 90px;
    margin: 0 15px 15px 0;
  }
}
#Content .get-app-widget-container {
  margin: 0 0 30px;
  overflow: hidden;
}
#Content .get-app-widget-container > div > img {
  margin: 0 0 0 18px;
}
#Content .get-app-widget-container > div > a {
  margin: 10px 12px 0 0;
}
#Content .get-app-widget-container > div h3 {
  margin: 0 0 10px 10px;
}
#Content .get-app-widget-container > div ul {
  margin: 0 0 10px 6px;
}
#Content .get-app-widget-container > div ul li {
  font-size: 10px;
  line-height: 1;
  margin: 0 0 5px 15px;
  list-style: disc outside none;
}
#Content .get-app-widget-container > div ul li span {
  font-family: 'MuseoSlab300', serif;
  font-size: 14px;
  line-height: 1.2;
}
#Content .get-app-widget-container .description-content {
  padding: 0 0 0 280px;
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .get-app-widget-container .pull-left {
    width: 210px;
  }
  #Content .get-app-widget-container .description-content {
    padding: 0 0 0 220px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .get-app-widget-container .pull-left {
    width: 110px;
  }
  #Content .get-app-widget-container .pull-left > img {
    margin: 0;
  }
  #Content .get-app-widget-container .description-content {
    padding: 0 0 0 120px;
  }
}
@media (max-width: 768px) {
  #Content .get-app-widget-container {
    margin-bottom: 50px;
  }
  #Content .get-app-widget-container > div.pull-left {
    width: 190px;
  }
  #Content .get-app-widget-container > div > a {
    margin: 10px 0 0;
  }
  #Content .get-app-widget-container > div > img {
    margin: 0;
  }
  #Content .get-app-widget-container .description-content {
    padding: 0 0 0 220px;
  }
  #Content .get-app-widget-container .description-content h3 {
    margin: 0 0 5px 5px;
  }
  #Content .get-app-widget-container .description-content ul {
    margin: 0 0 15px 5px;
  }
  #Content .get-app-widget-container .description-content ul li {
    font-size: 12px;
    line-height: 1.5;
    list-style: disc inside none;
    margin: 0;
  }
  #Content .get-app-widget-container .description-content ul li span {
    line-height: inherit;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #Content .get-app-widget-container > div.pull-left {
    width: 90px;
  }
  #Content .get-app-widget-container > div > a {
    width: 100%;
  }
  #Content .get-app-widget-container .description-content {
    padding: 0 0 0 105px;
  }
}
#Content .get-i_small-widget {
  min-height: 290px;
  padding: 20px 15px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
#Content .get-i_small-widget .title {
  position: relative;
  padding: 0 0 18px;
  margin: 0 0 12px;
}
#Content .get-i_small-widget .title:after {
  content: '';
  width: 70px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #3c3c3c;
}
#Content .get-i_small-widget .description {
  margin: 0 0 25px;
}
#Content .get-i_small-widget .submit-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  color: #3c3c3c;
  background-color: #ffffff;
  font-size: 16px;
}
@media (max-width: 480px) {
  #Content .get-i_small-widget .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .get-i_small-widget .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .get-i_small-widget .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .get-i_small-widget .submit-button:hover,
#Content .get-i_small-widget .submit-button:active,
#Content .get-i_small-widget .submit-button:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .get-i_small-widget .submit-button:hover:after {
  opacity: 0.65;
}
#Content .get-i_small-widget .submit-button:active:after,
#Content .get-i_small-widget .submit-button:focus:after {
  opacity: 1;
}
#Content .get-i_small-widget .functional-links {
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #Content .get-i_small-widget .functional-links > a {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  #Content .get-i_small-widget {
    min-height: 255px;
  }
}
@media (max-width: 768px) {
  #Content .get-i_small-widget {
    padding: 0;
    min-height: 0;
    border: none;
    margin-bottom: 50px;
  }
  #Content .get-i_small-widget .title {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 12px;
  }
  #Content .get-i_small-widget .title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 75px;
    height: 3px;
    display: block;
    margin: auto;
    background-color: #3c3c3c;
  }
  #Content .get-i_small-widget .description {
    margin-bottom: 20px;
  }
  #Content .get-i_small-widget .submit-button {
    width: 88%;
    margin: 0 auto 20px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }
  #Content .get-i_small-widget .functional-links > a {
    font-size: 14px;
  }
}
#Content .article-container.get-i {
  font-size: 0;
  overflow: hidden;
}
#Content .article-container.get-i .article-thumbnail-container {
  margin: 0 0 25px;
}
#Content .article-container.get-i .article-description-container .info-line {
  font-size: 14px;
  font-family: 'BrandonRegular', sans-serif;
  color: #a5a5a5;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 6px;
}
#Content .article-container.get-i .article-description-container .article-name {
  font-size: 24px;
  margin: 0 0 5px;
}
#Content .article-container.get-i .article-description-container .article-description {
  line-height: 1.5;
}
#Content .article-container.get-i .functional-links {
  margin: 0;
}
#Content .article-container.get-i .read-more-link {
  font-family: 'BrandonBold', sans-serif;
  color: #e14105;
  text-transform: uppercase;
}
#Content .article-container.get-i .read-more-link:hover {
  color: #e14105;
  text-decoration: underline;
}
#Content .article-container.get-i .read-more-link.button-green {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  background-color: #ffffff;
  color: #3c3c3c;
}
@media (max-width: 480px) {
  #Content .article-container.get-i .read-more-link.button-green {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .article-container.get-i .read-more-link.button-green:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .article-container.get-i .read-more-link.button-green > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .article-container.get-i .read-more-link.button-green:hover,
#Content .article-container.get-i .read-more-link.button-green:active,
#Content .article-container.get-i .read-more-link.button-green:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .article-container.get-i .read-more-link.button-green:hover:after {
  opacity: 0.65;
}
#Content .article-container.get-i .read-more-link.button-green:active:after,
#Content .article-container.get-i .read-more-link.button-green:focus:after {
  opacity: 1;
}
@media (max-width: 991px) (min-width: 769px) {
  #Content .article-container.get-i.img-left {
    margin-bottom: 15px;
  }
}
#Content .article-container.get-i.img-left .article-thumbnail-container {
  float: left;
  width: 262px;
  height: 290px;
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .article-container.get-i.img-left .article-thumbnail-container {
    width: 170px;
    height: 187px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .article-container.get-i.img-left .article-thumbnail-container {
    margin-bottom: 30px;
  }
}
#Content .article-container.get-i.img-left .article-description-container {
  padding-left: 292px;
  text-align: left;
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .article-container.get-i.img-left .article-description-container {
    padding-left: 190px;
  }
}
#Content .article-container.get-i.img-left .article-description-container .article-description {
  margin-bottom: 25px;
}
#Content .article-container.get-i.img-left .functional-links {
  padding-left: 292px;
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .article-container.get-i.img-left .functional-links {
    padding-left: 190px;
  }
}
#Content .article-container.get-i.img-left.give {
  margin: 0 0 30px;
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .article-container.get-i.img-left.give {
    margin: 0 0 15px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .article-container.get-i.img-left.give {
    margin: 30px 0 15px;
  }
}
#Content .article-container.get-i.img-left.give .article-thumbnail-container {
  height: 170px;
}
#Content .article-container.get-i.img-left.give .article-description-container .article-name {
  margin: 5px 0 0;
}
#Content .article-container.get-i.img-left.give .article-description-container .article-description {
  margin-bottom: 15px;
}
#Content .article-container.get-i.project {
  margin-bottom: 25px;
}
#Content .article-container.get-i.project-story {
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  #Content .article-container.get-i .article-thumbnail-container {
    margin: 0 0 10px;
  }
}
@media (max-width: 768px) {
  #Content .article-container.get-i {
    margin-bottom: 30px;
  }
  #Content .article-container.get-i .article-thumbnail-container {
    display: block;
    float: left;
    width: 165px;
    margin: 0;
    overflow: hidden;
  }
  #Content .article-container.get-i .article-description-container {
    padding-left: 195px;
  }
  #Content .article-container.get-i .article-description-container .info-line {
    font-size: 14px;
    margin: 0 0 4px;
    line-height: 1;
  }
  #Content .article-container.get-i .article-description-container .article-name {
    font-size: 18px;
    margin: 0 0 3px;
    line-height: 1.22;
  }
  #Content .article-container.get-i .article-description-container .article-description {
    font-size: 15px;
  }
  #Content .article-container.get-i .functional-links {
    padding-left: 195px;
  }
}
@media (max-width: 480px) {
  #Content .article-container.get-i .article-thumbnail-container {
    height: auto;
    max-height: 90px;
    width: 90px;
  }
  #Content .article-container.get-i .article-description-container {
    padding-left: 105px;
  }
  #Content .article-container.get-i .article-description-container .info-line {
    font-size: 12px;
  }
  #Content .article-container.get-i .functional-links {
    padding-left: 0;
    margin: 20px 0 0;
  }
  #Content .article-container.get-i .functional-links a {
    margin-bottom: 0;
  }
}
#Content .get-i_give-statistics {
  display: block;
  margin: 30px 0 0;
  text-align: center;
}
#Content .get-i_give-statistics .title {
  font-family: 'BrandonMedium', sans-serif;
  color: #e14105;
  text-align: center;
  margin: 0 0 10px;
}
#Content .get-i_give-statistics p {
  width: 248px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #Content .get-i_give-statistics p {
    margin-bottom: 20px;
  }
}
#Content .get-i_give-statistics.announcement {
  zoom: 1;
  text-align: left;
  margin: 0 0 15px;
}
#Content .get-i_give-statistics.announcement:before {
  content: '';
  display: block;
}
#Content .get-i_give-statistics.announcement:after {
  content: '';
  display: table;
  clear: both;
}
#Content .get-i_give-statistics.announcement:before {
  content: '';
  display: block;
}
#Content .get-i_give-statistics.announcement:after {
  content: '';
  display: table;
  clear: both;
}
#Content .get-i_give-statistics.announcement .title {
  float: left;
  text-align: left;
}
#Content .get-i_give-statistics.announcement p {
  width: auto;
  padding: 0 0 0 90px;
}
@media (max-width: 768px) {
  #Content .get-i_give-statistics {
    margin: 0 0 30px;
  }
  #Content .get-i_give-statistics .main-title {
    margin: 0 0 15px;
  }
}
#Content .close-ambassadors-section {
  padding: 25px 15px 15px;
  background: #f9f9f9;
  margin: 0 0 100px;
}
@media (max-width: 768px) {
  #Content .close-ambassadors-section {
    margin-bottom: 50px;
  }
  #Content .close-ambassadors-section .title {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  #Content .close-ambassadors-section {
    padding: 25px 10px 10px;
  }
}
#Content .close-ambassadors-section .title {
  margin: 0 0 5px;
}
#Content .close-ambassadors-section .title + .close-ambassadors-article-container {
  border-bottom: 1px solid #ebebeb;
}
#Content .close-ambassadors-section.foundation {
  padding: 0;
  background: transparent;
  margin: 0;
}
#Content .close-ambassadors-section.foundation .title {
  font-size: 30px;
  margin: -5px 0 10px;
  text-align: center;
}
#Content .close-ambassadors-section.foundation .title + .close-ambassadors-article-container {
  border-bottom: 0;
}
#Content .close-ambassadors-section.foundation .close-ambassadors-article-container {
  display: inline-block;
  width: 40%;
  margin-left: 50px;
  vertical-align: text-top;
}
#Content .close-ambassadors-article-container {
  zoom: 1;
  overflow: hidden;
  padding: 15px 0;
  text-align: left;
}
#Content .close-ambassadors-article-container:before {
  content: '';
  display: block;
}
#Content .close-ambassadors-article-container:after {
  content: '';
  display: table;
  clear: both;
}
#Content .close-ambassadors-article-container:before {
  content: '';
  display: block;
}
#Content .close-ambassadors-article-container:after {
  content: '';
  display: table;
  clear: both;
}
#Content .close-ambassadors-article-container .ambassador-img {
  float: left;
  max-width: 148px;
  max-height: 148px;
}
@media (max-width: 480px) {
  #Content .close-ambassadors-article-container .ambassador-img {
    max-width: 90px;
  }
}
@media (max-width: 320px) {
  #Content .close-ambassadors-article-container .ambassador-img {
    max-width: 70px;
  }
}
#Content .close-ambassadors-article-container .description-container {
  padding: 0 0 0 162px;
  word-break: break-word;
}
#Content .close-ambassadors-article-container .description-container .info-line {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #a5a5a5;
  line-height: 1.1;
  margin: 0 0 1px;
}
#Content .close-ambassadors-article-container .description-container .ambassador-name {
  margin: 0;
}
#Content .close-ambassadors-article-container .description-container .description {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 2px;
}
#Content .close-ambassadors-article-container .description-container .email-link {
  font-family: 'MuseoSlab500', serif;
  font-size: 14px;
  display: block;
  color: #9bc8be;
}
#Content .close-ambassadors-article-container .description-container .email-link:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  #Content .close-ambassadors-article-container .description-container {
    padding: 0 0 0 105px;
  }
  #Content .close-ambassadors-article-container .description-container .info-line {
    font-size: 12px;
  }
  #Content .close-ambassadors-article-container .description-container .ambassador-name {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  #Content .close-ambassadors-article-container .description-container {
    padding: 0 0 0 85px;
  }
}
#Content .ambassadors-list .close-ambassadors-article-container {
  padding: 15px 0px 10px 10px;
  border-bottom: 1px solid #ebebeb;
}
#Content .ambassadors-list .close-ambassadors-article-container .ambassador-img {
  max-width: 90px;
  max-height: 102px;
}
@media (max-width: 320px) {
  #Content .ambassadors-list .close-ambassadors-article-container .ambassador-img {
    max-width: 70px;
  }
}
#Content .ambassadors-list .close-ambassadors-article-container .description-container {
  padding: 0 0 0 105px;
}
#Content .ambassadors-list .close-ambassadors-article-container .description-container .info-line {
  line-height: 15px;
}
#Content .ambassadors-list .close-ambassadors-article-container .description-container .ambassador-name {
  margin: 0;
  font-size: 17px;
}
#Content .ambassadors-list .close-ambassadors-article-container .description-container .article-description {
  margin: 0;
}
@media (max-width: 480px) {
  #Content .ambassadors-list .close-ambassadors-article-container .description-container .info-line {
    font-size: 12px;
  }
  #Content .ambassadors-list .close-ambassadors-article-container .description-container .ambassador-name {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  #Content .ambassadors-list .close-ambassadors-article-container .description-container {
    padding: 0 0 0 85px;
  }
}
#Content .intouch-foundation-testimonial {
  margin: 0 0 100px;
}
#Content .intouch-foundation-testimonial > .title {
  margin: -5px 0 10px;
}
#Content .intouch-foundation-testimonial > p {
  font-size: 18px;
}
#Content .intouch-foundation-testimonial > .article-container {
  zoom: 1;
}
#Content .intouch-foundation-testimonial > .article-container:before {
  content: '';
  display: block;
}
#Content .intouch-foundation-testimonial > .article-container:after {
  content: '';
  display: table;
  clear: both;
}
#Content .intouch-foundation-testimonial > .article-container:before {
  content: '';
  display: block;
}
#Content .intouch-foundation-testimonial > .article-container:after {
  content: '';
  display: table;
  clear: both;
}
#Content .intouch-foundation-testimonial > .article-container .article-img {
  float: left;
  height: 260px;
  width: 260px;
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .intouch-foundation-testimonial > .article-container .article-img {
    height: 180px;
    width: 180px;
  }
}
#Content .intouch-foundation-testimonial > .article-container .artical-description {
  padding: 0 0 0 290px;
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .intouch-foundation-testimonial > .article-container .artical-description {
    padding: 0 0 0 200px;
  }
}
#Content .intouch-foundation-testimonial > .article-container .artical-description .info-line {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #a5a5a5;
  margin: 0 0 5px;
}
#Content .intouch-foundation-testimonial > .article-container .artical-description .name {
  margin: 0 0 2px;
}
#Content .intouch-foundation-testimonial > .article-container .artical-description blockquote {
  margin: 0 0 8px;
  padding: 0;
  border: none;
}
#Content .intouch-foundation-testimonial > .article-container .artical-description blockquote p {
  font-family: 'BrandonRegularItalic', sans-serif;
  font-size: 18px;
  margin: 0;
}
#Content .intouch-foundation-testimonial > .article-container .artical-description blockquote .author {
  font-family: 'MuseoSlab500', serif;
  font-size: 16px;
}
#Content .intouch-foundation-testimonial > .article-container .artical-description .link {
  font-family: 'BrandonBold', sans-serif;
  font-size: 16px;
  color: #9bc8be;
  text-transform: uppercase;
}
#Content .intouch-foundation-testimonial > .article-container .artical-description .link:hover {
  text-decoration: underline;
}
#Content .prayer-request-widget {
  min-height: 495px;
  /* temporary! */
  padding: 20px 30px;
  background: url('/Skins/images/green-black-bg.png') repeat scroll 0 0 transparent;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  text-align: center;
}
@media (max-width: 991px) {
  #Content .prayer-request-widget {
    min-height: 0;
    margin-bottom: 50px;
  }
}
#Content .prayer-request-widget .title {
  font-size: 36px;
  font-family: 'BrandonLight', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 12px;
}
#Content .prayer-request-widget .title > b {
  font-family: 'BrandonBold', sans-serif;
  font-size: 48px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #Content .prayer-request-widget .title {
    font-size: 26px;
  }
  #Content .prayer-request-widget .title > b {
    font-size: 34px;
  }
}
#Content .prayer-request-widget .description {
  font-family: 'BrandonMedium', sans-serif;
  line-height: 1;
  margin: -5px 0 18px;
}
#Content .prayer-request-widget fieldset {
  zoom: 1;
}
#Content .prayer-request-widget fieldset:before {
  content: '';
  display: block;
}
#Content .prayer-request-widget fieldset:after {
  content: '';
  display: table;
  clear: both;
}
#Content .prayer-request-widget fieldset:before {
  content: '';
  display: block;
}
#Content .prayer-request-widget fieldset:after {
  content: '';
  display: table;
  clear: both;
}
#Content .prayer-request-widget .input-container {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 18px;
  width: 100%;
  margin: 0 0 15px;
  color: #a5a5a5;
}
#Content .prayer-request-widget .input-container input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 15px;
  border: none;
}
#Content .prayer-request-widget .input-container .bootstrap-select {
  width: 100%;
}
#Content .prayer-request-widget .input-container .bootstrap-select .dropdown-toggle {
  height: 40px;
  border-color: #ffffff;
}
#Content .prayer-request-widget .input-container[data-label-for="first-name"] {
  float: left;
  width: 47%;
}
#Content .prayer-request-widget .input-container[data-label-for="last-name"] {
  float: right;
  width: 47%;
}
#Content .prayer-request-widget .input-container[data-label-for="email"] {
  clear: both;
}
#Content .prayer-request-widget .input-container[data-label-for="submitter-request"] textarea {
  width: 100%;
  height: 90px;
  padding: 10px 15px;
  border: none;
  resize: none !important;
}
#Content .prayer-request-widget .submit-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 480px) {
  #Content .prayer-request-widget .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .prayer-request-widget .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/darkbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .prayer-request-widget .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .prayer-request-widget .submit-button:hover,
#Content .prayer-request-widget .submit-button:active,
#Content .prayer-request-widget .submit-button:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .prayer-request-widget .submit-button:hover:after {
  opacity: 0.9;
}
#Content .prayer-request-widget .submit-button:active,
#Content .prayer-request-widget .submit-button:focus {
  background-color: #363636;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #Content .prayer-request-widget {
    height: 400px;
  }
  #Content .prayer-request-widget > p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #Content .prayer-request-widget .input-container input {
    height: 30px;
    line-height: 30px;
  }
  #Content .prayer-request-widget .input-container .bootstrap-select .dropdown-toggle {
    height: 30px;
  }
  #Content .prayer-request-widget .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #Content .prayer-request-widget {
    margin: 0 -15px 30px;
    padding: 15px 50px;
  }
  #Content .prayer-request-widget > h3 {
    font-size: 30px;
  }
  #Content .prayer-request-widget > h3 > b {
    font-size: 38px;
  }
  #Content .prayer-request-widget .functional-links {
    margin-top: 20px;
  }
}
#Content .prayer-request-widget .success-message {
  display: none;
  margin: 30% 0 0;
}
#Content .prayer-request-widget .success-message .description {
  margin: 0;
  font-family: 'MuseoSlab300', serif;
  line-height: 1.45;
}
#Content .prayer-request-widget .success-message .description a {
  color: #ffffff;
}
#Content .prayer-request-widget .success-message .description a:hover,
#Content .prayer-request-widget .success-message .description a:active {
  color: #ffffff;
}
@media (max-width: 991px) {
  #Content .get-i_pray .cont360-left,
  #Content .get-i_pray .cont780-right {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .get-i_pray .cont360-left,
  #Content .get-i_pray .cont780-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#Content .way-to-join-item {
  font-size: 0;
}
#Content .way-to-join-item > img {
  margin: 0 0 25px;
}
#Content .way-to-join-item .title {
  margin: 0 0 8px;
  text-align: center;
}
#Content .way-to-join-item .description {
  margin: 0 0 20px;
}
#Content .way-to-join-item .join-ministries-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  color: #3c3c3c;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  #Content .way-to-join-item .join-ministries-link {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .way-to-join-item .join-ministries-link:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .way-to-join-item .join-ministries-link > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .way-to-join-item .join-ministries-link:hover,
#Content .way-to-join-item .join-ministries-link:active,
#Content .way-to-join-item .join-ministries-link:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .way-to-join-item .join-ministries-link:hover:after {
  opacity: 0.65;
}
#Content .way-to-join-item .join-ministries-link:active:after,
#Content .way-to-join-item .join-ministries-link:focus:after {
  opacity: 1;
}
@media (max-width: 768px) {
  #Content .way-to-join-item {
    margin-bottom: 50px;
  }
}
#Content .ways-to-join {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #Content .ways-to-join {
    margin-bottom: 50px;
  }
  #Content .ways-to-join .section-title {
    font-size: 24px;
  }
}
#Content .ambassadors-slider-container {
  background-color: #f9f9f9;
}
#Content .ambassadors-slider-container .selector-prev,
#Content .ambassadors-slider-container .selector-next {
  height: 45px;
}
#Content .ambassadors-slider-container .selector-prev {
  border-bottom: 1px solid #ebebeb;
}
#Content .ambassadors-slider-container .selector-prev .bx-prev {
  display: block;
  height: 100%;
  text-indent: -9999px;
  background: url('/Skins/images/arrows-sprite1.png') no-repeat scroll center 15px transparent;
}
#Content .ambassadors-slider-container .selector-prev .bx-prev:hover {
  background-position: center -186px;
}
#Content .ambassadors-slider-container .selector-next {
  border-top: 1px solid #ebebeb;
  margin: -1px 0 0;
}
#Content .ambassadors-slider-container .selector-next .bx-next {
  display: block;
  height: 100%;
  text-indent: -9999px;
  background: url('/Skins/images/arrows-sprite1.png') no-repeat scroll center -85px transparent;
}
#Content .ambassadors-slider-container .selector-next .bx-next:hover {
  background-position: center -285px;
}
#Content .ambassadors-slider-container .view-all-ambassadors {
  background-color: #ffffff;
  padding: 25px 0 0;
  text-align: center;
}
#Content .ambassadors-slider-container .view-all-ambassadors .all-ambassadors-link {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  #Content .ambassadors-slider-container .view-all-ambassadors .all-ambassadors-link {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #Content .ambassadors-slider-container {
    max-width: 500px;
    margin: 0 auto 100px;
  }
}
#Content .stories-from-field-container {
  color: #ffffff;
}
#Content .stories-from-field-container .section-title {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 0;
}
#Content .stories-from-field-container p {
  margin: 0 0 25px;
}
#Content .stories-from-field-container .provide-messenger {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 360px;
  color: #3c3c3c;
  background-color: #ffffff;
  height: 70px;
  line-height: 1;
}
@media (max-width: 480px) {
  #Content .stories-from-field-container .provide-messenger {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .stories-from-field-container .provide-messenger:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .stories-from-field-container .provide-messenger > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .stories-from-field-container .provide-messenger:hover,
#Content .stories-from-field-container .provide-messenger:active,
#Content .stories-from-field-container .provide-messenger:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .stories-from-field-container .provide-messenger:hover:after {
  opacity: 0.65;
}
#Content .stories-from-field-container .provide-messenger:active:after,
#Content .stories-from-field-container .provide-messenger:focus:after {
  opacity: 1;
}
#Content .stories-from-field-container .provide-messenger span {
  padding: 15px 0 0;
  font-size: 24px;
}
#Content .stories-from-field-container .provide-messenger span > small {
  display: block;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1px 0 0;
}
#Content .stories-from-field-container .video-player-container {
  margin-left: 0;
  margin-bottom: 30px;
}
#Content .gi-mobile .section-title.subtitle {
  margin-bottom: 10px;
  padding: 0;
}
#Content .gi-mobile .section-title.bordered {
  padding: 0 0 15px;
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  #Content .gi-mobile .section-title.bordered {
    border-bottom: 1px solid #ebebeb;
  }
}
#Content .gi-mobile.get-i_section {
  margin-bottom: 50px;
}
#Content .gi-mobile.get-i_section .section-title.bordered {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 20px;
  padding: 0 0 15px;
}
#Content .gi-mobile.giving-with-plan-table-container {
  margin-bottom: 50px;
}
#Content .gi-mobile.giving-with-plan-table-container .section-title {
  font-size: 30px;
  border-bottom: 3px solid #9bc8be;
  margin-bottom: 0;
  padding: 15px 0;
  background: #f9f9f9;
}
@media (max-width: 480px) {
  #Content .gi-mobile.giving-with-plan-table-container .section-title {
    font-size: 24px;
  }
}
#Content .gi-mobile.giving-with-plan-table-container .unit-container {
  font-size: 15px;
  padding: 10px;
  background: #ebebeb;
}
#Content .gi-mobile.giving-with-plan-table-container .unit-container h5 {
  font-size: 15px;
}
#Content .gi-mobile.giving-with-plan-table-container .unit-container ul {
  padding: 0 0 5px 17px;
}
#Content .gi-mobile.giving-with-plan-table-container .unit-container ul li {
  list-style: outside disc;
}
#Content .gi-mobile.giving-with-plan-table-container .load-more-container {
  padding: 0;
  margin-bottom: 30px;
}
#Content .gi-mobile.giving-with-plan-table-container .load-more-container .load-more-btn {
  background: none;
  padding: 0;
}
#Content .gi-mobile.giving-with-plan-table-container .load-more-container .load-more-btn > b,
#Content .gi-mobile.giving-with-plan-table-container .load-more-container .load-more-btn > strong {
  height: 40px;
  background: #ffffff;
  color: #9bc8be;
  line-height: 40px;
}
#Content .gi-mobile.giving-with-plan-table-container ul {
  margin-bottom: 10px;
}
#Content .gi-mobile.giving-with-plan-table-container ul li {
  font-size: 15px;
  font-family: 'MuseoSlab300', serif;
  list-style: inside disc;
}
#Content .landing {
  margin: 0 0 50px;
}
#Content .landing.top-banners-container .article-container.banner-view {
  margin-top: 1px;
}
#Content .landing.top-banners-container .article-container.banner-view:first-child {
  margin-top: 0;
}
#Content .landing.top-banners-container .article-container.banner-view .article-description-container {
  top: 50%;
  margin-top: -34px;
}
#Content .landing.top-banners-container .article-container.banner-view .article-description-container .article-name {
  font-family: 'BrandonBold', sans-serif;
  margin: 0 0 5px;
}
@media (max-width: 480px) {
  #Content .landing.top-banners-container .article-container.banner-view .article-description-container .article-name {
    font-size: 30px;
  }
  #Content .landing.top-banners-container .article-container.banner-view .article-description-container .article-description {
    font-size: 16px;
  }
}
#Content .gi-foundation {
  margin: 0 0 30px;
}
#Content .gi-foundation a {
  text-transform: uppercase;
  font-size: 18px;
  color: #9bc8be;
  font-family: 'BrandonBold', sans-serif;
}
#Content .gi-foundation p {
  margin-bottom: 20px;
}
#Content .gi-foundation .main-title {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  #Content .announcement-container {
    display: none;
  }
}
#Content .daily-devotion-announcement.gi-mobile {
  padding: 0 !important;
  border: 1px solid #ebebeb;
  height: 110px;
  margin: 35px 0;
}
#Content .daily-devotion-announcement.gi-mobile .img-block {
  width: 80px;
}
#Content .daily-devotion-announcement.gi-mobile .img-block .day-name {
  font-size: 18px;
}
#Content .daily-devotion-announcement.gi-mobile .img-block .day-date {
  font-size: 48px;
}
#Content .daily-devotion-announcement.gi-mobile .description-block {
  margin-top: 10px;
}
#Content .daily-devotion-announcement.gi-mobile .description-block .title {
  font-size: 24px;
}
#Content .daily-devotion-announcement.gi-mobile .description-block .title > b {
  display: block;
}
#Content .daily-devotion-announcement.gi-mobile .description-block .link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 115px;
  color: #ffffff;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 12px !important;
}
@media (max-width: 480px) {
  #Content .daily-devotion-announcement.gi-mobile .description-block .link {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .daily-devotion-announcement.gi-mobile .description-block .link:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/darkbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .daily-devotion-announcement.gi-mobile .description-block .link > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .daily-devotion-announcement.gi-mobile .description-block .link:hover,
#Content .daily-devotion-announcement.gi-mobile .description-block .link:active,
#Content .daily-devotion-announcement.gi-mobile .description-block .link:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .daily-devotion-announcement.gi-mobile .description-block .link:hover:after {
  opacity: 0.9;
}
#Content .daily-devotion-announcement.gi-mobile .description-block .link:active,
#Content .daily-devotion-announcement.gi-mobile .description-block .link:focus {
  background-color: #363636;
}
@media (max-width: 991px) {
  #Content .banner-fullwidth-section.messenger-everywhere {
    background: none;
    height: auto;
    margin-top: 0;
  }
}
#Content .col-top-align {
  display: inline-block;
  vertical-align: text-top;
  float: none;
  margin-right: -3px;
}
#Content .callout {
  margin-bottom: 100px;
}
#Content .callout .content {
  text-align: center;
}
#Content .callout .content a {
  font-size: 14px;
}
#Content .callout .content a:link,
#Content .callout .content a:active,
#Content .callout .content a:visited {
  color: #9bc8be;
  text-transform: uppercase;
}
#Content .callout .content h1,
#Content .callout .content h2,
#Content .callout .content h3,
#Content .callout .content h4,
#Content .callout .content h5,
#Content .callout .content h6 {
  color: #ffffff;
  text-align: center;
}
#Content .callout .content.grey .description-container {
  background-color: #3c3c3c;
  color: #ffffff;
}
#Content .callout .content.partnership-matters {
  height: 200px;
  overflow: hidden;
}
#Content .callout .content.partnership-matters .description-container {
  float: left;
  height: 100%;
  width: 50%;
  padding: 50px 10px 20px;
}
#Content .callout .content.partnership-matters .title {
  margin-bottom: 4px;
}
#Content .callout .content.partnership-matters p {
  margin-bottom: 24px;
}
#Content .callout .content.partnership-matters img {
  float: left;
  width: 50%;
}
@media (max-width: 1199px) {
  #Content .callout .content.partnership-matters {
    height: 165px;
  }
  #Content .callout .content.partnership-matters .description-container {
    padding-top: 35px;
  }
}
@media (max-width: 991px) {
  #Content .callout .content.partnership-matters .description-container {
    float: none;
    width: 100%;
  }
  #Content .callout .content.partnership-matters img {
    display: none;
  }
}
@media (max-width: 480px) {
  #Content .callout .content.partnership-matters {
    height: auto;
  }
  #Content .callout .content.partnership-matters .description-container {
    padding: 25px 10px;
  }
}
@media (max-width: 480px) {
  #Content .callout {
    margin-bottom: 50px;
  }
}
#Content .world-map {
  position: relative;
}
#Content .world-map .ping .circle {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid #9bc8be;
  opacity: 0.8;
}
@media (min-width: 992px) {
  #Content .world-map .ping.ping-one .circle {
    top: 150px;
    left: 150px;
  }
}
@media (min-width: 1200px) {
  #Content .world-map .ping.ping-one .circle {
    top: 180px;
    left: 180px;
  }
}
@media (min-width: 992px) {
  #Content .world-map .ping.ping-one .circle.animate {
    top: -50px;
    left: -50px;
    width: 400px;
    height: 400px;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  #Content .world-map .ping.ping-one .circle.animate {
    top: -20px;
    left: -20px;
    width: 400px;
    height: 400px;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  #Content .world-map .ping.ping-two .circle {
    top: 250px;
    left: 200px;
  }
}
@media (min-width: 1200px) {
  #Content .world-map .ping.ping-two .circle {
    top: 300px;
    left: 240px;
  }
}
@media (min-width: 992px) {
  #Content .world-map .ping.ping-two .circle.animate {
    top: 120px;
    left: 70px;
    width: 260px;
    height: 260px;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  #Content .world-map .ping.ping-two .circle.animate {
    top: 170px;
    left: 110px;
    width: 260px;
    height: 260px;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  #Content .world-map .ping.ping-three .circle {
    top: 220px;
    left: 400px;
  }
}
@media (min-width: 1200px) {
  #Content .world-map .ping.ping-three .circle {
    top: 220px;
    left: 400px;
  }
}
@media (min-width: 992px) {
  #Content .world-map .ping.ping-three .circle.animate {
    top: -30px;
    left: 150px;
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  #Content .world-map .ping.ping-three .circle.animate {
    top: -30px;
    left: 150px;
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  #Content .world-map .ping.ping-four .circle {
    top: 150px;
    left: 550px;
  }
}
@media (min-width: 1200px) {
  #Content .world-map .ping.ping-four .circle {
    top: 220px;
    left: 650px;
  }
}
@media (min-width: 992px) {
  #Content .world-map .ping.ping-four .circle.animate {
    top: 0;
    left: 400px;
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  #Content .world-map .ping.ping-four .circle.animate {
    top: 40px;
    left: 470px;
    width: 360px;
    height: 360px;
    opacity: 0;
  }
}
#Content .mission-statement .description-container {
  margin-bottom: 55px;
  text-align: center;
}
#Content .mission-statement .goal-container {
  width: 200px;
  margin: auto;
  text-align: center;
}
#Content .mission-statement .goal-container .title {
  text-align: inherit;
  margin-bottom: 5px;
}
#Content .mission-statement .goal-container .icon {
  display: inline-block;
  margin: 0 auto 5px;
}
#Content .mission-statement .goal-container p {
  padding: 0 10px;
}
@media (max-width: 991px) {
  #Content .mission-statement p br {
    display: none;
  }
}
@media (max-width: 768px) {
  #Content .mission-statement .col-xs-12 {
    width: 33%;
  }
  #Content .mission-statement .goal-container {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #Content .mission-statement .col-xs-12 {
    width: 100%;
  }
  #Content .mission-statement .description-container {
    margin-bottom: 35px;
  }
  #Content .mission-statement .goal-container {
    margin-bottom: 35px;
  }
}
#Content .what-we-believe dl {
  padding: 50px;
  background-color: #3c3c3c;
  color: #ffffff;
  position: relative;
  margin: auto;
  overflow: hidden;
  z-index: 300;
}
#Content .what-we-believe dl dt {
  width: 30%;
  font-family: BrandonMedium;
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
}
#Content .what-we-believe dl dt span {
  cursor: pointer;
}
#Content .what-we-believe dl dt.active {
  color: #9bc8be;
  font-size: 24px;
}
#Content .what-we-believe dl dd {
  display: none;
  width: 60%;
  position: absolute;
  top: 55px;
  right: 50px;
  text-align: center;
}
#Content .what-we-believe dl dd .title {
  font-size: 30px;
  font-family: 'BrandonMedium', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: inherit;
  margin-bottom: 10px;
}
#Content .what-we-believe dl dd.active {
  display: block;
}
@media (max-width: 1309px) {
  #Content .what-we-believe dl dt {
    font-size: 16px;
  }
  #Content .what-we-believe dl dt.active {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  #Content .what-we-believe dl {
    position: static;
    z-index: auto;
  }
  #Content .what-we-believe dl dt {
    width: 100%;
    font-size: 20px;
    padding-bottom: 15px;
  }
  #Content .what-we-believe dl dt span {
    display: block;
    border: solid 1px #ffffff;
    padding: 5px;
    text-align: center;
  }
  #Content .what-we-believe dl dt.active {
    font-size: 22px;
  }
  #Content .what-we-believe dl dt.active span {
    border-color: #9bc8be;
  }
  #Content .what-we-believe dl dd {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    z-index: auto;
    padding-bottom: 5px 0 30px 0;
  }
  #Content .what-we-believe dl dd .title {
    display: none;
  }
}
@media (max-width: 480px) {
  #Content .what-we-believe dl {
    padding: 30px 15px;
  }
  #Content .what-we-believe dl dt {
    font-size: 18px;
  }
  #Content .what-we-believe dl dt.active {
    font-size: 18px;
    font-weight: bold;
  }
}
#Content .meet-dr-stanley-article {
  position: relative;
  overflow: hidden;
}
#Content .meet-dr-stanley-article .dr-stanley-img {
  float: left;
  width: 58%;
  max-width: 654px;
  margin: 0 30px 0 0;
}
#Content .meet-dr-stanley-article .link {
  display: inline-block;
  font-family: 'BrandonBold', sans-serif;
  font-size: 16px;
  color: #9bc8be;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #Content .meet-dr-stanley-article .link {
    font-size: 14px;
  }
}
#Content .meet-dr-stanley-article .description-container {
  float: left;
  width: 40%;
  padding: 25px 0 25px;
  overflow: hidden;
}
#Content .meet-dr-stanley-article .description-container .title {
  margin: 0 0 10px;
}
#Content .meet-dr-stanley-article .description-container .read-more {
  margin-top: 15px;
}
@media (max-width: 768px) {
  #Content .meet-dr-stanley-article .description-container .read-more {
    margin-top: 5px;
  }
}
#Content .meet-dr-stanley-article .description-container.padding-top {
  padding-top: 50px;
}
#Content .meet-dr-stanley-article .functional-block {
  float: left;
  width: 40%;
  min-height: 145px;
  padding: 35px 0 10px 135px;
  border-top: 1px solid #ebebeb;
}
#Content .meet-dr-stanley-article .functional-block a:hover,
#Content .meet-dr-stanley-article .functional-block a:active {
  text-decoration: none;
}
#Content .meet-dr-stanley-article .functional-block .title {
  margin-bottom: 15px;
}
#Content .meet-dr-stanley-article .functional-block p {
  margin-bottom: 15px;
}
#Content .meet-dr-stanley-article .functional-block.fixed-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
#Content .meet-dr-stanley-article .functional-block.event {
  background: url('/Skins/images/Sprite-Sheet.png') no-repeat -360px -455px;
}
#Content .meet-dr-stanley-article .functional-block.pastors-heart {
  background: url('/Skins/images/Sprite-Sheet.png') no-repeat -370px -945px;
  min-height: 100px;
  padding-left: 115px;
}
#Content .meet-dr-stanley-article .functional-block.pastors-heart .title,
#Content .meet-dr-stanley-article .functional-block.pastors-heart p {
  margin-bottom: 5px;
}
@media (max-width: 1309px) {
  #Content .meet-dr-stanley-article .dr-stanley-img {
    width: 50%;
  }
  #Content .meet-dr-stanley-article .description-container {
    width: 45%;
  }
  #Content .meet-dr-stanley-article .functional-block {
    width: 50%;
    clear: left;
  }
  #Content .meet-dr-stanley-article .functional-block.fixed-bottom {
    position: static;
  }
}
@media (max-width: 991px) {
  #Content .meet-dr-stanley-article .description-container {
    float: right;
    padding-top: 0;
  }
  #Content .meet-dr-stanley-article .description-container .title {
    font-size: 30px;
  }
  #Content .meet-dr-stanley-article .description-container.padding-top {
    padding-top: 10px;
  }
  #Content .meet-dr-stanley-article .functional-block {
    background-image: none !important;
    padding: 15px 10px;
    height: auto;
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #ebebeb;
  }
  #Content .meet-dr-stanley-article .functional-block .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
  }
  #Content .meet-dr-stanley-article .functional-block p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #Content .meet-dr-stanley-article .functional-block.pastors-heart {
    min-height: 60px;
    padding: 15px 10px;
  }
}
@media (max-width: 768px) {
  #Content .meet-dr-stanley-article .description-container {
    width: 51%;
  }
  #Content .meet-dr-stanley-article .description-container .title {
    font-size: 24px;
  }
  #Content .meet-dr-stanley-article .dr-stanley-img {
    width: 45%;
    margin: 0 4% 0 0;
  }
  #Content .meet-dr-stanley-article .functional-block {
    width: 45%;
    margin: 0 4% 0 0;
  }
}
@media (max-width: 480px) {
  #Content .meet-dr-stanley-article .dr-stanley-img,
  #Content .meet-dr-stanley-article .description-container,
  #Content .meet-dr-stanley-article .functional-block {
    float: none;
    width: 100%;
  }
  #Content .meet-dr-stanley-article .dr-stanley-img {
    margin-bottom: 25px;
  }
  #Content .meet-dr-stanley-article .description-container .title {
    margin-bottom: 5px;
  }
  #Content .meet-dr-stanley-article .description-container.padding-top {
    padding-top: 0;
  }
}
#Content .about-us-timeline {
  overflow: hidden;
  background: #3c3c3c;
  color: #ffffff;
}
#Content .about-us-timeline .section-title {
  color: #ffffff;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 30px 0;
  border-bottom: solid 1px #e9e9e9;
}
@media (min-width: 768px) and (max-width: 991px) {
  #Content .about-us-timeline .section-title {
    font-size: 42px;
  }
}
#Content .about-us-timeline h1,
#Content .about-us-timeline h3,
#Content .about-us-timeline h4,
#Content .about-us-timeline h5,
#Content .about-us-timeline h6 {
  color: #ffffff;
  text-transform: none;
}
#Content .about-us-timeline .time-slot .date,
#Content .about-us-timeline .time-slot .photo,
#Content .about-us-timeline .time-slot .description {
  display: none;
}
#Content .about-us-timeline nav {
  height: 625px;
  padding: 0 0 0 40px;
  margin: 0 0 5px 0;
}
#Content .about-us-timeline nav .scroll-bar {
  background: url('/Skins/images/Custom-Scroll-Bar.png') repeat-y left top;
}
#Content .about-us-timeline nav .scroll-bar .thumb {
  background: url('/Skins/images/Custom-Scroll-Button.png') no-repeat left top;
}
#Content .about-us-timeline nav ul {
  margin: 0 0 30px 0;
}
#Content .about-us-timeline nav ul li h4 {
  margin: 0 0 10px 0;
}
#Content .about-us-timeline nav ul li a {
  text-transform: uppercase;
  font-size: 14px;
}
#Content .about-us-timeline nav ul li a:link,
#Content .about-us-timeline nav ul li a:active,
#Content .about-us-timeline nav ul li a:visited {
  color: #fff;
}
#Content .about-us-timeline nav ul li a.active,
#Content .about-us-timeline nav ul li a:hover {
  color: #9bc8be;
}
#Content .about-us-timeline section {
  text-align: center;
  font-size: 18px;
}
#Content .about-us-timeline section header h3 {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
#Content .about-us-timeline section header span {
  display: block;
  margin: 0 0 30px 0;
}
#Content .about-us-timeline section img {
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  #Content .about-us-timeline {
    padding-bottom: 30px;
  }
}
#Content .fun-fact img {
  margin-bottom: 10px;
}
#Content .fun-fact .read-more-link:link,
#Content .fun-fact .read-more-link:active,
#Content .fun-fact .read-more-link:visited,
#Content .fun-fact .read-more-link:hover {
  text-transform: uppercase;
  color: #9bc8be;
  display: inline-block;
  padding-top: 12px;
}
#Content .fun-fact-article {
  text-align: center;
}
#Content .fun-fact-article img {
  margin-bottom: 10px;
}
#Content .fun-fact-article .link {
  display: inline-block;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #9bc8be;
}
@media (max-width: 991px) {
  #Content .fun-fact-article {
    margin-bottom: 30px;
  }
}
#Content .job-openings-introduction {
  margin-bottom: 50px;
}
#Content .job-openings-introduction > p {
  font-size: 18px;
}
@media (max-width: 991px) {
  #Content .job-openings-introduction > p br {
    display: none;
  }
}
@media (max-width: 768px) {
  #Content .job-openings-introduction > p {
    font-size: 16px;
  }
}
#Content .job-position-list {
  margin-bottom: 70px;
}
#Content .job-position-list .job-position-listing {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  border: solid 1px #ebebeb;
  padding: 30px 15px 60px;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}
#Content .job-position-list .job-position-listing .title {
  position: relative;
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
#Content .job-position-list .job-position-listing .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  margin: auto;
  background-color: #3c3c3c;
}
#Content .job-position-list .job-position-listing .summary {
  margin-bottom: 15px;
}
#Content .job-position-list .job-position-listing .functional-links {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
#Content .job-position-list .job-position-listing .additional-info {
  font-size: 14px;
  font-family: 'BrandonRegular', sans-serif;
  color: #bcbcbc;
  margin: 0 -15px 15px -15px;
}
#Content .job-position-list .job-position-listing .additional-info .date-posted {
  vertical-align: middle;
  padding: 0 4px;
  border-right: 1px solid #cdcdcd;
}
#Content .job-position-list .job-position-listing .additional-info .department {
  font-family: 'BrandonMedium', sans-serif;
  text-transform: uppercase;
  color: #a5a5a5;
  vertical-align: middle;
  padding: 0 4px;
}
#Content .job-position-list .job-position-listing .additional-info .employment-type {
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 4px;
  border-left: 1px solid #cdcdcd;
}
@media (max-width: 991px) {
  #Content .job-position-list .col-top-align {
    display: block;
    margin-right: 0;
  }
  #Content .job-position-list .job-position-listing {
    height: auto !important;
  }
  #Content .job-position-list .job-position-listing .additional-info {
    margin: 0 0 15px;
  }
}
@media (max-width: 480px) {
  #Content .job-position-list {
    margin-bottom: 50px;
  }
  #Content .job-position-list .job-position-listing {
    padding: 25px 10px 40px;
  }
  #Content .job-position-list .job-position-listing .title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  #Content .job-position-list .job-position-listing .functional-links {
    bottom: 15px;
  }
  #Content .job-position-list .job-position-listing .additional-info {
    margin-bottom: 25px;
    font-size: 12px;
  }
  #Content .job-position-list .job-position-listing .additional-info span {
    display: block;
    margin: 0 auto 4px;
    border: none !important;
  }
}
#Content .job-position-details .section-title {
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #Content .job-position-details .section-title {
    padding-bottom: 20px;
  }
}
#Content .job-position-details .apply-block {
  padding: 30px;
  font-size: 16px;
  border: solid 1px #ebebeb;
  border-top: 0;
}
#Content .job-position-details .apply-block .apply-now {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  color: #3c3c3c;
  background-color: #ffffff;
  margin-top: 20px;
}
@media (max-width: 480px) {
  #Content .job-position-details .apply-block .apply-now {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .job-position-details .apply-block .apply-now:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .job-position-details .apply-block .apply-now > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .job-position-details .apply-block .apply-now:hover,
#Content .job-position-details .apply-block .apply-now:active,
#Content .job-position-details .apply-block .apply-now:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .job-position-details .apply-block .apply-now:hover:after {
  opacity: 0.65;
}
#Content .job-position-details .apply-block .apply-now:active:after,
#Content .job-position-details .apply-block .apply-now:focus:after {
  opacity: 1;
}
#Content .job-position-details .apply-block .title {
  font-size: 30px;
  margin-bottom: 18px;
}
#Content .job-position-details .apply-block .benefits-list {
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  list-style-type: disc;
}
#Content .job-position-details .apply-block .benefits-list li {
  margin: 0 0 5px 15px;
  padding: 0 0 0 5px;
  list-style-type: disc;
}
#Content .job-position-details .apply-block .additional-info {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 18px;
  color: #bcbcbc;
  margin-bottom: 40px;
  line-height: normal;
}
#Content .job-position-details .apply-block .additional-info .date-posted {
  display: block;
}
#Content .job-position-details .apply-block .additional-info .department {
  font-family: 'BrandonMedium', sans-serif;
  color: #a5a5a5;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
#Content .job-position-details .apply-block .additional-info .employment-type {
  padding: 0 0 0 6px;
  border-left: 1px solid #cdcdcd;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #Content .job-position-details .apply-block {
    padding: 25px 15px;
  }
  #Content .job-position-details .apply-block .additional-info {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #Content .job-position-details .apply-block {
    padding: 15px;
  }
  #Content .job-position-details .apply-block .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #Content .job-position-details .apply-block .apply-now {
    margin-top: 15px;
  }
  #Content .job-position-details .apply-block .additional-info {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
#Content .job-position-details .job-description {
  padding: 30px 0 0 0;
}
#Content .job-position-details .job-description h1,
#Content .job-position-details .job-description h2,
#Content .job-position-details .job-description h3,
#Content .job-position-details .job-description h4,
#Content .job-position-details .job-description h5,
#Content .job-position-details .job-description h6 {
  line-height: 1.2em;
}
#Content .job-position-details .job-description .description-title {
  margin-bottom: 12px;
}
#Content .job-position-details .job-description p,
#Content .job-position-details .job-description .description-text {
  margin: 0 0 30px 0;
}
#Content .job-position-details .job-description ul,
#Content .job-position-details .job-description .description-list {
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  list-style-type: disc;
  margin: 0 0 25px 0;
}
#Content .job-position-details .job-description ul li,
#Content .job-position-details .job-description .description-list li {
  margin: 0 0 5px 15px;
  padding: 0 0 0 5px;
  list-style-type: disc;
}
@media (max-width: 480px) {
  #Content .job-position-details .job-description .description-title {
    margin-bottom: 5px;
  }
  #Content .job-position-details .job-description .description-text {
    margin: 0 0 20px 0;
  }
  #Content .job-position-details .job-description .description-list {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
#Content .job-position-details .submit-resume-container {
  margin-bottom: 0;
  padding-top: 30px;
}
#Content .job-position-details .submit-resume-container .section-title {
  padding: 0 0 25px;
  margin: 0;
  border: none;
}
#Content .job-position-details .submit-resume-container .submit-resume-widget {
  width: 100%;
}
@media (max-width: 480px) {
  #Content .job-position-details .submit-resume-container {
    margin-bottom: 0;
  }
  #Content .job-position-details .submit-resume-container .section-title {
    font-size: 24px;
    padding: 0 0 15px;
  }
}
#Content .submit-resume-container {
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  #Content .submit-resume-container {
    margin-bottom: 50px;
  }
}
#Content .submit-resume-widget {
  width: 750px;
  padding: 40px 30px;
  margin: auto;
  background: url('/Skins/images/green-black-bg.png') repeat scroll 0 0 transparent;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  text-align: left;
}
#Content .submit-resume-widget .input-container {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
}
#Content .submit-resume-widget .input-container .label-text {
  color: #3c3c3c;
  font-family: 'BrandonBold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  #Content .submit-resume-widget .input-container .visibility-hidden {
    visibility: visible;
  }
}
#Content .submit-resume-widget .input-field {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: none;
}
#Content .submit-resume-widget .upload-resume-wrapper {
  position: relative;
}
#Content .submit-resume-widget .upload-resume-wrapper .file-path {
  padding-right: 150px;
}
#Content .submit-resume-widget .upload-resume-wrapper .file-upload-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 150px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 480px) {
  #Content .submit-resume-widget .upload-resume-wrapper .file-upload-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .submit-resume-widget .upload-resume-wrapper .file-upload-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/darkbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .submit-resume-widget .upload-resume-wrapper .file-upload-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .submit-resume-widget .upload-resume-wrapper .file-upload-button:hover,
#Content .submit-resume-widget .upload-resume-wrapper .file-upload-button:active,
#Content .submit-resume-widget .upload-resume-wrapper .file-upload-button:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .submit-resume-widget .upload-resume-wrapper .file-upload-button:hover:after {
  opacity: 0.9;
}
#Content .submit-resume-widget .upload-resume-wrapper .file-upload-button:active,
#Content .submit-resume-widget .upload-resume-wrapper .file-upload-button:focus {
  background-color: #363636;
}
#Content .submit-resume-widget .upload-resume-wrapper .input-file {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 150px;
}
#Content .submit-resume-widget .submitter-message {
  position: relative;
  padding-top: 30px;
}
#Content .submit-resume-widget .submitter-message:after {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  height: 1px;
  background-color: #ebebeb;
}
#Content .submit-resume-widget .text-field {
  width: 100%;
  height: 200px;
  padding: 10px 15px;
  resize: none !important;
  border: none;
}
#Content .submit-resume-widget .submit-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 480px) {
  #Content .submit-resume-widget .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .submit-resume-widget .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/darkbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .submit-resume-widget .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .submit-resume-widget .submit-button:hover,
#Content .submit-resume-widget .submit-button:active,
#Content .submit-resume-widget .submit-button:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .submit-resume-widget .submit-button:hover:after {
  opacity: 0.9;
}
#Content .submit-resume-widget .submit-button:active,
#Content .submit-resume-widget .submit-button:focus {
  background-color: #363636;
}
@media (min-width: 992px) {
  #Content .submit-resume-widget .submit-button {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
}
#Content .submit-resume-widget .bootstrap-select.country-select {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 18px;
  color: #3c3c3c;
  text-transform: initial;
  width: 100%;
}
#Content .submit-resume-widget .bootstrap-select.country-select .dropdown-toggle {
  height: 40px;
  line-height: 40px
				padding:inherit;
  border: none;
}
@media (max-width: 480px) {
  #Content .submit-resume-widget .bootstrap-select.country-select .dropdown-toggle {
    height: 30px;
    line-height: 30px;
  }
}
#Content .submit-resume-widget .bootstrap-select.country-select .dropdown-menu {
  font-size: inherit;
}
@media (max-width: 768px) {
  #Content .submit-resume-widget .bootstrap-select.country-select {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #Content .submit-resume-widget {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #Content .submit-resume-widget {
    padding: 40px 15px;
  }
  #Content .submit-resume-widget .input-container {
    font-size: 15px;
  }
  #Content .submit-resume-widget .input-container .label-text {
    margin-bottom: 4px;
  }
  #Content .submit-resume-widget .input-container .label-text.hidden-visibility {
    visibility: visible;
  }
  #Content .submit-resume-widget .submitter-message:after {
    left: -15px;
    right: -15px;
  }
}
@media (max-width: 480px) {
  #Content .submit-resume-widget {
    padding: 30px 10px;
  }
  #Content .submit-resume-widget .input-field {
    height: 30px;
    line-height: 30px;
  }
  #Content .submit-resume-widget .upload-resume-wrapper .file-path {
    padding-right: 15px;
  }
  #Content .submit-resume-widget .upload-resume-wrapper .file-upload-button {
    display: block;
    position: relative;
    width: 100%;
  }
}
#Content .photo-grid {
  margin-bottom: 70px;
}
#Content .photo-grid img {
  margin-bottom: 30px;
}
#Content .faq-container {
  margin-top: 25px;
}
#Content .faq-container .faq-search {
  position: relative;
  overflow: hidden;
}
#Content .faq-container .faq-search .faq-search-input {
  font-family: 'BrandonRegularItalic', sans-serif;
  font-size: 16px;
  width: 100%;
  height: 40px;
  padding: 0 60px 0 15px;
  border: 1px solid #ebebeb;
  border-right: none;
}
#Content .faq-container .faq-search .faq-search-input:focus {
  border: 1px solid #cdcdcd;
  border-right: none;
}
#Content .faq-container .faq-search .search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url('/Skins/images/st-search-icon.png') no-repeat scroll center center red;
}
#Content .faq-container .faq-category-sections {
  margin-bottom: 70px;
}
#Content .faq-container .faq-category {
  display: none;
}
#Content .faq-container .faq-category.active {
  display: block;
}
#Content .faq-container .faq-category .title {
  margin: 60px 0 30px;
}
#Content .faq-container .faq-category .sub-title {
  position: relative;
  top: -25px;
  font-size: 14px;
  color: #959595;
  margin-bottom: 0;
}
#Content .faq-container .faq-category .details {
  margin-bottom: 25px;
}
#Content .faq-container .faq-category .details p {
  display: none;
  padding-left: 20px;
}
#Content .faq-container .faq-category .details .summary {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  outline: none;
  cursor: pointer;
}
#Content .faq-container .faq-category .details .summary .icon {
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #3c3c3c;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: 5px;
  background: transparent;
}
#Content .faq-container .faq-category .details.active p {
  display: block;
}
#Content .faq-container .faq-category .details.active .summary .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#Content .faq-container .faq-nav {
  float: right;
  padding-left: 100px;
  margin: 60px 0 50px;
}
#Content .faq-container .faq-nav li {
  margin-bottom: 5px;
}
#Content .faq-container .faq-nav li img {
  margin-right: 6px;
  vertical-align: top;
}
#Content .faq-container .faq-nav li span {
  line-height: 1.2;
  vertical-align: top;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Content .faq-container .faq-nav {
    margin-top: 50px;
  }
}
#Content .faq-container .more-information-section {
  padding: 25px 15px 0;
  margin-bottom: 15px;
  border-top: 1px solid #ebebeb;
}
#Content .faq-container .more-information-section .title {
  margin-bottom: 25px;
}
#Content .faq-container .more-information-section .item {
  margin-bottom: 15px;
}
#Content .faq-container .more-information-section .item img {
  margin: 5px;
}
#Content .faq-container .more-information-section .item span {
  display: inline-block;
  font-family: 'BrandonRegular', sans-serif;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1.2;
}
#Content .faq-container .more-information-section .item span a:hover,
#Content .faq-container .more-information-section .item span a:active,
#Content .faq-container .more-information-section .item span a:focus {
  color: #3c3c3c;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #Content .faq-container .faq-nav {
    float: none;
    padding-left: 15px;
  }
  #Content .faq-container .more-information-section .item img {
    width: 30px;
  }
}
@media (max-width: 480px) {
  #Content .faq-container .more-information-section .item span {
    width: 80%;
  }
}
#Content .we-follow-jesus .description-container {
  margin-bottom: 50px;
  text-align: center;
}
#Content .we-follow-jesus .description-container .title {
  margin-bottom: 10px;
}
#Content .we-follow-jesus .description-container p {
  font-size: 18px;
}
#Content .we-follow-jesus .languages .title {
  margin-bottom: 15px;
}
#Content .we-follow-jesus .languages span {
  display: block;
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
}
@media (max-width: 991px) {
  #Content .we-follow-jesus .world-map {
    margin-bottom: 30px;
  }
  #Content .we-follow-jesus .languages .title {
    margin-bottom: 5px;
  }
  #Content .we-follow-jesus .languages .title br {
    display: none;
  }
  #Content .we-follow-jesus .languages span {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  #Content .we-follow-jesus .description-container {
    margin-bottom: 30px;
  }
}
#Content .events-engagments.no-results .section-title {
  padding: 0;
  margin-bottom: 10px;
}
#Content .events-engagments.no-results .no-results-message {
  font-size: 18px;
  margin-bottom: 80px;
}
#Content .events-engagments.no-results .no-results-message p {
  font-size: 18px;
}
#Content .events-engagments.no-results .additional-links {
  border: solid 1px #ebebeb;
}
#Content .events-engagments.no-results .additional-links h2 {
  font-size: 30px;
  padding: 15px;
  margin: 0;
}
#Content .events-engagments.no-results .additional-links ul li a {
  display: block;
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  padding: 12px 15px;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 768px) {
  #Content .events-engagments.no-results .no-results-message {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #Content .events-engagments.no-results .no-results-message p {
    font-size: 16px;
  }
  #Content .events-engagments.no-results .additional-links {
    margin: 0 auto 30px;
    width: 80%;
  }
  #Content .events-engagments.no-results .additional-links h2 {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #Content .events-engagments.no-results .additional-links {
    width: 100%;
  }
  #Content .events-engagments.no-results .additional-links ul li a {
    font-size: 15px;
    padding: 10px 8px;
  }
}
#Content .events-engagments .events-list {
  display: table;
  width: 100%;
}
#Content .events-engagments .events-list article {
  display: table-row;
}
#Content .events-engagments .events-list article > div {
  display: table-cell;
  height: 165px;
  border-bottom: solid 1px #ebebeb;
  vertical-align: middle;
  font-size: 24px;
}
#Content .events-engagments .events-list article > div:first-child {
  border-top: solid 1px #ebebeb;
}
#Content .events-engagments .events-list article > div.event-location {
  width: 300px;
  padding: 0 30px;
  font-family: BrandonBold;
  text-transform: uppercase;
}
#Content .events-engagments .events-list article > div.event-details {
  padding: 0 30px;
}
#Content .events-engagments .events-list article > div.event-details strong {
  font-weight: normal;
  font-family: BrandonBold;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#Content .events-engagments .events-list article > div.event-details p {
  font-family: 16px;
}
#Content .events-engagments .events-list article > div.event-action a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 230px;
  background-color: #ffffff;
  color: #3c3c3c;
}
@media (max-width: 480px) {
  #Content .events-engagments .events-list article > div.event-action a {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .events-engagments .events-list article > div.event-action a:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
#Content .events-engagments .events-list article > div.event-action a > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .events-engagments .events-list article > div.event-action a:hover,
#Content .events-engagments .events-list article > div.event-action a:active,
#Content .events-engagments .events-list article > div.event-action a:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .events-engagments .events-list article > div.event-action a:hover:after {
  opacity: 0.6;
}
#Content .events-engagments .events-list article > div.event-action a:active:after,
#Content .events-engagments .events-list article > div.event-action a:focus:after {
  opacity: 1;
}
#Content .events-engagments .events-list article > div.event-date {
  color: #fff;
  background: url('/Skins/images/event-date-bg.png') repeat left top;
  text-align: center;
  width: 165px;
}
#Content .events-engagments .events-list article > div.event-date .month {
  font-family: 'BrandonMedium', sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-right: -5px;
}
#Content .events-engagments .events-list article > div.event-date .month.to {
  margin-left: 10px;
}
#Content .events-engagments .events-list article > div.event-date .day {
  font-family: 'BrandonBold', sans-serif;
  font-size: 48px;
  line-height: 36px;
}
#Content .events-engagments .events-list article > div.event-date .day.single {
  display: block;
  font-size: 60px;
  line-height: 40px;
  white-space: nowrap;
}
#Content .events-engagments .events-list article > div.event-date .hyphen {
  font-family: 'BrandonBold', sans-serif;
  font-size: 48px;
  line-height: 36px;
}
@media (max-width: 1199px) {
  #Content .events-engagments .events-list article > div.event-location {
    width: 200px;
    padding: 0 20px;
  }
  #Content .events-engagments .events-list article > div.event-details {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  #Content .events-engagments .events-list article {
    display: block;
    margin-bottom: 50px;
  }
  #Content .events-engagments .events-list article > div.event-location {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0 5px 0;
    text-align: center;
    border-bottom: 0px;
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
  }
  #Content .events-engagments .events-list article > div.event-details {
    display: block;
    height: auto;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    border-bottom: 0px;
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
  }
  #Content .events-engagments .events-list article > div.event-action {
    display: block;
    height: auto;
    width: auto;
    padding: 10px;
    text-align: center;
    border: solid 1px #ebebeb;
    border-top: 0px;
  }
  #Content .events-engagments .events-list article > div.event-date {
    display: block;
    height: auto;
    width: 100%;
    padding: 10px 0;
    border-bottom: 0px;
  }
  #Content .events-engagments .events-list article > div.event-date .month {
    display: inline-block;
    font-size: 18px;
  }
  #Content .events-engagments .events-list article > div.event-date .day {
    display: inline-block;
    padding-left: 5px;
  }
  #Content .events-engagments .events-list article > div.event-date .day.single {
    display: inline-block;
    font-size: 19px;
  }
  #Content .events-engagments .events-list article > div.event-date .day.multiple {
    display: inline-block;
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  #Content .events-engagments .events-list article > div {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #Content .events-engagments .events-list article > div {
    font-size: 18px;
  }
  #Content .events-engagments .events-list article > div.event-action a {
    width: 100%;
  }
}
#Content .intouch-headquarters-block {
  position: relative;
  height: 290px;
  overflow: hidden;
  margin: 40px 0 100px;
  background-color: #f9f9f9;
}
#Content .intouch-headquarters-block .description-container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25.4%;
  padding: 75px 15px 15px;
  text-align: center;
}
#Content .intouch-headquarters-block .description-container .title {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 5px;
}
#Content .intouch-headquarters-block .description-container p {
  font-size: 18px;
  margin: 0 0 5px;
}
@media (max-width: 1199px) {
  #Content .intouch-headquarters-block {
    background-color: transparent;
  }
  #Content .intouch-headquarters-block > img {
    margin: auto;
  }
  #Content .intouch-headquarters-block .description-container {
    width: 290px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(249, 249, 249, 0.8);
  }
}
@media (max-width: 991px) {
  #Content .intouch-headquarters-block {
    height: 245px;
  }
  #Content .intouch-headquarters-block .description-container {
    padding-top: 55px;
  }
}
@media (max-width: 768px) {
  #Content .intouch-headquarters-block {
    margin: 20px 0 50px;
    height: auto;
  }
  #Content .intouch-headquarters-block .description-container .title {
    font-size: 22px;
  }
  #Content .intouch-headquarters-block .description-container p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  #Content .intouch-headquarters-block > img {
    display: none;
  }
  #Content .intouch-headquarters-block .description-container {
    position: static;
    width: auto;
    padding: 25px 15px 20px;
    background-color: #f4f4f4;
  }
}
#Content .minister-ways {
  margin: 0 0 100px;
}
#Content .minister-ways > .section-title {
  padding-bottom: 10px;
  margin: 0;
}
@media (max-width: 480px) {
  #Content .minister-ways > .section-title.bordered {
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 768px) {
  #Content .minister-ways {
    margin: 0 0 50px;
  }
}
@media (max-width: 480px) {
  #Content .minister-ways > .section-title {
    text-align: center;
  }
}
#Content .minister-way-container {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}
#Content .minister-way-container .description-container {
  float: left;
  width: 74.5%;
  padding: 55px 100px 55px 0;
  text-align: left;
}
#Content .minister-way-container .description-container .title {
  margin: 0 0 5px;
}
#Content .minister-way-container .description-container .description {
  line-height: 1.5;
  margin: 0 0 20px;
}
#Content .minister-way-container .description-container .link {
  display: block;
  font-size: 16px;
  font-family: 'BrandonMedium', sans-serif;
  color: #9bc8be;
  text-transform: uppercase;
  text-align: left;
}
#Content .minister-way-container .description-container .contact-us {
  font-family: 'BrandonMedium', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
#Content .minister-way-container .description-container .contact-us > span {
  margin: 0 8px 0 0;
}
#Content .minister-way-container .description-container .contact-us > a {
  font-size: 24px;
  color: #9bc8be;
  vertical-align: baseline;
}
#Content .minister-way-container .functional-block {
  float: left;
  width: 25.5%;
  padding: 30px 66px 0 0;
  text-align: center;
  font-size: 0;
}
#Content .minister-way-container .functional-block > img {
  margin: 0 0 25px;
  vertical-align: bottom;
}
#Content .minister-way-container .functional-block .submit-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  background-color: #ffffff;
  color: #3c3c3c;
  display: block;
  max-width: 220px;
}
@media (max-width: 480px) {
  #Content .minister-way-container .functional-block .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .minister-way-container .functional-block .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
#Content .minister-way-container .functional-block .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .minister-way-container .functional-block .submit-button:hover,
#Content .minister-way-container .functional-block .submit-button:active,
#Content .minister-way-container .functional-block .submit-button:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .minister-way-container .functional-block .submit-button:hover:after {
  opacity: 0.6;
}
#Content .minister-way-container .functional-block .submit-button:active:after,
#Content .minister-way-container .functional-block .submit-button:focus:after {
  opacity: 1;
}
#Content .minister-way-container .functional-block.find-station > img:first-child {
  margin-right: 25px;
}
@media (max-width: 1199px) {
  #Content .minister-way-container .description-container br {
    display: none;
  }
  #Content .minister-way-container .functional-block {
    float: right;
    width: 220px;
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  #Content .minister-way-container .description-container {
    width: 68%;
    padding: 40px 50px 40px 0;
  }
}
@media (max-width: 768px) {
  #Content .minister-way-container .description-container {
    width: 70%;
  }
  #Content .minister-way-container .description-container .title {
    font-size: 18px;
  }
  #Content .minister-way-container .description-container .description {
    margin-bottom: 10px;
  }
  #Content .minister-way-container .description-container .link {
    font-size: 14px;
  }
  #Content .minister-way-container .description-container .contact-us {
    font-size: 14px;
  }
  #Content .minister-way-container .description-container .contact-us > a {
    font-size: 18px;
  }
  #Content .minister-way-container .functional-block {
    width: 30%;
  }
  #Content .minister-way-container .functional-block > img {
    width: 45%;
    max-width: 70px;
  }
  #Content .minister-way-container .functional-block.find-station > img:first-child {
    margin-right: 8px;
  }
}
@media (max-width: 480px) {
  #Content .minister-way-container .description-container,
  #Content .minister-way-container .functional-block {
    float: none;
    width: 100%;
  }
  #Content .minister-way-container .description-container {
    padding: 30px 0;
  }
  #Content .minister-way-container .description-container .title,
  #Content .minister-way-container .description-container .description,
  #Content .minister-way-container .description-container .link,
  #Content .minister-way-container .description-container .contact-us {
    text-align: center;
  }
  #Content .minister-way-container .functional-block {
    padding: 0 0 30px;
  }
  #Content .minister-way-container .functional-block > img {
    display: none;
  }
  #Content .minister-way-container .functional-block .submit-button {
    max-width: initial;
  }
}
@media (max-width: 768px) {
  #Content .our-projects .article-container.get-i {
    width: 50%;
    min-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  #Content .our-projects .article-container.get-i {
    min-width: initial;
    max-width: 350px;
    width: 100%;
  }
}
#Content .profile-content {
  zoom: 1;
  margin-top: 50px;
}
#Content .profile-content:before {
  content: '';
  display: block;
}
#Content .profile-content:after {
  content: '';
  display: table;
  clear: both;
}
#Content .profile-content:before {
  content: '';
  display: block;
}
#Content .profile-content:after {
  content: '';
  display: table;
  clear: both;
}
#Content .profile-content .section-title {
  margin: 0 0 25px;
  padding: 0;
}
@media (max-width: 991px) {
  #Content .profile-content .section-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #Content .profile-content {
    margin-top: 25px;
  }
}
#Content .library-section.profile {
  margin-bottom: 0;
}
#Content .library-section.profile .library-sort-container .bootstrap-select {
  min-width: 200px;
}
#Content .library-section.profile .article-container .delete-item {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  color: #a5a5a5;
  cursor: pointer;
}
#Content .library-section.profile .article-container .delete-item span {
  display: block;
  padding-left: 30px;
  font: 12px 'BrandonMedium', sans-serif;
  text-transform: uppercase;
  line-height: 20px;
  background: url('/Skins/images/profile-delete-item.png') left center no-repeat;
}
@media (max-width: 768px) {
  #Content .library-section.profile .article-container .delete-item {
    top: 15px;
    margin-top: 0;
  }
  #Content .library-section.profile .article-container .delete-item span {
    height: 30px;
    width: 30px;
    padding: 0;
    background-position: center center;
    text-indent: -9999px;
  }
}
#Content .library-section.profile .article-container .article-description-container {
  padding-right: 125px;
}
@media (max-width: 991px) {
  #Content .library-section.profile .article-container .article-description-container {
    padding-right: 95px;
  }
}
@media (max-width: 768px) {
  #Content .library-section.profile .article-container .article-description-container {
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  #Content .library-section.profile .library-sort-container .bootstrap-select {
    min-width: 0;
    width: 49.7%;
  }
}
@media (max-width: 991px) and (max-width: 600px) {
  #Content .library-section.profile .library-sort-container .bootstrap-select {
    width: 49.5%;
  }
}
#Content .article-container.list-view.notes .article-description-container {
  padding-left: 0;
}
#Content .article-container.list-view.notes .article-description-container .created-from {
  margin: 0 0 2px;
  font: 16px 'BrandonRegular', sans-serif;
  color: #a5a5a5;
  text-transform: none;
  text-align: left;
  line-height: 1;
}
#Content .article-container.list-view.notes .article-description-container .article-description {
  margin: 10px 0 17px;
}
#Content .article-container.list-view.notes .article-description-container .article-description a:hover:after {
  content: ' ';
  background: url('/Skins/images/notes-small.png') no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}
#Content .profile-nav-container {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 260px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/Skins/images/green-bg-vers2.png') repeat;
  z-index: 30;
}
#Content .profile-nav-container .profile-nav-title {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-family: 'BrandonBold', sans-serif;
  font-size: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: url('/Skins/images/profile-nav-icon.png') no-repeat scroll 0 center transparent;
  padding: 30px 0 30px 55px;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
#Content .profile-nav-container .profile-nav-title span {
  -webkit-transition: visibility 0.1s ease-out 0s;
  transition: visibility 0.1s ease-out 0s;
  visibility: visible;
}
#Content .profile-nav-container .profile-nav li {
  border-bottom: 1px solid #94bfb6;
  display: block;
  cursor: pointer;
}
#Content .profile-nav-container .profile-nav li:first-child {
  border-top: 1px solid #94bfb6;
}
#Content .profile-nav-container .profile-nav .profile-nav-link {
  display: block;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  text-transform: uppercase;
  font-family: 'BrandonMedium', sans-serif;
  border-right: 4px solid transparent;
  overflow: hidden;
}
#Content .profile-nav-container .profile-nav .profile-nav-link:hover,
#Content .profile-nav-container .profile-nav .profile-nav-link:active {
  text-decoration: none;
}
#Content .profile-nav-container .profile-nav .profile-nav-link .icon {
  display: block;
  position: relative;
  height: inherit;
  float: left;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  background: rgba(60, 60, 60, 0.1);
}
#Content .profile-nav-container .profile-nav .profile-nav-link .icon:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#Content .profile-nav-container .profile-nav .profile-nav-link .icon > img {
  display: inline-block;
  vertical-align: middle;
}
#Content .profile-nav-container .profile-nav .profile-nav-link .text {
  -webkit-transition: visibility 0.1s ease-out 0s;
  transition: visibility 0.1s ease-out 0s;
  display: inline-block;
  width: auto;
  margin-left: 15px;
  overflow: hidden;
  visibility: visible;
}
#Content .profile-nav-container .profile-nav .profile-nav-link:hover {
  background: rgba(60, 60, 60, 0.1);
  color: #3c3c3c;
  border-right-color: #3c3c3c;
}
#Content .profile-nav-container .profile-nav .profile-nav-link .user-alerts {
  margin: 5px 5px 0 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  padding: 1px 0 0 1px;
  margin: 0;
  background-color: #e14105;
  color: #ffffff;
  text-align: center;
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
}
#Content .profile-nav-container .profile-nav .profile-nav-link[data-item-name="mynotes"] .icon > img {
  margin: -10px 0 0 10px;
}
#Content .profile-nav-container.contracted {
  width: 50px;
}
#Content .profile-nav-container.contracted .profile-nav-title {
  padding: 15px 0 15px 55px;
}
#Content .profile-nav-container.contracted .profile-nav-title span {
  visibility: hidden;
}
#Content .profile-nav-container.contracted .profile-nav .profile-nav-link {
  border-right-color: rgba(60, 60, 60, 0.1);
}
#Content .profile-nav-container.contracted .profile-nav .profile-nav-link .text {
  white-space: nowrap;
  visibility: hidden;
}
#Content .profile-notification {
  background: #ebebeb;
  margin: 0 0 1px;
  padding: 0 30px 0 15px;
  position: relative;
}
@media (max-width: 768px) {
  #Content .profile-notification {
    margin: 0 -15px 1px;
  }
}
#Content .profile-notification p {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 18px;
  margin: 0;
  line-height: 30px;
}
@media (max-width: 480px) {
  #Content .profile-notification p {
    font-size: 14px;
  }
}
#Content .profile-notification .close-btn {
  background: url('/Skins/images/reading-options-expanded.png') no-repeat;
  width: 10px;
  height: 10px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
}
#Content .profile-main-section {
  margin: 30px 0 100px;
}
@media (max-width: 768px) {
  #Content .profile-main-section {
    margin: 15px -15px 50px -15px;
  }
}
#Content .profile-main-section .row {
  margin: 0;
}
#Content .profile-main-section .row > div {
  padding: 0;
}
#Content .profile-main-section .article-container.profile-item {
  padding: 0;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  #Content .profile-main-section .article-container.profile-item {
    border-right: 1px solid #ffffff;
  }
}
#Content .profile-main-section .article-container.profile-item .new-item-badge {
  width: 60px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 0 0 20px;
  background: url('/Skins/images/badge-bg.png') no-repeat;
}
#Content .profile-main-section .article-container.profile-item .new-item-badge > span {
  font-size: 14px;
  font-family: 'BrandonBold', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
}
#Content .profile-main-section .article-container.profile-item .category {
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  #Content .profile-main-section .article-container.profile-item .category {
    font-size: 12px;
  }
}
#Content .profile-main-section .article-container.profile-item .article-thumbnail-container {
  height: inherit;
}
#Content .profile-main-section .article-container.profile-item .article-thumbnail-container .article-thumbnail {
  height: 100%;
  width: 100%;
}
#Content .profile-main-section .article-container.profile-item .article-description-container {
  height: 100%;
  padding: 25px 15px 0 15px;
  background-color: rgba(1, 1, 1, 0.15);
}
@media (max-width: 768px) {
  #Content .profile-main-section .article-container.profile-item .article-description-container {
    padding-top: 55px;
  }
}
@media (max-width: 600px) {
  #Content .profile-main-section .article-container.profile-item .article-description-container {
    padding-top: 25px;
  }
}
#Content .profile-main-section .article-container.profile-item .article-description-container .article-name {
  text-align: left;
  font-family: 'BrandonMedium', sans-serif;
}
#Content .profile-main-section .article-container.profile-item .article-description-container h4.article-name {
  font-size: 24px;
  margin-bottom: 4px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #Content .profile-main-section .article-container.profile-item .article-description-container h4.article-name {
    font-size: 21px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .profile-main-section .article-container.profile-item .article-description-container h4.article-name {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #Content .profile-main-section .article-container.profile-item .article-description-container h4.article-name {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .profile-main-section .article-container.profile-item .article-description-container h2.article-name {
    font-size: 32px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  #Content .profile-main-section .article-container.profile-item .article-description-container h2.article-name {
    font-size: 24px;
    margin-bottom: 0;
  }
}
#Content .profile-main-section .article-container.profile-item .article-description-container .article-description {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #Content .profile-main-section .article-container.profile-item .article-description-container .article-description {
    font-size: 14px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .profile-main-section .article-container.profile-item .article-description-container .article-description {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  #Content .profile-main-section .article-container.profile-item .article-description-container .article-description {
    font-size: 12px;
  }
  #Content .profile-main-section .article-container.profile-item .article-description-container .article-description br {
    display: none;
  }
}
#Content .profile-main-section .article-container.profile-item .functional-links {
  position: absolute;
  bottom: 28px;
  left: 15px;
  right: 15px;
  text-align: left;
}
#Content .profile-main-section .article-container.profile-item .functional-links .watch-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 165px;
  background-color: #ffffff;
  color: #3c3c3c;
  min-width: 180px;
  width: auto;
  padding: 0 15px;
  margin: 0;
}
@media (max-width: 480px) {
  #Content .profile-main-section .article-container.profile-item .functional-links .watch-link {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .profile-main-section .article-container.profile-item .functional-links .watch-link:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
#Content .profile-main-section .article-container.profile-item .functional-links .watch-link > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .profile-main-section .article-container.profile-item .functional-links .watch-link:hover,
#Content .profile-main-section .article-container.profile-item .functional-links .watch-link:active,
#Content .profile-main-section .article-container.profile-item .functional-links .watch-link:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .profile-main-section .article-container.profile-item .functional-links .watch-link:hover:after {
  opacity: 0.6;
}
#Content .profile-main-section .article-container.profile-item .functional-links .watch-link:active:after,
#Content .profile-main-section .article-container.profile-item .functional-links .watch-link:focus:after {
  opacity: 1;
}
@media (max-width: 768px) {
  #Content .profile-main-section .article-container.profile-item .functional-links .watch-link {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #Content .profile-main-section .article-container.profile-item .functional-links {
    bottom: 20px;
  }
}
#Content .profile-main-section .article-container.profile-item.big {
  height: 380px;
}
@media (max-width: 1199px) {
  #Content .profile-main-section .article-container.profile-item.big {
    height: 310px;
  }
}
@media (max-width: 991px) {
  #Content .profile-main-section .article-container.profile-item.big {
    height: 240px;
  }
}
@media (max-width: 768px) {
  #Content .profile-main-section .article-container.profile-item.big {
    height: auto;
  }
}
#Content .profile-main-section .article-container.profile-item.small {
  height: 190px;
}
@media (max-width: 1199px) {
  #Content .profile-main-section .article-container.profile-item.small {
    height: 155px;
  }
}
@media (max-width: 991px) {
  #Content .profile-main-section .article-container.profile-item.small {
    height: 120px;
  }
}
@media (max-width: 768px) {
  #Content .profile-main-section .article-container.profile-item.small {
    float: left;
    height: auto;
    width: 50%;
  }
}
#Content .profile-main-section .article-container.profile-item.main .article-description-container {
  padding-top: 155px;
  background-color: rgba(1, 1, 1, 0.2);
}
@media (max-width: 1199px) {
  #Content .profile-main-section .article-container.profile-item.main .article-description-container {
    padding-top: 85px;
  }
}
@media (max-width: 991px) {
  #Content .profile-main-section .article-container.profile-item.main .article-description-container {
    padding-top: 55px;
  }
}
@media (max-width: 768px) {
  #Content .profile-main-section .article-container.profile-item.main .article-description-container {
    padding-top: 30%;
  }
}
@media (max-width: 320px) {
  #Content .profile-main-section .article-container.profile-item.main .article-description-container {
    padding-top: 50px;
  }
}
#Content .profile-main-section .article-container.profile-item.secondary .article-description-container .article-description {
  font-family: 'BrandonRegular', sans-serif;
}
@media (max-width: 1199px) and (min-width: 769px) {
  #Content .profile-main-section .article-container.profile-item.secondary .article-description-container .article-description {
    line-height: 1;
  }
}
#Content .profile-main-section .article-container.profile-item.listen-banner .article-description-container {
  padding-top: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #Content .profile-main-section .article-container.profile-item.listen-banner .article-description-container {
    padding-top: 25px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .profile-main-section .article-container.profile-item.listen-banner .article-description-container {
    padding: 20px 15px 0 15px;
  }
}
#Content .profile-main-section .article-container.profile-item.watch-banner .article-description-container {
  padding-top: 157px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #Content .profile-main-section .article-container.profile-item.watch-banner .article-description-container {
    padding-top: 100px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  #Content .profile-main-section .article-container.profile-item.watch-banner .article-description-container {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  #Content .profile-main-section .article-container.profile-item.watch-banner .article-description-container {
    padding-top: 73px;
  }
}
@media (max-width: 480px) {
  #Content .profile-main-section .article-container.profile-item.watch-banner .article-description {
    font-size: 15px;
  }
}
#Content .profile-main-section .see-more-options-link-container {
  padding: 45px 0 0;
}
#Content .profile-main-section .see-more-options-link-container .see-more-options-link {
  background-position: center -65px;
}
@media (max-width: 480px) {
  #Content .profile-main-section .see-more-options-link-container .see-more-options-link {
    background-position: center -75px;
  }
}
#Content .view-archived-items,
#Content .to-read-later {
  padding: 55px 0 80px;
}
#Content .view-archived-items h4,
#Content .to-read-later h4 {
  font-family: 'BrandonRegular', sans-serif;
}
#Content .edit-note-main {
  position: relative;
}
#Content .edit-note-main #MyNotesField,
#Content .edit-note-main #MyNotesField_ifr {
  height: 350px;
}
#Content .edit-note-main .mce-toolbar-grp {
  padding: 10px 15px;
  background: #a5a5a5;
}
#Content .edit-note-main .mce-toolbar-grp .mce-flow-layout-item {
  margin: 2px 15px;
}
#Content .edit-note-main .mce-btn {
  border: none !important;
  border-radius: 0 !important;
  background: none;
  box-shadow: none;
}
#Content .edit-note-main .mce-btn button {
  padding: 5px 10px;
}
#Content .edit-note-main .mce-btn button .mce-ico {
  font-size: 18px;
  line-height: 18px;
  text-shadow: none;
}
#Content .edit-note-main .mce-edit-area {
  background: #f9f9f9;
}
@media (max-width: 768px) {
  #Content .edit-note-main #MyNotesField,
  #Content .edit-note-main #MyNotesField_ifr {
    height: 250px;
  }
  #Content .edit-note-main .info-block {
    left: 0;
    right: 0;
    min-width: 0;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  #Content .edit-note-main .mce-toolbar-grp .mce-flow-layout-item {
    margin: 2px 4px;
  }
}
#Content .edit-note-buttons {
  zoom: 1;
  padding: 0 15px;
  margin: 0 0 5px;
  background: #ebebeb;
  border: 1px solid rgba(165, 165, 165, 0.5);
}
#Content .edit-note-buttons:before {
  content: '';
  display: block;
}
#Content .edit-note-buttons:after {
  content: '';
  display: table;
  clear: both;
}
#Content .edit-note-buttons:before {
  content: '';
  display: block;
}
#Content .edit-note-buttons:after {
  content: '';
  display: table;
  clear: both;
}
#Content .edit-note-buttons .button {
  float: right;
  margin: 15px 15px 15px 0;
}
#Content .edit-note-buttons .button.cancel {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
  width: 150px;
  color: #ffffff;
}
@media (max-width: 480px) {
  #Content .edit-note-buttons .button.cancel {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .edit-note-buttons .button.cancel:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/darkbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content .edit-note-buttons .button.cancel > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .edit-note-buttons .button.cancel:hover,
#Content .edit-note-buttons .button.cancel:active,
#Content .edit-note-buttons .button.cancel:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content .edit-note-buttons .button.cancel:hover:after {
  opacity: 0.9;
}
#Content .edit-note-buttons .button.cancel:active,
#Content .edit-note-buttons .button.cancel:focus {
  background-color: #363636;
}
#Content .edit-note-buttons .button.save {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 150px;
  color: #3c3c3c;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  #Content .edit-note-buttons .button.save {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .edit-note-buttons .button.save:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
#Content .edit-note-buttons .button.save > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .edit-note-buttons .button.save:hover,
#Content .edit-note-buttons .button.save:active,
#Content .edit-note-buttons .button.save:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .edit-note-buttons .button.save:hover:after {
  opacity: 0.65;
}
#Content .edit-note-buttons .button.save:active:after,
#Content .edit-note-buttons .button.save:focus:after {
  opacity: 1;
}
#Content .edit-note-buttons .button.print {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 150px;
  background-color: #ffffff;
  color: #3c3c3c;
}
@media (max-width: 480px) {
  #Content .edit-note-buttons .button.print {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content .edit-note-buttons .button.print:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
#Content .edit-note-buttons .button.print > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content .edit-note-buttons .button.print:hover,
#Content .edit-note-buttons .button.print:active,
#Content .edit-note-buttons .button.print:focus {
  text-decoration: none;
  color: #3c3c3c;
}
#Content .edit-note-buttons .button.print:hover:after {
  opacity: 0.6;
}
#Content .edit-note-buttons .button.print:active:after,
#Content .edit-note-buttons .button.print:focus:after {
  opacity: 1;
}
#Content .edit-note-buttons .button:first-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  #Content .edit-note-buttons .button {
    display: block !important;
    width: 100% !important;
    margin: 15px 0;
    float: none;
  }
}
#Content .edit-note-footer > a {
  float: right;
}
#Content .edit-note-footer .info-block {
  float: left;
  padding: 10px;
  background: rgba(249, 249, 249, 0.9);
}
#Content .edit-note-footer .info-block .update,
#Content .edit-note-footer .info-block .source {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 480px) {
  #Content .edit-note-footer .info-block .update,
  #Content .edit-note-footer .info-block .source {
    font-size: 12px;
  }
}
#Content .edit-note-footer .info-block .update {
  color: #a5a5a5;
}
@media (max-width: 480px) {
  #Content .edit-note-footer {
    text-align: center;
  }
  #Content .edit-note-footer > a,
  #Content .edit-note-footer .info-block {
    float: none;
  }
}
#Content .donation-table-container {
  margin: 0 0 100px;
  background-color: #f9f9f9;
}
#Content .donation-table-container .section-title {
  padding: 20px 0 0;
  margin: 0 0 30px;
}
#Content .donation-table-container .table-head {
  zoom: 1;
  border-bottom: 6px solid #9bc8be;
}
#Content .donation-table-container .table-head:before {
  content: '';
  display: block;
}
#Content .donation-table-container .table-head:after {
  content: '';
  display: table;
  clear: both;
}
#Content .donation-table-container .table-head:before {
  content: '';
  display: block;
}
#Content .donation-table-container .table-head:after {
  content: '';
  display: table;
  clear: both;
}
#Content .donation-table-container .table-head .table-cell {
  float: left;
  width: 25%;
  padding: 0 15px;
}
#Content .donation-table-container .table-head .table-cell .header-title {
  margin: 0;
  padding: 10px 0;
}
#Content .donation-table-container .table-row {
  background-color: transparent;
}
#Content .donation-table-container .table-row.odd {
  background-color: #ebebeb;
}
#Content .donation-table-container .table-row .table-cell {
  display: inline-block;
  text-align: center;
  width: 25%;
  vertical-align: top;
  padding: 20px 15px 30px;
  border-left: 1px solid #a5a5a5;
  margin-left: -4px;
}
#Content .donation-table-container .table-row .table-cell:first-child {
  border-left: none;
  margin: 0;
}
#Content .donation-table-container .table-row .table-cell .title {
  margin: 2px 0 0;
}
#Content #MySettingsForm input[type="text"],
#Content #MySettingsForm input[type="password"],
#Content #MySettingsForm input[type="email"] {
  width: 100%;
  padding: 3px 10px 2px;
}
#Content #MySettingsForm input {
  margin-bottom: 15px;
}
#Content #MySettingsForm .bootstrap-select {
  width: 100%;
  margin-bottom: 15px;
}
#Content #MySettingsForm label {
  font-size: 16px;
  font-family: 'BrandonBold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#Content #MySettingsForm .address-section {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  padding: 30px 0;
  margin: 30px 0;
}
#Content #MySettingsForm .subscription-section {
  margin-bottom: 60px;
}
#Content #MySettingsForm .subscription-section h5 {
  margin: 0 0 30px;
}
#Content #MySettingsForm .profile-image {
  width: 160px;
  height: 160px;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
#Content #MySettingsForm .submit-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 165px;
  color: #ffffff;
  margin-top: 30px;
}
@media (max-width: 480px) {
  #Content #MySettingsForm .submit-button {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
#Content #MySettingsForm .submit-button:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/redbutton-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 1;
}
#Content #MySettingsForm .submit-button > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
#Content #MySettingsForm .submit-button:hover,
#Content #MySettingsForm .submit-button:active,
#Content #MySettingsForm .submit-button:focus {
  text-decoration: none;
  color: #ffffff;
}
#Content #MySettingsForm .submit-button:hover:after {
  opacity: 0.9;
}
.tour-step-background.tour-home-step-2 {
  margin: -7px 0 0 10px;
}
.tour-glow {
  -webkit-animation: focusOnSlide 3s linear;
  -moz-animation: focusOnSlide 3s linear;
  animation: focusOnSlide 3s linear;
}
.tour-glow.main-navigation ul {
  margin-bottom: -14px;
}
.tour-glow2 {
  -webkit-animation: focusOnSlide2 3s linear;
  -moz-animation: focusOnSlide2 3s linear;
  animation: focusOnSlide2 3s linear;
}
@-webkit-keyframes focusOnSlide {
  0% {
    -webkit-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    -moz-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    background: rgba(155, 200, 190, 0.3);
  }
  20% {
    -webkit-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.6);
    -moz-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.6);
    box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.6);
    background: rgba(155, 200, 190, 0.6);
  }
  70% {
    -webkit-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    -moz-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    background: rgba(155, 200, 190, 0.3);
  }
  100% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
  }
}
@-moz-keyframes focusOnSlide {
  0% {
    -webkit-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    -moz-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    background: rgba(155, 200, 190, 0.3);
  }
  20% {
    -webkit-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.6);
    -moz-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.6);
    box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.6);
    background: rgba(155, 200, 190, 0.6);
  }
  70% {
    -webkit-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    -moz-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    background: rgba(155, 200, 190, 0.3);
  }
  100% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
  }
}
@keyframes focusOnSlide {
  0% {
    -webkit-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    -moz-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    background: rgba(155, 200, 190, 0.3);
  }
  20% {
    -webkit-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.6);
    -moz-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.6);
    box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.6);
    background: rgba(155, 200, 190, 0.6);
  }
  70% {
    -webkit-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    -moz-box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    box-shadow: 0px 0px 5px 6px rgba(155, 200, 190, 0.3);
    background: rgba(155, 200, 190, 0.3);
  }
  100% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
  }
}
@-webkit-keyframes focusOnSlide2 {
  0% {
    background: rgba(155, 200, 190, 0.3);
  }
  20% {
    background: rgba(155, 200, 190, 0.6);
  }
  70% {
    background: rgba(155, 200, 190, 0.3);
  }
  100% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
  }
}
@-moz-keyframes focusOnSlide2 {
  0% {
    background: rgba(155, 200, 190, 0.3);
  }
  20% {
    background: rgba(155, 200, 190, 0.6);
  }
  70% {
    background: rgba(155, 200, 190, 0.3);
  }
  100% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
  }
}
@keyframes focusOnSlide2 {
  0% {
    background: rgba(155, 200, 190, 0.3);
  }
  20% {
    background: rgba(155, 200, 190, 0.6);
  }
  70% {
    background: rgba(155, 200, 190, 0.3);
  }
  100% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
  }
}
.popover.orphan.top > .arrow {
  display: none;
}
.tour-tour {
  max-width: 300px;
}
.tour-tour .popover-content {
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  padding: 25px 19px 20px 19px !Important;
}
.tour-tour .popover-navigation {
  padding: 0 25px 15px 25px;
}
.tour-tour .popover-navigation .btn-group .btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: auto;
  color: #3c3c3c;
  background-color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  height: 36px;
  background: none;
}
@media (max-width: 480px) {
  .tour-tour .popover-navigation .btn-group .btn {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.tour-tour .popover-navigation .btn-group .btn:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/green-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.2);
  z-index: 1;
  opacity: 0.8;
}
.tour-tour .popover-navigation .btn-group .btn > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
.tour-tour .popover-navigation .btn-group .btn:hover,
.tour-tour .popover-navigation .btn-group .btn:active,
.tour-tour .popover-navigation .btn-group .btn:focus {
  text-decoration: none;
  color: #3c3c3c;
}
.tour-tour .popover-navigation .btn-group .btn:hover:after {
  opacity: 0.65;
}
.tour-tour .popover-navigation .btn-group .btn:active:after,
.tour-tour .popover-navigation .btn-group .btn:focus:after {
  opacity: 1;
}
.tour-tour .popover-navigation .btn-group .btn:after {
  z-index: -1;
  border: 0px;
}
.tour-tour .popover-navigation > .btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 18px;
  font-family: 'BrandonBold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: auto;
  background-color: #ffffff;
  color: #3c3c3c;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  height: 36px;
  background: none;
  float: right;
}
@media (max-width: 480px) {
  .tour-tour .popover-navigation > .btn {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.tour-tour .popover-navigation > .btn:after {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  content: '';
  display: block;
  background: url('/Skins/images/white-button-active-bg.png') repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgba(1, 1, 1, 0.15);
  z-index: 1;
  opacity: 0.8;
}
.tour-tour .popover-navigation > .btn > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
.tour-tour .popover-navigation > .btn:hover,
.tour-tour .popover-navigation > .btn:active,
.tour-tour .popover-navigation > .btn:focus {
  text-decoration: none;
  color: #3c3c3c;
}
.tour-tour .popover-navigation > .btn:hover:after {
  opacity: 0.6;
}
.tour-tour .popover-navigation > .btn:active:after,
.tour-tour .popover-navigation > .btn:focus:after {
  opacity: 1;
}
.tour-tour .popover-navigation > .btn:after {
  z-index: -1;
  border: 0px;
}
#Content .home-banners {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  #Content .home-banners > .row + .row .col-sm-12.pdl-0 {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #Content .home-banners > .row {
    margin: 0 -30px;
  }
}
@media (max-width: 480px) {
  #Content .home-banners {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  #Content .discover-section .cont750-right {
    padding: 0 15px;
    width: auto;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  #Content .discover-section .cont750-right {
    padding: 0;
  }
}
#Content .trending-section,
#Content .most-recent-section {
  margin: 0 0 100px;
}
@media (max-width: 768px) {
  #Content .trending-section,
  #Content .most-recent-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  #Content .trending-section .row > .col-sm-6 {
    display: inline-block;
    width: 49.5%;
    float: none;
    vertical-align: top;
  }
  #Content .trending-section .article-container.grid-view {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  #Content .trending-section .row > .col-sm-6 {
    width: 49%;
  }
}
#Content .top-banner.home {
  -webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
#Content .top-banner.home > .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0 0;
  font-size: 0;
}
#Content .top-banner.home > .link:hover {
  text-decoration: none;
}
#Content .top-banner.home > .link .description,
#Content .top-banner.home > .link .date {
  display: block;
  font-size: 24px;
  font-family: 'BrandonMedium', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0.5px -1.5px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 6px;
  line-height: 1;
  word-spacing: 1px;
  letter-spacing: 0.5px;
}
#Content .top-banner.home > .link .description > b,
#Content .top-banner.home > .link .date > b,
#Content .top-banner.home > .link .description > strong,
#Content .top-banner.home > .link .date > strong {
  font-family: 'BrandonBold', sans-serif;
  font-size: 30px;
}
@media (max-width: 1199px) {
  #Content .top-banner.home > .link {
    padding: 15px 0 0;
  }
  #Content .top-banner.home > .link .description,
  #Content .top-banner.home > .link .date {
    font-size: 20px;
    letter-spacing: 0;
  }
  #Content .top-banner.home > .link .description > b,
  #Content .top-banner.home > .link .date > b,
  #Content .top-banner.home > .link .description > strong,
  #Content .top-banner.home > .link .date > strong {
    font-size: 24px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  #Content .top-banner.home > .link {
    padding: 8px 0 0;
  }
  #Content .top-banner.home > .link .description,
  #Content .top-banner.home > .link .date {
    font-size: 16px;
    letter-spacing: 0;
  }
  #Content .top-banner.home > .link .description > b,
  #Content .top-banner.home > .link .date > b,
  #Content .top-banner.home > .link .description > strong,
  #Content .top-banner.home > .link .date > strong {
    font-size: 20px;
  }
}
#Content .article-container.banner-view.home {
  height: 380px;
  border: 0;
}
#Content .article-container.banner-view.home .article-thumbnail-container .article-thumbnail {
  width: 100%;
}
#Content .article-container.banner-view.home .article-description-container {
  height: auto;
  margin: 140px 0 0;
  padding: 0;
  overflow: hidden;
}
#Content .article-container.banner-view.home .article-description-container .blurred-img {
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
#Content .article-container.banner-view.home .article-description-container .blurred-img > img {
  position: absolute;
  top: -140px;
  width: 100%;
}
#Content .article-container.banner-view.home .article-description-container .dark-bg {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 15px 10px;
}
#Content .article-container.banner-view.home .article-description-container .article-name {
  font-size: 36px;
}
#Content .article-container.banner-view.home .article-description-container .article-description {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #Content .article-container.banner-view.home.video {
    margin-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #Content .article-container.banner-view.home {
    height: 314px;
  }
  #Content .article-container.banner-view.home .article-description-container {
    margin-top: 110px;
  }
  #Content .article-container.banner-view.home .article-description-container .blurred-img > img {
    top: -110px;
  }
  #Content .article-container.banner-view.home .article-description-container .article-name {
    font-size: 26px;
  }
  #Content .article-container.banner-view.home .article-description-container .article-heading {
    font-size: 16px;
  }
  #Content .article-container.banner-view.home .article-description-container .article-description {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #Content .article-container.banner-view.home {
    height: 480px;
  }
  #Content .article-container.banner-view.home .article-description-container {
    margin-top: 190px;
  }
  #Content .article-container.banner-view.home .article-description-container .blurred-img > img {
    top: -190px;
  }
}
@media (max-width: 768px) {
  #Content .article-container.banner-view.home {
    height: auto;
  }
  #Content .article-container.banner-view.home .article-description-container {
    margin: 62% 0 0;
  }
  #Content .article-container.banner-view.home .article-description-container .blurred-img > img {
    display: none;
  }
  #Content .article-container.banner-view.home.video .article-description-container {
    margin-top: 31%;
  }
}
@media (max-width: 600px) {
  #Content .article-container.banner-view.home .article-description-container .article-description {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  #Content .article-container.banner-view.home .article-description-container .article-name {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  #Content .article-container.banner-view.home .article-description-container {
    margin: 60% 0 0;
  }
  #Content .article-container.banner-view.home .article-description-container .dark-bg {
    padding: 8px 5px 3px;
  }
  #Content .article-container.banner-view.home .article-description-container .article-heading {
    font-size: 12px;
  }
  #Content .article-container.banner-view.home .article-description-container .article-name {
    font-size: 18px !important;
  }
}
@media (max-width: 320px) {
  #Content .article-container.banner-view.home .article-description-container {
    margin-top: 90px !important;
  }
}
#Content .daily-devotion-announcement,
#Content .radio-today-announcement {
  position: relative;
  height: 100px;
  padding: 12px 0 0;
  overflow: hidden;
}
#Content .daily-devotion-announcement a,
#Content .radio-today-announcement a {
  display: block;
}
#Content .daily-devotion-announcement a:hover,
#Content .radio-today-announcement a:hover {
  color: inherit;
  text-decoration: none;
}
#Content .daily-devotion-announcement .img-block,
#Content .radio-today-announcement .img-block {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 80px;
  color: #ffffff;
  text-align: center;
  background: url('/Skins/images/daily-dev-bg.png') no-repeat scroll right 0 transparent;
  font-size: 0;
}
#Content .daily-devotion-announcement .img-block .day-name,
#Content .radio-today-announcement .img-block .day-name {
  display: block;
  font-family: 'BrandonMedium', sans-serif;
  font-size: 18px;
  margin: 22px 0 0;
  text-transform: uppercase;
  line-height: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#Content .daily-devotion-announcement .img-block .day-date,
#Content .radio-today-announcement .img-block .day-date {
  display: block;
  font-family: 'BrandonBold', sans-serif;
  font-size: 48px;
  line-height: 1;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#Content .daily-devotion-announcement .img-block:after,
#Content .radio-today-announcement .img-block:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#Content .daily-devotion-announcement .img-block > img,
#Content .radio-today-announcement .img-block > img {
  display: inline-block;
  vertical-align: middle;
}
#Content .daily-devotion-announcement .description-block,
#Content .radio-today-announcement .description-block {
  display: block;
  margin: 0 0 0 105px;
}
#Content .daily-devotion-announcement .description-block .title,
#Content .radio-today-announcement .description-block .title {
  display: block;
  font-size: 30px;
  font-family: 'BrandonLight', sans-serif;
  text-transform: uppercase;
  margin: -4px 0 4px;
  line-height: 1;
}
#Content .daily-devotion-announcement .description-block .title b,
#Content .radio-today-announcement .description-block .title b {
  font-family: 'BrandonBold', sans-serif;
}
#Content .daily-devotion-announcement .description-block .text,
#Content .radio-today-announcement .description-block .text {
  display: block;
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  margin: 0 0 3px;
}
#Content .daily-devotion-announcement .description-block .link,
#Content .radio-today-announcement .description-block .link {
  display: block;
  font-family: 'BrandonBold', sans-serif;
  font-size: 16px;
  color: #e14105;
  text-transform: uppercase;
}
#Content .daily-devotion-announcement .description-block .link:hover,
#Content .radio-today-announcement .description-block .link:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  #Content .daily-devotion-announcement,
  #Content .radio-today-announcement {
    height: auto;
    min-height: 80px;
    padding: 12px 0 5px;
  }
  #Content .daily-devotion-announcement .description-block,
  #Content .radio-today-announcement .description-block {
    margin-left: 70px;
  }
  #Content .daily-devotion-announcement .description-block .title,
  #Content .radio-today-announcement .description-block .title {
    font-size: 18px;
    margin: 0 0 5px;
  }
  #Content .daily-devotion-announcement .description-block .text,
  #Content .radio-today-announcement .description-block .text {
    font-size: 15px;
  }
  #Content .daily-devotion-announcement .description-block .text.cite,
  #Content .radio-today-announcement .description-block .text.cite {
    font-size: 12px;
  }
  #Content .daily-devotion-announcement .description-block .link,
  #Content .radio-today-announcement .description-block .link {
    font-size: 12px;
  }
  #Content .daily-devotion-announcement .img-block,
  #Content .radio-today-announcement .img-block {
    width: 55px;
  }
  #Content .daily-devotion-announcement .img-block .day-name,
  #Content .radio-today-announcement .img-block .day-name {
    font-size: 12px;
  }
  #Content .daily-devotion-announcement .img-block .day-date,
  #Content .radio-today-announcement .img-block .day-date {
    font-size: 30px;
    margin: 0;
  }
  #Content .daily-devotion-announcement .img-block > img,
  #Content .radio-today-announcement .img-block > img {
    width: 35px;
  }
}
#Content .daily-devotion-announcement.home {
  border-bottom: 1px solid #ebebeb;
}
#Content .daily-devotion-announcement.home .description-block .title {
  font-size: 36px;
}
@media (max-width: 991px) {
  #Content .daily-devotion-announcement.home {
    margin-right: 15px;
    margin-bottom: 0;
    border-right: 1px solid #ebebeb;
  }
  #Content .daily-devotion-announcement.home .img-block {
    bottom: 0;
  }
}
@media (max-width: 480px) {
  #Content .daily-devotion-announcement.home .description-block .title {
    font-size: 18px;
  }
}
#Content .daily-devotion-announcement.get-i_pray {
  height: auto;
  min-height: 100px;
  padding: 30px 0 0;
  border-top: 1px solid #ebebeb;
}
#Content .daily-devotion-announcement.get-i_pray .img-block {
  position: static;
  float: left;
  height: 100px;
}
#Content .daily-devotion-announcement.get-i_pray .description-block {
  margin-left: 95px;
}
#Content .radio-today-announcement.home {
  border-top: solid 1px none;
  border-left: solid 1px none;
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}
#Content .radio-today-announcement.home .description-block .title {
  font-size: 36px;
}
@media (max-width: 991px) {
  #Content .radio-today-announcement.home {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  #Content .radio-today-announcement.home .description-block .title {
    font-size: 18px;
  }
}
#Content .magazine-subscribe-announcement,
#Content .booklet-announcement {
  zoom: 1;
  position: relative;
  min-height: 200px;
  border: 1px solid #ebebeb;
}
#Content .magazine-subscribe-announcement:before,
#Content .booklet-announcement:before {
  content: '';
  display: block;
}
#Content .magazine-subscribe-announcement:after,
#Content .booklet-announcement:after {
  content: '';
  display: table;
  clear: both;
}
#Content .magazine-subscribe-announcement:before,
#Content .booklet-announcement:before {
  content: '';
  display: block;
}
#Content .magazine-subscribe-announcement:after,
#Content .booklet-announcement:after {
  content: '';
  display: table;
  clear: both;
}
#Content .magazine-subscribe-announcement > a:hover,
#Content .booklet-announcement > a:hover {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  #Content .magazine-subscribe-announcement,
  #Content .booklet-announcement {
    height: auto;
    min-height: 0;
  }
}
#Content .magazine-subscribe-announcement {
  margin: 0 0 30px;
}
#Content .magazine-subscribe-announcement .icon {
  margin: 10px 20px;
}
#Content .magazine-subscribe-announcement .description-block {
  display: block;
  padding: 35px 145px 10px 25px;
}
#Content .magazine-subscribe-announcement .description-block .info-line {
  display: block;
  font-size: 14px;
  font-family: 'BrandonBold', sans-serif;
  color: #a5a5a5;
  text-transform: uppercase;
  text-align: left;
  font-style: normal;
  margin: 0 0 6px;
}
#Content .magazine-subscribe-announcement .description-block .title {
  display: block;
  font-size: 32px;
  font-family: 'BrandonLight', sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: left;
  margin: -3px 0 10px;
  line-height: 0.9;
}
#Content .magazine-subscribe-announcement .description-block .title b {
  font-family: 'BrandonBold', sans-serif;
}
#Content .magazine-subscribe-announcement .description-block .button {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: 'BrandonMedium', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  width: 155px;
  background-color: #3c3c3c;
  letter-spacing: 1px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  #Content .magazine-subscribe-announcement .icon {
    width: 70px;
  }
  #Content .magazine-subscribe-announcement .description-block {
    padding-right: 100px;
  }
  #Content .magazine-subscribe-announcement .description-block .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #Content .magazine-subscribe-announcement .icon {
    width: 70px;
  }
  #Content .magazine-subscribe-announcement .description-block {
    padding: 35px 25px 15px;
  }
  #Content .magazine-subscribe-announcement .description-block .button {
    width: 85%;
    margin: 15px auto 0;
    clear: both;
  }
}
@media (max-width: 480px) {
  #Content .magazine-subscribe-announcement .description-block .title {
    font-size: 22px;
  }
}
#Content .booklet-announcement {
  margin: 0 0 100px;
}
#Content .booklet-announcement .icon {
  margin: 15px 0 0 15px;
}
#Content .booklet-announcement .description-block {
  display: block;
  margin: 15px 15px 0 120px;
}
#Content .booklet-announcement .description-block .button {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-family: 'BrandonLight', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  width: 130px;
  margin: 0 0 15px;
  background-color: #3c3c3c;
}
#Content .booklet-announcement .description-block .title {
  display: block;
  font-size: 23px;
  font-family: 'BrandonLight', sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: left;
  margin: -3px 0 10px;
  line-height: 1;
}
#Content .booklet-announcement .description-block .title b {
  font-family: 'BrandonBold', sans-serif;
}
#Content .booklet-announcement .description-block .text {
  display: block;
  font-family: 'MuseoSlab300', serif;
  font-size: 16px;
  margin: 0 0 4px;
  line-height: 22px;
}
@media (max-width: 768px) {
  #Content .booklet-announcement {
    margin: 0 0 50px;
  }
}
#Content .discover-banner-container {
  height: 500px;
  margin: 0 -1px 0 0;
  border-top: solid 1px #ebebeb;
  border-left: solid 1px none;
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}
#Content .discover-items-list {
  height: 500px;
  overflow: hidden;
  margin: 0 0 30px;
  border-top: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-right: solid 1px none;
  border-bottom: solid 1px none;
}
#Content .discover-items-list > li {
  float: left;
  display: table-cell;
  width: 33.334%;
  height: 250px;
}
@media (max-width: 768px) {
  #Content .discover-items-list {
    height: auto;
  }
  #Content .discover-items-list > li {
    height: 225px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  #Content .discover-items-list {
    margin-bottom: 50px;
  }
  #Content .discover-items-list > li {
    width: 50%;
    height: 160px;
  }
}
#Content .discover-article {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border-top: solid 1px none;
  border-left: solid 1px none;
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  position: relative;
  height: 250px;
  padding: 63px 10px 0;
  margin: -1px 0 0;
  text-align: center;
  cursor: default;
}
#Content .discover-article:after {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background: url('/Skins/images/green-black-bg.png') repeat scroll 0 0 transparent;
}
#Content .discover-article > .border {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 20;
  background: transparent;
}
#Content .discover-article .article-name {
  position: relative;
  margin: -4px 0 12px;
  padding: 0 0 15px;
  font-size: 30px;
  text-align: center;
}
#Content .discover-article .article-name:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 3px;
  background-color: #3c3c3c;
}
#Content .discover-article .description {
  margin: 0 0 15px;
}
#Content .discover-article .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  text-indent: -9999px;
}
#Content .discover-article .link-text {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-family: 'BrandonBold', sans-serif;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: 0 auto;
  text-transform: uppercase;
  visibility: hidden;
}
#Content .discover-article:hover {
  height: 251px;
}
#Content .discover-article:hover:after {
  opacity: 1;
}
#Content .discover-article:hover > .border {
  background-color: #000000;
  opacity: 0.1;
}
#Content .discover-article:hover .link-text {
  bottom: 19px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  #Content .discover-article {
    padding-top: 50px;
    height: 100%;
    overflow: hidden;
  }
  #Content .discover-article:hover {
    height: inherit;
  }
  #Content .discover-article .article-name {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 7px;
  }
  #Content .discover-article .description > br {
    display: none;
  }
  #Content .discover-article .link {
    opacity: 1;
    visibility: visible;
    top: 0;
    bottom: 0 !important;
    text-indent: -9999px;
  }
  #Content .discover-article .link-text {
    display: none;
  }
}
@media (max-width: 480px) {
  #Content .discover-article {
    padding: 30px 4px 0;
  }
  #Content .discover-article .article-name {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
  #Content .discover-article .description {
    line-height: 1.2;
  }
}
#Content .article-grid.most-recent li {
  width: 50%;
  margin: 0;
}
@media (max-width: 768px) {
  #Content .article-grid.most-recent li {
    width: 100%;
  }
}
#Content .article-container.blog-item-view {
  zoom: 1;
  margin: 0 0 30px;
}
#Content .article-container.blog-item-view:before {
  content: '';
  display: block;
}
#Content .article-container.blog-item-view:after {
  content: '';
  display: table;
  clear: both;
}
#Content .article-container.blog-item-view:before {
  content: '';
  display: block;
}
#Content .article-container.blog-item-view:after {
  content: '';
  display: table;
  clear: both;
}
#Content .article-container.blog-item-view .article-thumbnail-container {
  float: left;
  width: 263px;
  min-height: 263px;
  margin: 0 30px 0 0;
}
#Content .article-container.blog-item-view .article-description-container {
  margin: 15px 0 55px 293px;
}
#Content .article-container.blog-item-view .article-description-container .info-line {
  font-size: 14px;
  font-family: 'BrandonMedium', sans-serif;
  color: #a5a5a5;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
  margin: 0 0 5px;
}
#Content .article-container.blog-item-view .article-description-container .info-line > div {
  float: left;
}
#Content .article-container.blog-item-view .article-description-container .info-line .section-name {
  padding-right: 7px;
}
#Content .article-container.blog-item-view .article-description-container .info-line .subsection-name {
  padding-left: 7px;
  border-left: 1px solid #a5a5a5;
}
#Content .article-container.blog-item-view .article-description-container .article-name {
  margin: 0 0 5px;
  font-size: 30px;
  line-height: 1;
}
#Content .article-container.blog-item-view .article-description-container .upload-time {
  font-family: 'BrandonRegular', sans-serif;
  font-size: 14px;
  color: #a5a5a5;
  margin: 0 0 10px;
}
#Content .article-container.blog-item-view .functional-links {
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: 0 0 0 293px;
  padding: 0;
}
@media (max-width: 1199px) {
  #Content .article-container.blog-item-view .article-thumbnail-container {
    width: 200px;
    height: 200px;
    min-height: 0;
    margin: 0 15px 15px 0;
  }
  #Content .article-container.blog-item-view .article-description-container {
    padding: 0;
    margin: 0 0 15px 0;
  }
  #Content .article-container.blog-item-view .article-description-container .info-line {
    font-size: 12px;
  }
  #Content .article-container.blog-item-view .article-description-container .article-name {
    font-size: 24px;
  }
  #Content .article-container.blog-item-view .functional-links {
    position: static;
    margin: 0;
    clear: both;
  }
}
@media (max-width: 991px) {
  #Content .article-container.blog-item-view .article-thumbnail-container {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  #Content .article-container.blog-item-view .article-thumbnail-container {
    width: 165px;
    height: 165px;
  }
  #Content .article-container.blog-item-view .article-description-container .article-name {
    font-size: 24px;
  }
  #Content .article-container.blog-item-view .article-description-container .article-name br {
    display: none;
  }
  #Content .article-container.blog-item-view .functional-links {
    clear: none;
  }
}
@media (max-width: 480px) {
  #Content .article-container.blog-item-view .article-thumbnail-container {
    width: 88px;
    height: 88px;
  }
  #Content .article-container.blog-item-view .article-description-container {
    margin: 0 0 15px;
  }
  #Content .article-container.blog-item-view .article-description-container .article-name {
    font-size: 18px;
  }
  #Content .article-container.blog-item-view .article-description-container .upload-time {
    display: none;
  }
  #Content .article-container.blog-item-view .functional-links {
    clear: both;
  }
}
/* updated 5.619 */
/*# sourceMappingURL=style.css.map */
#PageNotes {
  max-width: 800px;
  width: 800px;
}
#PageNotes .banner-description {
  background-color: #f9f9f9;
  margin-bottom: 30px;
}
