@import url("../webfonts/ImparaMed/stylesheet.css");
@import url("../webfonts/ImparaMedIta/stylesheet.css");
@import url("../webfonts/ImparaReg/stylesheet.css");
@import url("../webfonts/ImparaBol/stylesheet.css");
@import url("../webfonts/ImparaLig/stylesheet.css");
@import url("../webfonts/ImparaIta/stylesheet.css");

/* Resets */
html, body, container-fluid, row-fluid {
  height: 100%;
}
body{
  margin:0;
  font-family:ImparaReg,Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:20px;
  color:#333333;
  background-color:#dddddd;
}

.fill { 
  min-height: 100%;
  position: relative;
}
.filler::after {
    background-color: inherit;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: -1;  
}
a:hover { 
  color: #074f7a; 
  text-decoration: none;
}
a:focus {
  outline: thin dotted rgba(150,150,150,.75);
  outline-offset: -2px;
}
h1,h2,h3,h4,h5,h6{
  margin:10px 0;
  font-family:ImparaMed,Helvetica,Arial,sans-serif;
  font-weight:normal;
  line-height: 1.25em;
  color:#1c256b;
  text-rendering:optimizelegibility;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999999;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  display: inline;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#215A6B;}
h1{font-size:38px;}
h2{font-size:30px;}
h3{font-size:26px;}
h4{font-size:22px;}
h5{font-size:16px;}
h6{font-size:14px;}
h1 small{font-size:24.5px;}
h2 small{font-size:17.5px;}
h3 small{font-size:14px;}
h4 small{font-size:10px;}
strong {
  font-weight:normal;
  font-family:ImparaMed, Helvetica, Arial, sans-serif;
}
em{
  font-style:normal;
  font-family:ImparaIta, "Times New Roman", serif;
  margin-bottom:10px;
}
dt {
  font-weight:normal;
  font-family:ImparaMed, Helvetica, Arial, sans-serif;
}
.dl-horizontal dt {
  width:80px;
}
.dl-horizontal dd {
  margin-left: 100px;
}
sup {
  font-size: 50%;
}
.table th {
  font-weight:normal;
  font-family:ImparaMed, Helvetica, Arial, sans-serif;
}
.text-error {
  color:#ff4040;
}
.container-fluid {
  padding:0 3%;
}
blockquote {
  position: relative;
  color: #7e7e7e;
  font-family:ImparaIta, "Times New Roman", serif;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  padding: 0 35px;
  margin-top: 20px;
  margin-bottom:20px;
  border: none;
}
blockquote.pull-right{
  padding: 10px 25px;
  border-right:none;
}
blockquote:before {
  content: "\f10d";
  font-family: FontAwesome; 
  position: absolute;
  font-size: 30px;
  color: #ddd;
  top: 0;
  left: 0;
}
#research blockquote {
  font-size: 16px;
  line-height: 24px;
}
.pullquote {
  float: right;
  width: 20%;
  padding: 25px;
  border: 1px solid #ebebeb;
  border-bottom-width: 4px;
  margin: 0 0 0 25px;
}
.pullquote.left {
  float: left;
  margin: 0 25px 0 0;
}
.pullquote p {
  padding: 5px;
}
.pullquote:before {
  top: 25px;
  left: 8px;
}
.pullquote:after {
  bottom: 0;
  right: 15px;
}

/* HEAD & NAV */
body {
  background: url('../img/bg2.jpg') no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.wrap {
  background-color: #fff;
  margin:0 auto;
  padding: 20px 4%;
  box-shadow: 0px 3px 5px 4px rgba(60, 60, 60, 0.5);
  -webkit-box-shadow:  0px 3px 5px 4px rgba(60, 60, 60, 0.5);
  z-index:-5;
}
.shadow {
  border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -webkit-box-shadow:  0px 4px 4px 4px rgba(30, 30, 30, .5);
  box-shadow:  0px 4px 4px 4px rgba(30, 30, 30, .5);
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  font-size: 300%;
  padding: 0.2em 0;
}
.page-header{
  background: white;
  margin:20px auto 0px auto;
  padding: 10px ;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  box-shadow: 0px 2px 3px 3px rgba(60, 60, 60, 0.5);
  -webkit-box-shadow: 0px 2px 3px 3px rgba(60, 60, 60, 0.5);
}
#headlogo {
  float:none;
  margin: 0px auto 15px auto;
  text-align:center;
}
#headinfo {
  float:none;
  text-align:center;
}
#page-title{
  background-image: url(../img/pt-bg.png);
  background-color: #1C256B;
}
#page-title h1 {
  color:#FFF;
  font-family: ImparaLig;
  vertical-align: middle;
  letter-spacing: 8px;
  text-align: left;
  text-shadow:none;
  text-transform:uppercase;
}
.navbar {
  margin: 0px;
  z-index:2000;
  z-index:5000;
}
.navbar .nav > li {
  padding: 0;
}
.navbar .nav > li > a {
  padding: 10px 0;
  text-align: center;
  color: #27A8B1;
  text-shadow: 1px 1px 0 #ffffff;
  font-family:ImparaMed, Helvetica, Arial, sans-serif;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:1px;
}
.navbar-inner {
  padding-left:0;
  padding-right:0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.navbar-inner ul.nav {
  margin-right: 0;
  float: none;
  width: 100%;
}
.navbar .btn-navbar {
  padding: 4px 0px;
  color:#1c256b;
  text-shadow: 1px 1px 0 #fff;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: rgba(180,180,180,.125);
  color: #1c256b;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  text-shadow: -1px -1px 0 #1c256b;
  background-color: #ccc;
  *background-color: #d9d9d9;
}
.dropdown-menu li > a {
  text-align: left;
}
.navbar-inner ul.nav {
  margin-right: 0;
  float: none;
  width: 100%;
}
.navbar .btn-navbar {
  padding: 4px 10px;
  color:#1c256b;
  text-shadow: 1px 1px 0 #fff;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: rgba(180,180,180,.125);
  color: #1c256b;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  text-shadow: -1px -1px 0 #1c256b;
  background-color: #ccc;
  *background-color: #d9d9d9;
}
.dropdown-menu li > a {
  text-align: left;
}
.dropdown-menu {
z-index: 2000;
}
.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{
  font-weight:normal;
  font-family:ImparaMed, Helvetica, Arial, sans-serif;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #fff;
  background-color:#1c256b;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: rgb(229, 229, 229);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.125) inset;
  color: #074f7a;
}
#sidebar.span3 {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top:-20px;
  margin-left:-2%;
  padding: 20px 10px;
  min-height: 100%;
  background-color: rgb(229, 229, 229);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.125) inset;
}
.nav.nav-just {
  width:100%;
}
.nav.nav-just> li {
  float:none;
}
.nav.nav-just> li > a {
  margin-bottom:5px;
  text-align:center;
}
.navbar-collapse.in>.nav-just>li>a, .navbar-collapse.collapsing>.nav-just>li>a  {
  text-align: right;
}
.nav.nav-just li.dropdown .dropdown-menu {
  left: auto;
  top: auto;
}

/* CONTENT */
.small {
  font-size:75%;
}
#banner {
  position: relative;
  min-height:100%;
  margin-bottom: 30px;
}
#banner img {
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}
.banner-caption {
  background-color:rgba(0,0,0,.75);
  max-width:100%;
  position: static;
  padding:10px;
  border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  color:#fff;
  text-shadow: 1px 1px 0 #1c256b;
}
div.carousel-caption{
  background-color:rgba(0,0,0,.25);
  padding-left:15px;
  padding-right:15px;
  padding-top:0;
}
.carousel-caption h4, .carousel-caption p {
  color:#fff;
  text-shadow: rgba(0,0,0,1) 0 0 15px;
  text-shadow: rgba(0,0,0,1) 0 0 15px;
  text-shadow: rgba(0,0,0,1) 0 0 15px;

}
/* Tabs */
.tabbable {
  background-color:#F8F8F8;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  margin:20px 0;
}
.nav-header.secondary {
  padding-top:0;
  padding-bottom:0;
}
.nav-list{
  font-family:ImparaMed, Helvetica, Arial, sans-serif;
  font-size:16px;
  background-color:#E9E9E9;
  border-radius: 6px 0 0 6px;
  -moz-border-radius:6px 0 0 6px;
  -webkit-border-radius:6px 0 0 6px;
  margin-bottom:0;
}
.nav-list>li>a,.nav-list .nav-header{
  color: #27a8b1;
  text-shadow: 1px 1px 0px #fff;
}
.nav-list>li{
  margin: 0 -15px;
  padding: 11px 5px 12px 15px;
  border-bottom: 1px solid #bbb;
  -webkit-box-shadow: 0px 1px 0px #fff;
  -moz-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
}
.nav-list>li:last-child{
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{
  color:#1C256B;
  background-color:#F8F8F8;
  margin: -10px -10px -11px -15px;
  padding: 11px 5px 12px 15px;
}
.nav-list > li > a:hover, .nav-list > li > a:focus {
  color:#074f7a;
  background-color:#ccc;
  margin: -8px -5px -8px -15px;
  padding: 11px 5px 11px 15px;
}
.tab-pane {
  background: #F8F8F8;
  padding: 10px 20px 0 10px;
  border-radius: 0px 6px 6px 0px;
  -moz-border-radius:0px 6px 6px 0px;
  -webkit-border-radius:0px 6px 6px 0px;
}

.col-head {
  background-color:#aaa;
  margin-top:10px;
  padding: 5px 10px;
  border-radius: 8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  color: #fff;
  text-shadow: 1px 1px 0 #1c256b;
}
.well {
  padding-top:10px;
  padding-right:10px;
  padding-bottom:15px;
  padding-left:15px;
}
.accordion-heading .accordion-toggle {
  color: #fff;
  background-color:rgb(28, 37, 107);
  font-family:ImparaMed, Helvetica, Arial, sans-serif;
  font-size:1.25em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#hours .table {
  margin-bottom: 10px;
}
#hours {
  margin-top: 10px;
}
#rates {
  margin-top:15px;
}
.input-append,.input-prepend{
  display:block;
}
#wp blockquote p {
  font-size:15px;
  line-height:1.5;
  color:#555;
}
/* Footer */
#prefooter {
  padding: 20px 4% 15px 4%;
  background-image: url(../img/pt-bg.png);
  color: #fff;
}
#prefooter h3 {
  margin-top:0;
  color:#fff;
  text-shadow:none;
}
/*#testimonals-carousel .carousel-control {
  top: 40px;
  font-family:ImparaLig, monospace;
  font-weight: normal;
  font-size: 120px;
  height:100px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
}
#testimonals-carousel .left.carousel-control {
  left:0;
}
#testimonals-carousel .right.carousel-control {
  right:0;
}
#testimonals-carousel .item {
  margin: 0 50px;
}
#testimonals-carousel .carousel-indicators {
  left: 50px;
  right: 0;
  top: auto;
  bottom: -10px;
  text-align: left;
}
#testimonals-carousel .carousel-indicators li {
  float: none;
  display: inline-block;
}
#testimonals-carousel p {
  margin: 8px 0;
}
*/#disclaimer {
  padding: 20px 4% 15px 4%;
  background-image: url(../img/pt-bg2.png);
  color: #fff;
  font-family:ImparaIta, "Times New Roman", serif;
  font-size: 13px;
}
#footer{
  margin:0 auto 20px auto;
  padding: 20px 4% 15px 4%;
  background-image: url(../img/pt-bg3.png);
  color: #fff;
  font-size: 13px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
#footer a:active,
#footer a:hover, 
#footer a:focus{
  color:#B7DEE5;
}
#honeypot {
  display:none;
}
/* RESPONSIVE */
@media (max-width: 420px) {
#head-info.visible-xs {
  margin-top: 20px;
}
#head-line {
  margin-bottom: 20%;
}
}
@media (max-width: 480px) {
.youtubevid {
  width: 300px;
  height: 169px; /* 225px */
}
}
@media (min-width: 481px) and (max-width: 766px) {
.youtubevid {
  width: 480px;
  height: 270px; /* 320px */
}
}

@media (min-width: 768px) {
.jumbotron {
  background: url(../img/center.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 65%;
  /* Internet Explorer 7/8 */
  background-attachment: fixed; 
}
.head.jumbotron {
  padding:0;
  margin-bottom:0;
  height:auto;
  min-height:600px;
}
#head-logo > a > img {
  margin: 10px 0 0 0;
}
#headlogo {
  float:left;
  text-align: left;
  margin-top: 20px;
}
#headinfo {
  float:right;
  text-align: right;
}
.page-intro, .page-intro > h1 {
  font-size:36px;
  line-height:60px;
}
.nav.nav-just > li {
  display:table-cell;
  width: 1%;
}
.nav.nav-just > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav.nav-just > li > a {
  margin-bottom:0;
}
.navbar {
  border-radius: 0px;
}

}
@media (min-width: 767px) and (max-width: 991px) {
.youtubevid {
  width: 640px;
  height: 360px; /* 480px */
}
}
@media all and (min-width: 992px) {
#head-info h1 {
  line-height:32px;
}
#head-info.hidden-xs > h1 {
  margin-top: 10px;
}
.youtubevid {
  width: 960px;
  height: 540px; /* 720px */
}
}

@media all and (min-width:1200px){
.page-intro > h1 {
  font-size:34px;
  line-height:60px;
}
#prefooter {
  padding: 20px 2% 15px 2%;
}
#disclaimer {
  padding: 20px 2% 15px 2%;
}
#footer{
  padding: 20px 2% 15px 2%;
}

}
