<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body {
  background: #fff;
  font-family: "Proxima-Nova", sans-serif;
  letter-spacing: 0.8px;
  height: 100vh;
}
ul,
ol,
li {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
h4,
p,
q,
a {
  line-height: 1.75em;
}
h1,
h2,
h3 {
  line-height: 1.25em;
}
h1 a,
h2 a,
h3 a {
  line-height: 1.25em;
}
h1,
h2,
h3 {
  color: #000;
}
h1,
h2,
h3 {
  font-weight: 600;
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
h1 {
  text-align: center;
  font-size: 32px;
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 27px;
  }
}
h2,
h3 {
  text-align: left;
}
h1 a,
h2 a,
h3 a {
  color: #000;
  border-bottom: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: #008caa;
}
h2 {
  font-size: 24px;
}
@media only screen and (max-width: 650px) {
  h2 {
    font-size: 21px;
  }
}
h3 {
  font-size: 18px;
}
@media only screen {
  h3 {
    font-size: 16px;
  }
}
h5,
h6 {
  font-size: 12px;
  font-weight: 300;
}
p {
  color: #140c14;
  font-weight: 300;
  text-align: left;
  font-size: 18px;
}
p b,
p strong,
p em {
  font-weight: 500;
}
p i {
  font-weight: 400;
  font-style: italic;
}
span.section-name {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  line-height: 0;
  color: #000;
}
blockquote {
  float: left;
  width: 50%;
  margin: 0 3%;
  zoom: 1;
}
blockquote:before,
blockquote:after {
  content: "";
  display: table;
}
blockquote:after {
  clear: both;
}
@media only screen and (max-width: 650px) {
  blockquote {
    width: 90%;
    margin: 0 1%;
    float: none;
  }
}
blockquote p {
  font-weight: 400;
  font-style: italic;
  color: #008caa;
  font-size: 27px;
  text-align: center;
}
blockquote p:before {
  content: "";
}
blockquote.verse {
  float: none;
  width: 75%;
  margin: 35px auto 0;
}
blockquote.verse p {
  font-size: 21px;
}
blockquote.verse p:before {
  content: none;
}
blockquote:before,
blockquote:after {
  display: none;
}
cite {
  font-weight: 100;
  color: #008caa;
  font-size: 14px;
  font-style: normal;
  display: block;
  text-transform: uppercase;
}
a {
  text-decoration: none;
}
p a,
.credit a,
.other-series a,
.all-series a,
label a,
.series-des-body a,
h4 a,
h5 a,
h6 a {
  color: #008caa;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dotted #008caa;
}
p a:hover,
.credit a:hover,
.other-series a:hover,
.all-series a:hover,
label a:hover,
.series-des-body a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  border-bottom: none;
}
.lined-title {
  text-align: center;
  position: relative;
  margin: 0;
}
.lined-title:before {
  background: #37afcd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.lined-title span {
  font-size: 12px;
  line-height: 2.35em;
  background: #fff;
  color: #000;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
}
.indent {
  margin-left: 25px;
}
.header-thin {
  font-weight: 100;
}
section {
  width: 96%;
  margin: 0 auto 50px;
  padding: 1% 0;
}
@media only screen and (max-width: 650px) {
  section {
    width: 94%;
  }
}
section li {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 300;
}
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #fff, #37afcd, #fff);
  background-image: -moz-linear-gradient(left, #fff, #37afcd, #fff);
  background-image: -o-linear-gradient(left, #fff, #37afcd, #fff);
  background-image: -ms-linear-gradient(left, #fff, #37afcd, #fff);
  background-image: linear-gradient(to right, #fff, #37afcd, #fff);
}
button {
  -webkit-appearance: none /*remove button styling for apple devices*/;
  background: none;
  border: none;
  letter-spacing: 0.8px;
  border-radius: 0;
}
button:disabled,
input[type="submit"]:disabled {
  background: rgba(112,128,144,0.1);
  color: #708090;
  cursor: none;
  border: none;
}
button:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
a:active:focus {
  outline: 2px dotted #000;
}
.btn {
  background: #37afcd;
  border: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.8px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  height: 35px;
  padding-top: 4px;
}
.btn:hover {
  background: #fff;
  color: #37afcd;
  border: 1px solid #37afcd;
}
.load-btn {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  text-align: center;
}
.load-btn:before {
  content: '';
  display: table;
}
.load-btn:after {
  content: '';
  display: table;
  clear: both;
}
.load-btn a,
.load-btn div {
  display: block;
}
.load-btn a {
  border-bottom: none;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
}
.load-btn:hover .down {
  border-top-color: #008caa;
}
.down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #37afcd;
}
.right,
.left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.right {
  border-left: 10px solid #37afcd;
}
.left {
  border-right: 10px solid #37afcd;
}
.search-icon {
  position: relative;
  top: -36px;
  right: -543px;
}
.submenu-icons {
  width: 11px;
  height: 11px;
  position: relative;
  top: 2px;
  left: 0;
  fill: #708090;
}
.submenu-icons:hover {
  fill: #140c14;
}
.close-svg {
  width: 21px;
  height: 21px;
  fill: #708090;
  cursor: pointer;
}
.close-svg:hover {
  fill: #140c14;
}
#search-svg {
  width: 25px;
  height: 25px;
  fill: #708090;
}
#search-svg:hover {
  fill: #000;
}
.plus-minus {
  width: 20px;
  height: 20px;
  fill: #140c14;
  position: relative;
  top: 0px;
  left: 0;
}
nav {
  width: 100%;
  padding-top: 5px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  nav {
    height: 33px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 400px) {
  nav {
    height: 25px;
    padding: 5px 0;
  }
}
nav li {
  display: inline-block;
}
.submenu {
  font-weight: 300;
  font-size: 10px;
}
.submenu a,
.submenu span,
.submenu li {
  color: #708090;
  border-bottom: none;
}
.submenu a:hover,
.submenu span:hover,
.submenu li:hover {
  color: #140c14;
}
.submenu button {
  border: none;
  background: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 100;
  color: #708090;
  cursor: pointer;
}
.submenu button:hover {
  color: #140c14;
}
.submenu li {
  cursor: pointer;
  display: inline-block;
}
.submenu .user-logged-in {
  font-weight: 600;
  border-bottom: 1px solid;
}
.submenu .user-logged-in:hover {
  border-bottom: 1px solid;
}
.nav-desktop .home,
.nav-desktop .submenu {
  width: calc(99.9% * 1.1/5);
}
.nav-desktop .home:nth-child(1n),
.nav-desktop .submenu:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none;
}
.nav-desktop .home:last-child,
.nav-desktop .submenu:last-child {
  margin-right: 0;
}
.nav-desktop .home:nth-child(0n),
.nav-desktop .submenu:nth-child(0n) {
  float: right;
}
.nav-desktop a {
  text-decoration: none;
  border-bottom: none;
  line-height: 0;
}
.nav-desktop a:hover {
  border: none;
}
@media only screen and (max-width: 800px) {
  .nav-desktop {
    display: none;
  }
}
.nav-desktop .logo {
  width: 14vw;
  padding-left: 5%;
}
@media only screen and (max-width: 1050px) {
  .nav-desktop .logo {
    width: 15vw;
  }
}
.nav-desktop .submenu {
  text-align: right;
  position: relative;
  top: -5px;
  left: -1%;
}
.nav-desktop .tag {
  background: #008caa;
  margin-top: 5px;
  height: 19px;
  overflow: hidden;
}
.nav-desktop .tag p {
  font-size: 11px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.145vw;
  line-height: 1.75em;
  color: #fff;
  padding: 0 5px;
  margin: 0;
}
@media only screen and (max-width: 1050px) {
  .nav-desktop .tag p {
    font-size: 10px;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 940px) {
  .nav-desktop .tag p {
    letter-spacing: 0.1vw;
  }
}
@media only screen and (max-width: 850px) {
  .nav-desktop .tag p {
    letter-spacing: 0.069vw;
  }
}
.mainmenu a {
  color: #008caa;
  position: relative;
}
.mainmenu a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #008caa;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mainmenu a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1.01);
  -moz-transform: scaleX(1.01);
  -o-transform: scaleX(1.01);
  -ms-transform: scaleX(1.01);
  transform: scaleX(1.01);
}
.mainmenu .current-nav {
  color: rgba(0,140,170,0.5);
}
.nav-mobile {
  display: none;
  border-bottom: 4px solid #008caa;
}
@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }
}
.nav-mobile .logo {
  width: 130px;
  margin: 0 auto;
}
@media only screen and (max-width: 400px) {
  .nav-mobile .logo {
    width: 100px;
  }
}
.menu-collapsed a {
  border-bottom: none;
}
.menu-collapsed .logo {
  padding-left: 1%;
}
.menu-collapsed div {
  margin-top: 5.25px;
  float: right;
  zoom: 1;
  margin-right: 1%;
}
.menu-collapsed div:before,
.menu-collapsed div:after {
  content: "";
  display: table;
}
.menu-collapsed div:after {
  clear: both;
}
@media only screen and (max-width: 400px) {
  .menu-collapsed div {
    margin-top: 0.25px;
  }
}
.menu-collapsed #searchcon-m {
  cursor: pointer;
}
.menu-collapsed #search-svg {
  width: 20px;
  height: 20px;
  fill: #37afcd;
}
.menu-collapsed #search-svg:hover {
  fill: #008caa;
}
.expand-mainmenu {
  background: #008caa;
  margin: 2% 0;
  padding: 0.5% 0;
}
.expand-mainmenu ul {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin: 0 auto;
}
.expand-mainmenu ul li {
  display: inline-block;
}
@media only screen and (max-width: 400px) {
  .expand-mainmenu ul li {
    display: block;
  }
}
.expand-mainmenu ul a {
  color: #fff;
  position: relative;
  font-size: 21px;
  margin: 0 1em;
}
@media only screen and (max-width: 650px) {
  .expand-mainmenu ul a {
    margin: 0 0.8em;
  }
}
@media only screen and (max-width: 500px) {
  .expand-mainmenu ul a {
    font-size: 18px;
    margin: 0 0.4em;
  }
}
.expand-mainmenu ul a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.expand-mainmenu ul a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1.01);
  -moz-transform: scaleX(1.01);
  -o-transform: scaleX(1.01);
  -ms-transform: scaleX(1.01);
  transform: scaleX(1.01);
}
.expand-mainmenu ul .current-nav {
  color: rgba(255,255,255,0.75);
}
#close-menu,
#close-rss,
#close-search {
  float: right;
  clear: both;
  position: relative;
  top: 0;
  right: 1.25%;
}
.modals {
  z-index: 20;
  text-align: center;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 2%;
}
.modals form {
  padding-top: 50px;
}
@media only screen and (max-width: 800px) {
  .modals form {
    width: 80%;
    text-align: left;
  }
}
.modals .error,
.modals .info {
  width: 300px;
  margin: 0 auto;
}
.search-form {
  width: 80%;
}
.search-form button {
  position: relative;
  top: -55px;
  right: 0;
  float: right;
  zoom: 1;
  margin-bottom: -13px;
}
.search-form button:before,
.search-form button:after {
  content: "";
  display: table;
}
.search-form button:after {
  clear: both;
}
#searchform,
#subscribe {
  display: none;
}
.g-recaptcha {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.g-recaptcha iframe {
  background: none;
  height: 80px !important;
}
.g-recaptcha &gt; div {
  margin: 0 auto;
}
@media only screen and (max-width: 455px) {
  .g-recaptcha {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    padding-bottom: 10px !important;
  }
}
form {
  width: 575px;
  padding-top: 15px;
  margin: 0 auto;
  text-align: left;
/*begin customized styles*/
/*end customized styles*/
}
form button.btn,
form input[type="submit"] {
  width: 100%;
  margin: 10px auto;
}
form button.btn {
  background: #708090;
}
form button.btn:hover {
  color: #708090;
  border: 1px solid #708090;
}
form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
form label,
form legend,
form label.radio,
form select {
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: 0.8px;
  margin-right: 15px;
}
form label,
form legend,
form p {
  font-size: 14px;
}
form legend {
  padding: 0;
}
form label {
  line-height: 0.5em;
}
form label textarea {
  line-height: 1.2em;
}
form label.radio,
form select {
  font-size: 21px;
  cursor: pointer;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="search"] {
  width: 100%;
  height: 40px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 0 5px;
  color: #37afcd;
  border: 1px solid #37afcd;
  font-size: 21px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form input[type="search"] {
  -webkit-appearance: textfield;
  padding: 0 40px 0 5px;
}
form textarea {
  font-weight: 400;
  font-family: "Proxima-Nova", sans-serif;
  letter-spacing: 0.8px;
  color: #37afcd;
  border: 1px solid #37afcd;
  font-size: 21px;
  margin-bottom: 20px;
  padding: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form input[type="password"]:focus,
form textarea:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: inset 1px 1px 2px #37afcd;
  box-shadow: inset 1px 1px 2px #37afcd;
}
form .select {
  position: relative;
  margin-bottom: 15px;
}
form .select select {
  width: 100%;
  cursor: pointer;
  padding: 5px 1%;
  outline: 0;
  border-radius: 0;
  border: 1px solid #37afcd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(255,255,255,0);
  font-family: "Proxima-Nova", sans-serif;
}
form .select select:hover {
  color: #008caa;
}
form .select select:focus {
  background: #fff;
  color: #000;
}
form .select::-ms-expand {
  display: none;
}
form .select:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  pointer-events: none;
}
form .select .select-arrow {
  position: absolute;
  top: 37px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #37afcd transparent transparent transparent;
}
form .select:hover .select-arrow,
form .select:focus .select-arrow {
  border-top-color: #008caa;
}
form .radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
form .radio input[type="radio"],
form .radio input[type="checkbox"] {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
form input:focus ~ .indicator {
  outline: 2px dotted #000;
}
form input[type="radio"] + .indicator,
form input[type="checkbox"] + .indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #37afcd;
}
form input[type="radio"]:checked + .indicator,
form input[type="checkbox"]:checked + .indicator {
  background: #37afcd;
  border: 1px solid #37afcd;
}
form input[type="radio"]:checked + .indicator:after {
  display: block;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
}
form input[type="checkbox"]:checked + .indicator:after {
  display: block;
  top: 0;
  left: 6px;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #fff;
  border-width: 0 2px 3px 0;
}
form input[type="radio"]:checked + .indicator:after,
form input[type="radio"] + .indicator {
  border-radius: 100%;
}
form .indicator:after {
  position: absolute;
  display: none;
  content: '';
}
form .input-column:before {
  content: '';
  display: table;
}
form .input-column:after {
  content: '';
  display: table;
  clear: both;
}
form .input-column div,
form .input-column fieldset {
  width: calc(99.9% * 1/2 - (10px - 10px * 1/2));
}
form .input-column div:nth-child(1n),
form .input-column fieldset:nth-child(1n) {
  float: left;
  margin-right: 10px;
  clear: none;
}
form .input-column div:last-child,
form .input-column fieldset:last-child {
  margin-right: 0;
}
form .input-column div:nth-child(0n),
form .input-column fieldset:nth-child(0n) {
  float: right;
}
@media only screen and (max-width: 650px) {
  form .input-column {
    width: auto;
  }
  form .input-column:last-child {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  form .input-column:nth-child(1n) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  form .input-column:nth-child(1n + 1) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
}
form .honeypot {
  display: none;
}
form ::-webkit-input-placeholder {
  color: rgba(0,0,0,0.5) /* Chrome/Opera/Safari */;
}
form ::-moz-placeholder {
  color: rgba(0,0,0,0.5);
  opacity: 1 /* Firefox 19+ */;
  -ms-filter: none /* Firefox 19+ */;
  filter: none /* Firefox 19+ */;
}
form :-ms-input-placeholder {
  color: rgba(0,0,0,0.5) /* IE 10+ */;
}
form :-moz-placeholder {
  color: rgba(0,0,0,0.5);
  opacity: 1 /* Firefox 18- */;
  -ms-filter: none /* Firefox 18- */;
  filter: none /* Firefox 18- */;
}
#form-yes p button,
#YLWJ button {
  font-size: 18px;
  text-transform: uppercase;
  color: #008caa;
  padding: 0;
}
#form-yes p button:hover,
#YLWJ button:hover {
  border-bottom: 1px solid #008caa;
}
#verse1,
#verse2 {
  display: none;
  color: #fff;
  font-size: 14px;
  background: #008caa;
  padding: 5px;
  font-weight: 500;
  text-align: center;
}
#not-ready {
  text-align: center;
}
#not-ready-content {
  display: none;
}
#form-yes {
  width: 100%;
}
#form-yes ol {
  margin-left: 50px;
}
section.dropcap &gt; p:first-of-type:first-letter {
  font-weight: 500;
  color: #37afcd;
  margin-right: 10px;
  font-size: 112px;
  float: left;
  margin-top: 0.43em;
  margin-bottom: 0.35em;
  line-height: 0;
  font-style: normal !important;
}
@-moz-document url-prefix() {
  section.dropcap &gt; p:first-of-type:first-letter {
    margin-top: 0.09em;
    margin-bottom: 0.05em;
  }
}
.landing-feature h1,
.feature-series h1,
.other-series h1,
.feature-article h1 {
  margin: 0;
}
.landing-feature h2,
.feature-series h2,
.other-series h2,
.feature-article h2 {
  margin-top: 10px;
}
.feature-article a:hover h1,
.devo-article a:hover h1,
.other-series a:hover h1,
.all-series a:hover h1,
a .feature-series:hover h1,
#life-next:hover h1,
.feature-article a:hover h2,
.devo-article a:hover h2,
.other-series a:hover h2,
.all-series a:hover h2,
a .feature-series:hover h2,
#life-next:hover h2,
.feature-article a:hover h3,
.devo-article a:hover h3,
.other-series a:hover h3,
.all-series a:hover h3,
a .feature-series:hover h3,
#life-next:hover h3,
.feature-article a:hover p,
.devo-article a:hover p,
.other-series a:hover p,
.all-series a:hover p,
a .feature-series:hover p,
#life-next:hover p {
  color: #008caa;
}
#life-next .img-container {
  float: left;
  clear: both;
  width: 275px;
  height: 200px;
  margin-right: 25px;
}
@media only screen and (max-width: 650px) {
  #life-next .img-container {
    width: 200px;
    height: 100px;
  }
}
@media only screen and (max-width: 400px) {
  #life-next .img-container {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.recommended-articles h3 {
  text-transform: none;
}
.recommended-articles div {
  margin-left: 25px;
}
.feature-series,
.img-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #008caa;
  width: 100%;
}
.feature-series {
  margin-bottom: 0;
}
.feature-series .series-des {
  height: 100%;
  text-align: center;
  background: rgba(255,255,255,0.85);
  margin: 1% 2%;
  padding: 20px 25px 5px;
}
.feature-series .series-des h3 {
  text-transform: none;
}
.other-series {
  margin-top: 40px;
}
.other-series .indent {
  margin-top: 15px;
}
.other-series p,
.all-series p {
  margin-top: -15px;
}
@media only screen and (max-width: 650px) {
  .other-series h2,
  .all-series h2 {
    font-size: 18px;
  }
  .other-series p,
  .all-series p {
    font-size: 14px;
  }
}
.other-series .img-container,
.all-series .img-container {
  float: right;
  width: 275px;
  height: 150px;
  margin: 5px 0 25px 25px;
}
@media only screen and (max-width: 650px) {
  .other-series .img-container,
  .all-series .img-container {
    width: 200px;
    height: 100px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .other-series .img-container,
  .all-series .img-container {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.other-series li,
.all-series li {
  clear: both;
  margin-bottom: 40px;
}
.feature-article,
.devo-article {
  text-align: center;
}
.feature-article .img-container,
.devo-article .img-container {
  width: 100%;
  margin-bottom: 15px;
  height: 9vw;
}
@media only screen and (max-width: 1050px) {
  .feature-article .img-container,
  .devo-article .img-container {
    height: 13vw;
  }
}
@media only screen and (max-width: 650px) {
  .feature-article .img-container,
  .devo-article .img-container {
    height: 27vw;
  }
}
.landing-feature {
  margin-top: 1%;
  margin-bottom: 25px;
}
.landing-feature:before {
  content: '';
  display: table;
}
.landing-feature:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .landing-feature {
    margin-top: 10px;
  }
}
.landing-feature .feature-article,
.landing-feature .devo-article,
.landing-feature .recommended-articles {
  width: calc(99.9% * 1/3 - (25px - 25px * 1/3));
}
.landing-feature .feature-article:nth-child(1n),
.landing-feature .devo-article:nth-child(1n),
.landing-feature .recommended-articles:nth-child(1n) {
  float: left;
  margin-right: 25px;
  clear: none;
}
.landing-feature .feature-article:last-child,
.landing-feature .devo-article:last-child,
.landing-feature .recommended-articles:last-child {
  margin-right: 0;
}
.landing-feature .feature-article:nth-child(0n),
.landing-feature .devo-article:nth-child(0n),
.landing-feature .recommended-articles:nth-child(0n) {
  float: right;
}
.landing-feature .feature-article img,
.landing-feature .devo-article img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1050px) {
  .landing-feature .feature-article,
  .landing-feature .devo-article {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    margin-bottom: 25px;
  }
  .landing-feature .feature-article:nth-child(1n),
  .landing-feature .devo-article:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .landing-feature .feature-article:last-child,
  .landing-feature .devo-article:last-child {
    margin-right: 0;
  }
  .landing-feature .feature-article:nth-child(2n),
  .landing-feature .devo-article:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .landing-feature .feature-article:nth-child(2n + 1),
  .landing-feature .devo-article:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 650px) {
  .landing-feature .feature-article,
  .landing-feature .devo-article {
    width: auto;
    margin-bottom: 50px;
  }
  .landing-feature .feature-article:last-child,
  .landing-feature .devo-article:last-child {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .landing-feature .feature-article:nth-child(1n),
  .landing-feature .devo-article:nth-child(1n) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .landing-feature .feature-article:nth-child(1n + 1),
  .landing-feature .devo-article:nth-child(1n + 1) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
}
@media only screen and (max-width: 1050px) {
  .landing-feature .recommended-articles {
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }
  .landing-feature .recommended-articles:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .landing-feature .recommended-articles:last-child {
    margin-right: 0;
  }
  .landing-feature .recommended-articles:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .landing-feature .recommended-articles:nth-child(1n + 1) {
    clear: both;
  }
  .landing-feature .recommended-articles ul {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }
  .landing-feature .recommended-articles ul:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .landing-feature .recommended-articles ul:last-child {
    margin-right: 0;
  }
  .landing-feature .recommended-articles ul:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .landing-feature .recommended-articles ul:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 650px) {
  .landing-feature .recommended-articles ul {
    width: auto;
  }
  .landing-feature .recommended-articles ul:last-child {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .landing-feature .recommended-articles ul:nth-child(1n) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .landing-feature .recommended-articles ul:nth-child(1n + 1) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
}
.landing-feature .devo-article .img-container {
  height: 100px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 2.5em;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.landing-feature .devo-article .img-container span {
  padding: 0 10px;
}
.landing-feature .devo-article .img-container span:first-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
  background: rgba(0,0,0,0.5);
}
.landing-feature .devo-article .img-container span:nth-child(2) {
  background: #37afcd;
}
.landing-feature .devo-article h1 {
  font-size: 27px;
  text-align: center;
  margin-top: 5px;
}
.landing-feature .devo-article h1,
.landing-feature .devo-article p {
  padding: 0 2%;
}
.topics {
  margin-top: 1%;
}
.topics:before {
  content: '';
  display: table;
}
.topics:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .topics {
    margin-top: 10px;
  }
}
.topics .column {
  width: calc(99.9% * 1/2 - (25px - 25px * 1/2));
}
.topics .column:nth-child(1n) {
  float: left;
  margin-right: 25px;
  clear: none;
}
.topics .column:last-child {
  margin-right: 0;
}
.topics .column:nth-child(0n) {
  float: right;
}
@media only screen and (max-width: 800px) {
  .topics .column {
    width: auto;
  }
  .topics .column:last-child {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .topics .column:nth-child(1n) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .topics .column:nth-child(1n + 1) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
}
.topics .feature-article {
  margin-bottom: 30px;
}
.topics .feature-article .img-container {
  height: 17vw;
}
@media only screen and (max-width: 800px) {
  .topics .feature-article .img-container {
    height: 35vw;
  }
}
.topics .recommended-articles:before {
  content: '';
  display: table;
}
.topics .recommended-articles:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .topics .recommended-articles {
    margin-bottom: 30px;
  }
  .topics .recommended-articles ul {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }
  .topics .recommended-articles ul:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .topics .recommended-articles ul:last-child {
    margin-right: 0;
  }
  .topics .recommended-articles ul:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .topics .recommended-articles ul:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 800px) and (max-width: 650px) {
  .topics .recommended-articles ul {
    width: auto;
  }
  .topics .recommended-articles ul:last-child {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .topics .recommended-articles ul:nth-child(1n) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .topics .recommended-articles ul:nth-child(1n + 1) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
}
.topics .other-series h2 {
  font-size: 18px;
}
.topics .other-series ul {
  margin-bottom: 10px;
}
.topics .other-series ul:before {
  content: '';
  display: table;
}
.topics .other-series ul:after {
  content: '';
  display: table;
  clear: both;
}
.topics .other-series li {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}
.topics .other-series li:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.topics .other-series li:last-child {
  margin-right: 0;
}
.topics .other-series li:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.topics .other-series li:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .topics .other-series li {
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }
  .topics .other-series li:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .topics .other-series li:last-child {
    margin-right: 0;
  }
  .topics .other-series li:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .topics .other-series li:nth-child(1n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 800px) {
  .topics .other-series li {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }
  .topics .other-series li:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .topics .other-series li:last-child {
    margin-right: 0;
  }
  .topics .other-series li:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .topics .other-series li:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  .topics .other-series li {
    width: auto;
  }
  .topics .other-series li:last-child {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .topics .other-series li:nth-child(1n) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .topics .other-series li:nth-child(1n + 1) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
}
.topics .other-series a,
.topics .other-series h4 a:hover {
  border-bottom: none;
}
.topics .other-series h4 a {
  border-bottom: 1px solid #37afcd;
}
.topics .other-series .img-container {
  float: none;
  clear: none;
  width: 100%;
  height: 150px;
  margin: 0;
}
.series {
  min-height: 75vh;
}
.series:before {
  content: '';
  display: table;
}
.series:after {
  content: '';
  display: table;
  clear: both;
}
.series .series-column:nth-child(1) {
  width: calc(99.9% * 3/5 - (10px - 10px * 3/5));
}
.series .series-column:nth-child(1):nth-child(1n) {
  float: left;
  margin-right: 10px;
  clear: none;
}
.series .series-column:nth-child(1):last-child {
  margin-right: 0;
}
.series .series-column:nth-child(1):nth-child(0n) {
  float: right;
}
@media only screen and (max-width: 900px) {
  .series .series-column:nth-child(1) {
    width: auto;
  }
  .series .series-column:nth-child(1):last-child {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .series .series-column:nth-child(1):nth-child(1n) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .series .series-column:nth-child(1):nth-child(1n + 1) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
}
.series .series-column:nth-child(1) .series-des {
  margin-left: 2%;
}
.series .series-column:nth-child(2) {
  width: calc(99.9% * 2/5 - (30px - 30px * 2/5));
}
.series .series-column:nth-child(2):nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.series .series-column:nth-child(2):last-child {
  margin-right: 0;
}
.series .series-column:nth-child(2):nth-child(5n) {
  margin-right: 0;
  float: right;
}
.series .series-column:nth-child(2):nth-child(5n + 1) {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .series .series-column:nth-child(2) {
    width: auto;
  }
  .series .series-column:nth-child(2):last-child {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .series .series-column:nth-child(2):nth-child(1n) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .series .series-column:nth-child(2):nth-child(1n + 1) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
}
.series .series-column:nth-child(2) .series-des {
  margin-top: 1.55%;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .series .series-column:nth-child(2) .series-des {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 900px) {
  .series .series-des {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.series iframe {
  width: 55%;
  height: 15vw;
  float: right;
  clear: both;
  margin: 1.5em 0 0.5em 1em;
}
@media only screen and (max-width: 900px) {
  .series iframe {
    height: 21vw;
  }
}
@media only screen and (max-width: 650px) {
  .series iframe {
    width: 100%;
    height: 37vw;
    float: none;
    margin-left: 0;
  }
}
.photocredit,
.tags {
  font-size: 12px;
}
.photocredit a,
.tags a {
  color: #008caa;
  margin: 0 5px;
}
.photocredit a:hover,
.tags a:hover {
  text-decoration: underline;
}
.tags {
  margin-top: 25px;
  margin-bottom: 10px;
}
.tags a {
  text-transform: uppercase;
}
div.credit {
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  font-size: 14px;
  margin-top: -25px;
  margin-bottom: 25px;
}
div.credit span {
  font-weight: 600;
  margin: 0 5px;
}
div.credit p {
  text-align: center;
  font-weight: 300;
  text-transform: none;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
}
div.credit p a {
  color: rgba(0,0,0,0.5);
  border-bottom-color: rgba(0,0,0,0.5);
}
article h1 {
  font-size: 48px;
  margin-right: 3%;
  margin-left: 3%;
  margin-top: 0.5em;
}
@media only screen and (max-width: 900px) {
  article h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 400px) {
  article h1 {
    font-size: 36px;
  }
}
article h2 {
  font-size: 24px;
  margin-top: 50px;
}
article h3 {
  font-size: 21px;
  margin-top: 50px;
}
article img {
  width: 100%;
  height: 100%;
}
article iframe {
  margin: 1em 0;
  width: 100%;
  height: 28.5vw;
}
@media only screen and (max-width: 900px) {
  article iframe {
    height: 36vw;
  }
}
article hr {
  margin: 25px 0;
}
article .img-container {
  height: 420px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
article .img-container span,
article .img-container span p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  width: 100%;
  font-weight: 100;
}
article .img-container span {
  font-size: 68px;
  background: rgba(0,0,0,0.75);
}
article .img-container p {
  font-size: 24px;
  text-align: center;
  margin: 0;
}
.disqus-comment-count {
  text-transform: uppercase !important;
  margin: 10px 0 0;
  cursor: pointer;
}
.disqus-comment-count:hover {
  font-weight: 600;
  color: #000;
}
section.article-body ul li,
.series-des-body ul li,
.tab ul li,
.aboutpages ul li {
  list-style: square;
}
section.article-body ol li,
.series-des-body ol li,
.tab ol li,
.aboutpages ol li,
section.article-body ul li,
.series-des-body ul li,
.tab ul li,
.aboutpages ul li {
  margin-left: 50px;
  text-align: left;
}
section.article-body li a,
.series-des-body li a,
.tab li a,
.aboutpages li a {
  color: #008caa;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dotted #008caa;
}
section.article-body li a:hover,
.series-des-body li a:hover,
.tab li a:hover,
.aboutpages li a:hover {
  border-bottom: none;
}
.share-icons {
  width: 17px;
  height: 17px;
  cursor: pointer;
  fill: #708090;
}
.share-icons:hover {
  fill: #140c14;
}
.btn2 {
  font-size: 16px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  background: rgba(112,128,144,0.1);
  color: #37afcd;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn2 .share-icons {
  fill: #37afcd;
}
.btn2:hover {
  -webkit-box-shadow: 0 2px 5px #708090;
  box-shadow: 0 2px 5px #708090;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
section.article-body,
section.misc-sections,
section.thank-you {
  width: 67%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  section.article-body,
  section.misc-sections,
  section.thank-you {
    width: 85%;
  }
}
.tab {
  width: 75%;
  padding-top: 0;
  margin: 15px auto;
}
.tab form {
  width: 100%;
  padding-top: 0;
  margin-bottom: 15px;
}
.tab form textarea {
  height: 100px;
}
.tab form p {
  font-size: 18px;
}
.tab form label {
  line-height: 1.5em;
}
.tab input[type=radio] {
  display: none;
}
.tab .tab-label {
  width: 48%;
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: #000;
  font-size: 18px;
  border-radius: 5px;
}
@media only screen and (max-width: 400px) {
  .tab .tab-label {
    font-size: 14px;
  }
}
.tab .tab-label:hover {
  background: #708090;
  color: #000;
}
.tab [type=radio]:checked + .tab-label {
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
  padding-bottom: 9px;
}
#sort-lesson:checked ~ #action-tab,
#sort-discuss:checked ~ #disqus_thread {
  display: block;
  border: 2px solid #000;
}
#sort-lesson:checked ~ #action-tab {
  margin-top: -2px;
}
#sort-discuss:checked ~ #disqus_thread {
  margin-top: 4px;
}
#interaction-panel #action-tab,
#interaction-panel #disqus_thread {
  display: none;
  padding: 0 5%;
}
#prayer {
  padding: 0 10%;
}
@media only screen and (max-width: 525px) {
  #prayer {
    padding: 0;
  }
}
.podcast {
  width: 67%;
  margin: 3em auto 1em;
}
@media only screen and (max-width: 900px) {
  .podcast {
    width: 85%;
  }
}
.podcast iframe {
  height: 60px;
  margin: 5px 0 0;
}
.podcast a,
.podcast span {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #708090;
}
.podcast a:hover,
.podcast span:hover {
  color: #000;
  font-weight: 600;
}
.share {
  text-align: center;
  background: rgba(255,255,255,0.75);
  border-radius: 5px 0 0 5px;
  padding: 7px 10px;
  position: fixed;
  top: 40%;
  right: 0;
}
.share li {
  list-style: none !important;
  margin-left: 0 !important;
  margin: 7px 0;
}
.share p {
  text-align: center;
}
.share a {
  border-bottom: none;
  line-height: 0;
}
.share button {
  background: none;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 650px) {
  .share {
    position: static;
  }
  .share li {
    display: inline-block;
    margin: 0 10px;
  }
}
.next-prev {
  width: 100%;
  margin-top: 15px;
  padding: 15px 0;
  background: rgba(112,128,144,0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.next-prev div {
  margin: 0 auto;
  width: 36%;
}
.next-prev div h2 {
  font-size: 18px;
}
.next-prev div p {
  margin: 0 0 15px;
  font-size: 14px;
}
.next-prev .vertical-hr {
  width: 3px;
  background: #008caa;
}
.next-prev a:hover h2,
.next-prev a:hover p {
  color: #008caa;
}
@media only screen and (max-width: 550px) {
  .next-prev {
    display: block;
  }
  .next-prev div {
    width: 90%;
  }
  .next-prev .vertical-hr {
    width: 90%;
    height: 3px;
    margin: 25px;
  }
}
.slideUp {
  visibility: visible !important;
}
.archive {
  width: 100%;
  margin-top: 15px;
  padding: 15px 0;
  background: rgba(112,128,144,0.1);
}
#calendar {
  width: 800px;
  margin: 0 auto 15px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #calendar {
    width: 650px;
  }
}
@media only screen and (max-width: 650px) {
  #calendar {
    width: auto;
    position: static;
  }
}
#calendar .calendar {
  width: 289px;
  margin: 25px auto 0;
}
#calendar .calendar,
#calendar .events {
  display: inline-block;
}
@media only screen and (max-width: 650px) {
  #calendar .calendar,
  #calendar .events {
    display: block;
  }
}
#calendar .events {
  padding: 0 25px;
  width: 425px;
  overflow: hidden;
  margin-left: 25px;
  margin-top: 25px;
  position: absolute;
}
@media only screen and (max-width: 800px) {
  #calendar .events {
    width: 290px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 650px) {
  #calendar .events {
    position: static;
    width: 84%;
    margin: 15px auto;
  }
}
#calendar .events h2 {
  font-size: 18px;
  margin-top: 19px;
}
#calendar .events p {
  font-size: 14px;
}
#calendar .events #devo_verse {
  font-weight: 400;
  font-style: italic;
}
#calendar .events:hover h2,
#calendar .events:hover p {
  color: #008caa;
}
#calendar .controls {
  text-align: center;
}
#calendar .prev-btn,
#calendar .next-btn,
#calendar .month,
#calendar .day-header,
#calendar .day,
#calendar .empty {
  display: inline-block;
  text-align: center;
}
#calendar .right:hover {
  border-left-color: #000;
}
#calendar .left:hover {
  border-right-color: #000;
}
#calendar .right.inactive {
  border-left-color: rgba(255,255,255,0);
}
#calendar .left.inactive {
  border-right-color: rgba(255,255,255,0);
}
#calendar .right.inactive,
#calendar .left.inactive {
  cursor: default;
}
#calendar .prev-btn,
#calendar .next-btn {
  width: 9.5%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#calendar .month {
  color: #140c14;
  width: 70%;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 0;
  position: relative;
  top: -3px;
  left: 0;
}
#calendar .days {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}
#calendar .days .headers {
  padding: 5px 0;
  border-bottom: 1px solid #008caa;
  margin-bottom: 5px;
}
#calendar .days .headers .day-header {
  font-weight: 300;
  width: 37px;
  color: #000;
}
#calendar .day,
#calendar .empty {
  width: 37px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
#calendar .day.event,
#calendar .empty.event {
  color: #37afcd;
  cursor: pointer;
}
#calendar .day.event:hover,
#calendar .empty.event:hover,
#calendar .day.event.hover,
#calendar .empty.event.hover {
  background: #37afcd;
  color: #fff;
}
#calendar .day.adjacent-month,
#calendar .empty.adjacent-month {
  font-weight: 300;
  color: #708090;
}
#calendar .day.adjacent-month.event:hover,
#calendar .empty.adjacent-month.event:hover {
  background: rgba(112,128,144,0.5);
}
#calendar .day.today,
#calendar .empty.today {
  background: #008caa;
  color: #fff;
}
#calendar .empty {
  height: 31px;
  vertical-align: bottom;
}
.author {
  width: 65%;
  margin: 50px auto;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .author {
    width: 80%;
  }
}
.author .write-btn {
  font-size: 21px;
  padding: 6px 20px 5px 20px;
}
.author .profile-pic {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  border: 2px dotted #37afcd;
}
.author ul {
  margin-left: 25px;
}
.author li {
  clear: both;
}
.author li .img-container {
  float: left;
  width: 150px;
  height: 125px;
  margin: 0 25px 25px 0;
}
@media only screen and (max-width: 650px) {
  .author li .img-container {
    width: 100px;
    height: 75px;
  }
}
.author li .img-container span {
  text-align: center;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px;
}
.author li p {
  font-size: 16px;
}
.about {
  clear: both;
}
.about:before {
  content: '';
  display: table;
}
.about:after {
  content: '';
  display: table;
  clear: both;
}
.about .side-menu {
  width: calc(99.9% * 1/5);
}
.about .side-menu:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none;
}
.about .side-menu:last-child {
  margin-right: 0;
}
.about .side-menu:nth-child(0n) {
  float: right;
}
.about .aboutpages {
  width: calc(99.9% * 4/5);
}
.about .aboutpages:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none;
}
.about .aboutpages:last-child {
  margin-right: 0;
}
.about .aboutpages:nth-child(0n) {
  float: right;
}
@media only screen and (max-width: 800px) {
  .about .side-menu,
  .about .aboutpages {
    width: auto;
  }
  .about .side-menu:last-child,
  .about .aboutpages:last-child {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .about .side-menu:nth-child(1n),
  .about .aboutpages:nth-child(1n) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .about .side-menu:nth-child(1n + 1),
  .about .aboutpages:nth-child(1n + 1) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
}
.side-menu h4 {
  font-size: 24px;
  text-align: left;
  display: inline-block;
}
.side-menu li {
  margin: 0 15px 10px;
  line-height: 1em;
}
.side-menu li a {
  font-size: 18px;
  font-weight: 500;
  color: #140c14;
  cursor: pointer;
  border-bottom: none;
}
.side-menu li a:hover,
.side-menu .current-nav,
.side-menu span:hover h4,
.side-menu span:hover .plus-minus {
  color: #008caa;
  fill: #008caa;
}
@media only screen and (max-width: 1050px) {
  .side-menu h4 {
    font-size: 21px;
  }
  .side-menu li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1050px) {
  #side-menu-items ul {
    display: inline-block;
  }
}
@media only screen and (max-width: 400px) {
  #side-menu-items ul {
    display: block;
  }
}
#plus,
#minus {
  cursor: pointer;
  font-size: 32px;
}
#plus {
  display: none;
}
@media only screen and (max-width: 800px) {
  #plus {
    display: block;
  }
  #about-h4,
  #minus,
  #side-menu-items {
    display: none;
  }
}
.aboutpages h1 {
  font-size: 24px;
  text-align: left;
}
.aboutpages h4 {
  font-size: 21px;
}
.aboutpages form {
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .aboutpages form .input-column div {
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }
  .aboutpages form .input-column div:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .aboutpages form .input-column div:last-child {
    margin-right: 0;
  }
  .aboutpages form .input-column div:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .aboutpages form .input-column div:nth-child(1n + 1) {
    clear: both;
  }
  .aboutpages form .input-column div:nth-child(2) {
    margin-top: 5px;
  }
}
.aboutpages iframe {
  width: 100%;
  height: 33vw;
}
@media only screen and (max-width: 800px) {
  .aboutpages iframe {
    height: 41vw;
  }
}
.aboutpages blockquote {
  float: none;
  margin: 0 auto 25px auto;
  width: 100%;
}
.chatroom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .chatroom {
    display: block;
  }
}
.chatroom iframe:first-child {
  margin-top: 17.5px;
  height: 40vw;
}
@media only screen and (max-width: 900px) {
  .chatroom iframe:first-child {
    height: 65vw;
  }
}
.chatroom iframe:nth-child(2) {
  margin-left: 25px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .chatroom iframe:nth-child(2) {
    margin-left: 0;
    height: 35vw;
    margin-top: 15px;
  }
}
.chat-btn {
  border-bottom: none;
}
.chat-btn button {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background: #37afcd;
  cursor: pointer;
  width: 225px;
  height: 100px;
  margin: 10px;
  border-radius: 5px;
  position: relative;
}
.chat-btn button:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border: 25px solid;
  border-color: transparent transparent transparent #37afcd;
}
.chat-btn button:hover {
  background: #140c14;
}
.chat-btn button:hover:after {
  border-color: transparent transparent transparent #140c14;
}
p.search-term {
  text-align: center;
  margin: -20px auto 0 auto;
  font-weight: 600;
  font-size: 27px;
}
p.search-term:before {
  content: "\201C";
  display: inline-block;
  position: relative;
  top: 0;
  left: -5px;
}
p.search-term:after {
  content: "\201D";
  display: inline-block;
  position: relative;
  top: 0;
  left: 5px;
}
.search-sort h3 {
  text-transform: none;
  margin-bottom: 0.5em;
}
.search-sort p {
  margin-top: 0;
}
.search-sort li {
  margin-bottom: 35px;
}
.search-sort li:hover h3,
.search-sort li:hover p {
  color: #008caa;
}
.eventTL {
  background-color: #191048;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 2em 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .eventTL {
    display: block;
    padding: 1em 0;
  }
}
.eventTL img {
  width: 50%;
  height: 26.25%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .eventTL img {
    width: 90%;
  }
}
.eventTL div {
  width: 46%;
  margin: 0 auto;
  background: rgba(0,0,0,0.5);
  padding: 2%;
}
@media only screen and (max-width: 900px) {
  .eventTL div {
    width: 80%;
    padding: 5%;
  }
}
.eventTL div h2 {
  text-transform: inherit;
  color: #ffc72c;
  font-size: 27px;
}
@media only screen and (max-width: 650px) {
  .eventTL div h2 {
    font-size: 21px;
  }
}
.eventTL div p {
  color: #fff;
}
.eventTL div h2,
.eventTL div p {
  text-align: center;
  margin-top: 0;
}
.eventTL div .btn {
  padding: 5px 10px 2px;
  font-size: 24px;
}
.partners {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.partners h1 {
  font-size: 27px;
  text-align: left;
}
.partners img {
  width: 200px;
  height: 200px;
}
.partners div:nth-child(2) {
  margin-left: 50px;
}
.partners iframe {
  width: 100%;
  height: 30vw;
}
.JD {
  text-align: center;
}
.JD &gt; p {
  text-align: center;
}
.JD img {
  width: 300px;
  margin-top: 30px;
}
.JD form {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 550px) {
  .JD form .input-column div {
    width: auto;
  }
  .JD form .input-column div:last-child {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .JD form .input-column div:nth-child(1n) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .JD form .input-column div:nth-child(1n + 1) {
    float: none;
    clear: none;
    margin-right: 0;
    width: auto;
  }
  .JD form .input-column div:nth-child(2) {
    margin-top: 25px;
  }
}
.fourofour {
  width: 100%;
  height: 100vh;
  background: -webkit-linear-gradient(left, #d3d3d3, #d3d3d3 14%, #ff0 14%, #ff0 29%, #0ff 29%, #0ff 43%, #32cd32 43%, #32cd32 57%, #f0f 57%, #f0f 71%, #f00 71%, #f00 86%, #00f 86%, #00f 100%);
  background: -moz-linear-gradient(left, #d3d3d3, #d3d3d3 14%, #ff0 14%, #ff0 29%, #0ff 29%, #0ff 43%, #32cd32 43%, #32cd32 57%, #f0f 57%, #f0f 71%, #f00 71%, #f00 86%, #00f 86%, #00f 100%);
  background: -o-linear-gradient(left, #d3d3d3, #d3d3d3 14%, #ff0 14%, #ff0 29%, #0ff 29%, #0ff 43%, #32cd32 43%, #32cd32 57%, #f0f 57%, #f0f 71%, #f00 71%, #f00 86%, #00f 86%, #00f 100%);
  background: -ms-linear-gradient(left, #d3d3d3, #d3d3d3 14%, #ff0 14%, #ff0 29%, #0ff 29%, #0ff 43%, #32cd32 43%, #32cd32 57%, #f0f 57%, #f0f 71%, #f00 71%, #f00 86%, #00f 86%, #00f 100%);
  background: linear-gradient(to right, #d3d3d3, #d3d3d3 14%, #ff0 14%, #ff0 29%, #0ff 29%, #0ff 43%, #32cd32 43%, #32cd32 57%, #f0f 57%, #f0f 71%, #f00 71%, #f00 86%, #00f 86%, #00f 100%);
}
.fourofour p {
  position: relative;
  top: 45%;
  color: #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
  text-shadow: 1px 1px 1px #000;
}
footer {
  width: 100%;
  background: #140c14;
  color: rgba(255,255,255,0.65);
  font-weight: 100;
  letter-spacing: 0.8px;
  padding: 1.25% 0;
}
footer .footer-menu {
  margin: 0 auto;
  text-align: center;
}
footer a {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: none;
  color: rgba(255,255,255,0.65);
}
footer a:hover {
  color: #fff;
}
footer li {
  display: inline-block;
  margin: 5px;
}
footer .copyright {
  font-size: 9px;
  text-align: center;
  margin-top: 5px;
}
footer .logo2 {
  width: 110px;
}
.error {
  color: #d50000;
  background: rgba(213,0,0,0.1);
  border-left: 5px solid #d50000;
}
.warn {
  color: #ef6c00;
  background: rgba(239,108,0,0.1);
  border-left: 5px solid #ef6c00;
}
.info {
  color: #2e7d32;
  background: rgba(46,125,50,0.1);
  border-left: 5px solid #2e7d32;
}
.error,
.warn,
.info {
  padding: 10px;
  margin: 15px auto;
  font-weight: 400;
  text-align: left;
}
.error li,
.warn li,
.info li {
  list-style: square;
  font-size: 14px;
  margin-left: 25px;
}
</pre></body></html>