/* Overriding foundation.css */

.row {
  width: 100%;
}

/* Begin application styles*/

:root {
  font-size: 16px;
}

body {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  min-width: 980px;
  -webkit-text-size-adjust: none;
}

img, img:focus {
  border: none;
  outline: none;
}

.white {
  background-color: #fff;
}

a {
  color: #492750;
}

p a {
  font-weight: 600;
}

a:hover {
  color: #983554;
  border-bottom: 1px solid #983554;
}


.orange {
  color: #e96707;
}

.green {
  color: #6B9875;
}

.pink {
  color: #c23756;
}

.brown {
  color: #84302e;
}

h3.listserv {
  position: absolute;
  right: 0;
  margin-right: 25px;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  outline: none;
  border-radius: 1rem;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

h3.listserv a:hover {
  box-shadow: none;
  border-bottom: none;
}

#crpsir-social-share-buttons {
  float: right;
  padding: 15px 0 0 30px;
  background-color: white;
}

/* Orbit ---------------------- */

#featured {
  background: url(../images/spinner.gif) no-repeat center center;
  height: 357px;
}

#featured img {
  display: none;
}

#featured.orbit {
  background: none;
}

#featured.orbit img {
  display: block;
}


.orbit-wrapper .orbit-caption {
  z-index: 30;
  color: white;
  position: absolute;
  right: 0; /*bottom: 0; */
  top: 95px;
}

/******LOGO*******/

#logo-container {
  background-color: #492750;
  display: flex;
  flex-direction: column;
  height: 88.3px;
  justify-content: center;
}

#logo-container a,
#logo-container a:hover {
  color: white;
  border: none;
  text-decoration: none;
}

#logo-container h1 {
  color: white;
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 200;
  text-align: center;
}

/******NAVIGATION*******/

ul.nav {
  float: right;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

ul.extraMarg {
  margin-top: 1rem;
}

ul.nav li {
  display: inline-block;
  color: #492750;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  white-space: nowrap;
}

ul.nav li a {
  color: #492750;
  padding-bottom: 2px;
}

ul.nav li a.donate {
  color: #fff;
  background-color: #a94068;
  padding: 3px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all .2s ease-in-out;
}

ul.nav li a.donate:hover {
  border: none;
  background-color: #492750;
}


/******CALL TO ACTION*******/

.colorBG {
  background: url(../images/colorbg.jpg) center center;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.colorBG h1 {
  padding-left: 15px;
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 43px;

  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.colorBG p {
  padding-left: 15px;
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-right: 500px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.btn {

  font-size: 12px;
  cursor: pointer;
  padding: 7px 12px;
  display: inline-block;
  margin: 7px 15px 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  border-radius: 50px;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);

}

.btn a:link, .btn a:active, .btn h4:visited {
  color: #fff;

}

.btn:hover {
  box-shadow: none;
  color: #fff;
  border-bottom: 3px solid #fff;
}

.orbit {
  margin-bottom: -1px;
  bottom: 0;
}


/******SUBPAGE STYLES*******/

.pageBanner {
  background: url(../images/subbanner.jpg);
  background-size: 100%;
}

.pageBanner h1 {
  color: #fff;
  float: right;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  padding: 15px 25px 15px 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.tabs {
  padding-top: 40px;
}

.tabs.vertical {
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}

.tabs.vertical dt, .tabs.vertical dd, .tabs.vertical li {
  float: none;
  height: auto;
}

.tabs.vertical dd, .tabs.vertical li {
  border-left: 3px solid #cccccc;
}

.tabs.vertical dd a, .tabs.vertical li a {
  background: #f2f2f2;
  border: none;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: 15px;
  height: auto;
  line-height: 18px;
  padding: 15px 20px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.tabs.vertical dd.active, .tabs.vertical li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}

.tabs.vertical dd.active a, .tabs.vertical li.active a {
  background: #492750;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.tabs.vertical dd.orange.active a, .tabs.vertical li.orange.active a {
  background: #e96707;
}

.tabs.vertical dd.green.active a, .tabs.vertical li.green.active a {
  background: #6B9875;
}

.tabs.vertical dd.pink.active a, .tabs.vertical li.pink.active a {
  background: #c23756;
}

.tabs.vertical dd.brown.active a, .tabs.vertical li.brown.active a {
  background: #84302e;
}

.tabs dd a, .tabs li a,
.tabs dd.active a, .tabs li.active a,
.tabs dd a:focus, .tabs li a:focus {
  font-weight: 600;
}

/******FLOATING MANDALA*******/

.mandala img {
  width: 200px;
  bottom: -107px;
  right: 40%;
  position: absolute;
  z-index: 50000;
}

/******MAIN BODY*******/

.bodySpace {
  padding-top: 60px;
}

.main {
  padding: 30px;
}


.main h2 {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #160c04;
  font-size: 31px;
  line-height: 38px;
  padding-bottom: 15px;
}

.main p {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #615f61;
  font-size: 15px;
  padding-right: 10px;
}

.main ul {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #615f61;
  font-size: 15px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.main ul li {
  font-size: 15px;
  padding-top: 10px;
}

a.purpB {
  text-transform: uppercase;
  color: #fff;
  background: #492750 url(../images/link.png) 10px 7px no-repeat;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px 5px 30px;
}

.video {
  margin-top: 15px;
}

p.caption {
  font-size: 12px;
  line-height: 17px;
  color: #6b6b6b;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 5px 10px;
}

.publications {
  margin-top: 55px;
  border-top: 2px solid #f2f2f2;
}

.publications ul {
  list-style: none;
}

.publications ul li {
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  border-top: 1px solid #f2f2f2;
}

.publications ul li:last-child {
  border-bottom: 1px solid #f2f2f2;
}

/******COLOR BOXES*******/

.boxWrap {
  padding: 30px 0;
  background: white url(../images/dots.png);
}

.colorBox {
  background-color: #492750;
  margin: 0 5px;
}

.colorBox.red:hover {
  background-color: #751d2e;
}

.colorBox.orange:hover {
  background-color: #a94068;
}

.colorBox.yellow:hover {
  background-color: #c15288;
}

.colorBox.darkred:hover {
  background-color: #62203c;
}

.boxBody {
  min-height: 300px;
  padding: 5px;
}

.boxLink {
  border-top: 2px solid white;
  padding: 5px 0 8px;
}

.boxBody ul {
  padding-left: 10px;

}

.boxBody ul li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;

}

.boxBody ul li a {
  color: white;

}

.boxBody ul li a:hover {
  border-bottom: 1px solid white;
}


.boxLink h4 {
  color: white;
  margin: 0;
  padding: 20px 5px 15px 37px;
  line-height: 2px;
  font-size: 12px;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  background: url(../images/link.png) 15px 13px no-repeat;
}

.colorBox h1 {
  color: white;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 15px;
  font-size: 27px;
  text-transform: uppercase;
}

.colorBox p, .colorBox ul li {
  color: white;
  font-size: 12px;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-left: 20px;
  list-style-position: inside;
}

/******Footer Body*******/

.footerWrap {
  padding: 1rem;
  border-top: 4px solid #492750;
}

.footerWrap .right-column {
  float: right;
}

h3 {
  font-size: 18px;
  color: #983554;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 600;

}

.contact p {
  color: #6b6b6b;
}

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

.contact ul li {
  font-size: 16px;
  line-height: 20px;
  color: #492750;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 5px 0 5px 35px;
}

.contact li.email {

  background: url(../images/email.png) left center no-repeat;
  background-size: 25px;
}

.contact li.phone {
  background: url(../images/phone.png) left center no-repeat;
  background-size: 25px;

}

.contact li.address {
  background: url(../images/address.png) left 2px no-repeat;
  background-size: 25px;

}

img.footMan {
  float: right;
  width: 180px;
  padding-top: 65px;
}

.quickLinks ul {
  list-style-type: "- ";
  margin-left: 1rem;
}

.quickLinks li {
  margin-bottom: 0.125rem;
}

.quickLinks a {
  color: #6b6b6b;
}

.copyWrap {
  background: white;
  border-top: 0.25rem solid #492750;
  padding: 1rem;
}

.copyWrap p {
  clear: both;
  color: #6b6b6b;
}

.copyWrap img.social {
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}

.copyWrap a:has(img):hover {
  border: none;
}

.copyWrap img:hover {
  opacity: .85;
}

.subDivide {
  padding-bottom: 15px;
}

.subDivide h3, h3.topB {
  font-size: 1.125rem;
  color: #983554;
  font-weight: 600;
  border-top: 2px solid #f2f2f2;
  padding: 1rem 0 0.25rem 0;
}

.subDivide h4 {
  font-size: 16px;
  padding-top: 10px;
  color: #615f61;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.subDivide ul, .main ul {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #615f61;
  font-size: 15px;
  margin-top: -10px;
  padding-right: 10px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.subDivide ul.accordion {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #615f61;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 0;
}

ul.accordion > li.active {
  border-top: 3px solid #492750;
}

.subDivide ul.accordion li a {
  font-weight: bold;
}

h5 {
  font-size: 15px;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #615f61;
}

.subDivide ul li {
  font-size: 15px;
  padding-top: 5px;
}


.staff img {
  float: left;
  margin-right: 10px;
}

.staff h4 {

  color: #983554;
  font-size: 15px;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding: 0;
  margin: 0;
  padding-top: 55px;
}

.staff h4 em {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #615f61;
  font-style: normal;
  text-transform: uppercase;
}

.staff p.bio {
  font-size: 14px;
  padding-top: 10px;
  padding-right: 40px;
  clear: both;
}

a.read-more-show {

  border: 1px solid #d0d2d3;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  padding: 4px 3px 3px;
}

a.read-more-hide {
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid #d0d2d3;
  padding: 2px 3px;
}

a.more-content {
  display: block;
}

a.more-show {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  padding: 4px 3px 3px;
  margin-bottom: 5px;
}

a.more-hide {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 5px 3px;
  border-bottom: 1px solid #f0f0f0;
}

hr.staff {
  border: 0;
  height: 0;
  border-top: 1px solid #eef2ef;
}


/******RECOVERY PAGE*******/

.recovery {
  margin: 25px 10px;
  border-bottom: 1px solid #eef2ef;
}

.recovery img {
  float: left;
}

.main .recovery h2 {
  font-size: 16px;
  padding-left: 100px;
  line-height: 18px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.main .recovery p {
  padding-left: 100px;
  padding-top: 0;
  margin-top: 0;
}


ul.accordion > li > div.title.orange:hover {
  background: #f6b27f;

}

ul.accordion > li > div.title.green:hover {
  background: #bddac3;

}


ul.accordion > li > div.title.pink:hover {
  background: #f0c7d0;

}

ul.accordion > li > div.title.brown:hover {
  background: #e8d2bd;

}

/********CORNELL BANNER*/

.cornellBanner a:hover {
  border-bottom: none;
}

.cornellBanner img {
  float: left;
  padding: 10px 0;
  height: 75px;
}

.cornellBanner p {
  float: right;
  margin-top: 26px;
}

.cornellBanner p a.cornellB {
  text-transform: uppercase;
  color: #b31b1b;
  border: 1px solid #b31b1b;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 16px 10px;
}

#crpsir-duck-duck-go-iframe {
  height: 40px;
  margin: -16px 0;
  overflow: hidden;
  padding: 0;
  width: 258px;
  border: 0;
}

/******BLOG SYLES******/

.blog {
  min-height: 300px;
}

.blog ul.listing {
  list-style: none;
}

.blogTitle {
  margin-top: 50px;
}

hr.blogDash {
  border: 0;
  margin: 20px 0 20px;
  border-bottom: 1px dashed #492750;
}

.redDate {
  background: #983554;
}

.dateSpace {
  padding: 25px 0;
}

.blogPost span.date {
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.blogPost span.date:first-child {
  font-family: "bebas-neue", sans-serif;
  font-style: normal;
  font-size: 40px;
  line-height: 36px;
  color: white;
}

.blogPost span.date:last-child, .blogPost span.readmore {
  font-family: "bebas-neue", sans-serif;
  font-style: normal;
  font-size: 15px;
}

.blogInfo h2 {
  margin: 0;
  padding: 0;

}

.blogInfo h2.blogTitle {
  font-size: 22px;
}

.blogStuff h2.blogTitle {
  margin-top: 25px;
  padding-top: 0;
}

.blogInfo h4 {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 13px;
  letter-spacing: .1em;
}

.blogInfo h4:before {
  content: "by ";
}

.blogInfo p {
  margin-top: 10px;

}

.blogInfo span.readmore {
  font-size: 16px;
  line-height: 15px;
  float: right;
  color: #fff;
  padding: 8px 8px 7px;
  background: #6b9875;
}

.blogInfo span.readmore a {
  color: #fff;
}

.blogInfo span.readmore a:hover {
  color: #181818;
}

span.backBlog {
  font-size: 18px;
  font-family: "bebas-neue", sans-serif;
  font-style: normal;
  display: block;
  margin: 27px auto;
  text-align: center;
  padding: 8px 8px 7px;
  background: #492750;
}

span.backBlog a {
  color: #fff;
}

span.backBlog a:hover {
  color: #fff;
}

p.blogCopy {
  font-style: italic;
  font-size: 14px;
  border-top: 1px dashed #525252;
  padding-top: 5px;
}

.blogStuff img {
  margin: 5px 0 20px;
}

p.req {
  float: right;
}

/******COMMENT SYLES******/

.lessTop {
  padding-top: 0;
}

.commenter strong {
  font-size: 18px;
}

.commenter {
  text-transform: uppercase;
  color: #983554;
  padding-bottom: 5px;
}

ul.comments {
  list-style: none;
  margin-bottom: 25px;
}

.main ul.comments li {
  padding-top: 0;
}

.boldy li a {
  font-weight: bold;
}

#form1_contact input, #form1_contact textarea {
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  height: auto;
}