/*
 * TABLE OF CONTENTS
 * -----------------
 * 1. Header
 * 2. Footer
 * 3. Services
 * 4. Blog
 * 5. Blog Single
 * 6. Resources
 * 7. Consultation Banner
 * 8. Contact
 */

/* 1. Header */
header#contentPage {
   padding: 25px 0 50px 0;
   height: 100px;
}

/* 2. Footer */
footer {
  margin-top: 75px;
}

/* 3. Services */
/* Service Content */
#service-description {
	margin-top: 75px;
}
#service-description h2 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 4px solid #ef018d;
	display: inline-block;
}
#service-description h2 i {
	margin-right: 15px;
	font-size: 26px;
	color: #00adf1;
}
#service-description ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#accordion {
	margin-top: 25px;
}
.panel-heading {
	cursor: pointer;
	border: none;
	background: #e5e5e5;
	padding: 15px 0 15px 25px;
}
.panel-title {
  font-size: 1.2em;
}
.panel-body {
  padding: 15px;
}
.panel-body ul {
  text-align: left !important;
  list-style: circle !important;
  margin-left: 25px !important;
  margin-top: 5px !important;
}

/* Partner Styling */
.sage {
	width: 150px;
	height: auto;
}
.sageone {
	width: 225px;
	height: auto;
}

/* 4. Blog */
#blog {
  margin-top: 75px;
}
#blog h1 {
  display: inline-block;
  padding-bottom: 35px;
  margin-bottom: 25px;
	border-bottom: 4px solid #ef018d;
  font-size: 2em;
}
#blog h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
#blog .post-container {
  padding: 15px 0;
}

/* 5. Blog Single */
#blogpost {
  margin-top: 75px;
}
#blogpost h2 {
  margin-bottom: 10px;
}
#blogpost hr {
  border: 0;
  height: 2px;
  background-color: #00adef;
}
.bloginfo {
  font-size: 0.8em;
}
#blogpost .blog-header {
  width: 100%;
  height: 250px;
}

/* 6. Resources */
#resources {
  margin-top: 75px;
}
#resources h1 {
  display: inline-block;
	padding-bottom: 35px;
  margin-bottom: 35px;
	border-bottom: 4px solid #ef018d;
  font-size: 2em;
}
.resources-picture {
  background: url('../img/resources/picture.jpg');
  background-size: cover;
  width: 100%;
  height: auto;
}
#resources h2 {
  display: inline-block;
	padding-bottom: 15px;
  margin-top: 35px;
	border-bottom: 2px solid #ef018d;
  font-size: 1.5em;
}
.card {
  margin-top: 15px;
}
.card-img-top {
  width: 100%;
  height: 150px;
}
.card-text {
  padding: 5px;
}
.card-text h3 {
  font-size: 1.1em;
  padding: 0; margin: 7.5px 0 12.5px 0;
}
/* 7. Consultation Banner */
#consultation-banner {
	margin-top: 75px;
	padding: 25px;
	background: #00adef;
	font-size: 22px;
	color: #fff;
}
#consultation-banner p {
  margin-top: 10px;
}
#consultation-banner a {
	display: block;
	padding: 12.5px 5px 15px 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border: 1px solid #fff;
}
#consultation-banner a i {
  margin-right: 5px;
}
#consultation-banner a:hover i {
  margin-right: 15px;
}

/* 8. Contact */
#contact {
  margin-top: 75px;
}
#contact h1 {
  display: inline-block;
  padding-bottom: 35px;
  border-bottom: 4px solid #ef018d;
  margin-bottom: 25px;
  font-size: 2em;
}
form {
	width: 100%;
}
.input-group {
    width: 100%;
    margin: 0 0 16px 0;
    box-sizing: border-box;
}
.input-group-addon {
	width: 50px;
	background: #fdfdfd;
	color: #989EA3;
	border: 1px solid #CFD2D4;
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	        border-radius: 0 !important;
}
.input-group input {
	width: 100%;
	padding: 8px 0 8px 8px;
	font-size: 16px;
	color: #6C767E;
	border: 1px solid #CFD2D4;
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	        border-radius: 0 !important;
}
.input-group textarea {
	resize: none;
	height: 150px;
	padding: 8px 0 8px 8px;
	font-size: 16px;
	color: #6C767E;
	border: 1px solid #CFD2D4;
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	        border-radius: 0 !important;
}
form button.send-btn {
	display: block;
	padding: 8px 40px;
	float: right;
	font-weight: bold;
	background: #90C745;
	border: 1px solid #90C745;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
}
form button.send-btn:hover {
	background: #c5a47e;
	border: 1px solid #c5a47e;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
