html,body
{
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
/*    overflow-x: hidden;*/
/*    overflow-y: auto;*/
}
/* temp style DEBUG &&&&&&&&&& */
.debuggy {
	border: 1px solid red;
}
.maxwiddy {
	width:100%;
	max-width: 100px;
}
.maxwiddy2 {
	width:100%;
	max-width: 130px;
}

.franchise-bg { 
    /* The image used */
    background-image: url("../images/franchise_bg3_20.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-caption {
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	right: 5%;
	width: 25%;
	color: #666;
	text-align: center;
	font-style: italic;
}

.video-caption .tagline {
	font-weight: bold;
	font-style: italic;
}
.image-box {
	display: inline-block;
	margin: 10px;
	border: 6px solid white;
	text-align:center;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}
.image-box.image-right {
	float: right;
	margin: 10px 0px 10px 10px;
}
.image-box.image-left {
	float: left;
	margin: 10px 10px 10px 0px;
}
.market_block a {
    color: #5a5a5a;
}
.market_block a:hover {
    color: #2dba2f;
}
.row-news {
	margin-left: 0px;
	margin-right: 0px;
}
.panel-news {
  margin-bottom: 20px;
  background-color: #fff;
}
.panel-news-body {
  padding: 15px;
  color: #444;
}
.panel-news-body h4 {
  font-size:16px;
  font-weight:bold !important;
  margin:14px 0px 2px 0px;
  border-bottom: 1px dotted #999;
  color: #555;
  margin-bottom:4px;
}
.panel-news-body a {
  color: blue;
}
.panel-news-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.panel-news-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}
.panel-news-heading-mid {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}
.panel-news-title-mid {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}
.panel-news-default {
  border-color: #ddd;
}
.panel-news-default > .panel-news-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.news-blue {
   background-color: #bfe2f9; 
}
.news-blue-head {
   background-color: #49bdef;
   color: #000; 
}
.news-green {
   background-color: #d5e9d7; 
}
.news-green-head {
   background-color: #69c08a; 
   color: #000; 
}
.news-red {
   background-color: #eae4ef; 
}
.news-red-head {
   background-color: #aa99c5; 
}
.control-label .cj-has-error {
  color: #a94442;
}
.form-control .cj-has-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
form-control:focus .cj-has-error {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
h3.bolder {
    font-weight: 900 !important;
}
.img-thumbnail {
	background-color: #fdebcf;
}
.img-thumbnail.extramargin {
	margin: 6px;
}
/* temp style DEBUG &&&&&&&&&& */
body {
    font-family: 'Roboto', sans-serif;
    color: #5a5a5a;
    padding-top: 80px !important;
}

h1,h2,h3,h4,h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    /*letter-spacing: .03em;*/
}


h4 {
    line-height: 1.3em;
}
h3 {
    font-size: 18px;
}

.carousel-caption {
    top: 0;
    padding-top: 0;   
}
.carousel-caption h1 {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 17px;
}
.carousel-caption h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px;   
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.3) !important;
    margin-top: 6px;
}
.carousel-caption p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}
.panel-heading h5 {
    font-size: 15px !important;
}

.text-white {
    /*border-bottom: 2px solid #fff;*/
    color: #fff;
    background-color:#3767C3;
    padding: 4px
}
.checkbox.signupCheck {
    /* background-color: #ffffff; */
    padding: 4px;
    margin-bottom: 10px;
}

.btn-carousel {
    background: rgba(255,255,255,0.2);
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 1px;
    font-weight: 800;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4) !important;
    margin: 10px 0;
}
 
.btn-carousel:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: rgba(255,255,255,.7);
    color: #404040;
    text-shadow: 0px 0px #ffffff !important;
}

.address-list tr td {
    vertical-align: top;
}
blockquote.quote {
    border:0;
    font-size: 1.3em;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -.02em;
    margin: 25px 0;
    padding: 8px 0 0 35px;
    position: relative;
    z-index: 10;
    color: #18519f;
}
blockquote.quote:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 43px;
    top: 0;
    left: 0;
    color: #def1fa;
    z-index: -10;
}

h5 {
    font-weight: 700;
    font-size: 14px;
}
.jumbotron {
    background-color: #3767C3;
    color: #fff;
}
.jumbotron h2 {
    font-size: 18px
}


.green {
    color: #398439;
}
.green a:hover {
    color: #2dba2f;
}
.red {
    color: #884188;
}
a.red:hover {
    color: #6a226a;
}
.white {
    color: #fff;
}
.magenta {
    color: #BF28B2;
}
.blue {
    color: #3767C3;
}
.shaded {
    background-color: #e0e0e0;
}
.shaded-active {
    background-color: #d3d3d3 !important;
    color: #333333 !important;
}
.shaded-dark {
    background-color: #989898;
    color: #fff;
}
.shaded-xdark {
    background-color: #404040;
    color: #fff;
}
.shaded-black {
    background-color: #000;
    color: #e0e0e0;
}
.shaded-blue {
    background-color: #3767C3;
    color: #fff; 
}
.shaded-green {
    background-color: #398439;
    color: #ffffff;
}
.shaded-yellow {
    background-color: #efe9a9;
    color: #898989;
}
.newsletter-sidebar {
    background: #e0e0e0;
    border-radius: 4px;
}
.altHeader {
    background-image: url(../images/altHeaderBG.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    overflow-x: hidden;
    color: #ffffff;
    background-position: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
    height: 190px;
}
.altHeader h1 {
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
}

.footer-top {
    color: #ddd;
    font-weight: 300;
}
.footer-top ul > li span.fa-facebook {
    color: #066fff;
    font-size: 16px;
    margin-right: 4px;
}
.footer-top ul > li span.fa-twitter {
    color: #1ddcff;
    font-size: 16px;
    margin-right: 4px;
}
.footer-top ul > li span.fa-google-plus {
    color: #ff1d1d;
    font-size: 16px;
    margin-right: 4px;
}
.footer-top ul > li span.fa-youtube {
    color: #ff0000;
    font-size: 16px;
    margin-right: 4px;
}
.footer-top ul > li span.fa-pinterest-p {
    color: #cd2129;
    font-size: 16px;
    margin-right: 4px;
}
.footer-top ul > li span.fa-rss {
    color: #f4b83f;
    font-size: 16px;
    margin-right: 4px;
}
.footer-top ul li a {
    color: #ddd !important;
    line-height: 1.7;
}
.footer-top ul li a:hover {
    color: #fff !important;
    text-decoration: none;
    text-shadow: 1px 1px 2px #bbb;
}
.footer-top h5 {
    font-weight: 700 !important;
    border-bottom: 1px dotted #ffffff;
}
.footer-top h5 {
}
.copyright {
    color: #9b9b9b;
    font-size: 10px;
}
.copyright a {
    color: #686868;
    font-size: 10px;
}
.social {
    font-size: 11px;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.social a {
    color: #fff;
    text-decoration: none;
}
.first {
    border-top: 0px;
    padding-top: 6px;
}
.top-0 {
    padding-top: 0px;
}
.top-2 {
    padding-top: 2px;
}

.top-5 {
    padding-top: 10px;
}

.top-10 {
    padding-top: 10px;
}

.top-20 {
    padding-top: 20px;
}
.top-30 {
    padding-top: 30px;
}
.top-40 {
    padding-top: 40px;
}
.bottom-0 {
    padding-bottom: 0px;
}
.bottom-2 {
    padding-bottom: 2px !important;
}
.bottom-5 {
    padding-bottom: 5px;
}
.bottom-10 {
    padding-bottom: 10px;
}
.bottom-20 {
    padding-bottom: 20px;
}
.bottom-30 {
    padding-bottom: 30px;
}
.bottom-40 {
    padding-bottom: 40px;
}
.right-10 {
    padding-right:10px;
}
.right-20 {
    padding-right:20px;
}
.right-30 {
    padding-right:30px;
}
.margin-t0 {
    margin-top: 0px
}
.margin-t2 {
    margin-top: 2px
}
.margin-t5 {
    margin-top: 5px
}
.margin-t10 {
    margin-top: 10px
}
.margin-t20 {
    margin-top: 20px
}
.margin-t30 {
    margin-top: 30px
}
.margin-t40 {
    margin-top: 40px
}
.margin-b0 {
    margin-bottom: 0px
}
.margin-b2 {
    margin-bottom: 2px
}
.margin-b5 {
    margin-bottom: 5px
}
.margin-b10 {
    margin-bottom: 10px
}
.margin-b20 {
    margin-bottom: 20px
}
.margin-b30 {
    margin-bottom: 30px
}
.margin-b40 {
    margin-bottom: 40px
}
.jumbotron {
    padding-top: 8px;
    padding-bottom: 14px;
}
.market-head {
    border-bottom: 1px dotted #000000;
}
.market-head:after {
  content: '';
  display: block;
  background: #44a445;
  height: 4px;
  max-width: 100px;
  width: 100%;
  margin: 0 0 -1px 0;
}

.panel-default .panel-heading {
    background-color: #3767C3 !important;
    color: #ffffff !important;
}
.panel-green {
  border-color: #44a445;
    background: #ececec;
}
.panel-green > .panel-heading {
  color: #fff;
  background-color: #44a445 !important;
  border-color: #44a445;
}
.panel-green > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #44a445;
}
.panel-green > .panel-heading .badge {
  color: #44a445;
  background-color: #fff;
}
.panel-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #44a445;
}
.panel-gray {
  /* border-color: #5d5d5d; */
    background: #ececec;
}
.panel-gray > .panel-heading {
  color: #fff !important;
  background-color: #888888 !important;
  border-color: #5d5d5d;
}
.panel-gray > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ececec;
  background-color: #ececec;
}
.panel-gray > .panel-heading .badge {
  color: #ececec;
  background-color: #fff;
}
.panel-gray > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #888888;
}
.panel-gray hr {
    border-top: 1px solid #8c8b8b; color: #333;
}
.btn-pad {
    margin-top: 10px;
    margin-bottom: 4px;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #fff;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.panel-features {
    border-radius: 0;
    background-color: #f4f4f4
}
.panel-features .panel-body {
    margin-top: 0;
    padding-top: 0
}
.panel-features .panel-heading{
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #dedede;
}
.panel-features ul li {
    margin: 8px 0
}
.panel-features .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e236";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #000;         /* adjust as needed */
}

.btn-gray {
  color: #333;
  background-color: #d0d0d0;
  border-color: #b4b4b4;
}
.btn-gray:focus,
.btn-gray.focus {
  color: #333;
  background-color: #b4b4b4;
  border-color: #8c8c8c;
}
.btn-gray:hover {
  color: #333;
  background-color: #b4b4b4;
  border-color: #8c8c8c;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-gray:active:hover,
.btn-gray.active:hover,
.open > .dropdown-toggle.btn-gray:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.open > .dropdown-toggle.btn-gray:focus,
.btn-gray:active.focus,
.btn-gray.active.focus,
.open > .dropdown-toggle.btn-gray.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #eee;
  border-color: #ccc;
}
.btn-gray .badge {
  color: #fff;
  background-color: #333;
}
.other-sch {
    background-image: url(../images/othersportsMobile.jpg);
    background-size: cover;
    background-position: bottom;
    min-height: 200px;
    color: #fff;
}
@media (min-width:740px) {
    .other-sch {
        background-image: url(../images/othersports.png);
        background-size: cover;
        background-position: bottom;
        min-height: 200px;
        color: #fff;   
    }
} 
    
.social-bar {
    background: #e1e1e1;
    padding: 8px 0 0 0;
    font-size: 12px;
    font-weight: bold
}
.panel .panel-default.sidebar-review h5 a:hover {
    text-decoration: none;
    color: #5a5a5a !important;
}

.form-frame {
    /* padding: 10px; */
    background-color: #BACEF5;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 10px;
}
.form-frame-green {
    padding: 10px;
    background-color: #b0e2b0;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 10px;
}
.form-head-green {
    border-bottom: 1px dotted #000000;
    color: green;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-active {
    border-left-color: #563d7c;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

hr.faded { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  margin: 20px 0 20px 0;
}
.ranked {
    background-color: #cccccc;
    background-image: url(../images/ranked-1.png);
    background-repeat: no-repeat;
    background-position: 97% top;
    background-size: 80px;
    height: 150px;
    padding-right: 50px;
}
.capterra {
    background-color: #cccccc;
    background-image: url(../images/capterra.png);
    background-repeat: no-repeat;
    background-position: center 6px;
    background-size: 67%;
    height: 150px;
    padding-top: 70px;
}
.ten_years {
    background-color: #cccccc;
    background-image: url(../images/since-10-years.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 40%;
    height: 150px;
    padding-right: 130px;
}
.testimonial {
    background-image: url(../images/testimonialBG2.jpg);
    background-position: center center;
    background-size: cover;
}


/* BEGIN Pricing Table Styles */

.pricing-tables.attached .col-sm-4,
.pricing-tables .col-md-4,
.pricing-tables .col-sm-3,
.pricing-tables .col-md-3
.pricing-tables .col-sm-2,
.pricing-tables .col-md-2{
    padding-left: 0;
    padding-right: 0;
}
.plan {
    box-shadow: 0 4px 4px rgba(10, 10, 10, 0.09);
    min-height: 100px;
    margin: 0px;
    padding-bottom: 25px;
    text-align: center;
    background-color: #f1f1f1;
}
.plan.over{
    box-shadow: -6px 6px 12px rgba(30, 30, 30, 0.45) !important;
    background-color: #f1f1f1;
}
.overSelector{
    box-shadow: -6px 6px 12px rgba(30, 30, 30, 0.45) !important;

}
.plan .heading {
    padding: 12px 16px;
    background: #44a445;
    color: #fff;
}

.pricing-tables.attached .plan.first {
    border-top: none;
    padding-top: 0px;
}
.plan .price h3 {
    font-size: 40px;
    margin-top: 10px;
    padding-top: 10px;
    margin: 0 auto 30px auto;
    width: 80%;
}
.plan .price .price-symbol{
    font-size: 24px;
    vertical-align: top;
    position: relative;
    margin: 6px 0 0 -7px;
    display: inline-block;
}
.sidebar-list li:before {
    content: '\f138'; /* fa-chevon */
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    margin-right: .5em;
    color: #0587cc;
    padding-top:3px;
}
.sidebar-list li {
    list-style-type: none;
    padding:0px !important;
    margin: 0px !important;

}
.sidebar-list ul {
    padding:0px !important;
    margin: 0px !important;
}
.sidebar-grn {
    background: #60ba46;
    color: #fff;
}
.sidebar-grn h4 {
    color: #34582a;
}
.news-return {
    font-size: 14px;
}
.testimonials-return {
    font-size: 14px;
}

/* END Pricing Table Styles */

/*BEGIN R2 PRICING TABLE STYLES*/
.pricingDollarSign {
	font-size: 20px;
	vertical-align: top;
	clear: left;
	display: inline-block;
	margin: -4px -2px 0px 0px;
}
.pricingDollarAmt {
	font-size: 40px;
    font-weight: 300;
    line-height: 34px;
	margin: 0px -2px 4px -6px;
	font-style:normal;
	display: inline-block;
}
.pricingCentAmt {
	font-size: 15px;
	text-decoration: underline;
	vertical-align: top;
	font-style:normal;
	margin:-8px 0px 0px -5px;
	display: inline-block;
}
.pricingPerMonth {
}
.pricingStuSize {
}

.pricing-green {
    background-color: #bbe0bc;
    color: #404040;
    border-radius: 0px;
    border-color: #44a445;
    margin: 0 -4px 20px -4px;
    transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s; /* Firefox 4 */
    -webkit-transition: box-shadow 0.2s; /* Safari and Chrome */
    -o-transition: box-shadow 0.2s; /* Opera */
    -ms-transition:box-shadow 0.2s; /* IE9 (maybe) */ 
}
.pricing-green:hover {
    box-shadow: 0px 0px 14px #888888;
}
.pricing-green .panel-heading {
    background-color: rgb(68,164,69);
    border-radius: 0px;
}
.pricing-green .panel-footer {
    border-radius: 0px;
}
.pricing-green h2 {
    color: #ffffff;
    padding: 10px 0;
    font-size: 20px;
    margin: 0;
    line-height: 22px;
}
.pricing-green .panel-body >p > span  .dollar {
	bottom: 13px;
	right: 1px;
	position: relative;
    font-size: 20px;
    font-style: normal;
}
.pricing-green .btn {
    border-radius: 2px;
}

.pricing-green .price {
	font-size: 40px;
    font-weight: 300;
    line-height: 34px;
}
.pricing-green p {
    font-size: 16px;
    margin: 0;
    line-height: 16px;
}
.price-select-label {
    font-size: 16px;
    line-height:18px;
    padding-bottom: 6px;
    color: #404040;    
}
.styled-select {
   height: 34px;
   overflow: hidden;
   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIvPjxwYXRoIGQ9Ik0wLS43NWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+) no-repeat right #ebebeb;
    background-size: 20px;
   border: 1px solid #ccc;
    -webkit-appearance: none;
    width: 100%;
    padding: 0 10px;
    border-radius: 0px;
    color: #3e3e3e;
   }
.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
    -moz-appearance: none;
   }
.pricing-flag img {
    max-height: 34px !important; 
    padding: 0px  !important;
    margin:0px  !important;
}

/*END R2 PRICING TABLE STYLES*/

.mastheadDance {
    margin-top: 0px;
    border-radius: 0px !important;
    padding: 30px 15px 0 15px;
    background-image: url(../images/danceMasthead.jpg);
    background-size: cover;
    background-repeat: none;
    background-position: center;
    height: 300px;
    color: #303030;
    text-shadow: 1px 1px 4px rgba(256, 256, 256, 1);
}

.mastheadBlue {
    background: rgba(228,237,242,1);
background: -webkit-linear-gradient(rgba(228,237,242,1) 0%, rgba(144,187,214,1) 100%);
background: -o-linear-gradient(rgba(228,237,242,1) 0%, rgba(144,187,214,1) 100%);
background: linear-gradient(rgba(228,237,242,1) 0%, rgba(144,187,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edf2', endColorstr='#90bbd6', GradientType=0 );
}
.mastheadBlue h3 {
    text-shadow: 1px 1px 4px rgba(256, 256, 256, 1);
    padding-top: 20px;
}
.mastheadDance h3 {
    font-weight: 800 !important;
}
.mastheadNews {
    margin-top: 0px;
    border-radius: 0px !important;
    padding: 30px 15px 0 15px;
    background-image: url(../images/newsMasthead.jpg);
    background-size: cover;
    background-repeat: none;
    background-position: center;
    height: 300px;
    color: #303030;
/*    text-shadow: 1px 1px 4px rgba(256, 256, 256, 1);*/
}

.mastheadNews h3 {
    font-weight: 400 !important;
}

.no-risk {
    margin-top: -15px    
}

.quesAns .dl-horizontal dt 
{
    white-space: normal;
    width: 40px;
    float: left;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.quesAns .dl-horizontal dd 
{
     margin-left: 60px
}
.quesAns .dl-horizontal {
    margin-bottom: 0;
    margin-top: 0;
}


/*------- Back-to-top button -------*/
.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 40px;
	padding-top: 2px;
	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;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 0.8;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/*-------- END Back-to-top button-------*/

/* Medium (desktops) and up */
@media (max-width: 992px) {
	.plan .heading {
		font-size: 13px;
		padding: 8px 10px;
	} 
	.plan .price h3 {
		 font-size: 30px;
	}
		.panel-title {
			font-size: 15px;
		}
		.feature-jumbo {
		margin-bottom: 0;
	}
}
/* Small and up */
@media (min-width: 768px) {
	body {
		padding-top: 70px !important;
	}
	
	h3 {
		font-size: 24px;
	}
	.no-pad {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
	}
	.no-pad-left {
		padding-left: 0px;
	}
	.no-pad-right {
		padding-right: 0px
	}
	
	.carousel-caption {
		top: 35%;
		right: 25%;
		left: 25%;
	}   

	.carousel-caption h1 {
		font-size: 30px !important;
		font-weight: 400 !important;
		line-height: 34px;
		background: rgba(0, 0, 0, 0.4);
		margin-bottom: 0;
		padding: 10px 20px 0 20px;
	}
	.carousel-caption h3 {
		font-size: 26px;
		line-height: 30px;
		font-weight: 800;
		padding: 10px;   
		background: rgb(0, 0, 0); /* fallback color */
		background: rgba(0, 0, 0, 0.3);
		margin-top: 20px
	}
	.carousel-caption p {
		background: rgba(0, 0, 0, 0.4);
		padding: 0 20px 10px 20px;
		font-weight: normal;
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}
	
	.jumbotron h2 {
		font-size: 30px
	}

	/* Remve the edge padding needed for mobile */
	.marketing {
		padding-left: 0;
		padding-right: 0;
	}

}
/*Customize navbar-toggle*/
/* Small and extra-small */
@media (max-width: 991px) {
    .carousel-caption {
    	top: 0;
        left: 20%;
        right: 20%;
    }
    .testimonial {
        background-image: url(../images/testimonialBG2-mobile.jpg);
        background-position: center center;
        background-size: cover;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        overflow-y: auto !important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px !important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px !important;
        padding-bottom: 10px!important;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
    
}
@media (min-width:992px) {
    body {
        padding-top: 80px !important;
    }
    .panel-heading h5 {
    font-size: 16px !important;
	}    
	.footer-top ul li a {
		line-height: 1.42857143;
	}
}

/*adjustments to columns for mobile landscape*/

@media (max-width: 667px) and (orientation:landscape) {
    
	.col-xs-12-landscape {
	  width: 100%;
	}
	.col-xs-11-landscape {
	  width: 91.66666667%;
	}
	.col-xs-10-landscape {
	  width: 83.33333333%;
	}
	.col-xs-9-landscape {
	  width: 75%;
	}
	.col-xs-8-landscape {
	  width: 66.66666667%;
	}
	.col-xs-7-landscape {
	  width: 58.33333333%;
	}
	.col-xs-6-landscape {
	  width: 50%;
	}
	.col-xs-5-landscape {
	  width: 41.66666667%;
	}
	.col-xs-4-landscape {
	  width: 33.33333333%;
	}
	.col-xs-3-landscape {
	  width: 25%;
	}
	.col-xs-2-landscape {
	  width: 16.66666667%;
	}
	.col-xs-1-landscape {
	  width: 8.33333333%;
	}
}

/*end adjustment for mobile landscape*/

/*adjustments to columns for phablet landscape*/

@media (max-width: 736px) and (orientation:landscape) {
    
	.col-sm-12-landscape {
	  width: 100%;
	}
	.col-sm-11-landscape {
	  width: 91.66666667%;
	}
	.col-sm-10-landscape {
	  width: 83.33333333%;
	}
	.col-sm-9-landscape {
	  width: 75%;
	}
	.col-sm-8-landscape {
	  width: 66.66666667%;
	}
	.col-sm-7-landscape {
	  width: 58.33333333%;
	}
	.col-sm-6-landscape {
	  width: 50%;
	}
	.col-sm-5-landscape {
	  width: 41.66666667%;
	}
	.col-sm-4-landscape {
	  width: 33.33333333%;
	}
	.col-sm-3-landscape {
	  width: 25%;
	}
	.col-sm-2-landscape {
	  width: 16.66666667%;
	}
	.col-sm-1-landscape {
	  width: 8.33333333%;
	}
}

/*end adjustment for phablet landscape*/
/*
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: inherit !important;
    }
}
*/
/*END Customize navbar-toggle*/
