/*
	--TABLE OF CONTENTS--
	--COLORS
	red = #c00300
	dark-red = #880200
	gray = #6b6b6b
	
	--MENU
*/
.menu-wrap{
	background: #880200;
}
.menu-wrap > .nav{
	text-align: right;
	*zoom:1;
    list-style:none;
    margin: 0;
    padding: 0;
}
.menu-wrap > .nav:before, .menu-wrap > .nav:after {
    content:"";
    display:table;
}
.menu-wrap > .nav:after {
    clear:both;
}
.menu-wrap > .nav li{
	display: inline-block;
}
.menu-wrap > .nav li > a{
	background: #880200;
	display: block;
	color: #fff;
	font-family: 'helvetica', arial, sans-serif;
	font-size: 1.3rem;
	font-weight: lighter;
	text-decoration: none;
	padding: 15px;
	border: none;
	-webkit-transition:background 200ms ease-in;
    -moz-transition:background 200ms ease-in;
    -o-transition:background 200ms ease-in;
    transition:background 200ms ease-in;
}
.menu-wrap > .nav li a:hover{
	background: #c00300;
	-webkit-transition:background 200ms ease-in;
    -moz-transition:background 200ms ease-in;
    -o-transition:background 200ms ease-in;
    transition:background 200ms ease-in;
}
.menu-wrap > .nav li:hover ul{
	display: block;
}
.menu-wrap > .nav li > ul{
	display: none;
	position: absolute;
	width: 300px;
	background: #880200;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.menu-wrap > .nav li > ul li{
	display: block;
	overflow:hidden;
}
.menu-wrap > .nav li > ul li a{
	padding: 15px 5px 15px 10px;
	display: block;
	clear: both;
	font-size: 1rem;
}
.menu-wrap > .nav li > ul li a:hover{
	background: #c00300;
	}
.menu-wrap > .nav li > ul li:last-child{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.menu-wrap > .nav li >  .nav-dropdown{
	cursor: default;
}
.down-arrow{
	width: 10px;
	height: 8px;
	background: url('../images/down-arrow.png') no-repeat;
	display: inline-block;
	margin-left: 5px;
}
.menu-button{
	display: inline-block;
	background: #c00300;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	color: #fff;
	position: absolute;
/* 	right: 50px; */
	top: 20px;
	right: 10px;
	-webkit-box-shadow: 1px 2px 2px 2px rgba(0,0,0,.3);
	box-shadow: 1px 2px 2px 2px rgba(0,0,0,.3);
	-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
-ms-transition: background .3s ease-in-out;
-o-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
.menu-button:after{
/*
	position: absolute;
    content: ' ';
    width: 50%;
    height: 2px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    left: 25%;
    box-shadow: 0 -4px #fff, 0 4px #fff;
*/
}
.menu-button:hover{
	background: #6b6b6b;
	-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
-ms-transition: background .3s ease-in-out;
-o-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
.off-canvas{
	background: #333;
	height: 100vh;
}

.close-button{
	color: #fff;
	font-size: 1.5rem;
	margin: 10px 0 0 10px;
}
.off-canvas-list{
	padding-left: 0px;
}
.off-canvas-list, .off-canvas-submenu{
	list-style: none;
}
.off-canvas-list label{
	font-size: 1.5rem;
	color: #fff;
}
.off-canvas-list li a{
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
}
.right{
	float: right;
	margin-right: 10px;
}
ul.off-canvas-list li{
	border-bottom: 1px solid #262626;
}
ul.off-canvas-list li a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.66667rem;
    transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
    background: #242424;
}
.off-canvas-submenu{
	padding-left: 0px;
}
.off-canvas-submenu li a{
	font-size: .9rem;
}
/*:::END MENU:::*/

/*:::GLOBAL LAYOUT:::*/
.dark-bar{
	background: #1f1f1f;
	height: 35px;
	clear: both;
	display: block;
	position: relative;
}
.phone-number{
	color: #fff;
	float: right;
	font-size: 1.3rem;
	position: relative;
	margin-right: 15px;
}
.phone-number a{
	color: #fff;
	text-decoration: none;
}
.header{
	width: 100%;
/* 	height: 190px; */
	position: absolute;
	z-index: 5;
	top:0;
}
.FAD-logo{
	max-width: 200px;
	position: absolute;
	left: 60px;
	top: 0px;
	z-index: 5;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,.5);
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,.5);
}
.sitename a{
	color: #fff;
	font-size: 1.3rem;
    text-decoration: none;
    margin-left: 3px;
    text-align: center;
}
.sub-banner{
	width: 100%;
	background: url('../images/sub-banner-default.jpg');
	position: relative;
	margin: 30px 0;
	min-height: 200px;
	text-align: right;
	border-bottom: 5px solid #880200;
}
footer{
	width: 100%;
	background: url('../images/bottom-cta-banner.jpg') no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	color: #fff;
	margin-top: 50px;
}
.bottom-CTA{
	text-align: center;
	color: #fff;
	padding: 50px 0;
	position: relative;
}
.footer-top{
	background: rgba(192, 3, 0, 0.6);
	position: relative;
	padding: 20px 0;
}
.footer-bottom{
	background: #880200;
	padding: 10px 0;
	position: relative;
}
/*::END::*/
/*::HOME STYLES:::*/
.welcome-wrap{
	text-align: center;
	margin-bottom: 40px;
}
#banner-wrap{
	width: 100%;
	display: flex;
	margin-top: 96px;
	overflow: hidden;
	position: relative;
}
.banner-inner{
	background: #1F1F1F;
	padding: 0;
	text-align: right;
	position: relative;
	width: 100%;
	margin:0 auto;
}
.banner-caption{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.7);
	color: #fff;
	left: 0;
	padding: 0 10px;
}
.banner-caption p{
	font-size: .8rem;
}
.service-box{
	width: 100%;
	height: 200px;
	text-align: center;
	border-bottom: 5px solid #880200;
}
.service-box .white-btn{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.fencing{
	background: url('../images/fencing-classes.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}
.programs{
	background: url('../images/after-school-programs.jpg') no-repeat;
	background-position: center center center;
	background-size: cover;
}
.camps{
	background: url('../images/summer-camps.jpg')no-repeat;
	background-position: center center center;
	background-size: cover;
}
.parker{
	background: url('../images/parker-fencing-class.jpg')no-repeat;
	background-position: center center center;
	background-size: cover;
}
.home-sidebar{
	width: 100%;
	background: #f7f7f7;
}
.sidebar-inner{
	padding: 0 10px 10px;
}
.sidebar-header{
	width: 100%;
	background: #880200;
	padding: 3px;
	display: block;
	text-align: center;
}
.sidebar-header h4{
	color: #fff;
	font-size: 1rem;
	margin: 0;
}
/*:::END:::*/
/*::::MAIN LOCATION PAGE STYLE:::::*/
.location-main-wrap{
/* 	display: flex; */
}
.rec-main-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
/*::::END:::::*/
/*:::CUSTOM TEXT STYLES:::*/
.welcome-gray, .welcome-red{
	font-family: "Cochin", Georgia, Times New Roman, Times, Serif;
	display: block;
}
.welcome-gray{
	color: #666;
	font-size: 2.5rem;
	line-height: 3rem;	
}
.welcome-red{
	color: #880200;
	font-size: 3rem;
	line-height: 3.5rem;
}
.f-phone, .f-email{
	display: block;
}
.gray{
	color: #6b6b6b;
}
.center-text{
	text-align: center;
}
.cta-lg{
	font-family: "Cochin", Georgia, Times New Roman, Times, Serif;
	color: #fff;
	font-size: 3.5rem;
	display: block;
	text-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
.cta-med{
	font-family: "Cochin", Georgia, Times New Roman, Times, Serif;
	color: #fff;
	font-size: 2.5rem;
	display: block;
	text-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
.sml-Title-red{
	color: #880200;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 20px;
}
.sidebar p{
	margin: 3px 0;
	font-size: .9rem;
}
marg-btm-20{
	margin-bottom: 20px;
}
.fi-check{
	font-size: 2rem;
}
.check-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.check-list li{
	background-image: url('../images/checkmark.png');
	background-repeat: no-repeat;
	padding-left: 60px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	min-height: 50px;
}
.ncaa-list{
	margin: 0px;
	padding: 0px;
}
/*:::END:::*/
/*:::::BUTTONS:::::::*/
.big-red-btn{
	display: inline-block;
	background: #c00300;
	padding: 5px 15px;
	margin: 5px;
	color: #fff !important;
	font-size: 1.3rem;
	text-decoration: none;
	border: 5px double #880200;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.big-red-btn:hover{
	background: #880200;
	border: 5px double #c00300;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.white-btn{
	display: inline-block;
	font-family: "Cochin", Georgia, Times New Roman, Times, Serif;
	font-size: 1.3rem;
	border: 2px solid #fff;
	text-decoration: none;
	padding: 10px 20px;
	color: #fff !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.5);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.5);
	background: rgba(255,255,255,.2);
}
.white-btn:hover{
	border: 2px solid #c00300;
	-webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,.5);
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,.5);
	background: #880200;
}
.white-btn-med{
	display: inline-block;
	font-family: "Cochin", Georgia, Times New Roman, Times, Serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	border: 2px solid #fff;
	text-decoration: none;
	padding: 10px 20px;
	color: #fff !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.5);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.5);
	background: rgba(255,255,255,.2);
}
.white-btn-med:hover{
	border: 2px solid #c00300;
	-webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,.5);
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,.5);
	background: #880200;
}

/*
p .white-btn{
	color: #fff !important;
}
*/
.gray-btn{
	display: inline-block;
	font-family:"Helvetica", arial, sans-serif;
	font-size: 1rem;
	border: 2px solid #6b6b6b;
	text-decoration: none;
	padding: 5px 15px;
	color: #6b6b6b;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.gray-btn:hover{
	border: 2px solid #c00300;
	color: #c00300;
}
.page-title{
	font-family: "Cochin", Georgia, Times New, sans-serif;
	color: #fff;
	font-size: 1.8rem;
	display: block;
	margin-top: 150px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.sub-heading{
	display: block;
	font-size: 2rem;
	color: #fff;
}
/*:::TEXT STYLES:::*/
h1, h2, h3, h4, h5, h6{
	font-family: "Cochin", Georgia, Times New, serif;
	line-height: 100%;
}
h1{
	font-size: 2.3rem;
	color: #880200;
}
h2{
	font-size: 2rem;
	color: #6b6b6b;
}
h3{
	font-size: 1.8rem;
}
h4{
	font-size: 1.5rem;
	color: #880200;
}
h5{
	font-size: 1.3rem;
}
h6{
	font-size: 1rem;
	color: #880200;
}
p{
	font-family:"Arial", sans-serif;
	font-size: 1rem;
}
p a, p a:visited{
	color: #880200;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
p a:hover{
	color: #fff;
	background: #880200;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
}
.location-wrap h4{
	margin: 0;
}
.location-wrap h4 a:link, h4 a:visited{
	color: #c00300;
	text-decoration: none;
}
.location-wrap h4 a:hover{
	color: #880200;
}
ul{
	list-style: circle;
}
ul li ul{
	list-style: square;
}
ol li ol{
	list-style-type: inherit;
}
ol li a, ol li a:visited{
	color: #880200;
	text-decoration: none;
}
ol li a:hover{
	color: #666;
}
.footer-top .fa{
	color: #fff;
}
td a{
	color: #880200;
}
td a:hover{
	color: #666;
}


/*:::MEDIA QUERIES:::*/
@media screen and (max-width:400px){
	.sitename{
		margin-right: 5em;
	}
}
@media screen and (max-width:435px){
	
	.sub-banner{
		min-height: 100px;
	}
	.page-title{
		margin-top: 75px;
		text-align: left;
	}
	.phone-number{
		display:  none;
	}
	.welcome-gray{
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.welcome-red{
		font-size: 1.9rem;
		line-height: 2rem;
	}
}
@media screen and (max-width:640px){
	
}
@media screen and (max-width:736px){
	.banner-inner{
		text-align: left;
		margin:0 auto;
	}
	.banner-caption{
		display: none;
	}
	.cta-lg{
		font-size: 2.5rem;
		margin-top: 90px;
	}
	.cta-med{
		font-size: 2rem;
	}
	#BLOCK_1084 .item .item-btn{
		font-size: 10px !important;
	}
}
@media screen and (max-width:960px){
	#BLOCK_1084 .item .woc-caption-holder{
/* 		max-width: 100% !important; */
		padding: 0 !important;
	}
}
@media screen and (max-width:768px){
	.white-btn{
		font-size:.9rem;
	}
	.big-red-btn{
		font-size: 1rem;
	}
}
@media screen and (max-width:81.250em){
	.FAD-logo{
		display: none;
	}
}
@media screen and (min-width:81.250em){
	.sitename{
		display:none;
	}
}
@media screen and (min-width:1046px){
	.menu-button{
		display: none;
	}
}
@media screen and (max-width:1046px){
	.menu-wrap{
		display: none;
	}
	.phone-number{
		float: none;
		display: block;
	}
	.dark-bar{
		height: auto;
/* 		text-align: center; */
		display: block;
		padding: 10px;
	}
	#banner-wrap{
		margin-top: 82px;
	}
}
/*:::END:::*/
/*:::HTMLBLOCK FOR IFRAMES HOLDING FORMS:::*/
.HTMLBlock  iframe{
	height: 1300px ;
}
@media screen and (max-width:435px){
	.HTMLBlock  iframe{
		height: 1400px !important;
	}
}
@media screen and (min-width:435px) and (max-width:736px){
	.HTMLBlock  iframe{
	height: 1800px !important;
	}
}
/*::::BACK TO TOP::::*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url('../images/cd-top-arrow.svg') no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*THE CODE BELOW CONTROLS THE IFRAME HEIGHT WITHIN THE MAGIC TABS*/
.jl_magic_tabs_main_content_n1_s1 iframe, .jl_magic_tabs_main_content_n2_s1 iframe, .jl_magic_tabs_main_content_n3_s1 iframe{
	height: 1400px !important;
}
@media screen and (max-width:635px){
	.jl_magic_tabs_main_content_n1_s1 iframe, .jl_magic_tabs_main_content_n2_s1 iframe, .jl_magic_tabs_main_content_n3_s1 iframe{
	height: 1500px !important;
	}
}
@media screen and (max-width:435px){
	.jl_magic_tabs_main_content_n1_s1 iframe, .jl_magic_tabs_main_content_n2_s1 iframe, .jl_magic_tabs_main_content_n3_s1 iframe{
	height: 1700px !important;
	}
}

/*::::GOOGLE MAP::::*/
#HTMLBlock727 iframe{
	max-height: 300px;
}

