@charset "utf-8";
/* CSS Document */

/* Content starts from here */

/* Slider starts from here */
.slider {
  border: 2px solid #e7e7e7;
  border-top: none;
  min-height: 320px;
}

.slider img {
  float: left;
  width: 100%;
}

#sliderImages {
  background: url(../img/sliderImages.png) no-repeat;
  height: 223px;
  width: 443px;
  float: left;
  margin: 30px 50px 10px;
}

#shadowSlider {
  background: url(../img/sp-Main.jpg) 0 -241px no-repeat;
  height: 21px;
  width: 950px;
}

.slider > .floatleft {
  margin: 40px 0 38px 1%;
  color: #242424;
}

.slider h1 {
  font-family: "proxima_nova_rgregular";
  font-size: 2em;
  margin-bottom: 10px;
}

.slider audio {
  margin: 10px 0;
  width: 75%;
}

.slider p > a {
  text-decoration: underline;
}

.slider > .sliderImg {
  max-width: 440px;
  float: left;
  margin: 35px 0 0 4%;
  position: relative;
}

.slider > .sliderImg .name{
  color: #fff;
  position: absolute;
  bottom: 27%;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0,0,0);
  width: 100%;
}

.slider > .floatleft {
  width: 40%;
}

.sliderImg li {
  /* float: left; */
  width: 98%;
  /* margin: 3px 0 0 3px; */
}

.sliderCurve {
  background-size: contain;
  background-image: url(../sliderImages/sliderbg.png);
  background-repeat: no-repeat;
  height: 206px;
  position: absolute;
  width: 100%;
}
/* Slider finishes here */

/* Content containers starts from here */
#content a:hover {
  text-decoration: underline;
}
/* Posts container starts from here */
.titleSec,
.result-title {
  background: #dde8f1;
  width: 94%;
  padding: 10px 3%;
  margin-bottom: 10px;
}

.updates > .floatleft {
  width: 48%;
}

.updates > .floatleft:last-child {
  margin-left: 3%;
}
.homeUpdates > .floatleft:first-child{
  width: 47%;
}
.homeUpdates > .floatleft:last-child{
  width: 50%;
}

.section > div {
  margin: 20px 0;
}

.section > div:first-child {
  margin-top: 0;
}

.titleSec > h2 {
  color: #29334b;
  font-size: 1.25em;
  text-align: center;
}

.titleSec > p {
  color: #576072;
  font-size: 0.9em;
  margin: 0;
  text-align: center;
}

.newsContainer {
  color: #7c828e;
}

.newsContainer > li {
  padding: 7px 10px 5px;
  border-bottom: 1px solid #dedede;
}

.newsContainer b,
.newsContainer strong {
  color: #29334b;
}

/* Posts container finishes here */

/* Aside container starts from here */

.booksReview {
  padding: 0 3% 0px;
}
/* Aside container finishes here */

/* Content containers finishes here */

/* News letter */
.acym_module_form {
  background-image: url(../img/newsletter-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 20px 30px;
  border-radius: 10px;
  margin-top: 20px;
}
.newsletter_title {
  color: #fff;
  padding-right: 60px;
  border-right: 1px solid #8d9fc1;
  display: flex;
  height: 95px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 25%;
}
.newsletter_title h5 {
  color: #cbd7ed;
  font-size: 1em;
  margin-bottom: 5px;
}
.newsletter_title h2 {
  font-size: 2em;
}
.acym_form {
  display: flex;
  margin-left: 60px;
  align-items: center;
  width: 75%;
}
.acym_form_element {
  border: 2px solid #cbd7ed;
  border-radius: 10px;
  display: flex;
  width: 100%;
}
.acym_form p {
  margin: 0;
}
.acym_module_form .onefield {
  margin: 0 !important;
  width: 100%;
}
.acym_module_form input[type="email"] {
  max-width: 100% !important;
  width: 100%;
  height: 2.5em;
  font-size: 1em;
  color: #fff;
  background: transparent;
  border: none;
  text-indent: 10px;
}
.acym_module_form input[type="button"] {
  height: 100%;
  border: 1px solid #fff;
  color: #1d3d73;
  padding: 6px 30px;
  max-width: 100% !important;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 7px;
}