/**
 * sca styles
 */


body {
  font-family: 'Muli', sans-serif;
  font-size:18px;
  color: #000;
}

body { padding-top: 104px; }
body.path-frontpage { padding-top: 102px; }
body.toolbar-tray-open { padding-top: 100px; }
body.toolbar-tray-open .main-container { margin-top: 40px; }


/* body + container + banner fixes
--------------------------------------------- */

body.toolbar-tray-open .masthead { position: relative; z-index: 20; }

#banner { position: relative; margin-top: 0; margin-bottom: 30px; }

body.toolbar-tray-open #banner { margin-top: 0; }


.main-container { padding-bottom: 60px; }


/* mobile fixes */
@media (max-width: 800px) {

  body { padding-top: 100px; }
  body.path-frontpage { padding-top: 106px; }

  /* .masthead { position: relative; } */
  #banner { margin-top: 0px; }
}



/* typography
--------------------------------------------- */

a { color: #007BA2; }

a:active,
a:hover { text-decoration:underline; color: #D63B28; }

p { line-height:1.6; padding-bottom:10px; font-weight:400; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Muli', sans-serif;
  margin-top:0;
/*  color:#333; */
  color: #007BA2;
  text-rendering: optimizeLegibility;
  font-weight: 700;
}

.tiny { font-size: 75%; }

.main-container ul,ol { margin-bottom: 30px; }

.text-red { color: #D63B28; }


.blockquotexxx {
  background: #FCFCFC;
  border-left: 10px solid #DCDDDE;
  margin: 20px 10px;
  padding: 10px 20px 30px 20px;
  line-height: 1.5;
}

.blockquotexx:before {
  content: "\f10d";
  font-family: fontawesome;
  display: inline;
  left: -10px;
  position: relative;
  top: -5px;
  color: #DCDDDE;
  font-size: 32px;
}

.content-section {
  margin-top: 20px;
  margin-bottom: 20px;
}



/* ckeditor styles
--------------------------------------------- */

span.text-red { color: #D63B28; }

span.text-blue { color: #007BA2; }

h2 span.text-loud, h2.text-loud { font-size: 40px; font-weight: 300; color:#333; }

h3 span.text-loud, h3.text-loud { font-size: 34px; font-weight: 300; color:#333; }

span.text-loud { 
  display: block; 
  margin-bottom: 40px;
}

blockquote h3.text-loud { 
  font-size: 26px;
}

span.section-title {
    display:block;
    position: relative;
    font-weight: 300;
    color: #333;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 2px solid #F5F5F5;
}

span.section-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    height: 2px;
    width: 60px;
    background: #B4B4B4;
}

h2 span.section-title { font-size: 34px; }
h3 span.section-title { font-size: 30px; }

/* blockquote
--------------------------------------------- */

blockquote {
  position: relative;
  padding: 40px;
  margin-bottom: 50px;
  text-align: center;
  background: #FFF;
  border: none;
}

blockquote h3 {
  font-size: 22px;
}

blockquote p {
  font-size: 18px;
  font-weight: 600;
}

blockquote:before, 
blockquote:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
blockquote:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


/* masthead
--------------------------------------------- */

.masthead {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100px;
  top:0;
  background: #fff;
  z-index: 1024;
  border-top: 5px solid #D63B28;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.masthead .tb-megamenu {
    margin-top: 0;
}

.masthead ul {
    margin-bottom: 0;
}

.masthead-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1200px;
  flex-grow: 1;
  margin: 0 auto;
  padding: 0 10px;
}

.row-mast-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: auto;
  justify-content: flex-end;
  margin:0;
  padding:0;
}

.row-mast-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: auto;
  margin:0;
  padding:0;
}

.site-logo { max-width: 180px; }
.site-logo img { padding-top: 10px; width: 180px; height: auto;}

.site-menu { flex-grow: 1; text-align: left; align-self: center; }

.site-mobile-search { align-self: center; }

.site-mobile { align-self: center; }

.header-items {}

.site-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: auto;
  padding: 0;
}

.site-members {
  padding-top: 5px;
}

.site-members li a {
  font-size: 16px;
  color: #505254;
}

.site-members li a:hover,
.site-members li a:focus,
.site-members li a.focus {
  color: #D73A28;
  text-decoration: none;
}

.site-members li a.scaf-search {
  font-size: 18px;
}

.site-members li:after {
    content: '|';
    margin-left: 14px;
    color: #ccc;
}

.site-members li:last-child:after {
    content: none;
}


@media screen and (max-width: 940px) {

  .site-donation { display: none; }

}

@media screen and (min-width: 1001px) {

  .site-mobile { display: none; }
  .site-mobile-search  { display: none; }

}

@media screen and (max-width: 1000px) {

  .site-menu { display: none; }
  .site-members { display: none; }

  .site-logo { margin-top: 15px;   }
  
  .site-mobile-search  { text-align: right; flex-grow: 1; font-size: 24px; padding: 20px 20px 0 20px;}
  .site-mobile { text-align: right; }

}




/* main menu / tb mega
--------------------------------------------- */

span.nav-title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

span.nav-title-br {
  text-transform: uppercase;
  font-weight: bold;
}

.tb-megamenu .dropdown-menu a.tb-block-link,  
.tb-block-link {
  display:inline;
  color: #007BA2;
  padding: 0;
}

.tb-megamenu .dropdown-menu a.tb-block-link:hover,  
.tb-block-link:hover {
  display:inline;
  color: #D63B28;
}

.tb-megamenu {
  margin-top: 0;
  background-color: transparent;
  display: block;
}

/* block in menu bg color */
.tb-megamenu .tb-block-bg {
  background-color: #F1F1F2;
  border-radius: 0 0 0 3px;
}

.tb-megamenu-item.menu-title,
.tb-megamenu-item.menu-title a,
.tb-megamenu-item.menu-title a,
.tb-megamenu-item.title a {
  line-height: 18px;
  margin: 10px 0 5px 0px;
  text-transform: uppercase;
  font-weight: bold;
}

.tb-megamenu-item.menu-title:first-child a,
.tb-megamenu-item.title:first-child a {
  margin-top: 15px;
}

.tb-megamenu-item.level-1 > a,
.tb-megamenu-item.level-1 > span.tb-megamenu-no-link {
	transition: all 0.2s;
}

.tb-megamenu .nav > li > a,
.tb-megamenu .nav > li > span.tb-megamenu-no-link {
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 12px 12px;
  text-shadow: none;
/*  transition: all 0.2s; */
}
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a.active,
.tb-megamenu .nav > li > a:hover,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:focus,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:hover {
  background-color: #fff;
  color: #D63B28;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  z-index: 902;
}

/* active state top-level menu during dropdown */
.tb-megamenu .nav > li:hover > a,
.tb-megamenu .nav > li:hover > span.tb-megamenu-no-link {  
  background: #fff;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
/*  transition: all 0.2s linear; */
}

.tb-megamenu .nav > li:hover:after,
.tb-megamenu .nav > li:hover > span.tb-megamenu-no-link:after,
.tb-megamenu .nav > li.level-1.mega.dropdown:hover:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    right:0;
    margin: 0 0 -8px 0;
    position: absolute;
    overflow: hidden;
    z-index: 903;
}
/*
.tb-megamenu .nav > li:hover > a:after,
.tb-megamenu .nav > li:hover > span.tb-megamenu-no-link:after,
.tb-megamenu .nav > li.level-1.mega.dropdown > a:hover:after,
.tb-megamenu .nav > li.level-1.mega.dropdown > a.active:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 15px;
    left: 0;
    right:0;
    margin: 0 0 -7px 0;
    position: absolute;
    overflow: hidden;
    z-index: 903;
}
*/
.tb-megamenu-item.level-1.mega a:hover {
    border-radius: 3px;
}

.tb-megamenu-item.level-1.mega.dropdown a:hover {
    border-radius: 3px 3px 0 0;
}

.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:hover,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:focus {
    background-color: #fff;
    color: #D63B28;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    box-shadow: none;
}

.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:hover,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:focus {
    background-color: #fff;
    color: #D63B28;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    z-index: 902;
}

.tb-megamenu .dropdown-menu li > a, 
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
    border-bottom: 0;
    border-top: none;
    padding: 5px 20px;
    text-shadow: none;
}

.tb-megamenu .dropdown-menu li.menu-title > a, 
.tb-megamenu .dropdown-menu li.menu-title > span.tb-megamenu-no-link {
    font-weight: 700;
    color: #007BA2;
}

.tb-megamenu .dropdown-menu li.menu-title > a:hover, 
.tb-megamenu .dropdown-menu li.menu-title > span.tb-megamenu-no-link:hover {
    color: #D63B28;
}

.tb-megamenu .dropdown-menu .active > a, 
.tb-megamenu .dropdown-menu .active > a:hover, 
.tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link, 
.tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link:hover {
    color: #D63B28;
    text-decoration: none;
    outline: 0;
    background-color: #FFF;
    background-color: #FFF;
    background-image: none;
    filter: none;
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, 
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, 
.tb-megamenu .nav > li.dropdown.open.active > a:hover, 
.tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
    background-color: #FFF;
    border-color: #444;
    color: #D63B28;
}

.tb-megamenu .dropdown-menu {
  margin: -1px 0 0 0;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  border-radius: 0 0 3px 3px;
  border: none;
  z-index: 900;
}

.tb-megamenu .nav .open > a, 
.tb-megamenu .nav .open > a:hover, 
.tb-megamenu .nav .open > a:focus {
    background-color: #FFF;
    border-color: transparent;
}

.tb-megamenu .nav > li.menu-donate:hover:after,
.tb-megamenu .nav > li.menu-ss:hover:after {
    content: none;
}

.tb-megamenu .nav > li.menu-donate > a {
  background-color: #D63B28;
  border: 1px solid #D63B28;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  margin-top: 18px;
  margin-left: 5px;
  padding: 4px 10px;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  z-index: 902;
}
.tb-megamenu .nav > li.menu-donate > a:focus,
.tb-megamenu .nav > li.menu-donate > a.active,
.tb-megamenu .nav > li.menu-donate > a.active-trail,
.tb-megamenu .nav > li.menu-donate > a:hover,
.tb-megamenu .nav > li.menu-donate > span.tb-megamenu-no-link:focus,
.tb-megamenu .nav > li.menu-donate > span.tb-megamenu-no-link:hover {
  background-color: #DCDDDE;
  border: 1px solid #DCDDDE;
  color: #FFF;
  border-radius: 0;
  box-shadow: none;
}

.tb-megamenu .nav > li.menu-ss > a {
  background-color: #FFF;
  border: 1px solid #007BA2;
  text-transform: uppercase;
  color: #007BA2;
  font-weight: 700;
  margin-top: 18px;
  margin-left: 10px;
  padding: 4px 12px;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  z-index: 902;
}

.tb-megamenu .nav > li.menu-ss > a:focus,
.tb-megamenu .nav > li.menu-ss > a.active,
.tb-megamenu .nav > li.menu-ss > a.active-trail,
.tb-megamenu .nav > li.menu-ss > a:hover,
.tb-megamenu .nav > li.menu-ss > span.tb-megamenu-no-link:focus,
.tb-megamenu .nav > li.menu-ss > span.tb-megamenu-no-link:hover {
  background-color: #007BA2;
  border: 1px solid #007BA2;
  color: #FFF;
  border-radius: 0;
  box-shadow: none;
}

.tb-megamenu .nav > li.menu-donate:hover > a:after,
.tb-megamenu .nav > li.menu-ss:hover > a:after {
  display:none;
}

.menu-wrap {
  position: relative;
  vertical-align: middle;
}

.icon-search {
  float: right;
  display: inline-block;
}

.header-right { position: relative; }


/* mobile menu icon */

.hamburger {
  margin-top: 30px;
  padding:10px 10px 6px 10px;
  background-color: #007BA2;
}

.hamburger a {
    padding:0;
    margin:0;
    line-height: 1.0;
}

/* mobile menu - mmenu
--------------------------------------------- */

.mm-menu_theme-dark {
  --mm-color-background:#007BA2;
/*  
  font-family: 'Montserrat', sans-serif; 
  font-weight:400;
  font-size:20px; 
*/
}

.mm-listitem a,
a.mm-navbar__title { text-transform: capitalize; }

/*
.mm-listview a {font-size:18px;}

.mm-listview .mm-next {background-color: rgba(3, 2, 1, .1);}


*/

.off-canvas-wrapper { display: none; }

@media all and (max-width:980px) {
    .masthead {
      min-height: 0;
    }
    .hamburger {
      margin-top: 20px;
    }
}

@media (min-width:980px) {
    .hamburger {
      display:none;
    }
}

@media (max-width:979px) {
    #main-menu-wrap {
      display:none;
    }
}


/* navbar modal search
--------------------------------------------- */

.modal-content .close {
    opacity: 1;
    font-size: 32px !important;
}

#sca-search .modal-header .close {
    margin-top: 10px !important;
    font-size: 38px !important;

}
#sca-search .modal-header .close {
    float: right;
    margin-top: 20px;
    margin-right: 30px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 1.0;
}
#sca-search .modal-header .close:hover {
    color: #F26722;
}
.modal-backdrop.in {
  opacity: .7;
}
.modal-header {
  padding: 0;
  margin: 0;
    border-bottom: none;
}
.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.modal-body { }

.modal-body h2 {
  padding: 0;
  margin: 0;
  color: #F26722;
  font-weight: 400;
}

.modal-body form {
  max-width: 800px;
  margin: 0 auto;
}

.modal-content .close {
  opacity: 1;
  font-size: 30px;
}

#sca-search .input-group > .form-control, 
#sca-search .input-group > .input-group-addon, 
#sca-search .input-group > .input-group-btn > .btn {
    height: 50px;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
}


/* tab menus
--------------------------------------------- */

nav.tabs > li > a:hover, 
nav.tabs > li > a:focus {
    border-color: transparent;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus,

.nav-tabs > li.active.open > a, 
.nav-tabs > li.active.open > a:hover, 
.nav-tabs > li.active.open > a:focus {

    color: #555555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    text-decoration-color: transparent;

}


/* member menu
--------------------------------------------- */

.menu--member-tools li a::before {
  font-family: fontawesome;
  color: #D43E2C;
  margin-right: 8px;
}

.menu--member-tools li a.member-account::before { content: "\f015"; }
.menu--member-tools li a.member-blog::before { content: "\f073"; }
.menu--member-tools li a.member-story::before { content: "\f044"; }
.menu--member-tools li a.member-logout::before { content: "\f08b"; }


/* campus menu
--------------------------------------------- */

#block-campusnavigation .menu { 
  background-color: #007BA2;
}

#block-campusnavigation .dropdown-menu { 
  background-color: #007BA2;
  position: relative;
  top: 100%;
  left: 0;
  z-index: 0;
  display: none;
  float: none;
  min-width: 160px;
  padding: 10px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; 
}

#block-campusnavigation .nav > li > a:hover,
#block-campusnavigation .nav > li > a:active,
#block-campusnavigation .nav > li.active > a,
#block-campusnavigation .nav > li > a:focus {
  background-color: #0098C7;
  color:#fff;
}

#block-campusnavigation .dropdown-menu > li.expanded > a:hover,
#block-campusnavigation .dropdown-menu > li > a:hover,
#block-campusnavigation .dropdown-menu > li > a:active,
#block-campusnavigation .dropdown-menu > li.active > a,
#block-campusnavigation .dropdown-menu > li > a:focus {
  background-color: #0098C7;
  color:#fff;
}

#block-campusnavigation .dropdown-menu > li.expanded > a {
  background-color: #262626;
}

#block-campusnavigation .nav > li > a,
#block-campusnavigation .dropdown-menu > li > a  {
  color: #fff;
}

#block-campusnavigation .dropdown-menu > .active > a, 
#block-campusnavigation .dropdown-menu > .active > a:hover, 
#block-campusnavigation .dropdown-menu > .active > a:focus {
  background-color: #0098C7;
  color: #fff;
}


/* footer menus
--------------------------------------------- */

.footer-top .nav > li > a:hover,
.footer-top .nav > li > a:focus {
  background-color: transparent !important;
}

.footer-top .nav .open > a, 
.footer-top .nav .open > a:hover, 
.footer-top .nav .open > a:focus {
    background-color: transparent !important;
    border-color: transparent !important;
}

/* buttons
--------------------------------------------- */

.btn-default,
.btn-success {
  padding:9px 18px;
  font-weight:700;
  font-size:18px;
  text-decoration: none;
  line-height:1.0;
  color: #fff;
  background-color: #D63B28;
  border-color: #D63B28;
  border-radius: 0;
  transition: all 0.2s linear;
}

.btn-danger {
  padding:10px 18px;
  font-weight:700;
  font-size:18px;
  text-decoration: none;
  line-height:1.0;
  color: #fff;
  border-radius: 0;
  transition: all 0.2s linear;
}

.btn-blue,
.btn-primary {
  background-color: #007BA2;
  border-color: #007BA2;
}

.btn-success {
	background-color: #007BA2;
	border-color: #007BA2;
}

.whatissca .btn-default {
  background-color: #007BA2;
  border-color: #007BA2;
}

.whatissca .btn-default:hover,
.btn-primary:hover,
.btn-blue:hover,
.btn-danger:hover,
.btn-success:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #DCDDDE;
  border-color: #DCDDDE;
  text-decoration:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-footer {
  padding:6px 14px;
  font-size:16px;
  margin-bottom:10px;
}

.btn-default.btn-footer:hover,
.btn-default.btn-footer:focus,
.btn-default.btn-footer.focus,
.btn-default.btn-footer:active,
.btn-default.btn-footer.active {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
    text-decoration:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.btn-default.btn-footer .btn:active,
.btn-default.btn-footer .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-margin { margin-bottom:10px; }

.btn-sm {
  padding:8px 14px;
  font-weight:400;
  font-size:16px;
}

.btn-page-return {
  margin-top: 10px;
}


/* pagination
--------------------------------------------- */

.pagination > li:first-child > a, 
.pagination > li:first-child > span {

    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}

.pagination > li:last-child > a, 
.pagination > li:last-child > span {

    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}

.pagination > li > a, 
.pagination > li > span {

    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #007BA2;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {

    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #007BA2;
    border-color: #007BA2;

}

/* breadcrumbs
--------------------------------------------- */

.breadcrumb-wrap {
  background-color: #EDEDEE;
  margin-bottom: 50px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
}
.breadcrumb a {
    text-transform: capitalize;
}


@media (max-width: 768px) {

  .breadcrumb-wrap { display: none; }
}


/* nodes
--------------------------------------------- */

.section-intro {
  padding-top: 50px;

}

.page-title-wrap {
    padding: 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #F5F5F5;
}

.page-header {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 0;
    border: none;
}

.page-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    height: 2px;
    width: 60px;
    background: #B4B4B4;
}

.author {
  margin-bottom: 20px;
}

.field--name-upload {
  clear:both;
}


/* comments
--------------------------------------------- */

.comment {
  padding: 15px 20px 10px 20px;
    margin-bottom: 10px;
}

.commentlist li .img {
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    float: left;
    height: 84px;
    margin: 0 25px 0 0;
    width: 84px;
}

.comments-wrap { clear:both; }

.comments-wrap article:nth-child(even){
  background-color: #FAFAFA;
}
.comments-wrap article:nth-child(odd){
  background-color: #FFF;
}

.indented {
  margin-left: 25px; 
}

/* section callout susan
--------------------------------------------- */

section.callout-spokesperson {
	margin:0;
	padding:0;
}

section.callout-spokesperson::before {
  content:"";
  width: 66%;
  height: 2px;
  background-color: #f0f0f0;
  margin: 0 auto;
  display: block;
}

section.callout-spokesperson span.message {
  display: inline-block;
  padding: 30px 0 20px 0;
}

section.callout-spokesperson span.message h2 {
  color: #333;
}

section.callout-spokesperson .callout-row {
	display: table;
	table-layout:fixed;
	width: 90%;
	margin: 0 auto;
}

section.callout-spokesperson .callout-col-50 {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}

section.callout-spokesperson .callout-align-bottom {
	vertical-align: bottom;
}


/* mobile fixes */
@media (max-width: 1000px) {

	section.callout-spokesperson .callout-col-50 { 
		width: 100%; 
		display: block;
		padding: 0;
  	}

  section.callout-spokesperson span.message {
    padding: 0;
  }

  section.callout-spokesperson::before {
    margin-bottom: 30px;
  }

}


/* section one in ten
--------------------------------------------- */

.oneinten {
  position: relative;
  background-color: #F26722;
  color:#fff;
}

.banner-oneinten-wrap {
  height: 320px;
  position: relative;
}
.banner-oneinten {
  position: absolute;
  width: 100%;
  padding: 80px 0 80px 0; 
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 80%;
  color: #fff;
  background-color: #F26722;
}
.banner1-oneinten {
  background-image: url(../images/1-in-10-survive.svg);
  opacity: 1.0;
  transition: all 600ms ease;
}
.banner2-oneinten {
  background-image: url(../images/5-in-10-survive.svg);
  opacity: 0;
  transition: all 600ms ease;
}
.banner-oneinten-wrap:hover .banner1-oneinten {
  opacity: 0;
}
.banner-oneinten-wrap:hover .banner2-oneinten {
  opacity: 1.0;
}
.banner-oneinten h2 { 
  color: #fff; 
  font-size: 30px;
  font-style: italic;
}

.banner-oneinten h2 span { 
  color: #fff; 
  font-size: 80px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}

a.oneinten-link { 
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

@media all and (max-width:768px) {

  .banner-oneinten h2 span { 
    font-size: 30px;
  }
  .banner-oneinten h2 { 
    font-size: 20px;
    font-style: italic;
  }

  .banner-oneinten-wrap {
    height: 150px;
  }

  .banner-oneinten {
    padding: 30px 0 20px 0; 
  }

}

/* section what is sca
--------------------------------------------- */

.whatissca {
  position: relative;
  padding: 80px 0;
  background-color: #D63B28; 
  color: #fff;
}

.youtube-wrap {
  display: inline-block;
}

.whatissca h2 {
  color: #fff;
}


/* section we got the beat
--------------------------------------------- */

.heartbeat {
  position: relative;
  padding: 80px 0; 
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
  color: #fff;
}

.vert-align {
  position: relative;
}

.heartbeat span {
  display: inline-block;
  padding: 30px;
  background-color: rgba(0,0,0,.5);
}

.heartbeat h2 {
  color: #fff;
}

.heartbeat-wrap {
  display: inline-block;
  background-color: #fff;
}


/* mobile fixes */
@media (max-width: 800px) {

  .heartbeat-wrap {
    margin-top: 20px;
  }

}


/* section board bios
--------------------------------------------- */

#scaf-bios-board {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/section-bg-team-board.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#scaf-bios-board h2.block-title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 24px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.field--name-field-bio-image img { margin-bottom: 30px; }


/* section advisor bios
--------------------------------------------- */

#scaf-bios-advisors {
  padding-top: 60px;
  padding-bottom: 0px;
  overflow: hidden;
}

#scaf-bios-advisors h2.block-title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 24px;
  color: #000;
  border-bottom: 1px solid #000;
}

/* section staff bios
--------------------------------------------- */

#scaf-bios-staff {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

#scaf-bios-staff h2.block-title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 24px;
  color: #000;
  border-bottom: 1px solid #000;
}


/* nodes staff bios
--------------------------------------------- */

.team-bio-image {
  float: left;
  padding: 0 30px 10px 0;
}

.team-bio-image img {
  max-width: 280px;
}

/* section make a difference
--------------------------------------------- */

.icon-banner {
  position: relative;
  padding: 100px 0; 
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h2.section-title {
  font-size: 38px;
  color:#fff;
  margin-bottom: 40px;
}

div.icon-block {
    position:relative;
    padding: 20px;
    margin:0 auto 20px 0;
    width:100%; 
    min-height:360px;
    overflow:hidden;
    transition: all 300ms ease;
}
.icon-dark { color:#FFF; }
.icon-dark h2 { color:#FFF; }
.icon-light { color:#000; }
.icon-light h2 { color:#000; }

div.icon-block:after {
    content:'';
    position:absolute;
    top:40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius:100%;
    width:120px; 
    height:120px;
}

div.icon-blue:after { 
  background: url(../images/icon-cpr-hands-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px 140px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 123, 162, 1.0);
  transition: all 300ms ease;  
}

div.icon-red:after { 
  background: url(../images/icon-cpr-hands-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px 140px;
  box-shadow: 0px 0px 0px 2000px rgba(214, 59, 40, 1.0);
  transition: all 300ms ease;  
}

div.icon-white:after { 
  background: url(../images/icon-community-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px 140px;
  box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 1.0);
  transition: all 300ms ease;
}
div.icon-orange:after { 
  background: url(../images/icon-donate-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px 140px;
  box-shadow: 0px 0px 0px 2000px rgba(242, 103, 34, 1.0); 
  transition: all 300ms ease;
}

.icon-block h2,
.icon-block p {
  text-align: center;
  position: relative;
  z-index: 10;
}

.icon-block h2 {
  margin-top: 160px;
  margin-bottom: 15px
}

a.icon-link { 
  text-decoration: none;
  display: block;
}

a.icon-link:hover div.icon-block {
  transform: translate(0px, -10px);
}

a.icon-link:hover div.icon-blue:after {
  box-shadow: 0px 0px 0px 2000px rgba(0, 123, 162, 0.9); 
}
a.icon-link:hover div.icon-red:after {
  box-shadow: 0px 0px 0px 2000px rgba(214, 59, 40, 0.9); 
}
a.icon-link:hover div.icon-white:after {
  box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.9);
}
a.icon-link:hover div.icon-orange:after {
  box-shadow: 0px 0px 0px 2000px rgba(242, 103, 34, 0.9); 
}

/* section sponsors
--------------------------------------------- */

.section-sponsors {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-sponsors h4 {
  margin-bottom: 30px;
}

.slider {
  margin:40px auto;
}

.slides {
  text-align: center;
}
.slides img {
  margin: 0 auto;
}

/* section shop
--------------------------------------------- */

ul.shirt-images li:first-child {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #F0F0F0;
}

/* section footer-top
--------------------------------------------- */

.footer-top { 
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #EFF7FC;
}

.footer-top h3.title {
  padding-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #CBD2D6;
}

.footer-top h3 {
  color: #000;
}

/* section footer
--------------------------------------------- */

.footer { 
  margin-top: 0;
  padding: 20px 0 0 0;
  background-color: #007BA2;
  color: #fff;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #919191;
	text-decoration: underline;
}


/* social icons footer + partners
--------------------------------------------- */

ul.social li span { display:none; }

ul.social li a {
  display: block;
  border-radius: 2px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  opacity: .35;
  filter: alpha(opacity=35);
  transition: opacity .2s linear;
  text-align: center;
}

ul.social li a:hover {
  opacity: 1.0;
  text-decoration: none;
}

ul.social li  {
  margin-bottom: 10px;
}


/* social icons nodes
--------------------------------------------- */

.stay-connected { padding: 0 0 10px 0; }


ul.page-social [class^="icon-"]:before,
ul.page-social [class*=" icon-"]:before {
  font-size: 18px !important;
  color: #000;
}

ul.page-social [class^="icon-"]:hover:before,
ul.page-social [class*=" icon-"]:hover:before {
  font-size: 18px !important;
  color: #FFF;
}

ul.page-social a.color {background: #fff;} 
ul.page-social a.color:hover {color: #fff;}

ul.page-social li span { display:none; }

ul.page-social.list-inline > li {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
}

ul.page-social li a {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 0;
  opacity: 1.0;
  filter: alpha(opacity=100);
  transition: opacity .2s linear;
  text-align: center;
  border: 1px solid #DDD;
/*  box-shadow: 0px 0px 1px 0px rgba(70,70,70,1.0); */
}

ul.page-social li a:hover {
  opacity: .8;
  text-decoration: none;
  border: 1px solid transparent;
}


/* images, icons and video
--------------------------------------------- */

/* images */

p.text-align-center img {
  margin: 0 auto;
}

.footer-logos img {
/*  max-height: 60px; */
  max-height: 100px;
  width: auto;
}

/* youtube video - video embed */

.video-embed-field-responsive-video {
  margin-top: 30px;
  margin-bottom: 40px;
}


/* node + blog + survivor story featured images */

figure.align-left,
figure.image-block {
  margin: 10px 30px 20px 0;
  float: left;
  display: table;
  max-width: 400px;
}

figure.align-right {
  margin: 10px 0 20px 30px;
  float: right;
  display: table;
  max-width: 400px;
}

img.align-left {
  margin: 10px 30px 20px 0;
}

img.align-center {
  margin-bottom: 30px;
}

/* responsive images in ckeditor wysiwyg */
.field--name-body img,
.field--name-body figure > img,
.field--name-body .img-responsive,
.field--name-body .thumbnail > img,
.field--name-body .thumbnail a > img,
.field--name-body .carousel-inner > .item > img,
.field--name-body .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure figcaption,
figure.image-block figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 5px 10px;
  background-color: #DCDDDE;
  font-size: 16px;
}

.media-object figure.image-block figcaption {
  font-size: 14px;
}

.region-sidebar .block-icon {
  max-width: 160px;
}

.region-sidebar .block-icon-small {
  max-width: 100px;
}

/* page banners 
--------------------------------------------- */

.page-banner {
  width: 100%;
  position: relative;
  padding: 120px 0; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.page-banner h1 {
  margin:0;
  padding:0 15px;
  font-size: 50px;
  line-height: 1.0;
  color: #fff;
}

body.page-node-8715 .page-banner h1 {
  color: #007BA2;;
}

/* views - feature links 
--------------------------------------------- */

#block-views-block-features-block-1 .features {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

#block-views-block-features-block-1 {
  border-bottom: 1px solid #CFD1D2;
}

#block-views-block-features-block-1 h2.block-title {
  margin: 0;
  padding: 15px 0 15px 18%;
  background-color: #007BA2;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

#block-views-block-features-block-1 h3 {
  position: relative;
  margin: 20px 0 15px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #777;
}

#block-views-block-features-block-1 h3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: -10px;
  left:0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
  background-color: #D43E2C;
}

#block-views-block-features-block-1 p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: all 0.20s ease-in-out 0s;
}

#block-views-block-features-block-1 .feature {
  width: 16.66666667%;
  padding: 15px 15px 20px 15px;
  border-right: 1px solid #CFD1D2;
}

#block-views-block-features-block-1 .feature:hover h3 {
  color: #D43E2C;
}

#block-views-block-features-block-1 .feature:hover h3:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#block-views-block-features-block-1 .feature:hover p {
  color: #CFD1D2;
}

#block-views-block-features-block-1 .feature:first-child {
  border-left: 1px solid #CFD1D2;
}

#block-views-block-features-block-1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#block-views-block-features-block-1 a:hover,
#block-views-block-features-block-1 a:focus {
  text-decoration: none;
}


@media screen and (max-width: 960px) {

  #block-views-block-features-block-1 .feature {
    width: 50%;
    border-bottom: 1px solid #CFD1D2;
  }

  #block-views-block-features-block-1 {
  border-bottom: none;
  }

}

@media screen and (max-width: 768px) {

  #block-views-block-features-block-1 .feature {
    width: 100%;
  }

}

/* views - programs block
--------------------------------------------- */

#block-views-block-programs-block-1 h2.block-title {
  display:block;
    position: relative;
    font-size: 22px;
    font-weight: 300;
    color: #333;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 2px solid #F5F5F5;
}

#block-views-block-programs-block-1 h2.block-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    height: 2px;
    width: 60px;
    background: #B4B4B4;
}

#block-views-block-programs-block-1 .scaf-programs {
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 2px solid #F5F5F5;
}

#block-views-block-programs-block-1 .view-content .views-row:last-child .scaf-programs {
  padding-bottom: 0;
  border: none;
}

#block-views-block-programs-block-1 .scaf-programs img {
  margin-top: 5px;
  margin-bottom: 15px;
  max-width: 220px;
}

#block-views-block-programs-block-1 .scaf-programs h3 {
  font-weight: 400;
}

#block-views-block-programs-block-1 .scaf-programs p {
  font-size: 16px;
}

#block-views-block-programs-block-1 .scaf-programs img {  
  border: 13px solid #eff2f6;
}


/* views - programs blog block
--------------------------------------------- */

#block-views-block-blog-block-1 {
  position: relative;
}

#block-views-block-blog-block-1 h2.block-title {
  display:block;
    position: relative;
    font-size: 22px;
    font-weight: 300;
    color: #333;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 2px solid #F5F5F5;
}

#block-views-block-blog-block-1 h2.block-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    height: 2px;
    width: 60px;
    background: #B4B4B4;
}

#block-views-block-blog-block-1 .scaf-blogs {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 2px solid #F5F5F5;
}

#block-views-block-blog-block-1 .view-content .views-row:last-child .scaf-blogs {
  border-bottom: none;
}

#block-views-block-blog-block-1 .scaf-blogs .media-body {
    padding-top: 15px;
    padding-left: 10px;
}

#block-views-block-blog-block-1 .scaf-blogs img {
    max-width: 80px;
}

#block-views-block-blog-block-1 .scaf-blogs p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  padding-bottom: 0;
  color: #888;
}

#block-views-block-blog-block-1 .scaf-blogs h4 {
  font-weight: 400;
  font-size: 18px;
}

#block-views-block-blog-block-1 .btn {
  position: absolute;
  top: 15px;
  right: 10px;
}




/* views - partners 
--------------------------------------------- */

#block-views-block-scaf-partners-block-4 {
  margin-bottom: 50px;
}

#block-views-block-scaf-partners-block-1,
#block-views-block-scaf-partners-block-2,
#block-views-block-scaf-partners-block-3,
#block-views-block-scaf-partners-block-5,
#block-views-block-scaf-partners-block-6,
#block-views-block-scaf-partners-block-7 {
  margin-bottom: 0px;
}

#block-views-block-scaf-partners-block-1 h2.block-title,
#block-views-block-scaf-partners-block-2 h2.block-title,
#block-views-block-scaf-partners-block-3 h2.block-title,
#block-views-block-scaf-partners-block-4 h2.block-title,
#block-views-block-scaf-partners-block-5 h2.block-title,
#block-views-block-scaf-partners-block-6 h2.block-title,
#block-views-block-scaf-partners-block-7 h2.block-title {
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 24px;
  background-color: #f0f0f0;
  color: #333;
}

#block-views-block-scaf-partners-block-1 h2.block-title::before,
#block-views-block-scaf-partners-block-2 h2.block-title::before,
#block-views-block-scaf-partners-block-3 h2.block-title::before,
#block-views-block-scaf-partners-block-4 h2.block-title::before,
#block-views-block-scaf-partners-block-5 h2.block-title::before,
#block-views-block-scaf-partners-block-6 h2.block-title::before,
#block-views-block-scaf-partners-block-7 h2.block-title::before {
  content: "\f21e";
  font-family: fontawesome;
  float:left;
  color: #D43E2C;
  margin-right: 8px;
}

span.partner-logo {
  display: block;
}

span.partner-logo a img {
  transition: all 300ms ease;
}


span.partner-logo a img:hover {
  transform: scale(.95);
}


/* views - partners carousel
--------------------------------------------- */

#block-views-block-partners-carousel-block-1 a img {
  transition: all 300ms ease;
}

#block-views-block-partners-carousel-block-1 a img:hover {
  transform: scale(.9);
}



/* nodes - partners
--------------------------------------------- */

.page-node-type-partner .field--name-field-partner-logo img {
  margin: 0 auto 30px auto;
}


/* nodes - psp awards (nominees)
--------------------------------------------- */


.page-node-type-psp-award .psp-info {
  margin: 10px 30px 20px 0;
  float: left;
}

figure.psp-image-block {
  display: table;
  max-width: 400px;
}

.page-node-type-psp-award .psp-info-details {
  padding: 20px;
  background-color: #F0F0F0;
}


/* node - donate scaf awareness month
--------------------------------------------- */

.share-your-heart {
	padding: 30px;
	background-color: #D6EAF5;
	margin-bottom: 40px;
}

body.page-node-9165 .page-banner-title {
	max-width: 880px;
	margin: 0 auto;
}

body.page-node-9165 .main-container,
body.page-node-9166 .main-container {
    padding-bottom: 20px;
}

.img-responsive.selfie {
  max-width: 300px !important;
  margin: 0 auto;
  border: 5px solid white;
  transform: rotate(-6deg);
  box-shadow: -5px 0px 15px #888;
}

.img-responsive.selfie-mobile {
  max-width: 200px !important;
  margin: 20px auto 0 auto;
  border: 5px solid white;
  transform: rotate(-6deg);
  box-shadow: -5px 0px 15px #888;
}

@media all and (max-width:768px) {

  .img-responsive.selfie {
    margin-top: 30px;
  }

  #block-scafawarenessmonthshareyourheart {
    display:none;
  }

  .share-your-heart { margin-top: 30px; }

}

@media all and (min-width:769px) {

  #block-scafawarenessmonthshareyourheartmobile{
    display:none;
  }

}

/* blocks
--------------------------------------------- */

a.block-link {
  display: block;
  width: 100%;
  height: 100%;
}

.region-sidebar {
  padding-left: 25px;
}

.region-sidebar .block { 
  margin-bottom: 30px; 
}

.region-content-bottom {
	padding-top: 30px;
	padding-bottom: 40px;
}

#block-addtoanybuttons h2.block-title {
	font-size: 26px;
}

.cta {
  padding: 30px 15px;
  color: #fff;
}

.cta h2,
.cta a {
  color: #fff;
  transition: all 0.2s;
}

.cta a:hover {
  color: #ccc;
  text-decoration: none;
}

.red { background-color: #D63B28; }
.orange { background-color: #F26722; }


#block-useraccountmenu ul.menu--account li {
  float: none;
}

#block-footercopyright { position: relative; }

#block-footercopyright:after {
  position: absolute;
  content: '';
/*  left: calc(100% + 9px) ; */
  left: calc(100% + 40px) ;
  width: 2px;
  height: 80%;
  top: 10%;
  background-color: #54A6C1;
}

#block-membertools,
#block-campusnavigation {
  margin-bottom: 30px;
}

#block-sponsorshipopportunities {
  margin-top: 40px;
}


/* attachments / downloads
--------------------------------------------- */

.field--name-upload th {
	background-color: #949494;
	color: #fff;
}

.field--name-upload .field--label {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.file {
    font-size: 90%;
    font-weight: 700;
}

.file .glyphicon {
	margin-right: 10px;
}

/* admin
--------------------------------------------- */

nav.tabs {
  margin-bottom: 20px;
}



/* forms
--------------------------------------------- */


/* mailchimp */

#mc_embed_signup { background: transparent; clear:left; }


/* donate + shop */

.form-wrap {
  padding: 20px 20px 25px 20px;
  background-color: #F0F0F0;
}

.required { color: #FF0000; }

.form-control,
.input-group-lg > .form-control, 
.input-group-lg > .input-group-addon, 
.input-group-lg > .input-group-btn > .btn {
	border-radius: 0;
}

/* panels
--------------------------------------------- */

.panel-heading { border-radius: 0; }
.panel { border-radius: 0; }

/* member profiles
--------------------------------------------- */

.user-info .label {
    display: inline;
    padding: 0.2em 0 0.3em 0;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}


/* view - testimonials
--------------------------------------------- */

.testimonial {
  position: relative;
  padding: 30px 0 20px 0;
  margin-bottom: 50px;
  text-align: center;
  background: #FFF;
}

.testimonial h3 {
  margin-bottom: 20px;
}

.testimonial p {
  font-size: 26px;
  font-weight: 600;
}

.testimonial:before, .testimonial:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.testimonial:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.slider-testimonials .slick-prev:before,
.slider-testimonials .slick-next:before {
  color: black;
}

.slider-testimonials .slick-slide {
      margin: 0px 50px;
}

.slider-testimonials .slick-next {
    right: 5px;
    z-index: 20;
}

.slider-testimonials .slick-prev {
    left: 5px;
    z-index: 20;
}

.slick-prev::before, 
.slick-next::before {
    font-size: 30px;
}


/* view - faqs accordion
--------------------------------------------- */

.view-sca-faq .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border:0;
    box-shadow: none;
}

.view-sca-faq .panel-heading {
  border: 0;
  border-radius: 0;
  padding: 0px;
  position:relative;
}

.view-sca-faq .panel-body {
    border:0;
    background-color: #f7f7f7;
}

.view-sca-faq .panel-heading h4 {
  padding:0;
  margin:0;
  color: #555;
  font-size:20px;
}

.view-sca-faq .panel-heading a {
  position: relative;
  padding: 12px 35px 12px 12px;
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  background-color: #DCDDDE;
}

.view-sca-faq .panel-heading a:hover {
  background-color: #007BA2;
  color: #FFF;
}

.view-sca-faq .panel-heading a[data-toggle="collapse"]::after {
  content: "\f067";
  font-family: fontawesome;
  float: right;
  position: absolute;
  right:15px;
  top: 50%;
  margin-top: -10px;
}

.view-sca-faq .panel-heading a[aria-expanded="true"] {
  background-color: #007BA2;
  color: #FFF;
}

.view-sca-faq .panel-heading a[aria-expanded="true"]::after {
  content: "\f068";
  color: #FFF;
}


/* views - all article media components
--------------------------------------------- */

@media screen and (min-width: 768px) {

  .media .media-body { padding-left: 20px; }

}


/* view - page sca news
--------------------------------------------- */

.greeting {
  padding: 0px 0 40px 0;
}

#views-bootstrap-sca-articles-page-1 .media::after {
	content: "";
	display: block;
	margin: 35px 0 25px 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #eee;
  clear: both;
}

#views-bootstrap-sca-articles-page-1 .media:last-child::after {
	display: none;
}

#views-bootstrap-sca-articles-page-1 .media .pull-left a {
	min-width: 220px;
}

#views-bootstrap-sca-articles-page-1 .media .pull-left img {
	margin-left: auto;
	margin-right: auto;
}

#views-bootstrap-sca-articles-page-1 .media img {
	transition: all 300ms ease;
}


#views-bootstrap-sca-articles-page-1 .media .pull-left {
	display: block;
	min-width: 220px;
	overflow: hidden;
}

#views-bootstrap-sca-articles-page-1 .media a:hover img {
	transform: scale(.96);
	opacity: .8;
}


/* view - page survivor stories
--------------------------------------------- */

#views-bootstrap-survivor-stories-page-1 .media:after {
	content: "";
	display: block;
	margin: 50px 0 25px 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #eee;
  clear: both;
}

#views-bootstrap-survivor-stories-page-1 .media:last-child::after {
	display: none;
}

#views-bootstrap-survivor-stories-page-1 .media img {
	position: relative;
	transition: all 300ms ease;
}

#views-bootstrap-survivor-stories-page-1 .media .pull-left a { 
  display:inline-block;
	position: relative;
  overflow: hidden; 
}

#views-bootstrap-survivor-stories-page-1 .media .pull-left:hover a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 2;
}

#views-bootstrap-survivor-stories-page-1 .media .pull-left:hover a::after {  
	position: absolute;
	font-family: FontAwesome;
	content: '\f004';
	top: 20%;
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	font-size: 100px;
	opacity: 1.0;
	color: #D63B28;
	z-index: 3;
}

#views-bootstrap-survivor-stories-page-1 .media .pull-left:hover img {
	transform: scale(1.2);
  filter: blur(5px);
  -ms-filter: blur(5px);
}

#views-bootstrap-survivor-stories-page-1 .media .pull-left a:hover {
	text-decoration: none;
}

/* view - psp awards
--------------------------------------------- */

#views-bootstrap-psp-awards-page-1 .media:after,
#views-bootstrap-psp-awards-page-2 .media:after {
  content: "";
  display: block;
  margin: 50px 0 25px 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eee;
  clear: both;
}

#views-bootstrap-psp-awards-page-1 .media:last-child::after,
#views-bootstrap-psp-awards-page-2 .media:last-child::after {
  display: none;
}

#views-bootstrap-psp-awards-page-1 .media img,
#views-bootstrap-psp-awards-page-2 .media img {
  position: relative;
  transition: all 300ms ease;
}

#views-bootstrap-psp-awards-page-1 .media .pull-left a,
#views-bootstrap-psp-awards-page-2 .media .pull-left a { 
  display:inline-block;
  position: relative;
  overflow: hidden; 
}

#views-bootstrap-psp-awards-page-1 .media .pull-left:hover a::before,
#views-bootstrap-psp-awards-page-2 .media .pull-left:hover a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 2;
}

#views-bootstrap-psp-awards-page-1 .media .pull-left:hover a::after,
#views-bootstrap-psp-awards-page-2 .media .pull-left:hover a::after {  
  position: absolute;
  font-family: FontAwesome;
  content: '\f004';
  top: 20%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  font-size: 100px;
  opacity: 1.0;
  color: #D63B28;
  z-index: 3;
}

#views-bootstrap-psp-awards-page-1 .media .pull-left:hover img,
#views-bootstrap-psp-awards-page-2 .media .pull-left:hover img {
  transform: scale(1.2);
  filter: blur(5px);
  -ms-filter: blur(5px);
}

#views-bootstrap-psp-awards-page-1 .media .pull-left a:hover,
#views-bootstrap-psp-awards-page-2 .media .pull-left a:hover {
  text-decoration: none;
}


/* view - member blogs
--------------------------------------------- */

#views-bootstrap-blog-page-1 .media:after {
  content: "";
  display: block;
  margin: 50px 0 25px 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eee;
  clear: both;
}

#views-bootstrap-blog-page-1 .media:last-child::after {
  display: none;
}

#views-bootstrap-blog-page-1 .media img {
  position: relative;
  transition: all 300ms ease;
}

#views-bootstrap-blog-page-1 .media .pull-left a { 
  display:inline-block;
  position: relative;
  overflow: hidden; 
}

#views-bootstrap-blog-page-1 .media .pull-left:hover a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 2;
}

#views-bootstrap-blog-page-1 .media .pull-left:hover a::after {  
  position: absolute;
  font-family: FontAwesome;
  content: '\f004';
  top: 20%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  font-size: 100px;
  opacity: 1.0;
  color: #D63B28;
  z-index: 3;
}

#views-bootstrap-blog-page-1 .media .pull-left:hover img {
  transform: scale(1.2);
  filter: blur(5px);
  -ms-filter: blur(5px);
}

#views-bootstrap-blog-page-1 .media .pull-left a:hover {
  text-decoration: none;
}


/* ARTICLE MEDIA SIZES
--------------------------------------------- */

.media .pull-left a {
  max-width: 200px;
}


/* tooltips
--------------------------------------------- */

.tooltip-inner {
	background-color: #FBB040;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #FBB040;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #FBB040;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #FBB040;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #FBB040;
}


/* scroll top
--------------------------------------------- */

a.scrollup{
  height:52px;
  width:52px;
  color:#fff;
  background:#007BA2;
  font-size:30px;
  line-height:46px;
  text-align:center;
  text-decoration:none;
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:9999;
  opacity:0.5;
  border-radius:4px;
  border:2px solid #bbb;
}

a.scrollup:hover{
  opacity:1;
  color:#fff;
}


/* drupal overrides
--------------------------------------------- */

.alert > p { padding-bottom: 0; }


/* media queries
--------------------------------------------- */


/* article/blog/news/media-object + mobile fixes
--------------------------------------------- */


@media all and (max-width:768px) {

 .media .pull-left {
    float: none;
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .media .pull-left img {
    width: 100% !important;
    height: auto;
    margin: 0 auto;
  }

  .media-body { clear: both; }

  .region-sidebar { padding-left: 0; padding-top: 30px;}

  #block-homepage { display: none; }

  .region-footer-top .block { margin-bottom: 40px; }

  #block-footercopyright:after { display:none; }

  .footer-logos img { }

  .page-banner { padding: 80px 0; }

  .page-banner h1 { font-size: 30px; }

  h2 span.text-loud, h2.text-loud { font-size: 30px; }

  h3 span.text-loud, h3.text-loud { font-size: 26px; }

  span.text-loud { display: block; margin-bottom: 40px; }

  #block-views-block-programs-block-1 .scaf-programs img { max-width: 100%; }

  blockquote h3.text-loud { font-size: 20px; }

  .page-title-wrap { margin-top: 30px; }

  .page-node-8716 .form-wrap { margin-bottom: 30px; }

  #block-views-block-testimonials-block-1 h3.text-loud { font-size: 22px; }
  #block-views-block-testimonials-block-1 p { font-size: 16px; }

}


@media (min-width:769px) {

  li[data-id="menu_link_content:03dbfeb0-67f9-4d07-9fec-cbde8fefb71d"],
  li[data-id="menu_link_content:9bb1c604-55c8-4515-8e28-0ac78230de5e"],
  li[data-id="menu_link_content:b15044bb-e4d4-4e9f-b6bb-9a4e4f0519f8"],
  li[data-id="menu_link_content:03dbfeb0-67f9-4d07-9fec-cbde8fefb71d"],
  li[data-id="menu_link_content:02e2fc2c-34af-44a2-82e3-b5c79e5ce5f3"],
  li a.user-mobile-link,
  .mobile-only { 
    display: none; }
    
}



/* wide breakpoint */
/*
@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}
*/