/*
Theme Name: The Factory Theme
Theme URI: http://thefactoryreno.com
Description: An awesome theme. 
Author: The Factory
Author URI: http://thefactoryreno.com
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* ================================= RESPONSIVE (copy from list below) = ==================================== */


@media only screen and (max-width: 480px) {
    /* 480px and below */
}
@media only screen and (max-width: 500px) {
    /* 500px and below */
}
@media only screen and (max-width: 600px) {
    /* 600px and below */
}
@media only screen and (max-width: 768px) {
    /* 768px and below */
}
@media only screen and (max-width: 900px) {
    /* 900px and below */
}
@media only screen and (max-width: 1000px) {
    /* 1000px and below */
}
@media only screen and (max-width: 1100px) {
    /* 1100px and below */
}







/* =============================================== UNIVERSAL =============================================== */

/* === UNIVERSAL: footer social icons */
.q_social_icon_holder.normal_social {
    display: block;
}

.qode_icon_font_awesome.fa.fa-facebook-square.simple_social {
    margin: 0px;
}


/* === UNIVERSAL: 'tf-row-pad' - adding 25px of padding top and bottom */

.tf-row-pad {
    padding-top: 25px;
    padding-bottom: 25px;
}

.tf-anchor-link:hover {
	color: white;
	
}


/* === UNIVERSAL: 'tf-white-text' - makes text color white, assign as in-line element */

.tf-white-text {
    color:white;
}

h1 {
    text-shadow: rgb(45, 45, 45) 1px 1px 28px;
}

@media only screen and (max-width: 1440px) {
    /* 1440px and below */
	
	h2 {
    font-size: 35px !important;
    line-height: 40px !important;
	}
	
	h3 {
		font-size: 14px;
		letter-spacing: 1.5px;
	}
	
	p{
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
	}
	
}

@media only screen and (max-width: 1024px) {
    /* 1024px and below */

	h2 {
    font-size: 32px !important;
    line-height: 40px !important;
    }
}

@media only screen and (max-width: 800px) {
    /* 1024px and below */

	h2 {
    font-size: 30px !important;
    line-height: 38px !important;
    }
	
	p {
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
	}
}


@media only screen and (max-width: 500px) {
    /* 1024px and below */

	h2 {
	font-size: 25px !important;
    line-height: 32px !important;
    font-weight: 500 !important;
    }
	
	p {
    font-size: 11px;
    line-height: 25px;
    font-weight: 500;
	}
	
}

@media only screen and (max-width: 425px) {
    /* 425px and below */

	h2 {
	font-size: 25px !important;
    line-height: 32px !important;
    font-weight: 500 !important;
    }
	
	p {
    font-size: 11px;
    line-height: 21px;
    font-weight: 500;
	}
	
	h4 {
    color: #c29545;
    font-family: 'Merriweather', sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
	}
	
	.tf-subhead3 {
    padding-bottom: 15px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
	
}

/* === UNIVERSAL: 'tf-button' - to be determined */

a.tf-button {
    
}

a.tf-button:hover {
    
}


/* === UNIVERSAL: 'tf-list' - list type styling */

ul.tf-list {
    padding-left: 1em;
}
ul.tf-list li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}


/* === UNIVERSAL: 'tf-caption' - changing the caption size */

span.tf-caption {
    font-size: 0.8em;
}


/* === UNIVERSAL: 'header_bottom' */

@media only screen and (max-width: 1000px) {
	
	header.fixed_hiding .holeder_for_hidden_menu {
    display: none!important;
	}	
	
	header.fixed_hiding .q_logo a, header.fixed_hiding .q_logo {
	padding-top:0px!important;
	}
	
}


@media only screen and (min-width: 992px) and (max-width: 1000px) {
	
	header.fixed_hiding .header-left-from-logo-widget, header.fixed_hiding .header-right-from-logo-widget, header.fixed_hiding .logo_wrapper {
    display: inline-table!important;
    width: 60%!important;
    vertical-align: middle!important;
    position: inherit!important;
	}

}


i.qode_icon_font_awesome.fa.fa-bars {
    color: white;
}


nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    text-align: center;
}


@media only screen and (min-width:1001px) {
    /* 1001px and above */



header.centered_logo .q_logo img {
    top: -12px;
}

.header_bottom {
    padding: 0px 0px!important;
	background-color: transparent
}

header.fixed_hiding .holeder_for_hidden_menu {
    width: 100%;
    border-top: 91px solid rgba(94, 14, 17);
    background-color: rgba(94, 14, 17, 0.6);
    margin-top: -99px;
}

.q_logo {
	height: 22px!important;
}

header.fixed_hiding .q_logo a, header.fixed_hiding .q_logo {
    height: 59px!important;
}
	}

header.fixed_hiding .q_logo a, header.fixed_hiding .q_logo {
    max-height: 50px;
	padding-top:9px;
}




@media only screen and (max-width:500px) {
    /* 500px and above */

	.header_bottom {
    	padding: 0 18px;
	}
	
}


/* =============================================== Style Page =============================================== */

#submit_comment, .blog_load_more_button a, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton {
    width: auto;
	padding-top: 6px !important;
	font-family: Roboto !important;
    height: 48px;
    line-height: 40px;
    padding: 0 50px;
	letter-spacing: 2px !important;
    -o-border-radius: 0px !important;;
    -moz-border-radius: 0px !important;;
    -webkit-border-radius: 0px !important;;
    -ms-border-radius: 0px !important;
    border-radius: 0;
}

.vc_custom_1571356031060 {
    background-color: white !important;
}

.tf-style-section {
	margin-top: 200px;
}

@media only screen and (max-width: 1000px) {
    /* 1000px and below */
   .tf-style-section {
		margin-top: 75px;
		}
} 

@media only screen and (max-width: 768px) {
#submit_comment, .load_more.tiny a, .qbutton.medium {
    height: 48px !important;
    line-height: 40px !important;
    padding: 6px 50px 0px !important;
	letter-spacing: 1px !important; 
	font-size: 13px;
	}
}

/* =============================================== 404 Page =============================================== */

@media only screen and (max-width: 1440px) {
    /* 1100px and below */
	
	.tf-404 {
		background-image: url("http://testing.thefactoryreno.com/southwest_leadership_academy/wp-content/uploads/2019/10/404-Page-1.jpg") !important;
	}
	
}

@media only screen and (max-width: 768px) {
    /* 768px and below */
	
	.tf-404 {
		background-image: url("http://testing.thefactoryreno.com/southwest_leadership_academy/wp-content/uploads/2019/10/404-Page_768.jpg") !important;
	}
	
}



/* =============================================== Home Page =============================================== */



@media only screen and (max-width: 800px) {
    /*800px and below */
	
	h1.tf-h1-header {
    font-size: 16px!important;
    line-height: 18px!important;
	}
	
}


@media only screen and (max-width:600px) {
    /*600px and below */
	
	.vc_column-inner.vc_custom_1578012948733 {
    padding-bottom: 50px!important;
	}
	
	.tf-three-column {
 	padding-top: 110px;
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 0px !important;
	}

	.tf-left-quotation {
    padding-left: 25px !important;
	}

	.tf-right-quotation {
    padding-right: 25px !important;
	}
	
	.tf-student-quote-text {
    padding-left: 70px !important;
    padding-right: 70px !important;
	}
	
	.tf-quote-section {
    max-height: 300px !important;
   }

	
}
	

	.vc_column-inner.vc_custom_1578012948733 {
    padding-bottom: 350px;
	}


@media only screen and (max-width:480px) {
    /*480px and below */
	.tf-from-our-students {
    padding: 71px 0px 0px 0px;
    height: 200px;
	}
	
	.tf-take-action-section {
    padding-top: 135px;
    padding-bottom: 100px;
	}
	
	.tf-cards {
    padding-bottom: 0;
	}
	
	.tf-from-our-students {
    height:196px !important;
	}
	.tf-cards {
    padding-bottom: 191px !important;
 }
	
}


/* =========== Card Slider ============= */
.qode-card-slider-holder .controls .button.next {
    left: 90px;
}

.qode-card-slider-holder .controls .button {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0;

}

.qode-card-slider-holder .controls .button.next span {
    right: 3px;
}

/* =========== End of Card Slider ============= */

.tf-h1-header {
	line-height: 65px !important;
	text-align: center !important;
}

.tf-about-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.tf-sunburst {
	padding-bottom: 20px;
}

.tf-subhead {
	padding-bottom: 25px;
}

.tf-header {
	padding-bottom: 15px;
	padding-left: 300px;
    padding-right: 300px;
}

.tf-about-paragraph {
	padding-left: 115px;
    padding-right: 115px;
	padding-bottom: 25px;
}


.tf-sunburst2 {
	padding-top: 55px;
	padding-bottom: 20px;
}

.tf-sunburst-3 {
    padding-top: 35px;
    padding-bottom: 20px;
}

.tf-subhead2 {
	padding-bottom: 25px;
}

.tf-header2 {
    padding-bottom: 15px;
    padding-left: 100px;
    padding-right: 100px;
}

.tf-about-paragraph2 {
	padding-left: 115px;
    padding-right: 115px;
	padding-bottom: 25px;
}

.tf-header3 {
    padding-bottom: 15px;
    padding-left: 250px;
    padding-right: 250px;
}

.tf-three-column {
    padding-top: 110px;
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 80px;
}

.tf-column-text {
	padding-top: 30px;
	padding-bottom: 10px;
	font-weight: 700;
}

.tf-three-column-paragraph {
	padding-left: 50px;
	padding-right: 50px;
}

.vc_custom_1571786574116 {
    background-color: #621c1c !important;
    padding-bottom: 335px;
}

rs-layer#slider-3-slide-7-layer-1 {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 40px 0 rgba(0, 0, 0, 0.19);
}
	
.qode-cards-holder {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: -305px !important;
}
.qode-card-slider-holder .controls .button span {
    position: absolute;
    top: 0;
    font-size: 51px;
    height: 80px;
    line-height: 90px;
    width: 81px;
}

.tf-cards {
    padding-bottom: 115px;
}

.tf-from-our-students {
	height: 850px;
}

.tf-from-our-students-block {
	margin-top: 70px;
}

/* =========== New Quote Section ============= */

.tf-quote-section {
    max-height: 400px;
    margin-top: -380px;
    max-width: 457px;
    margin-bottom: 125px;
}

.tf-right-quotation {
    padding-right: 60px;
    padding-bottom: 75px;
    margin-top: -20px;
}

.tf-student-quote-text {
    padding-left: 90px;
    padding-right: 90px;
    margin-top: -20px;
}

.tf-sunburst-edit {
    padding-top: 50px;
    padding-bottom: 20px;
}

.tf-sunburst-edit2 {
    padding-top: 45px;
    padding-bottom: 20px;
}

.tf-left-quotation {
	padding-left: 60px;
}


/* =========== Take Action Today ============= */

.tf-take-action-section {
    padding-top: 75px;
    padding-bottom: 100px;
}


.tf-column-pictures img {
    padding-bottom: 24px;
    border-top: 23px solid #c29544;
	margin-top: -22px;
}
	


@media only screen and (max-width: 900px) {
    /* 900px and below */	
	
	.tf-column-pictures {
    	border-top:none;
		margin-top: -12px;
		}

}


/* =========== Drop Down Menu ============= */


/*  Drop Down Menu */


.dropbtn-Academics {
    background-color: white;
    color: #c29545;
    padding: 20px 30px 20px 30px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: 'Merriweather', sans-serif;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #c29545;
    width: 346px;
}

.dropdown-academics {
  position: relative;
  display: inline-block;
  z-index:999;
  vertical-align: inherit !important;
  text-align: center;
}

.dropdown-academics:hover .dropbtn-Academics {
    background-color: #efefef;
    border: 1px solid #efefef;
    color: #5e0e10;
}


.tf-dropdown-section {
    text-align: center;
}

.dropdownbtn{
  color: #efefef;
}


.dropdown-content a {
  color: #525252;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Merriweather;
	letter-spacing: 1px;
}



.tf-dropdown-section{
	text-align: center;
}

.dropbtn {
    background-color: #cfa559;
    color: white;
    padding: 30px 30px 30px 30px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: 'Merriweather', sans-serif;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: -30px;
    margin-top: -30px;
    border: 1px solid #c29545;
    width: 100%;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.3);
}

.dropbtn a {
	background-color: transparent;
    color: white;
    padding: 30px 30px 30px 30px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: 'Merriweather', sans-serif;
    line-height: 20px;
    font-weight: 500;
}


.dropdownbtn{
  color: #efefef;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index:999;
  vertical-align: inherit !important;
  text-align: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.93);
    min-width: 197px;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 15px;
}



.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
    background-color: #621c1c;
    border: 1px solid #621c1c;
    color: white;
}


@media only screen and (max-width: 900px) {
    /* 900px and below */

	.dropbtn {
   	 	padding: 16px 31px!important;
	}
    
    .tf-column-pictures img {
        margin-top: -10px;
    }
    
    .dropbtn a {
    	font-size: 13px;
		padding: 0px;
    }
	
	.dropbtn {
		font-size: 13px;
	}
	

}

@media only screen and (max-width:767px) {
    /* 767px and below */

	.tf-column-pictures {
    	padding-bottom: 50px;
		}

	.dropbtn {
   		padding: 16px 50px!important;
		}

}

@media only screen and (max-width:420px) {
    /* 420px and below */

	.dropbtn {
    	padding: 10px 18px!important;
		}

}



@media only screen and (max-width: 1440px) {
    /* 1400px and below */
	.tf-h1-header {
    font-size: 45px!important;
    line-height: 50px!important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	}
	
	.tf-column-pictures {
	height: auto;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
	}
	
}

@media only screen and (max-width: 1200px) {
    /* 1400px and below */
	
	.tf-h1-header {
    font-size: 40px!important;
    line-height: 46px!important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	}
	
	.tf-header {
    padding-bottom: 15px;
    padding-left: 150px;
    padding-right: 150px;
	}
	
	.tf-header3 {
    padding-bottom: 15px;
    padding-left: 155px;
    padding-right: 155px;
	}
	
}

@media only screen and (max-width:600px) {
	.tf-header {
    padding-bottom: 15px;
    padding-left:5px;
    padding-right:5px;
	}
	
	.qode-card-slider-holder {
    display: none;
	}
	
	.tf-about-paragraph {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 25px;
	}
	
	.tf-header2 {
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
	}
	
	.tf-about-paragraph2 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 25px;
	}
	
	.tf-header3 {
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
	}

}

@media only screen and (max-width: 1100px) {
    /* 1100px and below */
	
}

@media only screen and (max-width: 1024px) {
    /* 1024px and below */
	
	.tf-mobile-events {
    margin-left: auto !important;
    margin-right: auto !important;
	}
}


/* =============================================== About Us Page =============================================== */ 

.tf-about-section2 {
	padding-top: 50px;
	padding-bottom: 100px;
}

.tf-h1-header-mission {
	line-height: 65px !important;
	text-align: center !important;
}

.tf-mission-bg {
	height: 900px;
}

.tf-mission-padding {
	background-color: #621c1c;
	padding: 25px 60px 0px 60px;
    margin-top: -550px;
    height: 724px;
    width: 650px;
	}

/*.tf-mission-padding {
    background-color: #621c1c;
    padding: 60px 70px 0px 70px;
    margin-top: -450px;
    margin-bottom: 0px;
    height: 600px;
    width: 600px;
}*/

.tf-mission-padding2 {
    background-color: #621c1c;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
}

.tf-meeting-targeted3 {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 18px;
}

.tf-meeting-targeted3 p {
	line-height: 30px;
}

.tf-meeting-targeted4 p {
	line-height: 30px;
}

.tf-meeting-targeted4 {
	padding-left: 100px;
    padding-right: 100px;
}

.tf-h2-padding {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.tf-mission-body-padding{
	padding-left: 10px;
	padding-right: 10px;
}

.tf-header-vision {
	padding-bottom: 15px;
	padding-left: 200px;
    padding-right: 200px;
}

.tf-header-vision h2 {
	font-size: 35px;
    line-height: 42px;
}

.tf-header-meeting {
    padding-bottom: 15px;
    padding-left: 100px;
    padding-right: 100px;
}

.tf-meeting-body1 {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}

.tf-meeting-targeted {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 23px;
	padding-top: 2px;
}

.tf-meeting-targeted2 {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 18px;
}

.tf-call-to-action-section h4 {
	text-align: center;
    font-size: 15px !important;
    text-transform: uppercase;
}

.tf-about-menu {
	padding-top: 25px;
	padding-bottom: 25px;
}

.tf-video-header {
    padding-bottom: 35px !important;
}


@media only screen and (max-width: 1440px) {
    /* 1400px and below */
	
	.tf-staff-text-section {
	margin-top: -1px !important;	
	}
	
	.tf-mission-padding {
    height: 625px !important;
    }
	
	.tf-h1-header-mission {
    font-size: 45px !important;
    line-height: 50px !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	}
	
	.tf-header-vision {
	padding-bottom: 15px;
	padding-left: 150px;
    padding-right: 150px;
	}
	
	.tf-h2-padding {
	text-align: center;
    color: white;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: bold !important;
	}
	
	.tf-about-section {
    padding-top: 75px;
    padding-bottom: 75px;
	}
	
	.tf-meeting-targeted4 {
    padding-left: 0px;
    padding-right: 0px;
	}
	
	.tf-staff-text2 h6 {
    font-size: 10.75px;
	}
	
}

@media only screen and (max-width: 1200px) {
    /* 1400px and below */
	.tf-h1-header-mission {
    font-size: 35px!important;
    line-height: 40px!important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	}
	
}


@media only screen and (max-width: 1100px) {
    /* 1100px and below */
	.tf-mission-bg {
    height: 600px;
	}
	
	.tf-mission-padding {
    background-color: #621c1c;
    padding: 25px 60px 0px 60px;
    margin-top: -500px;
    height: 620px;
    width: 650px;
	margin-left: 90px !important;
	}
	
	.tf-staff-text2 h6 {
    font-size: 10px !important;
	}
	
	.tf-staff-text h5 a {
	font-size: 18px !important;
	font-weight: 500 !important;
	}
	
	.tf-header-vision {
    padding-bottom: 14px;
    padding-left: 150px !important;
    padding-right: 150px !important;
    }
	
	.tf-about-section2 {
    padding-top: 0px;
    padding-bottom: 50px;
	}
	
	.tf-staff-text-section {
    padding-top: 0px !important;
    padding-bottom: 55px !important;
	}
	
}

@media only screen and (max-width: 1100px) {
    /* 1100px and below */
		
	.tf-header-vision {
    padding-bottom: 13px;
    padding-left: 20px !important;
    padding-right: 20px !important;
	}
	
	.tf-meeting-targeted3 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 18px;
	}
	
	.tf-mission-padding {
    margin-left: 10px !important;
	}
	
	.tf-h2-padding h2 {
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: bold !important;
    }
		
}

@media only screen and (max-width: 1024px) {
	/* 1024px and below */ 
	
	.tf-header-vision {
    padding-left: 80px !important;
    padding-right: 80px !important;
	}
	
	.targeted3 {
    padding-left: 80px !important;
    padding-right: 80px !important;
	}
}

@media only screen and (max-width: 1000px) {
	/* 1000px and below */
	
	.tf-header-vision {
    padding-left: 40px !important;
    padding-right: 40px !important;
	}
	
	.tf-meeting-targeted3 {
    padding-left: 40px !important;
    padding-right: 40px !important;
	}
	
	.tf-h2-padding h2 {
    font-size: 30px !important;
    line-height: 38px !important;
    font-weight: bold !important;
	}
	
	.tf-photo-padding {
    padding-left: 0px !important;
    padding-right: 0px !important; 
   }
	
	.tf-staff-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
	padding-bottom: 30px !important;
	}
	
	.tf-staff-text h5 a {
    font-size: 16px !important;
	}
	
	.tf-staff-text h5 {
    font-size: 16px !important;
	}
	
}

@media only screen and (max-width: 900px) {
	/* 900px and below */

	.tf-staff-padding-mobile {
    padding-bottom: 30px !important;
	}

	.tf-mission-padding {
    margin-left: 70px !important;
	}
	
	.tf-staff-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
	}
	
	.tf-staff-section2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
	}
	
	.tf-mission-padding {
    background-color: #621c1c;
    padding: 25px 60px 0px 60px;
    margin-top: -500px;
    height: 580px !important;
    width: 650px;
    margin-left: 90px !important;
	}
	
}

@media only screen and (max-width: 800px) {
	/* 800px and below */
	
	.tf-mission-padding {
	padding: 5px 50px 0px 50px;
    margin-top: -500px;
    height: 590px;
    width: 600px;
	}
	
	.tf-mission-padding {
    margin-left: 100px !important;
	}
	
	.tf-meeting-targeted4 p {
    line-height: 30px;
    margin-left: 50px;
    margin-right: 50px;
    }
	
}

@media only screen and (max-width: 769px) {
	/* 700px and below */

.tf-about-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #540e0e;
	}
	
	.tf-mission-padding {
    margin-left: 15px !important;
	}
	
	.tf-staff-section-mobile {
	margin-bottom: 30px;
	}	
}

@media only screen and (max-width: 768px) {
	/* 766px and below */
	
	.tf-staff-text {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 500px;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
	}
	
	.tf-staff-text2 {
    max-width: 500px;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
	}
	
	.tf-staff-section {
    padding-bottom: 0px !important;
	}
	
	.tf-staff-section2 {
    padding-bottom: 0px !important;
	}
	
}

@media only screen and (max-width: 600px) {
	/* 600px and below */
	
	.tf-mission-bg {
    height: 500px;
	}

.tf-meeting-targeted3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
	}
	
	.tf-mission-padding {
    margin-left: -18px !important;
	}
	
	.tf-mission-padding {
    padding: 5px 20px 0px 20px;
    margin-top: -440px;
    height: 530px;
    width: 500px;
	}
	
	.tf-h2-padding h2 {
    font-size: 25px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
	}
	
}

@media only screen and (max-width: 500px) {
	/* 500px and below */

	.tf-mission-padding {
    margin-left: 0px !important;
	}
	
	.tf-mission-padding {
    padding: 0px 20px 0px 20px;
    margin-top: -440px;
    height: 525px;
    width: 450px;
	}
	
	.tf-about-section {
    padding-top: 50px;
    padding-bottom: 50px;
	}
	
}

@media only screen and (max-width: 425px) {
	/* 500px and below */
	
	h6, .h6, h6 a {
    font-size: 12px !important;
	}
	
	.tf-mission-padding {
    padding: 0px 20px 0px 20px;
    margin-top: -450px;
    height: 540px;
    width: 331px;
    }
	
	.tf-h2-padding h2 {
    font-size: 20px !important;
    line-height: 25px !important;
	}
	
	.tf-meeting-targeted3 p {
    line-height: 22px;
	}
}

@media only screen and (max-width: 375px) {
	/* 500px and below */
	
	.tf-mission-padding {
    padding: 0px 10px 0px 10px;
    margin-top: -450px;
    height: 540px;
    width: 308px;
    }
	
	.tf-mission-padding {
    margin-left: 10px !important;
	}
	
	.tf-meeting-targeted3 p {
    margin-left: 20px;
    margin-right: 20px;
	}
	
	h6 a {
    font-size: 10px !important;
	}

}

@media only screen and (max-width: 320px) {
	/* 500px and below */
	
	.tf-mission-padding {
    padding: 0px 10px 0px 10px;
    margin-top: -450px;
    height: 587px;
    width: 267px;
    }
	
	.tf-mission-padding {
    margin-left: 35px !important;
	}

}




/* =============================================== News Page  */

.tf-news-section {
    padding-top: 140px;
    padding-bottom: 50px;
}


.q_masonry_blog_post_text {
    background-color: #f7f7f7;
}
.q_masonry_blog article .q_masonry_blog_post_text {
    padding: 40px;
}


/* =============================================== Events/Calendar Page */

.tribe-events-page-title {
    color: #5e0f10;
    text-shadow: none;
}

.tribe-events-notices {
    background: #c295458c;
    border: 1px solid #dcb775;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
}


#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #5e0f10;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #c29545;
}


/* =============================================== Academics Page  */

.tf-three-column-academics {
    padding-top: 75px;
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 40px;
}

.tf-afterschool-text {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
}




.tf-academics-menu {
	padding-top: 25px;
	padding-bottom: 25px;
}

.tf-academics-menu2 {
	padding-top: 15px;
	padding-bottom: 15px;
}


.tf-staff-text-section {
    padding-top: 20px;
    padding-bottom: 75px;
	margin-top: -1px;
}

.tf-staff-section {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 45px;
    padding-right: 45px;
}

.tf-greg {
	background-position: top center;
}

.tf-staff-section2 {
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 45px;
	padding-right: 45px;
}

.tf-staff-text {
	padding-top: 10px;
	padding-bottom: 10px;
}

.tf-staff-text2 {
	min-height: 40px;
	padding-bottom: 10px;
	margin-top: -2px;	
}

.tf-staff-text2 h6{
	font-size: 11.5px;
}

.tf-staff-section-header {
	padding-top: 55px;
}

.tf-photo-padding{
	padding-left: 5px;
	padding-right: 5px;
}

.tf-staff-section-header2 {;
    padding-top: 20px;
}

.tf-about-paragraph3 {
    padding-left: 115px;
    padding-right: 115px;
    padding-bottom: 100px;
} 

.tf-mission-padding3 {
    background-color: #621c1c;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.tf-subhead3 {
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
}

.tf-afterschool-section {
    margin-top: 75px;
}
 
.tf-subhead-academics {
    padding-bottom: 20px;
}

.tf-drone-padding {
	padding: 50px 50px 50px 50px;
}

.tf-drone-program-padding {
    background-color: #621c1c;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
	text-align: center;
}

.tf-drone-button:hover {
	box-shadow: 2px 2px 20px #2b0000;
}

.tf-vocation-programs {
	padding: 100px;
}

@media only screen and (max-width: 1440px) {
	/* 1440px and below */
	
	.dropbtn-Academics {
    width: 419px !important;
	}

}

@media only screen and (max-width: 1400px) {
	/* 1400px and below */
	
	.dropbtn-Academics {
    width: 375px !important;
	}

}

@media only screen and (max-width: 1300px) {
	/* 1300px and below */
	
	.dropbtn-Academics {
    width: 345px !important;
	}
	
	.tf-meeting-targeted {
    padding-left: 0px !important;
    padding-right: 0px !important;
	}
	
	.tf-meeting-targeted2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
	}
	
	.tf-meeting-body1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
	}

}
@media only screen and (max-width: 1100px) {
	/* 1100px and below */
	
	.dropdown-academics .dropdown-content {
	padding: 0px 37px;
    min-width: 200px!important;
    margin-left: -1px;
	}
}

@media only screen and (max-width:420px) {
	.dropdown-academics .dropdown-content {
    min-width: 176px!important;
	}

}

.tf-academics-three-image img {
    padding-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
	/* 1200px and below */
	
	.tf-academics-three-image {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.dropbtn-Academics {
    width: 275px !important;
	font-size: 13px !important;
	}

}

@media only screen and (max-width: 1025px) {
	/* 1025px and below */
	
	.tf-academics-three-image {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

}

@media only screen and (max-width: 991px) {
	/* 990px and below */
  
    .tf-mobile-three-image {
    padding-top: 50px;
    }
    
    .tf-meeting-targeted {
    padding-left: 60px !important;
    padding-right: 60px !important;
	}
	
	.tf-meeting-targeted2 {
    padding-left: 60px !important;
    padding-right: 60px !important;
	}
	
	.tf-meeting-body1 {
    padding-left: 60px !important;
    padding-right: 60px !important;
	}
	
	.tf-vocation-programs {
    padding: 20px !important;
	}
    
    .tf-vocation-padding {
    padding-top: 50px !important;
    }
	
	.tf-academics-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #540e0e;
	}
    
}

@media only screen and (max-width: 635px) {
	/* 635px and below */
	
	.tf-sunburst2 {
    padding-top: 40px !important;
    }
    
    .tf-afterschool-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    }

}

@media only screen and (max-width: 425px) {
	/* 425px and below */
	
	.tf-header-meeting {
    padding-bottom: 15px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    }

    .tf-three-column-academics {
    padding-top: 75px;
    padding-left: 27px !important;
    padding-right: 27px !important;
    padding-bottom: 0 !important;
    }
    
   .tf-meeting-targeted p {
    font-size: 10px !important;
   }
   
   .tf-meeting-targeted2 p {
    font-size: 10px !important;
    }
    
  .tf-afterschool-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}
    
    .tf-vocation-programs {
    padding: 0px !important;
    }
    
    .tf-bodytext-tlc {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px !important;
    }
    
    .tf-afterschool-text {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 30px !important;
    }
    
    .q_image_with_text_over .caption, .q_image_with_text_over .icon_holder, .q_image_with_text_over .text p {
    color: #fff;
    font-size: 8px !important;
    }
    
    .tf-academics-menu {
    border-bottom: solid 1px #540e0e !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    }
    
    h6, .h6, h6 a {
    font-size: 12px !important;
    }
    
    .tf-mobile-fix-tn {
    margin-top: -1px !important;
    }
    
    .dropbtn-Academics {
    width: 250px !important;
    font-size: 10px !important;
    }
    

}


@media only screen and (max-width: 375px) {
	/* 635px and below */
	
    .tf-asp-mobile {
    max-width: 290px !important;
    }
    
    .tf-drone-program-padding {
    margin-left: 21px !important;

   }

}


/* =============================================== STUDENTS =============================================== */

.tf-students-section {
	padding-top: 25px;
	padding-bottom: 20px;
}

.tf-button-school {
    margin-bottom: 1px;
}

.tf-button-school2 {
    margin-bottom: 100px;
}

.tf-button-school2 a {
    font-size: 12px;
    color: white !important;
    Text-transform: uppercase;
}

.tf-button-school a {
    font-size: 12px;
    color: white !important;
    Text-transform: uppercase;
}

.tf-athletics-students {
    padding-top: 100px;
    min-height: 480px;
}

.tf-athletic-rules {
    padding-bottom: 125px;
}

.tf-tlc-section {
    min-height: 1225px;
}

.tf-two-column {
    padding-top: 25px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 100px;
}

.tf-pd-h2 h2 {
    color: #c29545;
    font-family: 'Merriweather', serif;
    font-size: 13px !important;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.tf-pd-section {
    padding-top: 100px;
}

.tf-tlc-text-box {
    background-color: #621c1c;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 50px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.tf-tlc-tuition-sections {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-top:17px;
    -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
    -moz-column-count: 2; /* Old Firefox */
  column-count: 2;
}

.tf-bodytext-tlc {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}

.tf-tax-section {
    padding-bottom: 75px;
}

.tf-involvement-body-text {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 25px;
}

.tf-involvement-body-text2 {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 15px;
    
}

.tf-ev-bg {
    margin-top: 150px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.tf-yellow-box {
    margin-top: -880px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}


.tf-tlc-tuition-sections div ul li {
    color: 
    #b98b8b !important;
    font-size: 12px !important;
    line-height: 20px;
    text-indent: -11px;
}

.tf-meeting-targeted div ul li {
    color: #b98b8b !important;
    font-size: 12px !important;
    line-height: 20px;
}

.tf-tlc-text-box p {
    line-height: 24px;
    font-size: 13px;
}

.tf-student-buttons-mobile {
    padding-top: 25px;
    padding-bottom: 25px;  
    }

.tf-TLC-padding {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 23px;
}


.tf-student-buttons-mobile {
    padding-top: 25px;
    padding-bottom: 25px;  
    }

.tf-TLC-padding {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 23px;
}


@media only screen and (max-width: 1200px) {
    /* 1200px and below */
    
    .qode-cards-holder {
    max-width: 900px !important;
    }
    
    .tf-tlc-text-box {
    padding-right: 60px !important;
    padding-left: 60px !important;
    }
    
    .qode-card-slider-holder .controls .button.next {
    left: 128px !important;
    }

}


@media only screen and (max-width: 1300px) {
    /* 1310px and below */

    .tf-tlc-tuition-sections {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
    
    .tf-bodytext-tlc {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 20px;
    }
    
    .tf-tlc-text-box {
    padding-right: 50px !important;
    padding-left: 50px !important;
    }
    
}

@media only screen and (max-width: 991px) {
    /* 991px and below */

    .tf-about-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #540f0e;
    }

}

@media only screen and (max-width: 768px) {
    /* 768px and below */
    
    .tf-athletic-rules {
    padding-bottom: 75px !important;
    }
    
    .tf-tlc-tuition-sections {
    column-count: 1 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    }
    
    .tf-tlc-paragraph-padding {
        padding-top: 40px;
    }
    
    .tf-meeting-targeted {
    padding-left: 50px !important;
    padding-right: 50px !important;
    }
    
    .tf-tlc-tuition-sections {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }

}

@media only screen and (max-width: 750px) {
    /* 600px and below */

   	.vc_row.wpb_row.section.vc_row-fluid.vc_custom_1574728191368 {
    display: none;
	}
	    
	.tf-athletics-docs-mobile {
     padding-top: 0px !important;   
    }
    
    .tf-athletics-students {
    padding-top: 50px !important;
    min-height: 0px !important;
    }

}

@media only screen and (max-width: 725px) {
    /* 600px and below */

    .tf-meeting-targeted {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
    
    .tf-tlc-tuition-sections {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
}

@media only screen and (max-width: 600px) {
    /* 600px and below */

    .tf-student-docs-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    }
    
    .tf-tlc-tuition-sections {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
    
}

@media only screen and (max-width: 500px) {
    /* 600px and below */

    .tf-button-school a {
    font-size: 9px;
    }
    
    .tf-student-buttons-mobile {
    padding-top: 15px !important;
    padding-bottom: 15px !important;   
    }
    
    .tf-student-buttons-mobile h3 a{
    font-size: 9px !important;
    }
	
	.tf-tlc-text-box {
    padding-right: 30px !important;
    padding-left: 30px !important;
	}
	
	.tf-tlc-text-box p {
    line-height: 21px;
    font-size: 11.5px !important;
	}
    
}

@media only screen and (max-width: 400px) {
    /* 600px and below */

    .tf-students-section {
    padding-top: 25px !important;
    padding-bottom: 0px !important;
    }

}

/* =============================================== PARENTS =============================================== */

.tf-parent-resources-text {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
}

.tf-parent-resources-text p {
    line-height: 24px !important;
}

.tf-parent-resources-link {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
}

.tf-subhead-parents {
    padding-bottom: 15px;
}

.tf-tlc-section {
    min-height: 1225px;
}

.tf-two-column {
    padding-top: 25px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 100px;
}

.tf-pd-h2 h2 {
    color: #c29545;
    font-family: 'Merriweather', serif;
    font-size: 13px !important;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.tf-pd-section {
    padding-top: 100px;
}

.tf-tlc-text-box {
    background-color: #621c1c;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 50px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.tf-tlc-tuition-sections {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-top:17px;
    -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
    -moz-column-count: 2; /* Old Firefox */
  column-count: 2;
}

.tf-bodytext-tlc {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}

.tf-tax-section {
    padding-bottom: 75px;
    padding-top: 75px;
}

.tf-involvement-body-text {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 25px;
}

.tf-involvement-body-text2 {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 15px;
    
}

.tf-ev-bg {
    margin-top: 150px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.tf-yellow-box {
    margin-top: -880px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}


.tf-tlc-tuition-sections div ul li {
    color: 
    #b98b8b !important;
    font-size: 12px !important;
    line-height: 20px;
    text-indent: -11px;
}

.tf-meeting-targeted div ul li {
    color: #b98b8b !important;
    font-size: 12px !important;
    line-height: 20px;
}

.tf-tlc-text-box p {
    line-height: 24px;
    font-size: 13px;
}

.tf-parent-involvement {
    padding-top: 20px;
    padding-bottom: 75px;
    padding-left: 125px;
    padding-right: 125px;
}

.tf-subhead-parent-involv {
    padding-bottom: 15px;
}

.tf-parent-buttons-mobile {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #732a2a !important;
}

@media only screen and (max-width: 1024px) {
    /* 1024px and below */
    .tf-parent-involvement {
    padding-left: 50px;
    padding-right: 50px;
    }
}

@media only screen and (max-width: 900px) {
    /* 900px and below */
    
    .tf-about-paragraph {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 25px !important;
    }
}

@media only screen and (max-width: 500px) {
    /* 900px and below */
    
    .tf-parent-buttons-mobile {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    }
    
    .tf-button-school2 h3 a {
    font-size: 9px !important;
    }
    
    .tf-header-vision {
    padding-left: 10px !important;
    padding-right: 10px !important;
    }
    
    .tf-parent-involvement {
    padding-left: 25px !important;
    padding-right: 25px !important;
    }
    
    .tf-tax-credit-mobile p {
    font-size: 11px !important;
    line-height: 21px !important;
    }
    
    .tf-parent-involv-mobile p {
    font-size: 11px !important;
    line-height: 21px !important;       
    }
    
    .tf-resources-mobile {
    padding-left: 15px !important;
    padding-right: 15px !important;
    }
    
    .tf-tax-credit-mobile2 {
    padding-left: 15px !important;
    padding-right: 15px !important;    
    }
    
}



/* =============================================== SCHOOL BOARD =============================================== */

.tf-bio-text p {
    font-size: 12px;
    line-height: 27px;
}

.tf-bio-section {
    padding: 120px 0px;
}

.tf-bio-pic {
    padding: 0px 0px;
    
}

.tf-boardmembers-header {
    padding-top: 0px;
    padding-bottom: 49px;
    background-color:#540f0f;
}

.tf-agenda-meetings-header {
    padding-top: 100px;
    padding-bottom: 32px;
}


.tf-accordian-red .qode-accordion-holder .qode-title-holder {
    background-color: #732929;
    border-bottom: 2px solid #621c1c;
}

.tf-accordian-red h3.clearfix.qode-title-holder.ui-accordion-header.ui-state-default.ui-corner-top.ui-corner-bottom {
    color: white;
}


.tf-accordian-red .qode-accordion-holder .qode-accordion-content {
    background-color: white;
}

.tf-accordian-red .qode-accordion-holder .qode-accordion-content ul li {
    font-size: 12px;
    line-height: 31px;
    text-decoration: underline;

}


.tf-accordian-title {
    text-align: center;
    color: white;
    font-size:30px;
    padding-bottom:20px;
}

.tf-required-title {
    padding-top: 100px;
    padding-bottom: 53px;
}

/* UNIVERSAL */

.tf-small-text {
    font-size: 10px;
    line-height: 20px;
}

.tf-background-maroon {
    background-color:#621c1c;
}

@media only screen and (max-width: 768px) {
	/* 768px and below */
	
	.tf-bio-section {
    padding: 74px 0px !important;
	}

	.tf-bio-section img {
    padding-bottom: 45px;
	}
	
	.tf-meeting-minutes {
	padding-top: 45px;
	}
	
	.tf-padding-mobile-financial {
	padding-top: 45px;	
	}
	
}




/* =============================================== CONTACT =============================================== */

.tf-contact-info {
    padding-top: 150px;
    padding-bottom: 100px;
}

.tf-header-contact {
    padding-bottom: 25px;
}

.tf-header-contact-h2 {
    padding-bottom: 15px;
}

.tf-contact-box {
    padding-top: 150px;
    padding-bottom: 100px;
}

.tf-contact-paragraph {
    padding-left: 25px;
    padding-right: 50px;
    padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    /* 768px and below */
    
    .tf-contact-box {
    padding-top: 70px;
    padding-bottom: 70px;
    }
    
}

@media only screen and (max-width: 425px) {
    /* 768px and below */
    
    .tf-contact-box {
    padding-top: 50px !important; 
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
}
    
}





/* =============================================== GRAVITY FORMS ========================================= */


/* === UNIVERSAL: Gravity Forms - changing the styling of gravity forms */

#gform_submit_button_1 {
    color: white;
    background-color: #621c1c;
    border-color: #621c1c;
    text-align: center;
	font-family: Lato;
}

.gform_wrapper form {
	text-align: left;
	background-color: #efefef;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}

body .gform_wrapper input[type="submit"]:hover {
	background-color: #fff;
	border-color: #616161;
	color: #616161 !important;
}

body .gform_wrapper div.validation_error {
	background-color: rgba(131,175,194,.25);
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(131,175,194,.25);
	margin-bottom: 6px !important;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #616161;
}

.gform_wrapper .validation_message {
	color: #616161;
	font-weight: 700;
	letter-spacing: normal;
}

body .gform_wrapper div.validation_error {
    background-color: #999999;
}

.gform_wrapper li.gfield.gfield_error {
    background-color: transparent!important;
    border-top: none;
    border-bottom: none;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0!important;
}

body .gform_wrapper input[type=submit] {
	border: 1px solid #303030;
	border-radius: 1px;
	
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #616161;
}

.gfield_label {
    color: #621c1c;
    Font-family: Lato;
    text-transform: uppercase;
    font-weight: bold !IMPORTANT;
}

label {
	color: #818181;
}

body .gform_wrapper input[type="submit"]:hover, body .gform_wrapper input[type="button"]:hover, body .gform_wrapper input[type="reset"]:hover {
	background-color: gray;
	border-color: gray;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: 100% !important;
    margin: 0 0 16px;
}

/* =============================================== NEW CSS - Footer ========================================= */
.footer_top a:hover {
    color: #a6a6a6!important;
}

.tf-footer-1 {
    min-height: 180px;
    padding-top: 15px;
}

.tf-footer-1 p {
    padding-top: 8px;
}

.tf-footer-2 p {
    padding-top: 8px;
}

.tf-space-footer-logo {
	padding-top:36px;
}

@media only screen and (max-width: 768px) {
	/* 768px and below */
	
	div#media_image-2 {
    padding-top: 30px;
    padding-bottom: 12px;
	}
	
	.tf-space-footer-logo {
	padding-top:0px;
	}
	
	.tf-footer-1 {
    min-height: 0px;
    padding-top: 12px;
	}
	
	.tf-footer-2 {
    padding-top: 34px;
	}
	
	.tf-footer-1 p {
    padding-top:4px;
	}
	
	.tf-footer-2 p{
    padding-top:4px;
	}
}

.footer_bottom_holder, #lang_sel_footer {
    margin-top: -2px;
}

a.tf-footer-headers {
    color: #c29545;
    font-weight: 900;
}

a.tf-footer-headers :hover{
    color: #af8789;
}


a.tf-footer-subheads {
    color: white;
}

a.tf-footer-subheads :hover{
    color: #c29545;
}

.footer_top .four_columns .column4 .column_inner>div {
    margin: 0 0 0 10px;
}

div#media_image-3 {
    padding-top: 20px;
}

.tf-disclaimer {
	background-color: #621c1c;
}

.tf-disclaimer {
    background-color: #621c1c;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
	padding-bottom: 50px;
	line-height: 14px;
}

.tf-bottom-footer {
	width: 100%;
    background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	font-family: Lato;
}

.footer_bottom p, .footer_bottom span {
    margin-top: -40px;
}

.footer_top {
    padding: 60px 0 15px;
}

.tf-bottom-footer {
    color: #621c1c;
    font-weight: 500;
}

img.image.wp-image-39.attachment-full.size-full {
    padding-top: 30px;
}

div#media_image-2 {
    padding-top: 30px;
}

@media only screen and (max-width: 480px) {
	.footer_top .column_inner>div {
    margin: 0 0 0px!important;
	}
}


@media only screen and (max-width: 1024px) {
    /* 1024px and below */
	
	.tf-disclaimer {
    max-width: 800px;
	}
	
	.footer_top {
    padding: 60px 0 20px;
	}
}

@media only screen and (max-width: 900px) {
	/* 900px and below */
	.tf-disclaimer {
    max-width: 650px;
 	}
	
}

@media only screen and (max-width: 800px) {
	/* 800px and below */
	
	.four_columns>.column1>.column_inner {
    padding: 0 0px 0 0;
	}
	
	.four_columns>.column2>.column_inner {
    padding: 0 0px 0 0px;
	}
	
	.four_columns>.column3>.column_inner {
    padding: 0 0px 0 0px;
	}
	
	.four_columns>.column4>.column_inner {
    padding: 0 0px 0 0px;
	}
	
}


@media only screen and (max-width: 768px) {
	/* 768px and below */
	
	.footer_top p {
    text-align: center !important;
	}
	
	.footer_top h6 {
    text-align: center !important;
	}	
	
	.tf-footer-mobile2 {
	padding-bottom: 50px;
	}
	
}



@media only screen and (max-width: 600px) {
	/* 600px and below */
	
	.tf-disclaimer {
    max-width: 400px;
 }
	
}

@media only screen and (max-width: 425px) {
	/* 425px and below */
	
	.tf-disclaimer {
    max-width: 350px !important;
	text-align: center !important;
 	}
	
	.footer_bottom {
    font-size: 10px !important;
	text-align: center !important;
	}
	
	.tf-meeting-targeted4 p {
    line-height: 20px; 
	}
	
	.tf-footer-mobile {
	padding-bottom: 30px;
	}

}

@media only screen and (max-width: 350px) {
	/* 766px and below */
	
	.tf-disclaimer {
    max-width: 250px !important;
	}
	
	.footer_bottom {
    font-size: 9px !important;
	}
		
}

