
.largerFont {
	font-size: 140%;
	font-weight: 700;
}
.payment-errors {
	color: red;
	display:block;
	font-style:italic;
}
.check-position{
	text-align:right;
}

.carousel-content {
    color:darkblue;
    display:flex;
    align-items:center;
}

.whiteBox {
	background-color: white;
	color: darkblue;
	border-color:darkblue;
	border-style: solid;
	border-width:2px;
    background-image: url('../images/site/lilmegaphone.png') !important;
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: right bottom; 	
}

.cCardPic {
background-image: url('../images/site/ccards.jpg') !important;
background-position:  right;
background-repeat: no-repeat;
padding-right: 25px !important	
}

.carousel-control {
    &.left, &.right {
        background-image: none;
       .reset-filter(); // reset IE gradient filters
    }
}

/* custom check box */
.customCheck {
	width: 21px;
	height: 21px;	
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 14px auto;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.customCheck label {
	cursor: pointer;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 2px;
	top: 2px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.customCheck label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.customCheck label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.customCheck input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.small-left-padding {
 	padding-left: 6px;
 }
 
 .med-left-padding {
 	padding-left: 12px;
 }
 .med-left-margin {
 	margin-left: 12px;
 	margin-right: 12px;
 }
 
.input-requiredIcon {
background-image: url('../images/site/required.png') !important;
background-position:  right;
background-repeat: no-repeat;
padding-right: 25px !important
}
 
.small-padding {
 	padding-left: 6px;
 	padding-right: 6px;
 }

.show-it {
	display:block;
}

.hide-it {
	display:none;
}
/* Error block is used with the jQuery Validator. Drop the 
   display:block and the error will print to the right of the field. */
.error-block {
	color: red;
	display:block;
	font-style:italic;
}

.smallMoneyButton{
	font-size:125%;
	border: 1px solid #cccccc;
	text-shadow: 1px 1px 0px #000000;
	border-radius: 3px;
	color: #1a521a;
	padding: 3px 6px 3px 6px;
	background: linear-gradient(0deg, cyan, #d2ffff);
}

.smallMoneyButtonHover{
	font-size:125%;
	text-shadow: 1px 1px 0px #999999;
	border: 1px solid #bbbbbb !important;
	border-radius: 3px;
	color: #133d13 !important;
	padding: 3px 6px 3px 6px;
	background: linear-gradient(0deg, cyan, #d2ffff);
	box-shadow: 0px 1px 2px #dddddd;
	outline:none;	
}

.panelPaddingLarge {
	padding-left:15%;
	padding-right:15%
}

.panelPaddingSmall {
	padding-left:5%;
	padding-right:5%
}

.panel-heading {
     background-color: #1f3566 !important;
     border-color: #1f3566 !important;
     color: #FFFFFF !important;
}
.panel-default {
  border-color: #1f3566 !important;
}

.whiteonred{
	background-color: #91061b;	
	color: #ffffff;
}


.bgColorRed { background-color: #91061b; }
.bgColorWhite { background-color: #ffffff; }
.bgColorBlue { background-color: #d2ffff !important; 
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-o-border-radius: 0px !important;
border-radius: 0px !important;
border-color: #d2ffff !important;
border: 0px !important;
}

.full-width-div {
    width: 100%;
    position:relative;
    margin-left:0;
    margin-right:0;
    padding-left:0
    padding-right:0;
    left: 0;
	top:0;
    opacity: 100.0;
    background-color:#91061b;
} 

.buttonshadow {
-webkit-box-shadow: 5px 5px 32px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 5px 5px 32px 0px rgba(0,0,0,0.48);
box-shadow: 5px 5px 32px 0px rgba(0,0,0,0.48);
}

.carousel-inner {
-webkit-box-shadow: 5px 5px 32px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 5px 5px 32px 0px rgba(0,0,0,0.48);
box-shadow: 5px 5px 32px 0px rgba(0,0,0,0.48);
}

.header {
background-image: url('../images/aaronbanner.jpg');	
background-repeat: no-repeat;
}

.topLine {
	background-image: url('../images/footerline.jpg');
	background-repeat: repeat-x;	
}

.full-width-div-menu {
   /* position:fixed; this causes error in scrolling*/
    position:absolute;
    width: 100%;
    left: 0;
    opacity: 100.0;
    margin-left:0;
    margin-right:0;
    padding-left:0
    padding-right:0;
    background-color:#91061b;
    z-index:20;
}

.carousel-control.left {margin-left: -10%; color: black; background-image: none !important;}
.carousel-control.right {margin-right: -10%; color: black; background-image: none !important}

.tooltip {
    position:absolute;
    left: 0;
    border: 1px solid black;
    opacity: 100.0;
    margin-left:0;
    margin-right:0;
    padding-left:0
    padding-right:0;
    display:none;
    background-color:#ffffff;
    color:#000000
    z-index:120;
}

.MoneyButton{
	text-shadow: 1px 1px 0px #000000;
	border: 1px solid #cccccc;
	color: #000080 ! important;
	background: linear-gradient(0deg, cyan, #d2ffff);
	outline:none;
}

.MoneyButton-Hover{
	border: 1px solid #bbbbbb !important;
	color: #000080 ! important;
	text-shadow: 1px 1px 0px #999999;
	background: linear-gradient(0deg, cyan, #d2ffff);
	outline:none;
	box-shadow: 0px 1px 2px #dddddd;
	-webkit-box-shadow: 0px 1px 2px #dddddd;
  	-moz-box-shadow: 0px 1px 2px  #dddddd;	
}

.MoneyButton-Pressed{
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #bbbbbb !important;
	color: #000080 ! important;
	outline:none;
	background: linear-gradient(0deg, #04f1f1, #c3f1f1);
	box-shadow: 2px 2px 2px #3bcccc inset;
	-webkit-box-shadow: 2px 2px 2px #3bcccc inset;
  	-moz-box-shadow: 2px 2px 2px #3bcccc inset;
}


ul.circle {
    list-style-type: circle;
}

.titleshadow { text-shadow: 2px 2px 10px #808080; }
.textshadow { text-shadow: 1px 1px 0px #000000; }
.titleshadow2 { text-shadow: 2px 2px 0px #000000; }
@media (min-width: 1300px) {
  .container {
    width: 1300px;
  }
}

ul.bullet {
list-style-image: url('../images/bullet.png');
}

ul.padT {
  padding-top: 5px;
}


li.padB {
	padding-bottom:3px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.center100 {
    margin-left: auto;
    margin-right: auto;
    width:100%;
    float:none;
}

.overImage {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top:150px;
    z-index:4500;
}

.underImage {
    position: relative;
}
 /*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		#usmap{ display:none }
		#usmap2{ display:none }
 		#usmapText{ display:block }
 		#mapText{ display:none }
 		#nonMapText{ display:block }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		#usmap{ display:none }
		#usmap2{ display:block }
 		#usmapText{ display:none }
 		#mapText{ display:block }
 		#nonMapText{ display:none }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		#usmap{ display:block }
		#usmap2{ display:none }
		#usmapText{ display:none }
 		#mapText{ display:block }
 		#nonMapText{ display:none }

		.MoneyButton{
			font-size:200%;
			border-radius: 9px;
			padding: 12px 18px 12px 18px;
		}
		
		.MoneyButton-Hover{
			font-size:200%;
			border-radius: 9px;
			padding: 12px 18px 12px 18px;
		}
		
		.MoneyButton-Pressed{
			font-size:200%;
			border-radius: 9px;
			padding: 12px 18px 12px 18px;
		}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.voffsetmenu { margin-top: 6%; }
		.voffsetmenu2 { margin-top: 2%; }
		.voffsetmenuCarousel { margin-top: 5%; }
    }

    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

		.voffsetmenu { margin-top: 7%; }
		.voffsetmenu2 { margin-top: 3%; }
		.voffsetmenuCarousel { margin-top: 8%; }
		#usmap{ display:block }
		#usmap2{ display:none }
 		#usmapText{ display:none }
 		#mapText{ display:block }
 		#nonMapText{ display:none }
   }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.voffsetmenu { margin-top: 9%; }
		.voffsetmenu2 { margin-top: 5%; }
		.voffsetmenuCarousel { margin-top: 9%; }
 		#usmap{ display:none }
 		#usmap2{ display:block }
		#usmapText{ display:none }
  		#mapText{ display:block }
 		#nonMapText{ display:none }
		 .MoneyButton{
			font-size:125%;
			border-radius: 5px;
			padding: 6px 9px 6px 9px;
		}
		
		.MoneyButton-Hover{
			font-size:125%;
			border-radius: 5px;
			padding: 6px 9px 6px 9px;
		}
		
		.MoneyButton-Pressed{
			font-size:125%;
			border-radius: 5px;
			padding: 6px 9px 6px 9px;
		}
 
 
   }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.voffsetmenu { margin-top: 15%; }
		.voffsetmenu2 { margin-top: 11%; }
		.voffsetmenuCarousel { margin-top: 15%; }
		#usmap{ display:none }
		#usmap2{ display:none }
 		#usmapText{ display:block }
  		#mapText{ display:none }
 		#nonMapText{ display:block }
 		.check-position{
			text-align:left;
		}
		
		.largerFont {
			font-size: 140%;
			font-weight: 600;
		}
		

		 .MoneyButton{
			font-size:100%;
			border-radius: 2px;
			padding: 3px 6px 3px 6px;
		}
		
		.MoneyButton-Hover{
			font-size:100%;
			border-radius: 2px;
			padding: 3px 6px 3px 6px;
		}
		
		.MoneyButton-Pressed{
			font-size:100%;
			border-radius: 2px;
			padding: 3px 6px 3px 6px;
		}
 
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.voffsetmenu { margin-top: 13%; }
		.voffsetmenu2 { margin-top: 11%; }
		.voffsetmenuCarousel { margin-top: 18%; }
 		#usmap{ display:none }
		#usmap2{ display:none }
 		#usmapText{ display:block }
  		#mapText{ display:none }
 		#nonMapText{ display:block }

		 .MoneyButton{
			font-size:85%;
			border-radius: 2px;
			padding: 3px 6px 3px 6px;
		}
		.MoneyButton-Hover{
			font-size:85%;
			border-radius: 2px;
			padding: 3px 6px 3px 6px;
		}
		
		.MoneyButton-Pressed{
			font-size:85%;
			border-radius: 2px;
			padding: 3px 6px 3px 6px;
			box-shadow: 1px 1px 1px #3bcccc inset;
			-webkit-box-shadow: 1px 1px 1px #3bcccc inset;
		  	-moz-box-shadow: 1px 1px 1px #3bcccc inset;
		}
   }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
 		.voffsetmenu { margin-top: 20%; }
		.voffsetmenu2 { margin-top: 18%; }
		.voffsetmenuCarousel { margin-top: 18%; }
    }

