/* ========== Colors ========== 
dark blue: #31419a;
light blue: #4259d4;
dark green: #528300:
dark gray: #252525;
*/
.important {
    background-color:#FFFD07;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 800;
}
* {
    box-sizing: border-box;
}
body {
    font-family: "soleil",sans-serif;
font-style: normal;
font-weight: 400;
    font-size: 16px;
    padding-top: 215px;
}
p {
    color: #000;
    font-size: 18px;
    font-weight: 100;
}
h1, .h1 {
    border-bottom: 1px dotted #31419a;
}
h2, .h2 {
    padding-top: 20px;
    color: #528300;
}
h3, .h3 {
   padding-top: 20px; 
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    margin: 0 0 20px;
}
h1, h3, h5, .h1, .h3, .h5 {
    color: #31419A;
}
h4, h6, .h4, .h6 {
    color: black;
    font-weight: bold;
}
ul.list-styled {
    list-style: none
}
ul.list-styled li::before {
    content: "•";
    color: #528300;
    display: inline-block;
    width: 1em;
}
.h1 {
    font-size: 36px;
}
.h2 {
    font-size: 30px;
}
.h3 {
    font-size: 24px;
}
.h4 {
    font-size: 18px;
}
.clearfix {
    clear: both;
}
.page-content img {
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.lead {
    border-left: 10px solid #dde0ff;
    padding-left: 10px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.publication-title {
    font-size: 16px;
    color: #31419A;
}
/* ========== Media Object ========== */
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
/* ========== Images/Icons ========== */
.media-left img, 
.media-right img {
    margin-bottom: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    display: block;
    /*box-shadow: 0px 0px 8px 0px rgba(49,65,154,0.30) ;*/
}
.img-thumbnail.pull-right {
    margin-left: 10px;
    margin-bottom: 10px;
}
.img-thumbnail.pull-left {
    margin-right: 10px;
    margin-bottom: 10px;
}
.fa {
    font-size: 20px;
}
.fa-twitter-square {
    color: #1da1f2;
}
.fa-twitter-square:hover {
    color: #006dbf;
}
/* ========== Carousel ========== */
.carousel .left, .carousel .right {
    padding: 0;
}
.carousel-control.right {
    position: absolute;
}
.carousel-caption {
    text-align: center;
    color: #fff;
    bottom: 60px;
}
.carousel-caption .h1 {
    border-bottom: none;
}
.homepage .carousel-caption .h1 {
    font-family: Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 0.5;
    margin-bottom: 0;
    color: #fff;
}
.carousel-caption span {
    font-family: Times New Roman, serif;
    font-weight: 100;
    font-size: 40px;
    font-style: italic;
    letter-spacing: 10px;
}
.carousel-caption p {
    color: #fff;
    font-size: 18px;
}
.table-striped > tbody > tr.table-row {
    background-color: #31419A;
    color: #fff;
}
/* ========== Hero Carousel ========== */
#hero-wrapper {
    width: 100%;
}
#hero-wrapper .carousel-wrapper, #hero-carousel {
    width: 100%;
}
#hero-carousel img {
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    overflow: hidden;
}
.carousel-inner {
    height: 450px;
}
.carousel-inner .item img {
    object-fit: cover;
    height: 450px;
}
/*.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}*/

navbar-nav
/* ========== Logo ========== */
#logo {
    float: left;
}
/* ========== Navbar ========== */
#navcol-2 .nav li a:hover {
    border-bottom: none;
}
/*.nav li a:hover, .nav li a:active, .nav .open > a {
    border-bottom: 3px solid #31419A;
    background-color: none;
}*/
#navcol-1 {
    margin-top: 20px;
}
/* ========== Navbar Primary and Default ========== */
.nav .dropdown-menu li a:hover {
    border-bottom: none;
    color: #31419A;
}
.navbar-primary {
    padding: 30px 0;
    background-color: white;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(202,203,204,0.40);
    -moz-box-shadow: 0px 5px 10px 0px rgba(202,203,204,0.40);
    box-shadow: 0px 5px 10px 0px rgba(202,203,204,0.40);
}
.navbar-primary .navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 1.38rem;
}
.homepage .navbar-primary .btn-secondary, 
.navbar-primary .btn-secondary  {
    width: 25%;
    padding: 5px 0;
    float: right;
    margin-right: 20px;
    font-size: 14px;
}
.navbar-primary .btn-secondary:hover svg .cls-1 {
    fill: white;
    transition: 0.2s ease-in-out;
}
.navbar-default {
    background-color: #fff;
    border: none;
}
.navbar-default .navbar-nav .open a:focus {
    background-color: #fff;
    color: #31419a;
}
.nav .open a, .nav .open a:focus {
    border-color: #31419a;
}
.navbar {
    margin-bottom: 0;
}
/* ========== Search Bar ========== */
.input-group {
    width: 35%;
    float: right; 
}

/* ========== Top Navbar ========== */
.navbar-secondary {
    font-size: 14px;
}
.navbar-secondary .navbar-default {
    background-color: #31419a;
    border: none;
    border-radius: 0;
}
.navbar-secondary .navbar-nav li a {
    color: #fff;
    transition: ease-in 0.1s;
}
.navbar-secondary .navbar-nav li a:hover,
.navbar-secondary .navbar-nav li a:active,
.navbar-secondary .navbar-nav li a:focus  {
    background-color: #4d5eab;
    color: #fff;
    transition: ease-in-out 0.1s;
}
/*.navbar-secondary li.active a, 
.navbar-secondary li a.secondary-menu__anchor:hover, 
.navbar-secondary .dropdown-menu li:hover, 
.navbar-secondary .dropdown.open .dropdown-toggle:focus {
    background-color: #4d5eab;
    color: #fff;
    transition: ease-in-out 0.1s;
}*/
.navbar-secondary li.active:before, 
.navbar-secondary li:hover:before {
    color: #fff;
    content: "";
    height: 3px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: ease-in-out 0.1s;
}
.navbar-secondary .dropdown-menu {
    background-color: #31419a;
}
/* ========== Underline From Left ========== */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #31419a;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* ========== Navtabs ========== */
.home-tabs {
    -webkit-box-shadow: 0px 0px 74px -24px rgba(97,114,204,1.00);
    -moz-box-shadow: 0px 0px 74px -24px rgba(97,114,204,1.00);
    box-shadow: 0px 0px 74px -24px rgba(97,114,204,1.00);
    padding: 0 0 40px;
    border-top: 1px solid #31419A;
}
.home-tabs .btn {
    font-size: 24px;
    width: 50%;
    margin: 0 auto;
    display: block;
    padding: 15px;
    color:#528300;
}
.news-content {
    padding: 15px 0 30px;
}
.news-tabs-container {
    background-color: #F7F8FF;
    box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
    border-top: 1px solid #31419A;
    padding: 40px;
    margin: 0;
}
.nav-tabs {
    text-align: center;
    border-bottom: none;
    width: 100%;
}
.nav-tabs.nav-justified {
	display: flex;
	justify-content: center;
}
.nav-tabs.nav-justified > li {
	width: 33.3%;
}
.nav-tabs li {
    float: none;
    display: inline-block;
    zoom: 1;
    font-size: 14px;
    border-radius: 0;
    border-right: 1px solid #31419A;
    border-top: 5px solid #31419A;
}
.nav-tabs li a {
    margin: 0 auto;
    background-color: #F9F9F9;
    border: none;
    color: #000;
    margin-right: 10px;
    transition: 0.15s ease-in;
    font-size: 18px;
}
.nav-tabs li:first-child {
    border-left: 1px solid #31419A;
}

.nav-tabs.nav-justified li.active a {
    background-color: #31419A;
    color: #fff;
}

.nav-tabs li.active, .nav-tabs li:hover {
    border-top: 5px solid #9FAEFF;
}
.nav-tabs li.active:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    content: "";
    border-top: 20px solid #31419A;
    position: absolute;
    width: 0px;
    left: 50%;
    margin-left: -20px;
}
.nav-tabs li.active a, .nav-tabs li:hover a, 
.nav-tabs li:focus a, 
.nav-tabs li.active:hover a {
    background-color: #31419A;
    color: #fff;
    transition: 0.15s ease-in-out;
    border-radius: 0;
    outline: 0;
}
.nav-tabs.nav-justified li a {
    border-bottom: none;
}
.nav-tabs.nav-justified .active a, 
.nav-tabs.nav-justified .active a:hover, 
.nav-tabs.nav-justified .active a:focus {
    border: none;
}

/* ========== Featured Sections ========== */
.homepage h1, .homepage h2 {
    font-size: 36px;
    text-align: center;
    color: #31419A;
    border-bottom: none;
}
.homepage h2 {
    margin-top: 40px;
}
.homepage .btn-secondary {
    width: 50%;
    display: block;
}
main {
    padding: 50px 0 60px;
}
main.home {
    padding: 50px 0 0px;
}
main p {
    margin-bottom: 20px;
}
main ul {
    margin-bottom: 20px;
}
main a {
    color: #31419a;
    text-decoration: underline;
}
main a:hover {
    color: #528300;
    text-decoration: underline;
}
aside h3 {
    margin: 0
}
aside h3 ~ p, aside h3 ~ a {
    margin-bottom: 15px;
}
.featured-section {
    margin-bottom: 50px;
}
.flex-container {
    display: flex;
    justify-content: flex-start space-between;
}
.procedures img {
    height: 110px;
    margin: 0 auto;
    display: block;
}
.procedures a {
    text-decoration: none;
}
#results {
    padding-left: 30px;
    text-align: center;
}
#results img {
    height: 150px;
}
.img-title {
    text-align: center;
    font-weight: 600;
    color: black;
    padding-top: 10px;
}
.funding span {
    color: #528300;
    font-weight: 600;
}
.single-news .h4 {
    margin-bottom: 10px;
    border-bottom: 1px solid black;
}
.single-news p {
    margin-bottom: 30px;
}
.publications .panel-group .panel { display: none; }
.publication-list { list-style-type: none; }
.publication-list li { margin-bottom: 25px; }
.publication-details .title { font-size: 18px; font-weight: bold; }
.publication-details .authors { font-style: italic; }
.publication-details p { margin-bottom: 0; }

.panel-body {
    padding-bottom: 15px;
    padding: 0;
}

.presentation table {
    margin-bottom: 20px;
    width: 100%;
}
.presentation table th{
    width: 13%;
    vertical-align: top;
}
.presentation table td {
    width: 87%;
}

.image-list { padding-top: 0; }
.image-list .thumbnails { list-style-type: none; }
.image-list .thumbnails li { display: inline-block; }
.image-list .thumbnails .img { width: 150px; }

/* === Featured Discovery === */

.featured-discovery .img-btn-container {
    position: relative;
}
.featured-discovery img {
    width: 100%;
  height: auto;
    /*position: relative;
    border-top: 5px solid #31419a;
    margin: 0 auto;*/
}
.featured-discovery .btn-ghost {
    position: absolute;
    width: auto;
    margin: 0 auto;
    top: 45%;
    left: 20px;
    right: 20px;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #fff;
    background-color: rgba(0,0,0,0.50);
    /*display: block;
    width: 300px;
    padding: 8px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    outline: none;
    text-decoration: none;
    position: absolute;
    left: 25%;
    top: 50%;
    margin-left: auto;
    margin-top: -9px;
    z-index: 2;
    background-color: rgba(0,0,0,0.30);*/
}
.featured-discovery .btn-ghost:hover, .split-box .btn-ghost:hover {
    background: #fff;
    border: 2px solid #31419a;
    color: #31419a; 
}
/*.img-btn-container {
    position: relative;
}
.img-btn-container img {
    width: 100%;
    height: auto;
}
.img-btn-container .btn-ghost {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    cursor: pointer;
}*/

svg.btn-icon {
    width:18px;
    vertical-align: middle;
}
.cls-1 {
    fill: #528300;
    transition: 0.2 ease-in;
}
/* === Treatment/Health Sections (home) === */
.split-box {
    float: left;
    width: 50%;
    width: 50%;
}
.split-box .btn-ghost {
    position: relative;
    bottom: 0;
    width: 70%;
    background-color: rgba(0,0,0,0.40);
}
.split-box h2 {
    font-weight: 800;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
}
.split-box p, .split-box ul li {
    color: #fff;
}
.split-box .content {
    padding: 30px;
}
.overlay {
    object-fit: cover;
    display: block;
    height: 450px;
    width: 100%;
}
.treatment-services {
    background: url("/images/m-img-treatment-services.jpg");
    background-size: cover;
}
.health-education {
    background: url("/images/m-img-health-education.jpg");
    background-size: cover;
}

/* Apply from md screens */
@media(min-width: 992px) {
.featured-services {
    background: #31419a;
}
.right .bg {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: -1;
}
}
/* Only for display purposes */

.above {
    background-color: #000;
}
.body {
    background-color: #999;
    color: #fff;
}
/* === Featured Software/ Software === */
.featured-software {
    margin: 0 auto 20px;
    text-align: center;
}
.featured-software img {
    display: inline;
}
.software-list .tile {
    border: 2px solid #DFDFDF;
    padding: 40px;
    min-height: 35em;
    margin: 0 0 30px;
}
.software-list .tile img {
    margin: 0 auto 15px;
}
.software-list .tile p.h3 {
    text-align: center;
}
.software-list .btn-fill {
    margin-top: 15px;
}
/*.software-list + .software-list {
	margin-top: 30px;
}
.software-list .program {
    text-align: center;
}
.software-details section {
    padding: 10px 0;
}*/
#myCarousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    text-shadow: none;
}
#myCarousel .list-group {
    position: absolute;
    top: 0;
    right: 0;
}
#myCarousel .list-group-item {
    border-radius: 0px;
    cursor: pointer;
}
#myCarousel .list-group .active {
    background-color: #eee;
}
/* ========== Hover Effect ========== */

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* Overline From Center */
.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}
.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #31419a;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, 
.hvr-overline-from-center:focus:before, 
.hvr-overline-from-center:active:before {
    left: 0;
    right: 0;
}
.navbar-secondary .hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #fff;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/* ========== Search  ========== */
.search input {
    border-right: none;
}
/* ========== Buttons ========== */
.btn-secondary.btn-fill {
    background-color: #528300;
    color: #fff;
}
.btn-secondary.btn-fill:hover {
    background-color: #406700;
}
.btn-ghost {
    font-size: 24px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 15px;
    background-color: rgba(0,0,0,0.50);
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    outline: none;
    text-decoration: none;
    position: absolute;
    transition: 0.15s ease-in;
}
.btn-ghost:hover {
    transition: 0.15s ease-in-out;
    color: #fff;
    text-decoration: none;
}
.btn-ghost-secondary {
    display: block;
    padding: 15px;
    background: #fff;
    color: #31419a;
    border: 2px solid #31419a;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: 0.15s ease-in;
}
.btn-ghost-secondary:hover {
    transition: 0.15s ease-in-out;
    background: #31419a;
    color: #fff;
    text-decoration: none;
}
.software-list .btn-ghost {
	position: relative;
}
.btn-secondary {
    font-size: 16px;
    margin: 0 auto;
    padding: 15px;
    color:#528300;
    border: 2px solid #528300;
    transition: 0.2s ease-in;
    text-decoration: none;
}
.btn-secondary:hover {
    background-color: #528300;
    border: 2px solid #528300;
    transition: 0.2s ease-in-out;
    color: #fff;
    text-decoration: none;
}
.btn-secondary.pull-right {
    background-color: #31419a;
    border: 2px solid #31419a;
    color: white;
    margin: 0 0 10px 10px; 
}
.btn-secondary.pull-right:hover {
    background-color: white;
    border: 2px solid #31419a;
    color: #31419a;
}
.btn-software {
    width: 100%;
    text-decoration: none;
    display: inline-block;
}
a.btn-software {
    text-align: center;
}

.btn-software.inner-price {
    margin-bottom: 15px;
	width: auto;
	float: right;
	display: inline-block;
}
.btn-software.inner-price + h1 {
	margin-top: 20px;
}
#participate-btn {
	min-width: 170px;
}

.thetop {
	position: absolute;
	top: 0;
}

.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 10px;
}

.scroll {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: rgba(49, 65, 154, 0.70);
	padding: 20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.scroll .fa {
	font-size: 30px;
	margin-top: -5px;
	margin-left: 1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	color: #fff;
}

.back-to-link + h1 {
	margin-top: 20px;
}

/* ========== Footer ========== */
footer {
    background-image: url("/images/footer.png");
    background-repeat: no-repeat;
    padding: 30px 0;
    background-color: #31419A;
}
footer a, .copyright a {
    color: #fff;
    text-decoration: none;
}
footer a:hover, .copyright a:hover {
    color: #fff;
    text-decoration: underline;
}
footer p {
    color: #fff;
}
footer p.h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 10px;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    color: white;
}
.copyright {
    background-color: #252525;
    padding: 20px 0;
}
.copyright p {
    color: #858585;
    font-size: 14px;
    text-align: center;
    margin: 10px;
}
/* ========== Form Groups ========== */
.publication-select {
    display: flex;
    justify-content:flex-start;
}
.publication-select .form-group {
    width: 50%;
}
.publication-select .form-group select {
    display: block;
    width: 100%;
}
.publication-select .form-group label {
    font-size: 1.1em;
}
.publication-select .form-group:first-child, .publication-select > p {
    margin-right: 40px;
}
.publication-select > p {
    padding: 20px 0;
    color: #528300;
    font-weight: 800;
    font-size: 1.6em;
}
/* ========== Media Queries ========== */
@media (max-width: 1199px) {
    .input-group {
        width: 50%;
    }
    .navbar-primary .btn-secondary {
        width: 30%;
    }
    /*.navbar-primary .search .input-group input.form-control {
        float: right;
    }
    .navbar-primary a.btn {
        float: right;
        margin-left: 15px;
    }*/
    .carousel-caption {
        bottom: 40px;
    }
    .carousel-inner {
        height: 360px;
    }
    .carousel-inner .item img {
        object-fit: cover;
        height: 360px;
    }
    #navcol-1 .navbar-right {
        margin-top: 20px;
        padding-left: 40px;
    }
    .split-box .btn-ghost {
        width: 100%;
        font-size: 18px;
    }
    .split-box .content {
        padding: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
	body {
		padding-top: 230px;
	}
	.navbar-primary {
		padding-bottom: 0;
	}
}

@media (max-width: 1126px) and (min-width: 786px) {
    .overlay {
        min-height: 480px;
        max-height: 480px;
    }
}

@media (max-width: 812px) and (min-width: 785px) {
    .overlay {
        min-height: auto;
        max-height: 480px;
    }
    .split-box {
        width: 100%;
    }
    .treatment-services {
        background-position: none;
    }
}

@media (max-width: 1126px) {
    .treatment-services {
        background-size: cover;
        background-position: -200px 0px;
    }
    .health-education {
        background-size: cover;
    }
}

@media (min-width: 992px) {
    #myCarousel {
        padding-right: 33.3333%;
    }
    #myCarousel .carousel-controls {
        display: none;
    }

    .home-tabs .btn:hover {
        color: white;
    }
}

@media (max-width: 991px) {
    #myCarousel .list-group {
        display: none;
    }
    .home-tabs .tab-content img.img-responsive {
        width: 100%;
        height: 210px;
        object-fit: cover;
        margin: 0 auto;
    }
    .home-tabs .btn {
        width: 100%;
    }
    .featured-discovery .img-btn-container img {
        height: 200px;
        object-fit:cover;
        object-position: top;
        margin-bottom: 15px;
    }
    .featured-discovery .img-btn-container img:last-child {
       margin-bottom: 0; 
    }
	#navcol-1 {
		margin-top: 0;
	}
    #navcol-1 .navbar-right {
        padding-left: 0;
        margin-top: 0;
    }
    .carousel-caption span {
        font-size:30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	body {
		padding-top: 250px;
	}
	.navbar-brand {
		padding-top: 0;
		height: auto;
	}
	/*.navbar-header {
		float: none;
	}*/
	.navbar-primary {
		padding-bottom: 0;
	}
}
@media (max-width: 786px) {
    .split-box {
        width: 100%;
    }
    .featured-discovery .img-btn-container img {
        width: 100%;
        margin-bottom: 15px;
    }
    .featured-discovery .img-btn-container img:last-child {
        margin-bottom: 0;
    }
}
/*@media (min-width:768px) {
    .container.tablet {
        width:890px;
    }
}*/

@media (max-width:767px) {
    .featured-services {
        background-size: 100% 55%;
    }
    .footer {
        text-align: center;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0px;
    }
    .nav-tabs.nav-justified li {
        width: 100%;
        border: 1px solid #31419A;
    }
    .carousel-caption {
        padding-bottom: 0;
    }
    .carousel-caption span {
        font-size:24px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .publication-select {
        display: inherit;
    }
    .publication-select .form-group {
        width: 100%;
        margin-bottom: 0;
    }
    .publication-select > p {
        padding: 5px 0 0 0;
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    .navbar-secondary {
        display:none;
    }
    .navbar-primary {
        border-top:10px solid #31419A
    }
	.navbar-brand {
		height: auto;
		padding-top: 0;
	}
}
@media (max-width: 658px) {
    .homepage .carousel-caption .h1 {
        font-size: 30px;
    }
    .homepage .carousel-caption {
        display: none;
    }
}

@media (max-width: 563px) {
    .overlay {
        height: auto;
    }
}

@media (max-width: 410px) {
	body {
		padding-top: 240px;
	}
	.navbar-primary {
		padding-bottom: 10px;
	}
	.input-group {
		width: 100%;
		margin-bottom: 10px;
	}
	#participate-btn {
		margin-right: 0;
	}
}
