/* css by Elaine Kalantarian, adapted from W3.CSS by J.E.Refsnes */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {margin: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display: block;}

audio,canvas,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {display: none;}

a {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}

a:active,a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}

mark {
  background: #ff0;
  color: #000;
}

small {font-size: 80%;}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,kbd,pre,samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {overflow: visible;}
button,select {text-transform: none;}

button,html input[type=button],input[type=reset],input[type=submit] {-webkit-appearance: button;cursor: pointer;}

button[disabled],html input[disabled] {cursor: default;}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],input[type=radio] {padding: 0;}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {height: auto;}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {-webkit-appearance: none;}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

pre,textarea {overflow: auto;}
optgroup {font-weight: bold;}


/* =========================================================
===========================End extract from normalize.css */


html,body {
  font-family: "Times New Roman", Times, serif;
  font-size: 100%;
  color: #005 !important;
  line-height: 1.5;
  background-color: #02235B;
  margin: auto;
}

.content {
  max-width: 1050px;
  font-size: 20px;
  color: #005 !important;
  background-color: #98C7FE !important;
  text-align: center;
  margin: auto;
  padding: 40px 3% 10px 3%;
}

.content-wider-home {
  max-width: 1150px;
  font-size: 20px;
  color: #005 !important;
  background-color: #98C7FE !important;
  text-align: center;
  margin: auto;
  padding: 40px 3% 10px 3%;
}

.content-home {
  max-width: 1050px;
  font-size: 20px;
  color: #005 !important;
  background-color: #98C7FE !important;
  text-align: center;
  margin: auto;
  padding: 10px 3% 10px 3%;
}

.main {
  max-width: 900px;
  text-align: justify;
  margin: auto;
  padding: 0 8%;
}

.reading-cards-row {
  max-width: 1000px;
  color: #005 !important;
  background-color: #98C7FE !important;
  font-size:90%;
  text-align: center;
  padding: 2px 20px !important; 
  margin: auto;
}

.rightbox
  {
  padding: 26px;
  font-size: 18px;
  outline-style: double;
  outline-color: #000749;
  margin-top: 25px;
}

.footer-section
  {
  color: #0667BB !important;
  background-color: #003 !important;
  text-align: center;
  display: block;
  margin-bottom: 30px !important;
  padding-top:16px !important;
  padding-bottom:50px !important; /* needed extra padding here because of the sticky bottom nav overlap */
}

a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #005;
  text-decoration: underline;
  font-weight: normal;
}

/* article title link on homepage */
a.home {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

a.home:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

a.reading-box {
  color: #98C7FE;
  text-decoration: underline;
  font-weight: bold;
}

a.reading-box:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.callout
  {
  display: block;
  width: 200px;
  font-size: 120%;
  float: left;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  color: #fff;
  padding: 12px 0 12px 0;
  margin: 18px 30px 18px 0;
  line-height: 1.3;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-align: center;
}

.callout-right
  {
  display: block;
  width: 200px;
  font-size: 120%;
  float: right;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  color: #fff;
  padding: 12px 0 12px 0;
  margin: 18px 0 18px 30px;
  line-height: 1.3;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-align: center;
}

hr {
  display: block;
  border-color: #005;
  margin: 40px 0;
  border-width: 1px;
  border-style: dotted;
}

hr.short {
  display: block;
  border-color: #005;
  margin: 40px 20%;
  border-width: 1px;
  border-style: dotted;
}

hr.double {
  display: block;
  border-color: #005;
  margin: 40px 0;
  border-width: 3px;
  border-style: double;
}

hr.light {
  display: block;
  border-color: #D2EEFF;
  margin: 40px 0;
  border-width: .5px;
  border-style: solid;
}

hr.light-blue /* ruled line for dark blue homepage sidebar */ {
  display: block;
  border-color: #A1C9FE;
  margin: 30px 0 20px 0;
  border-width: .5px;
  border-style: dotted;
}

hr.doublelight {
  display: block;
  border-color: #D2EEFF;
  margin: 40px 0;
  border-width: 3px;
  border-style: double;
}

hr.short-sidebar {
  display: block;
  border-color: #308FE0;
  margin: 40px 20%;
  border-width: 1px;
  border-style: dotted;
}

hr.no-margin {
  display: block;
  border-color: #005;
  margin: 0;
  border-width: 1px;
  border-style: dotted;
}

h1,h2,h3,h4,h5,h6 {
  font-family:"Gill Sans",Helvetica,sans-serif;
  font-weight: bold;
  color: #005 !important;
  text-align: left;
  letter-spacing: .01em;
  line-height: 1.3;
  margin: 30px 0 18px 0;
}

h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}

h1.mainpage {
  font-family:"Gill Sans",Helvetica,sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  letter-spacing: .04em;
  line-height: 1.3;
  margin: 0 0 40px 0;
}

h3.nomargin
  font-family:"Gill Sans",Helvetica,sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin: 4px 0;
}
.indent
 {
  font-family:"Gill Sans",Helvetica,sans-serif;
  font-weight: bold;
  color: #005 !important;
  text-align: left;
  font-size: 15px;
  letter-spacing: .01em;
  line-height: 1.3;
  margin: 20px 0 8px 36px;
}

.title {
  font-family: "Times New Roman", Times, serif;
  font-size: 180%;
  font-style: italic;
  color: #005 !important;
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 8px;
}

.title-larger {
  font-family: "Times New Roman", Times, serif;
  font-size: 220%;
  font-style: italic;
  color: #005 !important;
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 8px;
}

.title-small {
  font-family: "Times New Roman", Times, serif;
  font-size: 160%;
  font-style: italic;
  color: #005 !important;
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 8px;
}

.subtitle {
  font-size: 130%;
  font-family: "Gill Sans",Helvetica,sans-serif;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.2;
  text-align: left;
  letter-spacing: .04em;
  margin-top: 2px;
  margin-bottom: 6px;
}

.subtitle-small {
  font-size: 122%;
  font-family: "Gill Sans",Helvetica,sans-serif;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.2;
  text-align: left;
  letter-spacing: .04em;
  margin-top: 2px;
  margin-bottom: 6px;
}

.subtitle-date {
  font-size: 96%;
  font-style: normal;
  font-weight: normal;
  color: #005 !important;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 8px;
}

.subtitle-details {
  font-size: 96%;
  font-style: normal;
  font-weight: 100;
  color: #005 !important;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 2px;
}

.subtitle-details-margin {
  font-size: 96%;
  font-style: normal;
  font-weight: 100;
  color: #005 !important;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 18px;
}

.subtitle-florish {
  font-size: 100%;
  font-style: normal;
  font-weight: 100;
  color: #005 !important;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 1px;
}

.float-right {
    border: 1px dotted #005;
    border-radius: 3px;
    padding: 3px;
    margin: 15px 2px 8px 25px;
    float: right;
}

.float-right-top {
    border: 1px dotted #005;
    border-radius: 3px;
    padding: 3px;
    margin: 8px 2px 8px 25px;
    float: right;
}

.float-right-top-solid {
    border: 1px solid #005;
    border-radius: 3px;
    padding: 0px;
    margin: 8px 2px 8px 25px;
    float: right;
}

.float-right-no {
    border: 0;
    margin: 15px 2px 8px 25px;
    float: right;
}

.float-left {
  border: 1px dotted #005;
  border-radius: 3px;
  padding: 3px;
  margin: 15px 25px 8px 2px;
  float: left;
}

.float-left-top {
  border: 1px dotted #005;
  border-radius: 3px;
  padding: 3px;
  margin: 8px 25px 8px 2px;
  float: left;
}

.float-left-top-no {
  border: 0px;
  border-radius: 3px;
  padding: 3px;
  margin: 8px 25px 8px 2px;
  float: left;
}

.float-left-no {
  border: 0;
  margin: 15px 25px 8px 2px;
  float: left;
 }

img.border-only {
  border: 1px dotted #005;
  border-radius: 3px;
  padding: 3px;
  margin: 0px;
}

img.no-border {
  border: 0px;
  margin: 0px;
 }

.float-right-caption {
  float: right;
  text-align: center;
  border: 1px dotted #005;
  padding: 12px;
  margin: 15px 0px 8px 20px;
  border-radius: 3px;
  font-size: 70%;
  font-style: italic;
  font-weight: 400;
}

.float-right-caption2 /* smaller top border */ {
  float: right;
  text-align: center;
  border: 1px dotted #005;
  padding: 12px;
  margin: 2px 0px 12px 20px;
  border-radius: 3px;
  font-size: 70%;
  font-style: italic;
  font-weight: 400;
}

.float-right-caption-no {
  float: right;
  text-align: center;
  border: 0px;
  margin: 15px 2px 12px 20px;
  font-size: 70%;
  font-style: italic;
  font-weight: 400;
}

.float-left-caption {
  float: left;
  text-align: center;
  border: 1px dotted #005;
  padding: 6px;
  margin: 15px 20px 8px 2px;
  border-radius: 3px;
  font-size: 72%;
  font-style: italic;
  font-weight: 400;
}

.float-left-caption-no {
  float: left;
  text-align: center;
  border: 0px;
  margin: 15px 20px 8px 2px;
  font-size: 70%;
  font-style: italic;
  font-weight: 400;
}

.rounded-edges {border-radius: 6px;}
.rounded-edges-top {border-radius: 8px 8px 0 0;}
.rounded-edges-bottom {border-radius: 0 0 8px 8px;}

.circle {border-radius: 50%;}

.border-top {2px solid #000033;}

.photocaption {
  font-size: 82%;
  text-align: center;
  font-style: italic;
  line-height: 1;
  padding:0;
  margin: 0 0 36px 0;
}

.photocaption-small {
  font-size: 67%;
  text-align: center;
  font-style: italic;
  padding:0px;
  margin: 0px 0 24px 0;
}

.quote {
  font-size: 105%;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
  line-height: 1.5;
  font-style: italic;
  margin: 32px 7% 7px 7%;
}

.attribution {
  font-size: 90%;
  font-family: "Times New Roman", Times, serif;
  text-align: right;
  font-style: italic;
  margin:6px 7% 18px 0;
}

.quote-noital {
  font-size: 105%;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.5;
  margin: 32px 7% 32px 7%;
}

.quote-no-attribution {
  font-size: 105%;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 1.5;
  margin: 24px 7% 24px 7%;
}


.attribution-verse {
  font-size: 100%;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  margin: 2px 2% 24px 0;
  text-align: right;
}

.verse {
  font-size: 105%;
  line-height: 1.5;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  margin: 26px 2% 24px 12%;
}

.verse-indent {
  font-size: 105%;
  line-height: 1.5;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  margin: 26px 2% 24px 6%;
}

.verse2 {
  font-size: 105%;
  line-height: 1.5;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  margin: 26px 0 24px 5%;
}

.verse-short {
  font-size: 105%;
  line-height: 1.5;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  margin: 26px 0 24px 30%;
}

.verse-large-screen {
  font-size: 105%;
  line-height: 1.5;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  margin: 12px 4% 24px 22%;
}

.verse-large-screen2 {
  font-size: 105%;
  line-height: 1.5;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  margin: 12px 4% 24px 36%;
}

.verse-large-screen3 {
  font-size: 105%;
  line-height: 1.5;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  margin: 12px 4% 24px 24%;
}

/* code for very short verse with attribution */

.verse-with-attribution {
  font-size: 105%;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-align: left;
  margin: 12px 4% 6px 38%;
}

.verse2-with-attribution {
  font-size: 105%;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-align: left;
  margin: 26px 0 6px 25%;
}

.testimonial {
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.5;
  text-indent: -2px;
  margin: 26px 3% 26px 3%;
}

.home-testimonial {
  font-size: 108%;
  text-align: justify;
  font-style: italic;
  line-height: 1.5;
  text-indent: -3px;
  margin: 20px 2% 6px 2%;
}


p.smalltext
{
	font-size: 80%;
	font-style: italic;
	line-height: 140%;
	list-style-type: square;
}

#copyright {
  font-size: 77%;
  font-style: italic;
  text-align: right;
  margin: 40px 0;
}

ul {
  list-style-position: outside;
  list-style-type: circle;
  padding:0;
  margin:0;
}

ul li
{
	font-size: 100%;
	list-style-type: circle;
	line-height: 1.5;
	margin: 0 30px;
	text-align: left;
	border-bottom: 0;
}

ul.bullet
{
	list-style-position: outside;
	list-style-type: circle;
	padding: 0;
	margin: 0;
}

ul.bullet li {
  font-size: 100%;
  list-style-type: circle;
  line-height: 1.5;
  text-align: left;
  border-bottom: 0;
}

ul.w3 {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.w3 li {
  padding: 6px 2px 6px 16px;
  border-bottom: 1px solid #ddd;
}

ul.w3 li:last-child {border-bottom: none;}


/* styling for reading card links */

a.readingcards {
  color: #83BFFA;
  text-decoration: none;
  font-weight: bold;
 }

a.readingcards:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a.readingcards-icon {
  color: #D2EEFF;
  text-decoration: none;
  font-weight: bold;
}

a.readingcards-icon:hover {
  color: #003;
  font-weight: bold;
  text-decoration: none;
}

/* styling for article card links on homepage */ 

a.articlecards {
  color: #006;
  text-decoration: none;
  font-weight: bold;
}

a.articlecards:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a.to-top {
  color: #186877;
  text-decoration: none;
  font-weight: bold;
}

a.to-top:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a.rtbox {
  color: #308FE0;
  text-decoration: none;
  font-weight:normal;
}

a.rtbox:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

a.rtbox-green {
  color: #78AB8C;
  text-decoration: none;
  font-weight:normal;
}

a.rtbox-green:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

/* nav code */

.nav {
  padding: 18px 0;
  font-family: "Gill Sans",Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: .09em;
  white-space: nowrap;
  border-top: solid 3px;
  color: #003 !important;
  background-color: #0667BB !important;
}

.nav-med {
  padding: 18px 0;
  font-family: "Gill Sans",Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: .04em;
  white-space: nowrap;
  border-top: solid 3px;
  color: #003 !important;
  background-color: #0667BB !important;
}

.nav a,.nav-med a,.w3-sidenav a,.w3-dropnav a,.w3-dropdown-content a {
  text-decoration: none !important;
  font-family: "Gill Sans",Helvetica,sans-serif;
}

.nav a {
  color:inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 0 20px;
  vertical-align: inherit;
}

.nav-med a {
  color:inherit;
  font-weight:inherit;
  font-family:inherit;
  padding: 0 15px;
  vertical-align: inherit;
}

.nav a:hover,.nav-med a:hover {
  color: #fff;
  font-weight: bold;
}

.nav,.nav-med,.w3-dropdown-hover a {border-bottom: 0;}


/* Side Navigation */

.w3-sidenav {
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
}

.w3-sidenav a {padding: 6px; color: #0974D1 !important;}

.w3-sidenav a:hover,.w3-sidenav a:focus {color: #003 !important; background-color: #0974D1 !important;}

.w3-sidenav a {
  display: block;
  transition: .3s;
}

.w3-opennav:hover,.w3-closenav:hover {
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
}

.w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}

/* =====form styling===== */

td.form {
  font-size: 70%;
  font-weight: bold .9em;
  color: #000145;
  text-align: right;
}

td.form2 {
  font-size: 76%;
  font-weight: bold .7em;
  font-style: italic;
  color: #000145;
  text-align: right;
  margin-right: 10px;
}

td.form3 {
  font-size: 76%;
  font-weight: bold .7em;
  font-style: italic;
  color: #000145;
  text-align: left;
  margin-right: 10px;
}


/* =====Color Themes===== */

.theme {
  color: #66A3FF !important;
  background-color: #003 !important;
}

.theme-rightbox {
  color: #90C4FC !important;
  background-color: #003 !important;
}

.theme-palest {
  color: #006 !important;
  background-color: #044B88 !important;
}

.theme-pale {
  color: #006 !important;
  background-color: #63B2FD !important;
}

.theme-pale-border {
  color: #006 !important;
  background-color: #63B2FD !important;
  border: dotted 2px #006;
}

.text-pale-blue {
  color: #D2EEFF !important;
}

.theme-footer {
  color: #003 !important;
  background-color: #56ADFF !important;
}

.theme-nav {
  color: #003 !important;
  background-color: #0667BB !important;
}

.theme-sidenav {
  color: #0974D1 !important;
  background-color: #003 !important;
}

.theme-reading-card {
  color: #83BFFA !important;
  background-color: #B4B780 !important;
}

.theme-reading-prompt {
  color: #A7CFFE !important;
  background-color: #172865 !important;
}

.theme-middle-card {
  color: #83BFFA !important;
  background-color: #0054AF !important;
}

.text-hover {
  color: #fff !important; 
  font-weight: 600;
  text-decoration: underline;
 }

/* W3 Button Code */

.w3-btn {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 6px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff;
  background-color: inherit;
  text-align: center;
  transition: .2s ease-out;
  cursor: pointer;
  white-space: nowrap;
}

.w3-btn:hover,.w3-btn-floating:hover,.w3-btn-floating-large:hover {box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);}

.w3-btn-floating,.w3-btn-floating-large {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #003;
  position: relative;
  overflow: hidden;
/*   z-index: 1; */
  padding: 0;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  font-size: 24px;
}

.w3-btn-floating-social,.w3-btn-floating-large-social {
  display: inline-block;
  text-align: center;
  color: #003;
  background-color: #0974D1;
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  font-size: 22px;
}

.w3-btn-social:hover,.w3-btn-floating-social:hover,.w3-btn-floating-large-social:hover {color: #fff}

.w3-btn-floating,.w3-btn-floating-social {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.w3-btn-floating-large,.w3-btn-floating-large-social {
  width: 66px;
  height: 66px;
  line-height: 66px;
}

.w3-btn-group .w3-btn {float: left;}
.w3-btn {position: relative;}

.opacity {opacity: 0.60;}
.text-shadow {text-shadow: 1px 1px 0 #006;}

/* ====== end button code ======== */

.w3-image,.w3-tooltip {position: relative;}

img.w3-image,.w3-image img {
  max-width: 100%;
  height: auto;
}

.w3-image .w3-title {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #fff;
  font-size: 20px;
}

.w3-fluid {
  max-width: 100%;
  height: auto;
}

.w3-tooltip .w3-text {display: none;}
.w3-tooltip:hover .w3-text {display: inline-block;}


/* Modal */

.w3-modal {
  z-index: 1;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.2);
}

.w3-modal:target {display: block;}

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}

.w3-closebtn {
  text-decoration: none;
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: inherit;
}

.w3-closebtn:hover,.w3-closebtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.w3-input-group,.w3-group {
  margin-top: 0px;
  margin-bottom: 0px;
}

.w3-input {
  padding: 4px;
  display: block;
  border: none;
  border-bottom: 1px solid #808080;
  width: 100%;
}

.w3-label {color: #000;}
.w3-input:not(:valid)~.w3-validate {color: #000;}

.w3-select {
  padding: 4px 0;
  width: 100%;
  color: #000;
  border: 1px solid transparent;
  border-bottom: 1px solid #009688;
}

.w3-select select:focus {
  color: #000;
  border: 1px solid #009688;
}

.w3-select option[disabled] {color: #009688;}

.w3-dropdown-click,.w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block;
  z-index: 1;
}

.w3-dropdown-content {
  background-color: #6CB5FF;
  display: none;
  position: absolute;
  min-width: 90px;
  margin: 0;
  border: 1px solid;
  padding: 4px;
}

.w3-dropdown-content a {
  padding: 2px 8px;
  display: block;
}

.w3-dropdown-content a:hover {background-color: #607d8b;}

input[type=checkbox].w3-check,input[type=radio].w3-radio {
  width: 20px;
  height: 24px;
  position: relative;
  top: 6px;
}

input[type=checkbox].w3-check:checked+.w3-validate,input[type=radio].w3-radio:checked+.w3-validate {color: #009688;}
input[type=checkbox].w3-check:disabled+.w3-validate,input[type=radio].w3-radio:disabled+.w3-validate {color: #aaa;}

.w3-responsive {overflow-x: auto;}

.w3-container:after,.w3-row:after,.w3-row-padding:after,.nav:after,.w3-clear:after,.w3-btn-group:before,.w3-btn-group:after,.article-container:after,.content:after {
  content: "";
  display: table;
  clear: both;
}

.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-quarter {
  float: left;
  width: 100%;
}

.w3-half,.w3-third,.w3-twothird,.w3-quarter {width: 99.99999%;}

/* ===========Responsive Settings */

@media only screen and (min-width:560px) {
  .w3-col.m1 {width: 8.33333%;}
  .w3-col.m2 {width: 16.66666%;}
  .w3-col.m3,.w3-quarter {width: 24.99999%;}
  .w3-col.m4,.w3-third {width: 33.33333%;}
  .w3-col.m5 {width: 41.66666%;}
  .w3-col.m6,.w3-half {width: 49.99999%;}
  .w3-col.m7 {width: 58.33333%;}
  .w3-col.m8,.w3-twothird {width: 66.66666%;}
  .w3-col.m9 {width: 74.99999%;}
  .w3-col.m10 {width: 83.33333%;}
  .w3-col.m11 {width: 91.66666%;}
  .w3-col.m12 {width: 99.99999%;}
}

@media only screen and (min-width:830px) {
  .w3-col.l1 {width: 8.33333%;}
  .w3-col.l2 {width: 16.66666%;}
  .w3-col.l3,.w3-quarter {width: 24.99999%;}
  .w3-col.l4,.w3-third {width: 33.33333%;}
  .w3-col.l5 {width: 41.66666%;}
  .w3-col.l6,.w3-half {width: 49.99999%;}
  .w3-col.l7 {width: 58.33333%;}
  .w3-col.l8,.w3-twothird {width: 66.66666%;}
  .w3-col.l9 {width: 74.99999%;}
  .w3-col.l10 {width: 83.33333%;}
  .w3-col.l11 {width: 91.66666%;}
  .w3-col.l12 {width: 99.99999%;}
}

@media screen and (max-width:560px) {
  .nav a,.nav-med a {display: block;}
}

@media screen and (max-width:560px) {
  .nav,.nav-med,.w3-dropdown-hover,.w3-dropdown-content {position: relative;}
}

@media screen and (max-width:560px) {
  .nav,.nav-med {text-align: center;}
}

  /* static nav for screens below 601px width */
  
@media only screen and (max-width: 601px)
  {
  .stactic-nav {position: static;}
 }

/* Positioning & Sizing Code */

.top,.bottom {
  position: fixed;
  width: 100%;
  z-index: 0;
}

.top {top: 0;}
.bottom {bottom: 0;}

.left {float: left !important;}
.right {float: right !important;}
.hide {display: none !important;}
.show {display: block !important;}

/* Hide Code */

@media (max-width:560px) {
  .hide-small {display: none !important;}
}

@media (max-width:830px) and (min-width:561px) {
  .hide-medium {display: none !important;}
}

@media (min-width:831px) {
  .hide-large {display: none !important;}
}

.w3-card {border: 1px solid #ccc;}

.w3-card-2,.w3-example {box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;}

.w3-card-4 {box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;}

.w3-card-8 {box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;}

.w3-card-12 {box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19) !important;}

.w3-card-16 {box-shadow: 0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21) !important;}

.w3-card-24 {box-shadow: 0 24px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22) !important;}

.teeny-tiny {font-size: 6px !important;}
.tiny {font-size: 10px !important;}
.small {font-size: 12px !important;}
.medium {font-size: 15px !important;}
.large {font-size: 18px !important;}
.xlarge {font-size: 24px !important;}
.xxlarge {font-size: 36px !important;}
.xxxlarge {font-size: 48px !important;}
.jumbo {font-size: 64px !important;}
.giant {font-size: 88px !important;}

.align-left {text-align: left !important;}
.align-right {text-align: right !important;}
.justify {text-align: justify !important;}
.center {text-align: center !important;}

.valign-top {vertical-align: top !important;}
.valign-middle {vertical-align: middle !important;}
.valign-bottom {vertical-align: bottom !important;}

.circle {
  border-radius: 50% !important;
  border: solid 1px #006;
}

.round-small {border-radius: 2px !important;}
.round,.round-medium {border-radius: 4px !important;}
.round-large {border-radius: 8px !important;}
.round-xlarge {border-radius: 16px !important;}
.round-xxlarge {border-radius: 32px !important;}
.round-jumbo {border-radius: 64px !important;}

.border-0 {border: 0 !important;}
.border {border: 1px solid #ccc !important;}
.border-top {border-top: 1px solid #ccc !important;}

.header-border-bottom {border-bottom: 8px solid #0667BB !important;}

.border-bottom {border-bottom: 1px solid #ccc !important;}
.border-left {border-left: 1px solid #ccc !important;}
.border-right {border-right: 1px solid #ccc !important;}

.margin-0 {margin: 0 !important;}
.margin-2 {margin: 2px !important;}
.margin-4 {margin: 4px !important;}
.margin-8 {margin: 8px !important;}
.margin-12 {margin: 12px !important;}
.margin-16 {margin: 16px !important;}
.margin-24 {margin: 24px !important;}

.margin-top {margin-top: 16px !important;}
.margin-top-small {margin-top: 0px !important;}
.margin-bottom {margin-bottom: 16px !important;}
.margin-bottom-small {margin-bottom: 4px !important;}
.margin-left {margin-left: 16px !important;}
.margin-right {margin-right: 16px !important;}

.padding-tiny {padding: 2px 4px !important;}
.padding-small {padding: 4px 8px !important;}
.padding-medium,.padding,.w3-form {padding: 8px 16px !important;}
.padding-large {padding: 12px 24px !important;}
.padding-xlarge {padding: 16px 32px !important;}
.padding-xxlarge {padding: 24px 48px !important;}
.padding-jumbo {padding: 32px 64px !important;}

.padding-0 {padding: 0 !important;}

.padding-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.padding-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.padding-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.padding-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.padding-allfour {
  padding: 8px 8px 2px 8px !important;
}

.padding-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.padding-top {padding-top: 8px !important;}
.padding-top-large {padding-top: 20px !important;}
.padding-bottom {padding-bottom: 8px !important;}
.padding-bottom-large {padding-bottom: 16px !important;}
.padding-bottom-jumbo {padding-bottom: 32px !important;}
.padding-left {padding-left: 10% !important;}
.padding-right {padding-right: 10% !important;}
.padding-right-small {padding-right: 2% !important;}

.w3-row-padding,.w3-half,.w3-third,.w3-twothird,.w3-quarter,.w3-col {padding: 0 10px;}

.w3-spin {
  animation: w3-spin 2s infinite linear;
  -webkit-animation: w3-spin 2s infinite linear;
}

@-webkit-keyframes w3-spin{
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes w3-spin{
0%{-webkit-transform:rotate(0deg);transform: rotate(0deg)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}

.w3-container {padding: 0.01em 16px;}
.w3-container2 {padding: 0;}

.w3-section {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* ANIMATION CODE */

.opacity,.hover-opacity:hover {opacity: 0.60;}

.w3-animate-opacity {
  -webkit-animation-name: opac;
  -webkit-animation-duration: 4s;
  animation-name: opac;
  animation-duration: 4s;
}

@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}

/* TOP */
.w3-animate-top {
  position: relative;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}

/* LEFT */
.w3-animate-left {
  position: relative;
  -webkit-animation-name: animateleft;
  -webkit-animation-duration: 0.4s;
  animation-name: animateleft;
  animation-duration: 0.4s;
}

@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}

/* RIGHT */
.w3-animate-right {
  position: relative;
  -webkit-animation-name: animateright;
  -webkit-animation-duration: 0.4s;
  animation-name: animateright;
  animation-duration: 0.4s;
}

@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}

/* BOTTOM */
.w3-animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 0.4s;
  animation-name: animatebottom;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}

/* ZOOM */
.w3-animate-zoom {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: animatezoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
