/* GLOBAL STYLES
-------------------------------------------------- */
/* General classes for all round usage */
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
body {
  background-color: #fff;
  background-image: url("../img/bkgd.jpg");
  background-repeat: repeat-x;
  color: #333;
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  line-height: 1.2232;
}
a {
	color: #7eb824;
}

.background-white {
	background-color: #fff;
}
.body-copy {
	padding: 0 0 40px;
}
.base-bk {
	background: #a58cd4 url("../img/base-bk.jpg") no-repeat center;
	color: #fff;
	font-size: 11px;
	height: 250px;
	margin: 0;
	padding: 0;
}
.base-bk ul {
	list-style-type: none;
	margin: 60px 0 20px;
}
.base-bk ul li {
  float: left;
  font-size: 11px;
  margin-right: 20px;
}
.base-bk ul li:last-of-type {
  margin-right: 0px;
}
.base-bk ul li a {
  color: #fff;
}
.base-bk ul li a:hover {
  color: #5a5a5a;
}
.greentxt {
    color: #7eb824;
}
.right-col-text {
	color: #5a5a5a;
	font-size: 13px;
}
.hr-no-top {
	color: #7eb824;
	margin-top: 5px;
}
.right-border-dotted {
	border-right: 1px dotted #ccc;
}
.spacer {
	margin: 20px 0;
}
.nowrap {
	min-width: 180px;
}
#basic-modal {
	background: url("../img/top-banners-bk.jpg") no-repeat scroll left top #ffffff;
}
#basic-modal div {
	padding: 15px;
	border: 1px solid #acacac;
	max-width: 360px;
}
.padding-large-vertical {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-large-horizonal {
	padding-left: 15px;
	padding-right: 15px;
}
#mybanner {
	background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 51px;
  padding: 12px;
}
.scroll-top-wrapper {
    background-color: #623293;
    border-radius: 10px;
    bottom: 20px;
    color: #eeeeee;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    opacity: 0;
    overflow: hidden;
    padding-top: 2px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 40px;
    z-index: 99999999;
}
.scroll-top-wrapper:hover {
	background-color: #8644c9;
}
.scroll-top-wrapper.show {
  visibility:visible;
  cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
.highlight-padding {
	padding: 15px;
}
.redtxt {
	color: red;
}
.float-left {
  float: left;
}
.site-img {
  margin: 50px auto;
}
.ifsa-logo {
  display: block;
  margin: 0 auto;
}
.panel-title a {
  text-decoration: none;
}
.panel-default > .panel-heading {
  background-color: #fff;
  color: #61259e;
}
.panel-default > .panel-heading {
  background-image: none;
}
#accordion a {
  outline: medium none;
}
.panel-heading:hover {
  background: #F4F4F4 none repeat scroll 0 0;
}
.panel-body {
  color: #7eb824;
}
#department option {
  padding: 4px 15px;
}
#carousel, #mybanner {
  margin-bottom: 20px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#myCarousel {
  background-color: #fff;
  border: 1px solid #eee;
  height: 524px;
  margin: 50px 0 0;
  padding: 11px;
}
#carousel {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 52px;
  padding: 12px;
}
/*
#myCarousel img {
	max-width: 100%;
	height: auto;
}
*/

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.carousel-indicators {
  bottom: -30px;
  margin-left: -10%;
  text-align: right;
}
.carousel-indicators li {
  border: 1px solid #676767;
}
.carousel-indicators .active {
  background-color: #7f3f98;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 320px) {
	body {
	background-image: url("../img/mobile-top-bkgd.jpg");
  background-repeat: repeat-x;
  }
	.carousel-inner > .item > img {
    height: auto;
	}
	#myCarousel {
    height: 160px;
	}
	.nowrap {
		min-width: 80px;
	}
}

@media (min-width: 481px) and (max-width: 600px) {
	#myCarousel {
		height: 306px;
	}
	.carousel-inner > .item > img {
		height: auto;
	}
}

@media (min-width: 601px) and (max-width: 768px) {
	#myCarousel {
		height: 384px;
	}
	.carousel-inner > .item > img {
		height: auto;
	}
}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}