/*!
 * Stride - Application CSS
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  background-color: #f4f4f4;
}

p {
  font-size: 20px;
}

p.small {
  font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  color: #d94340;
}
.content-wrapper a ,
.content-wrapper a:focus ,
.content-wrapper a:active,
.content-wrapper a:active {
	color: #23527c;
	text-decoration: underline;
}
.content-wrapper a:hover {
	color: #23527c;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Crete Round', serif;
  font-weight: normal;
}
.large-title { font-size: 4em; }
.medium-title { font-size: 3em; }
.small-title { font-size: 2.2em; }
.tiny-title { font-size: 1.8em; }

/* PlaceHolder_Text_Color  */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c1c5c4;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c1c5c4;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c1c5c4;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c1c5c4;
}
/* End_PlaceHolder_Text_Color */
.margin10  { margin-top: 20px; }
.margin20  { margin-top: 20px; }
.margin30  { margin-top: 30px; }
.margin40  { margin-top: 40px; }
.margin60  { margin-top: 60px; }
.margin80  { margin-top: 80px; }
.margin100  { margin-top: 100px; }

.img-centered {
  margin: 0 auto;
}

header {
  text-align: center;
  background: #18BC9C;
  color: white;
}

header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}

header img {
  display: block;
  margin: 0 auto 20px;
}

header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}

header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}

@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}

.navbar-custom {
  background: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}

.navbar-custom .navbar-brand {
  color: #2f2f2f;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #202020;
}

.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}

.navbar-custom .navbar-nav li a {
  color: #f5f5f5;
}

.navbar-custom .navbar-nav li a:hover {
   color: #a94442 !important;
   background-color: #dfe1e8;
   -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-nav>li>.dropdown-menu {
   color: #ffffff;
   background-color: #323641;	
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #a94442;
}

.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
	color: #a94442;
	background-color: #dfe1e8;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
   color: #a94442;
   background-color: #dfe1e8;
}
.nav > li > a:hover, 
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.navbar-custom .navbar-toggle {
	text-transform: uppercase;
    border-color: white;
    font-size: 14px;
    font-weight: bold;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: transparent;
  color: #202020;
  border-color: transparent;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
   color: #a94442 !important;
   background-color: #dfe1e8;	
}

section {
  padding: 50px 0;
}

section h2 {
  font-size: 2em;
}

section.success {
  background: #18BC9C;
  color: white;
}
.news-header {
	background-color: #ecefee;	
}
.content-wrapper {
    background-color: #f4f7f6;
    padding: 230px 0 50px 0;
}
.content-post,
.map-wrapper {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.content-post p,
.content-post ul,
.content-post ol{
	font-size: 17px;
	margin-bottom: 30px;
}
.content-post li {
	margin-bottom: 10px;
}
.text-red {
	color: #d04643;
}
.read-more a {
	color: #bdc1c0;
}
.topbar {
	color: #000000;
}
.stride-logo {
	position: relative;
	margin-bottom: 15px;
}
.stride-logo .navbar-brand {
	float: none;
}
.stride-logo img {
	width: 200px;
}
.navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
	background-color: #323641;
	border-top: 0;
    margin-top: 10px;
	margin-left: -15px;
	margin-right: -15px;	
}
.navbar-nav>li {
    float: none;
	border-left: 1px solid #5d616d;
	margin-left: -5px;
}
.navbar-nav>li:last-child {
	border-right: 1px solid #5d616d;
}
.nav>li {
    position: relative;
    display: inline-block;
}
.input-group  {
	font-weight: normal !important;
}
.navbar-custom {
	font-weight: normal !important;
	font-size: 13px;
}

.navbar-default {
	border-top: 0;
	border-bottom: 0;
}

/* Dropdown Menu */
.dropdown-menu {
	padding: 0;
}
.dropdown-menu > li > a {
	padding: 10px 15px;
	font-size: 12px;
	border-bottom: 0;
}

/* Mix CSS */
.main-container {
	margin-top: 50px;
	margin-left: 5%;
	margin-right: 5%;
	max-width: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.doc_pic {
	margin: 40px 0;
}
.dr-pic {
	margin-right: 10px; 
}
.clinical-trials img {
	margin: 0 auto;
	display: table;
}

/* Button CSS */
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
	outline: none;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}

/* Sroll to top */
.scrollToTop {
    position: fixed;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #d94340;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
    right: 20px;
    bottom: 70px;
	padding-top: 2px;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-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;
}
.scrollToTop:hover {
	background-color: #b34240;
}
.scrollToTop i.fa {
	line-height: inherit;
}

/* Footer CSS */
footer p {
	font-size: 16px;
}
footer h3 {
	margin-top: 40px;
}
footer h4 {
	margin-top: 0;
}
footer .footer-above {
	padding-top: 10px;
	background-color: #e6e6e6;
}

footer .footer-col {
	margin: 30px;
}
.agency-link span{
	color: #333333;
	font-weight: normal;
}
.footer-col a {
	text-decoration: none;
}
.agency-link span:hover{
	text-decoration: none;
}
.agency-link a:hover {
	text-decoration: underline;	
}
.agency-link a {
	font-weight: bold;
}
footer .footer-below {
	color: #ffffff;
	padding: 15px 0;
	background-color: #2f3135;
	font-size: 16px;
}
.footer-line {
	border-bottom: 2px solid #b4b6b6;
}

/* Donor List CSS */

.hexagon {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  height: 82px;
  position: relative;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #f36461;
  display: table;
  margin: 0 auto;
}

.hexagon::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  top: -40px;
  left: 0;
  border: 75px solid rgba(0,0,0,0);
  border-top: 0 solid;
  border-bottom: 40px solid #f36461;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: none;
}

.hexagon::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  bottom: -40px;
  left: 0;
  border: 75px solid rgba(0,0,0,0);
  border-top: 40px solid #f36461;
  border-bottom: 0 solid;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: none;
}
.donor-wrapper {
    position: relative;
}
.donor-list {
    width: 100%;
}
.donor-title {
    color: #ffffff;
    display: table-cell; 
    vertical-align: middle; 
    text-align: center;
}
.donor-desc {
      margin-top: 60px;
}
.donor-desc  ul {
    padding-left: 0;
	font-size: 14px;
	margin-bottom: 0;
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
	.donor-wrapper {
		position: relative;
		margin-bottom: 80px;
	}
	.donor-wrapper .margin100{
		margin-top: 0;
	}
	.agency-link span {
		display: block;
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.donor-wrapper {
		position: relative;
		margin: 0 auto 80px auto;
		width: 60%;
	}
	.donor-wrapper .margin100{
		margin-top: 0;
	}
}

    /* Googel Map CSS */
    #map {
      height: 500px;
    }
    .location-wrapper {
      position: relative;
      margin-top: 0;
    }
    .address-desc span {
      font-weight: bold;
      color: #666;
      margin-right: 3px;
    }
    .address-desc p {
      margin-bottom: 10px;
      font-size: 15px;
    }
    .location-details {
      margin-bottom: 30px;
      border: 1px solid #eee;
      padding: 10px;
      color: #e45252;
      display: none;
    }
    .location-wrapper h4 {
      color: #222;
    }
    #selectlocation {
      height: 30px;
      width: 100%;
      margin-bottom: 30px;
    }
    .leftside h3 {
      margin-top: 0;
    }
   .map-wrapper p {
     font-size: 15px;
     margin-bottom: 10px;
   }
  /* Google Map Style InfoWindow*/ 
  .gm-style-iw {
    width: 250px !important; 
    font-size: 13px;
  } 