
body {
	font-family: 'Open Sans', sans-serif;
	color: #47535c;
	font-size: 18px;
	line-height: 1.34em;
	letter-spacing: 0;
}

h1, h2, h3, h4, h5,h6 {
	font-family: 'Raleway', sans-serif;
	color: #47535c;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}

h1 {
	font-size: 42px;
	margin-bottom: 20px;
}

h2 {
	font-size: 34px;
}

h2.bottom-dots {
	margin-bottom: 0.5em;	
}

h2 small {
	font-weight: 600;	
	color: inherit;
}

h3 {
	font-size: 28px;
	margin-bottom: 0.5em;
}

h1.strong, h2.strong, h3.strong, h4.strong, h.strong5, h6.strong {
	font-weight: 700;
}

p {
	margin: 0 0 1em;
}

ul > li {
	margin-bottom: 1em;
}

hr {
	border-top: 1px solid #edeff1;
}

a {
	color: #f88f13;
	font-weight: 600;
}
a:hover,
a:focus {
	color: #e87f03;
}

a.anchor {
	display: block;
	position: relative;
	top: -113px;
	visibility: hidden;
	height:0px;
}


b, strong {
	font-weight: 700;
}

textarea {
   resize: none;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: inherit;
}

.has-success .form-control {
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .input-group-addon {
	color: inherit;
	background-color: #eee;
	border-color: #ccc;
}


.bottom-dots:after {
	display: block;
	height:13px; 
	width:100%;   
	background: url("/images/dots.png");
	background-repeat: no-repeat;
	content: '';
	padding-top: 1.2em;
	background-position: left center;
}

.text-center .bottom-dots:after,
.text-center.bottom-dots:after {
	background-position: center center;
}

.btn {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 5600;
	border-radius: 22px;
	padding: 6px 30px;
}

.btn.btn-sm {
	font-size: 14px;
	font-weight: 600;
	border-radius: 14px;
	padding: 6px 40px;
}

.btn-primary {
	background-color: #f88f13;
	color: #ffffff;
	border: 2px solid #f88f13;
}

.btn-primary:hover,
.btn-primary.disabled:hover,
.btn-primary:focus,
.btn-primary.disabled:focus,
.btn-primary:active:focus {
	background-color: #e87f03 !important;
	color: #ffffff !important;
	border: 2px solid #e87f03 !important;
}

.btn-default {
	color: #f88f13;
	background-color: #ffffff;
	border: 2px solid #f88f13;
}

.btn-default:hover,
.btn-default.disabled:hover,
.btn-default:focus,
.btn-default.disabled:focus,
.btn-default:active:focus {
	color: #e87f03 !important;
	background-color: #ffffff !important;
	border: 2px solid #e87f03 !important;
}

.btn-row .btn {
	margin: 1em 0.5em;
	width: 250px;
}

.btn-row .btn:first-child {
	margin-left: 0;
}

.btn-row .btn:last-child {
	margin-right: 0;
}

.bk-ltgray {
	background-color: #edeff1;
}

.bk-black {
	background-color: #000000;
	color: #ffffff;
}

ul.checkmark {
	list-style: none;
	padding-left: 0;
}

ul.checkmark > li {
	padding-left: 25px;
	padding-bottom: 10px;
}

ul.checkmark > li:before {
	  content: '\2714\0020';
	  color: #abd600;
	  font-size: 1.3em;	
	  margin-left: -25px;
	  display: inline-block;
	  width: 25px;
}


ul.list-group li.list-group-item {
	background-color: transparent;
	border: none;
	border-radius: 0;
}

ul.list-group.checkmark li.list-group-item {
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 40px;
}

ul.list-group.checkmark > li:before {
	  content: '\2714\0020';
	  color: #abd600;
	  font-size: 1.3em;
	  margin-left: -25px;
}

.thumbnail.icon {
	background-color: transparent;
	text-align: center;
	border: none;
	margin-top: 1em;
}

.thumbnail.icon img {
	
}

.thumbnail.icon h3 {
	font-size: 26px;
	margin: 1em 0;
	margin-bottom: 0.75em;
}

.thumbnail.icon .text {
	
}

.checkbox label {
	font-weight: 700;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type='number'] {
    -moz-appearance:textfield;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}	

.image-select-group {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

section > .container {
	padding-top: 4em;
	padding-bottom: 4em; 
}


#array-header {
	background-color: #edeff1;
	padding: 25px 0;
	color: #603551;
}

#array-header .logo {
	display: inline-block;	
	vertical-align: top;
	margin-right: 20px;
}

#array-header div.pull-right {
	margin-top: 4px;
}

#array-header .phone {
	display: inline-block;
	font-weight: 500;	
	padding-top: 6px;
}

#array-header .phone .fas {
	font-size: 24px;
	vertical-align: middle;
}

#array-header .emaillist-form {
	vertical-align: middle;
	position: relative;	
	margin-left: 20px;
}

#array-header .emaillist-form .msg-container {
	position: absolute;
	margin-top: 0;
}

.emaillist-form .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 170px;
	
}
.emaillist-form .has-error .form-control,
.emaillist-form .has-success .form-control {
	border-color: #ccc;
	box-shadow: none;
}

#array-header ul.social {
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	margin-bottom: 0;
}

#array-header ul.social > li {
	margin-bottom: 0;
	padding: 0 2px;
}

#array-header ul.social > li:first-child {
	padding-left: 0;
}

#array-header ul.social > li:last-child {
	padding-right: 0;
}


.emaillist-form {
	display: inline-block;
}

.emaillist-form input {
	border-radius: 6px 0 0 6px;
	line-height: 1.42857143;
}

.emaillist-form .form-group {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.emaillist-form button {
	background-color: #603551;
	color: #ffffff;
	border-radius: 0 6px 6px 0;
	padding: 5px 8px;
	border: none;
	height: 34px;
	line-height: 1em;
	font-size: 20px;
	vertical-align: top;
}

.emaillist-form button:hover {
	background-color: #603551;
	color: #ffffff;
}

#main-header .emaillist-form button {
	border-color: #ffffff;
	border: 1px solid #ffffff;
	border-left: none;
}


#main-header .img-alt {
	position: absolute;
	margin: 0;
	padding: 0;
	color: transparent;
}

video#bgvid {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -100;
}

.masthead {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead .container {
	padding-top: 8%;
	padding-bottom: 8%;
}

.masthead .container .title {
	font-size: 35px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.69);
}

.masthead.with-videobg {
	background-color: transparent;
}

.masthead.with-videobg .hero-content {
	padding-top: 30%;
	text-align: center;
	padding-bottom: 3%
}

.masthead.with-videobg .hero-content .container {
	padding-top: 0;
	padding-bottom: 0;
}

.masthead.with-videobg .hero-content .text {
	color: #ffffff;
	font-size: 80px;
	font-weight: 400;
	line-height: normal;
	text-align: left;
}

.masthead.with-videobg .hero-content .text strong {
	font-weight: 700;
}

.masthead.with-videobg .hero-content .text .subtext {
	display: block;
	font-size: 60%;
	margin-left: 35%;
}

.masthead.with-videobg .hero-content h1 small {
	color: #ffffff;
}


.array-home-masthead {
	background-image: url('/images/backgrounds/home-hero-bg.jpg');
	background-attachment: fixed;
}

.array-home-masthead img.check {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}

.array-home-masthead .container h1.title {
	color: #ffffff;	
	font-size: 54px;
	display: inline-block;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

.array-home-masthead .container h1.title .line2 {
	display: block;
	margin-left: 4em;
}

.array-home-masthead .container h1.title strong {
	font-size: 1.4em;	
}

.array-home-masthead .container h1.title .green {
	color: #abd600;
}

@media only screen and (max-width : 1199px) {
	.array-home-masthead .container h1.title {
		font-size: 48px;
	}	
}

@media only screen and (max-width : 991px) {
	.array-home-masthead .container h1.title {
		font-size: 40px;
	}	
}

@media only screen and (max-width : 768px) {
	.array-home-masthead .container h1.title {
		font-size: 26px;
	}	
}

@media only screen and (max-width : 480px) {
	.array-home-masthead .container h1.title {
		font-size: 18px;
	}	
}



.morphext > .animated {
    display: inline-block;
}

#main-header .animatedline {
	text-align: right;
	font-size: 60%;
}

#main-header .animatedline #hero-animated-text {
	display: inline-block;
	
}

#main-header .animatedline .logo {
	display: inline-block;
	padding-left: 1em;
}

#main-header #hero-rotating {
	display: inline-block;
	text-align: left;
	width: 5em;
}



#main-nav .navbar-brand {
	padding: 30px 15px;
}

#main-nav {
	background-color: #603551;
	color: #ffffff;
	border-radius: 0;
	border: none;	
	margin: 0;
	width: 100% !important;
	z-index: 1000;
}

#main-nav .navbar {
}

#main-nav .navbar-header a {
	color: #ffffff;
}

#main-nav .navbar-header .navbar-toggle {
	color: #ffffff;
}

#main-nav .navbar-header .navbar-toggle:hover {
	background-color: transparent;
}

#main-nav .navbar-header .navbar-toggle .icon-bar {
	background-color: #ffffff;
	
}

#main-nav.navbar-default .navbar-nav {
	font-size: 14px;	
	letter-spacing: 0.1em;
	padding-top: 32px;
}

#main-nav.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.69);
}

#main-nav.navbar-default .navbar-nav > li.active > a {
	background-color: inherit;
}

#main-nav.navbar-default .navbar-nav > li.active > a {
	color: #abd600;
}

#main-nav.navbar-default .navbar-nav > li > a:hover {
	opacity: 0.75;
}

#main-nav .navbar-brand {
	height: auto;
}

.navbar-toggle {
	/*margin-top: 33px;*/
	margin-top: 18px;
	margin-bottom: 18px;
}




.right-sidebar .faq-icons .thumbnail {
	padding-top: 1.0em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #edeff1;
	margin-top: 0;
}

.right-sidebar .faq-icons .thumbnail:last-child {
	border-bottom: none;
}

.right-sidebar .faq-icons img {
	display: block;
	width: 100px;
	margin-bottom: 1em;
}

.right-sidebar .faq-icons h3 {
	font-size: 22px;
	font-weight: 400;
}

.right-sidebar .faq-icons p {
	font-size: 80%;
}





.right-sidebar .contact-icons .thumbnail {
	padding-top: 1.0em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #edeff1;
	margin-top: 0;
}

.right-sidebar .contact-icons .thumbnail:last-child {
	border-bottom: none;
}

.right-sidebar .contact-icons img {
	display: block;
	width: 100px;
	margin-bottom: 1em;
}

.right-sidebar .contact-icons .heading {
	font-size: 15px;
	font-weight: 600;
}

.right-sidebar .contact-icons div.small {
	font-size: 80%;
}


input.date {
	max-width: 200px;
}

#checkout-container h3 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0.5em;
}
	
#checkout-container p {
	font-size: 14px;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

#checkout-container ul {
	padding-left: 1.0em;
}

#checkout-container li {
	font-size: 14px;
}

#checkout-container .alert {
	font-size: 14px;
}

#checkout-container #Terms p {
	font-size: 13px;
}

#creditcard-limit-message {
	color: red;
	font-weight: 700;
}

#checkout-container .btn-row {
	margin-top: 0.5em;
}

#checkout-container .btn-row .btn:first-child {
	margin-left: 0;
}

@media only screen and (max-width : 1199px) {
	#main-nav .navbar-brand img {
		height: 40px;
	}
	
	#main-nav.navbar-default .navbar-nav {
		font-size: 12px;
		padding-top: 15px; 
	}
	
	#main-nav.navbar-default .navbar-nav a {
		padding: 10px 6px;
	}
}

@media only screen and (max-width : 991px) {
}

@media only screen and (max-width : 768px) {
	#main-nav .navbar-brand img {
		height: 40px;
	}	
}


.list-inline.piped li
{
    padding: 0;
}

.list-inline.piped li:not(:first-child):before {
    content: " | ";
}


#main-footer {
	
}

#main-footer .container {
	padding-top: 3em;
	padding-bottom: 3em;
	font-size: 18px;
}

#main-footer .list-inline.piped {
	margin-bottom: 3em;	
}

#main-footer .list-inline.piped a 
{
    color: #47535c;
    font-weight: 700;
}

#main-footer .list-inline.piped a:hover {
	text-decoration: underline;
}

#main-footer img.logo {
	display: block;
}

#main-footer ul.social {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

#main-footer ul.social > li:first-child {
	padding-left: 0;
}

#main-footer ul.social > li:last-child {
	padding-right: 0;
}

#main-footer .authorized-provider {
	font-weight: 700;
	margin: 1em 0;
	line-height: 1.3em;
}

#main-footer .address {
	display: inline-block;
	margin-bottom: 1em;
}


#sub-footer {
	background-color: #603551;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.2em;
}

#sub-footer .container {
	padding-top: 3em;
	padding-bottom: 3em;
}

#sub-footer .copyright {
	font-weight: 400;
	margin-bottom: 0;
}


section.testimonials {
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-indicators li {
	border-radius: 0;
	vertical-align: middle;
	width: 12px;
	height: 12px;
}

.carousel-indicators li.active {
	height: 18px;
	width: 18px;
}

.carousel-indicators li {
	border: none;
}
.carousel-indicators li:nth-child(9n+1) {
	background-color: #e5001d;
}

.carousel-indicators li:nth-child(9n+2) {
	background-color: #8e2884;
}

.carousel-indicators li:nth-child(9n+3) {
	background-color: #f06d19;
}

.carousel-indicators li:nth-child(9n+4) {
	background-color: #149a3f;
}

.carousel-indicators li:nth-child(9n+5) {
	background-color: #094fa3;
}

.carousel-indicators li:nth-child(9n+6) {
	background-color: #fbd211;
}

.carousel-indicators li:nth-child(9n+7) {
	background-color: #139495;
}

.carousel-indicators li:nth-child(9n+8) {
	background-color: #9ac42c;
}

.carousel-indicators li:nth-child(9n+9) {
	background-color: #572b87;
}


.blockquote-container {
	height: 600px;
	overflow: hidden;
}

.testimonials blockquote {
    font-size: 42px;
    font-style: normal;
    color: #ffffff;
    width: 80%;
    margin: 2em auto;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    border: none;
    text-align: center;
}
/*
.testimonials blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 70px;
    font-weight: 700;
    position: absolute;
    left: -10px;
    top: -28px;
}
*/
.quote-symbol {
    font-family: Georgia, serif;
    /*font-size: 70px;*/
    font-weight: 700;
    padding: 0 4px;
}

.testimonials blockquote em {
	font-style: normal;
	font-weight: 700;
	color: #abd600;	
}

.testimonials blockquote cite {
    font-size: 18px;
    font-style: normal;
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

.testimonials blockquote cite .source-title {
	display: block;
    font-size: 15px;
    font-weight: normal;
}


.right-sidebar {
}

.border-right {
	border-right: 2px solid #abd600;	
}

.border-left {
	border-left: 2px solid #abd600;	
}

label {
	font-size: 14px;
	margin-bottom: 0;	
}

.help-block {
	color: #00a3a6;
	font-size: 13px;	
	margin-top: 6px;
	margin-bottom: 0;
	line-height: 1.25em;
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.4;	
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
	color: #fff;
	padding: 5px;
	right: -12px;
	top: -44px;
}

/* shopping cart styles */

.right-sidebar .cart {
	font-size: 14px;
	width: 100%;
}

.right-sidebar .cart tr > th,
.right-sidebar .cart tr > td {
	padding-bottom: 0.5em;
}
.right-sidebar .cart td {
	vertical-align: top;
}

.right-sidebar .cart .remove-item {
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 4px;
}

.right-sidebar .cart .item-description {
	display: inline-block;
	vertical-align: top;
}

.right-sidebar .cart .item-description .small {
	line-height: 1.2em;
}

.right-sidebar .cart hr {
	margin: 5px 0;
}

.sidebar-promo-container h4 {
	margin-top: 0;
	margin-bottom: 0.25em;
}

#sidebar-promo-form {
	
}


#sidebar-promo-form input {
	width: 170px;
}

#sidebar-promo-form .btn {
	padding: 6px 20px;
	font-weight: 600;
}





#array-home #section-intro p {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 1em;
}

#array-home #section-intro p strong {
	font-weight: 600;
}

#array-home #section-intro p em {
	font-weight: 700;
	font-size: 140%;
	font-style: normal;
	color: #603551;
}

#array-home #section-intro p.lead {
	font-size: 210%;
}

#array-home #section-intro p.lead em {
	color: #154383;
}



img#home-hero {
	width: 100%;
	display: block;
}

#home-section-mission {
	background-image: url('/images/backgrounds/mission-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
	background-attachment: fixed;
}

#home-section-mission h2 {
	margin: 2em 0;
	font-size: 38px;
	color: #ffffff;
}

#home-section-mission h2 strong {
	color: #abd600;
}

section.testimonials {
	background-image: url('/images/backgrounds/program-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;		
	background-attachment: fixed;
}

.grecaptcha-badge {
	display: none;
}

.accordian .panel {
	border-radius: 0;	
	border: none;
}

.accordion .panel .panel-heading {
	padding: 0;
	position: relative;
}

.accordion .panel.closed .panel-heading {
	background-color: #edeff1;
	color: #47535c;
}

.accordion .panel .panel-heading a {
	display: block;
	padding: 10px 15px;
	color: #47535c;
	font-weight: 600;
}

.accordion .panel .panel-heading a:hover {
	color: #000000;
}

.accordion .panel.open .panel-heading a {
	background-color: #603551;
	color: #ffffff;
}

.accordion .panel .panel-heading a h3 {
	display: inline-block;
	font-weight: inherit;
	padding-right: 1em;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\2212";    /* adjust as needed, taken from bootstrap.css */
    position: absolute;
    right: 10px;
}

.panel-heading .accordion-toggle.collapsed:after {
     content: "\2b";    /* adjust as needed, taken from bootstrap.css */
}
.accordion .panel-body {
	font-size: 16px;
}

.terms-and-conditions-content {
	
}

.terms-and-conditions-content h2 {
	font-size: 22px;
	font-weight: 700;
}

.previewed-container {
	margin-top: 1.5em;
}

.previewed-container label {
	font-size: 18px;
	padding-left: 40px;
}

.previewed-container input[type="checkbox"] {
	transform:scale(2, 2);
	margin-left: -30px;
	margin-top: 6px;
}

.previewed-container .help-block {
	font-size: 18px;
	font-weight: bold;
}




/* medium devices */
@media only screen and (max-width : 1199px) {
	ul.checkmark.list-group {
		margin-bottom: 1em;
	}
	h1 {
		font-size: 34px;
	}
	
	h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 24px;
	}	

	#main-nav .navbar-brand {
		padding: 15px 15px;
	}

	#main-nav.navbar-default ul.navbar-nav {
	    padding-top: 14px;
	}

	.masthead.with-videobg .hero-content .text {
		font-size: 52px;
    }

    #main-header .animatedline .logo {
	    width: 180px;
	}
}


/* small Devices, Desktops */
@media only screen and (max-width : 991px) {
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	h3 {
		font-size: 21px;
	}
	
	ul.checkmark {
		margin-bottom: 0;
	}	

	.col-md-8.border-right {
		border-right: none;
	}
	
	#main-nav.navbar-default .navbar-nav {
		font-size: 11px;
	}

	.masthead.with-videobg .hero-content .text {
		font-size: 42px;
    }

    #main-header .animatedline .logo {
	    width: 140px;
	}

	#home-perfect-gift-section {
		background-image: none;
	}	
	#home-incentive-section {
		background-image: none;
	}

	.right-sidebar {
		border-left: none;
	}

	#array-home #section-intro p.lead {
		font-size: 180%;
	}
	
	#array-home #section-intro p {
		font-size: 22px;
	}
	
	#array-home #section-intro p em {
		font-size: 130%;
	}
}

/* extra small devices */
@media only screen and (max-width : 768px) {
	#array-header {
		display: none;
	}

	#main-nav-collapse {
		text-align: center;	
	}

	#main-nav-collapse .emaillist-form {
		margin: 1em 0;
	}
	
	#array-header .logo {		
		width: 100px;
		margin-top: 8px;
	}

	#array-header div.pull-right {
		margin-top: 2px !important;
	}

	#main-nav.navbar-default .navbar-nav {
		margin: 0;
		text-align: center;
		font-size: 12px;
	}

	#main-nav.navbar-default .navbar-nav > li {
		margin: 0;
	}

	#main-nav.navbar-default .navbar-nav a {
		padding: 8px 6px;
	}

	/*
	#main-nav.navbar-default .navbar-nav > a {
		padding: 8px 6px;
	}
	*/
	
	#main-nav-collapse .social {
		text-align: center;
	}
	
	.masthead.with-videobg .hero-content .text {
		font-size: 32px;
    }

    #main-header .animatedline .logo {
	    width: 100px;
	}

	#main-footer .container {
		font-size: 13px;
	}

	#main-footer img.logo {
		margin: 0 auto;
	}

	#main-footer .authorized-provider {
		text-align: center;;
	}

	#main-footer ul.list-inline.social {
		display: block;
		margin: 1em auto;
		text-align: center;
	}

	#main-footer .address {
		margin: 0 auto;	
		display: block;
		text-align: center;
		margin-bottom: 1em;
	}
	
	#main-footer #BBB.pull-right {
		float: none !important;
		text-align: center !important;
		margin: 2em 0 !important;	
	}
	
	#main-footer #BBB.pull-right a {
		margin: 0 auto !important;
	}
	
	#sub-footer .copyright {
		font-size: 11px;
	}

	.btn-row {
		text-align: center;
	}
	
	.btn-row .btn {
		margin: 0.5em 0.5em;
		width: 240px;
	}
	
	.btn-row .btn:first-child {
		margin-left: 0.5em;
	}

	.btn-row .btn:last-child {
		margin-right: 0.5em;
	}
		
	section > .container {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	
	.testimonials blockquote {
		font-size: 35px;
	}

	.terms-and-conditions-content h2 {
		font-size: 18px;
		
	}

	.form-inline.card-numbers input {
		display: inline-block;
	}
	
	.form-inline.card-numbers .btn {
		margin-left: 0 !important;
		margin-top: 1em;
	}
	
	.sidebar-promo-container .form-control {
		display: inline-block;
	}

	.blockquote-container {
		height: 400px;
	}

	.testimonials blockquote {
		width: 90%;
		font-size: 22px;
	}

}


/* Phones, etc */ 
@media only screen and (max-width : 480px) {
	body {
		font-size: 14px;
	}
	
	h1 {
		font-size: 23px;
		margin-top: 0;
	}

	h2 {
		margin-top: 10px;
		font-size: 20px;
	}
	
	h3 {
		font-size: 18px;
		margin: 0.5em 0;
	}	

	.btn {
		font-size: 16px;
		font-weight: 600;
		border-radius: 14px;
		padding: 6px 20px;		
	}

	.btn-row .btn {
		margin: 0.5em 0.5em;
		width: 200px;
	}
		
	.masthead.with-videobg .hero-content .text {
		font-size: 26px;
    }
    
    #main-header .animatedline .logo {
	    display: none;
	}
	
	#home-join-companies-section .container {
		padding-top: 4em;
		padding-bottom: 4em;
	}


	.blockquote-container {
		height: 400px;
	}

	/*
	.testimonials blockquote::before {
		display: block;
		padding-left: 10px;
		content: "\201C";
		font-family: Georgia, serif;
		font-size: 50px;
		font-weight: 700;
		position: absolute;
		left: -10px;
		top: -28px;
	}
	*/
	.testimonials blockquote {
		width: 90%;
		font-size: 20px;
		padding: 0.35em 20px;
		margin: 1em auto;
		
	}

	.right-sidebar .contact-icons .heading {
		font-size: 14px;
		font-weight: 600;
	}	
	
	body.blog .mura-index h2.title {
		font-size: 18px;
	}
	
	body.blog .date {
		font-size: 14px;
	}
	
	.accordian ,panel-heading .panel-title {
		font-size: 14px;
	}

	.previewed-container label {
		font-size: 14px;
	}

	#array-home #section-intro p.lead {
		font-size: 170%;
	}
	
	#array-home #section-intro p {
		font-size: 20px;
	}
	
	#array-home #section-intro p em {
		font-size: 120%;
	}

	#home-section-mission h2 {
		margin: 2em 0;
		font-size: 20px;
		color: #ffffff;
	}

}

