
/* lead*/
.lead {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.313;
}

 /* drop cap */
.dropcap {
    font-family: georgia,serif;
    float: left;
    font-style: italic;
    font-size: 4.5rem;
    line-height: 0.5;
    margin: 0.813rem 0.5rem 0 0;
}

/* progress bars */
p.progress {
    position: relative;
    overflow: hidden;
    height: 34px;
    margin: 0 0 12px;
    border-radius: 16px;
    background: #ededed;
    color: #fff;
    font: 400 14px/20px 'Open Sans', Helvetca, Arial, sans-serif;
}
p.progress>span.fill {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 34px;
    width: 0;
    border-radius: 16px;
    background-color: #499ca0;
    overflow: visible!important;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.progress-outside strong {
	float:left;
}
.progress-inside strong {
	float: right;
}

/* progress colours */
p.progress>span.fill-1 {
    background-color: #499ca0;
}
p.progress>span.fill-2 {
    background-color: #499ca0;
}
p.progress>span.fill-3 {
    background-color: #499ca0;
}
p.progress>span.fill-4 {
    background-color: #499ca0;
}
p.progress>span.fill>span {
    display: block;
    padding: 0 16px;
    line-height: 34px;
	font-size: 13px;
    white-space: nowrap;
    letter-spacing: 0.022em;
}
p.progress.small > span.fill, 
p.progress.small { 
	height: 10px;
}
p.progress.small { 
	margin-top: 43px; 
	margin-bottom: 0; 
	overflow: visible; 
}
p.progress.small > span.fill > span { 
	margin-top: -35px; 
	padding-left: 0; 
	font-weight: 600;
	color: #333333; 
}
.progress-caption {
    margin-left: 16px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}


/* iconbox */
.iconbox-wrapper {
    margin: 0;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}

/* iconbox left and center circle */
.iconbox-left-circle .fa {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
	 text-align: center;
}
.iconbox-left-circle .fa-1x,
.iconbox-center-circle .fa-1x {
    width: 2em;
    height: 2em;
    line-height: 2em;
	margin-right: 12px;
}
.iconbox-left-circle .fa-2x,
.iconbox-center-circle .fa-2x {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
}
.iconbox-left-circle .fa-3x,
.iconbox-center-circle .fa-3x {
    width: 3.875rem;
    height: 3.875rem;
    line-height: 3.875rem;
    text-align: center;
}
.iconbox-left-circle .fa-4x,
.iconbox-center-circle .fa-4x {
    width: 4.75rem;
    height: 4.75rem;
    line-height: 4.75rem;
    text-align: center;
}
.iconbox-left-circle .fa-5x,
.iconbox-center-circle .fa-5x {
    width: 5.75rem;
    height: 5.75rem;
    line-height: 5.75rem;
    text-align: center;
}
.iconbox-left-circle p,
.iconbox-left-icon p {
	overflow: hidden;
	line-height: 1.4;
}

.iconbox-left-circle { 
	margin-bottom: 30px; 
}

.iconbox-left-circle p {
	margin-left: 3em;
	line-height: 1.4;
}

.iconbox-left-circle h4,
.iconbox-left-icon h4 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

/* iconbox circle centered */
.iconbox-center-circle { 
    margin: 20px 0; 
	text-align: center; 
}
.iconbox-center-circle .fa,
.iconbox-center-icon .fa {
    float: none;
    margin: 0 auto 1rem;
    border-radius: 50%;
	text-align: center;
}
.iconbox-center p { 
	padding: 0; 
}

/* iconbox - icon only */
.iconbox-center-icon {
	text-align: center;
	margin: 20px 0;
}
.iconbox-center-icon .fa,
.iconbox-left-icon .fa {
	background-color: transparent!important;
}
.iconbox-left-icon .fa {
    float: left;
    margin: -8px 10px 0 0;
    border-radius: 50%;
	 text-align: center;
}
.iconbox-left-icon p {
	margin-left: 3em;
	line-height: 1.4;
}
.iconbox-left-icon .fa-2x {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
}
.iconbox-left-icon .fa-3x {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
}
.iconbox-left-icon .fa-4x {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
}
.iconbox-left-icon .fa-5x {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
}

/* Info Boxes */
.sp-infobox {
	margin: 2rem 0;
	background-color: #91c6ce;
	color: #fff;
	padding: 20px;
	line-height: 1.3;
	border-radius: 6px;
}
.sp-infobox-label {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}
.sp-infobox-label:after {
    position: relative;
    content: "\2013";
    left: 6px;
    margin-right: 12px;
}

/* Image boxes */
.sp-imagebox {
	position: relative;
	background-color: #fff;
	color: #6b6e6f;
	text-align: center;
}
.sp-imagebox img {
    display: block;
	margin: auto;
}
.sp-imagebox-content {
    position: relative;
    margin: auto;
    padding: 30px 20px;
    font-size: 0.813rem;
    font-style: italic;
    line-height: 1.6;
	text-align: center;
}
.sp-imagebox-content p {
	margin-bottom:0;
}
.sp-imagebox-title {
    font-size: 1.375rem;
    font-weight: 300;
    text-transform: uppercase;
	font-style: normal;
    color: #6b6e6f;
}
.sp-imagebox-title::after {
    content: "";
    width: 20%;
    height: 1px;
    background-color: #c6c6c6;
    display: block;
    margin: 12px auto;
    position: relative;
    content: "";
}
.sp-imagebox-button {
    display: inline-block;
    clear: both;
    background-color: #333;
    color: #fff;
	margin: 20px auto 0;
    padding: 5px 20px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
}
.sp-imagebox-button:hover {
    background-color: #333!important;
    color: #fff;
}

/* dividers */
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 30px auto;
}

hr.double {
    border: 1px double #ccc;
    border-width: 1px 0;
    height: 3px;
    background-color: rgba(0, 0, 0, 0);
}
hr.spacer {
    height: 50px;
    clear: both;
    background: none;
    margin: 0;
}

/* buttons */
.button {
	background-color: #6bb1bf;
	color: #fff;
	border: none;	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;	
	font-size: 0.750rem;
    padding: 0.563rem 1.25rem;
	text-transform: uppercase;
	letter-spacing: 0.188rem;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

}
button:hover,
.button:hover {
	background-color: #e19084;
	color: #fff;
}
.centered-button,
.header-button {
	display: table;
	margin: 30px auto 0;
}
.header-button {
	padding: 10px 30px;
	font-size: 0.875rem;
	letter-spacing: 1px;
	border-radius: 6px;
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
}
.header-button:hover {
	background-color: #636363;
}

/* button sizes */
.small-button {
    padding: 0.375rem 0.938rem;
    font-size: 0.625rem;
	letter-spacing: 3px;
}
.large-button {
    padding: 0.75rem 1.875rem;
    font-size: 0.875rem;
	letter-spacing: 1px;
	border-radius: 6px;
}
.xlarge-button {
    font-size: 1rem;
    padding: 1.25rem 1.875rem;
	letter-spacing: 0.250rem;
}













