@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');

html {
    font-family: 'Raleway',sans-serif;
    overflow-x: hidden;
    font-size: 16px;
}

h1 {
    color: #66318f;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
}

h2 {
    color: #00a8bf;
	font-weight: 500;
}

h3 {
    color: #00a8bf;
	font-weight: 500;
}

h2.page-title {
	padding-top: 30px;
}
.content h2.page-title {
    margin: 0 30px 20px 0;
	color: #66318f;
	font-weight: 500;
}

.includelet.big-fonts {
    font-size: 16px;
    line-height: 100%;
}

.includelet.big-fonts h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
}

.includelet.big-fonts h2 {
    font-size: 30px;
    line-height: 100%;
	font-weight: 500;
}

.includelet.big-fonts h3 {
    font-size: 24px;
	color: #00a8bf;
    line-height: 100%;
	font-weight: 500;
}

.includelet.our-team h2{
	font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h1,
    .includelet.big-fonts h1 {
        font-size: 40px;
    }
    h2,
    .includelet.big-fonts h2 {
        font-size: 25px;
    }
}

h4 {
    font-size: 125%;
}

/* unvisited link */
a:link {
    color: #ee2f7b;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #ee2f7b;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #d62a6e;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #d62a6e;
    text-decoration: none;
}

.breadcrumb {
    display: hidden;
    padding: 0;
    font-size: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.jumbotron {
    background-color: #fff;
    border-color: #66418f;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.navbar {
    margin-bottom: 0;
}

.dropdown-menu > li > a {
    color: #fff;
}

.navbar-inverse {
    border-color: transparent;
    background-color: #faa81c;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

/* make menu font smaller for tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse {
        font-size: 14px;
    }
}

.nav-logo > li > a {
    color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #FAA81C;
    background-color: #FAA81C;
}

.banner-outer {
 background-color: #faa81c;
}
.banner-inner {
 background-color: #faa81c;
}

.jumbotron .header-inner {
 padding: 0px;
}

div#navbar-header {
    background-color: #faa81c;
}

.full-width-content {
    padding: 0 0 20px;
}

.full-width-wrapper {
    padding-top: 0;
    position: absolute;
    background: url(/vcsutton/assets/images/home-page-volunteering?attr=image_12col) no-repeat center center;
    background-position: center center;
    background-size: cover;
    z-index: -10;
}

.full-width-wrapper2 {
    position: absolute;
    background: url(/vcsutton/assets/images/org-home-page-image?attr=image_12col) no-repeat center center;
    background-position: center center;
    background-size: cover;
    z-index: -10;
}

.full-width-wrapper3 {
    position: absolute;
    background: url(/vcsutton/assets/images/volunteering-page?attr=image_12col) no-repeat center center;
    background-position: center center;
    background-size: cover;
    opacity: .4;
    z-index: -10;
}

.full-width-wrapper4 {
    position: absolute;
    background: url(/vcsutton/assets/images/organisations-page?attr=image_12col) no-repeat center center;
    background-position: center center;
    background-size: cover;
    opacity: .4;
    z-index: -10;
}

.full-width-wrapper-grey {
    position: absolute;
    background: #dedbda no-repeat center center;
    background-position: center center;
    background-size: cover;
    z-index: -10;
}

.full-width-panel {
    position: relative;
    padding: 10px 0 20px;
}

.full-width-panel::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5000px;
    left: -1000px;
    background: #66318f;
    z-index: -10;
    border: 0;
    box-shadow: 0 0;
}

.full-width-panel>p {
    color: #fff;
    font-weight: 700;
    font-size: 120%;
}

.footer {
    border: 0;
    min-height: 150px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 50px;
}

.footer.footer.well {
    background-color: #66318f;
    colour: #fff;
}

.well {
    background-color: #fff;
    border: 0 #66318f;
    box-shadow: 0 0;
    border: 0 #66318f;
}


/* Joe layout for homepage full width images, and buttons */
.be-epic,
.grow-team {
    position: relative;
    height: 0;
    padding-bottom: 50%;
}

.be-epic .btn {
    position: absolute;
    bottom: 15%;
    left: 15%;
}

.grow-team .btn {
    position: absolute;
    top: 15%;
    left: 15%;
}


.btn {
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    colour: #fff;
    border-radius: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0 none;
}

.btn-vcs {
    background: #66318f;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	border-radius: 12px;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2), 0 4px 16px 0 rgba(0,0,0,0.19);
}

.btn-vcs:link,
.btn-vcs:visited {
    color: #fff;
}

.btn-vcs:hover,
.btn-vcs:focus,
.btn-vcs:active,
.btn-vcs.active,
.open > .dropdown-toggle.btn-vcs {
    background: #512772;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2), 0 4px 16px 0 rgba(0,0,0,0.19);
}

.btn-vcs1 {
    background: #ee2f7b;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	border-radius: 12px;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2), 0 4px 16px 0 rgba(0,0,0,0.19);    
}

.btn-vcs1:link,
.btn-vcs1:visited {
    color: #fff;
}

.btn-vcs1:hover,
.btn-vcs1:focus,
.btn-vcs1:active,
.btn-vcs1.active,
.open > .dropdown-toggle.btn-vcs1 {
    background: #d62a6e;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2), 0 4px 16px 0 rgba(0,0,0,0.19);
}

/* on mobile, smaller font */
@media only screen and (max-width: 767px) {
    .btn-vcs,
    .btn-vcs1 {
        font-size: 16px;
    }
}

.panel {
    border: 0;
    box-shadow: none;
}

.panel-body {
	padding-left: 0px;
	padding-right: 0px;
}

.panel-default {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    border-color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.panel-heading {
    visibility: hidden;
}
	
.container {
    border-width: 0;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #fff;
    box-shadow: 0 0;
    padding-bottom: 0;
    padding-top: 0;
}
.thumbnail-white {
		border: none;
	}

/* Text Carousel*/
.carousel-content {
    color: #000;
    display: flex;
    align-items: center;
    background-color: #fff;
}

#text-carousel {
    width: 100%;
    height: auto;
    padding: 50px;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=1);
}

.content h2.page-title {
    margin: 20px 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #00a8bf;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
    color: #00a8bf;
}

.subcol a.btn {
    float: left;
}

img, .panel img {
    padding-bottom: 10px;
	}

/* Changes the style of the overall form */
#mc_embed_signup {
    background: #fafafa;
      padding: 20px;
   }
/* Adds extra space around the input boxes */
#mc_embed_signup .mc-field-group {
    padding: 5px 0;
}

/* Styles the input boxes */
#mc_embed_signup  input {
    width: 300px;
	background-color: #ffffff;
}

/* Styles the subscribe button */
#mc_embed_signup .button {
    background-color: #66318f;
    color: #ffffff;
    margin: 0px auto;
	border: none;
	padding: 10px;
	font-weight: 900;
    border-radius: 12px;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2), 0 4px 16px 0 rgba(0,0,0,0.19);  
	}

.checkbox label::before {
      content: "";
      background-color: #fff;
}
#mc_embed_signup .mc-field-group label {
    margin-right: 20px;
}


/* a few styles for the mini-makeover by Joe on 12/01/23 */

a:hover {
  text-decoration: underline;
}
#footer a {
  font-weight: bold;
  color: #fff;
}
#footer a:hover,
#footer a:visited {
  font-weight: bold;
  color: #fff;
}

.navbar {
  margin-bottom: 20px;
}

.be-epic {
  margin-top: -20px !important;
}

.background-image-wrapper.be-epic::before {
  content: '';
  background: linear-gradient(180deg, rgb(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.be-epic p {
  font-size:xx-large;
  text-align:center;
  font-weight:bold;
  margin-top:40px;
}
@media only screen and (max-width: 767px) {
  .be-epic p {
    font-size:x-large;
    margin-top:20px;
  }
}

.thumbnail {
  padding: 0;
  overflow: hidden;
}
.thumbnail img {
  padding: 0;
}
.thumbnail .itembody {
  padding: 0 10px 10px;
}
.thumbnail .title {
  padding: 10px;
  display: block;
}