

/** 
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org 
 *------------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  line-height: 1.15;
  color: #333333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 39px;
}
h2,
.h2 {
  font-size: 48px;
}
h3,
.h3 {
  font-size: 36px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
.font-family-serif {
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #3498db;
}
a.text-primary:hover {
  color: #217dbb;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.box-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.box-center .btn {
  margin-right: 12.5px;
  margin-bottom: 12.5px;
}
.box-center + .box-center {
  margin-top: 50px !important;
}
.bg-primary {
  color: #fff;
  background-color: #3498db;
}
a.bg-primary:hover {
  background-color: #217dbb;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #e7e7e7;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.check-list {
  padding-left: 0;
  list-style: none;
  margin-top: 25px;
}
.check-list > li {
  padding-left: 35px;
  padding-bottom: 12.5px;
  background: url("/templates/ja_medicare/images/ico/checklist.png") no-repeat left 3px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.66666667;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 980px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 18.75px;
  border-left: 5px solid #e7e7e7;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.66666667;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e7e7e7;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.66666667;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 75px;
  /* Features Rows */
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 48px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 75px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 75px;
}
.features-list .feature-row h3 {
  font-size: 30px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 48px;
}
.jumbotron iframe {
  margin-top: 25px;
}
@-webkit-keyframes popUp {
  70% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes popUp {
  70% {
    -moz-transform: scale(1.1);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes popUp {
  70% {
    transform: scale(1.1);
    opacity: 0.8;
    filter: alpha(opacity=80);
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes moveFromLeft {
  50% {
    left: -10%;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveFromLeft {
  50% {
    left: -10%;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveFromLeft {
  50% {
    left: -10%;
    animation-timing-function: ease-out;
  }
  100% {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes moveFromRight {
  50% {
    right: -10%;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveFromRight {
  50% {
    right: -10%;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveFromRight {
  50% {
    bottom: -10%;
    animation-timing-function: ease-out;
  }
  100% {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes moveFromBottom {
  50% {
    bottom: -25%;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveFromBottom {
  50% {
    bottom: -25%;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveFromBottom {
  50% {
    bottom: -25%;
    animation-timing-function: ease-out;
  }
  100% {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeIn {
  100% {
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeIn {
  100% {
    -moz-animation-timing-function: ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (min-width: 980px) {
  .ja-animate {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .ja-animate[data-animation="move-from-left"] {
    left: -20%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .ja-animate[data-animation="move-from-right"] {
    right: -20%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .ja-animate[data-animation="move-from-bottom"] {
    bottom: -50%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .ja-animate[data-animation="fadeIn"] {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .inview .ja-animate[data-animation="pop-up"] {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: popUp 300ms ease-in-out forwards;
    -moz-animation: popUp 300ms ease-in-out forwards;
    animation: popUp 300ms ease-in-out forwards;
    -webkit-transform: scale(0.2, );
    -ms-transform: scale(0.2, );
    transform: scale(0.2, );
  }
  .inview .ja-animate[data-animation="move-from-left"] {
    -webkit-animation: moveFromLeft 300ms ease-in-out forwards;
    -moz-animation: moveFromLeft 300ms ease-in-out forwards;
    animation: moveFromLeft 300ms ease-in-out forwards;
  }
  .inview .ja-animate[data-animation="move-from-right"] {
    -webkit-animation: moveFromRight 300ms ease-in-out forwards;
    -moz-animation: moveFromRight 300ms ease-in-out forwards;
    animation: moveFromRight 300ms ease-in-out forwards;
  }
  .inview .ja-animate[data-animation="move-from-bottom"] {
    -webkit-animation: moveFromBottom 600ms ease-in-out forwards;
    -moz-animation: moveFromBottom 600ms ease-in-out forwards;
    animation: moveFromBottom 600ms ease-in-out forwards;
  }
  .inview .ja-animate[data-animation="fadeIn"] {
    -webkit-animation: fadeIn 300ms ease-in-out forwards;
    -moz-animation: fadeIn 300ms ease-in-out forwards;
    animation: fadeIn 300ms ease-in-out forwards;
  }
  .inview .ja-animate[data-delay="200"] {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
  }
  .inview .ja-animate[data-delay="400"] {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  .inview .ja-animate[data-delay="600"] {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
  }
  .inview .ja-animate[data-delay="800"] {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  .inview .ja-animate[data-delay="1000"] {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
}
.joomla-page.row {
  margin: -1px;
}
.joomla-page .col-sm-4 {
  padding: 1px;
}
@media screen and (max-width: 480px) {
  .joomla-page .col-sm-4 {
    width: 100%;
  }
}
.joomla-page a:hover,
.joomla-page a:focus,
.joomla-page a:active {
  outline: none;
  text-decoration: none;
}
.joomla-page .jpage {
  background: #f7f7f7;
  text-align: center;
  padding: 75px 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .joomla-page .jpage {
    padding: 37.5px;
  }
}
.joomla-page .jpage .fa {
  background: #3498db;
  color: #ffffff;
  font-size: 36px;
  padding: 25px;
}
.joomla-page .jpage h3 {
  font-size: 26px;
  margin-bottom: 0;
}
.joomla-page .jpage:hover,
.joomla-page .jpage:focus,
.joomla-page .jpage:active {
  background: #efefef;
  text-decoration: none;
}
.joomla-page .jpage:hover h3,
.joomla-page .jpage:focus h3,
.joomla-page .jpage:active h3 {
  color: #3498db;
}
.contact-appoint {
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 50px;
}
.contact-appoint h4 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.contact-appoint .text-intro {
  margin-bottom: 25px;
}
.contact-appoint option {
  padding: 6.25px 12.5px;
}
.contact-appoint .form-appoint.row,
.contact-appoint .form-appoint .row {
  margin: 0 -5px;
}
.contact-appoint .form-appoint .col-sm-5,
.contact-appoint .form-appoint .col-sm-12,
.contact-appoint .form-appoint .col-sm-10 {
  padding: 0 5px;
}
.contact-appoint input[type="text"],
.contact-appoint textarea,
.contact-appoint select {
  width: 100%;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.contact-appoint textarea {
  min-height: 200px;
}
.contact-appoint .jcontrol-label label {
  color: #333333;
  font-weight: 300;
}
.contact-appoint .jcontrol-label label span {
  color: #999999;
}
.contact-appoint .btn-primary {
  background: transparent;
  border: 2px solid #3498db;
  color: #3498db;
}
.contact-appoint .btn-primary:hover {
  border-color: #217dbb;
  color: #217dbb;
}
.contact-appoint ul {
  padding-left: 0;
}
.contact-appoint ul li {
  list-style: none;
  line-height: 44px;
  margin-bottom: 12.5px;
  overflow: hidden;
  position: relative;
}
.contact-appoint ul li .fa {
  border-radius: 3px;
  border: 1px solid #999999;
  color: #999999;
  font-size: 20px;
  float: left;
  height: 44px;
  line-height: 44px;
  margin-right: 12.5px;
  text-align: center;
  width: 44px;
}
.contact-appoint ul li p {
  overflow: hidden;
  margin: 0;
}
.contact-appoint ul li p.phone {
  font-weight: 400;
}
.well {
  border-radius: 0;
  box-shadow: none;
}


