/*
Theme Name: American Legion - Florida
Author: Web Solutions of America
Author URI: http://www.wsoaonline.com
*/
@charset "utf-8";
/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}
body {
	background: url(/wp-content/themes/americanlegion/images/bodyBG.png) top left no-repeat #FFF;
	background-size: 100%;
	font-family: 'PT Sans', sans-serif !important;
	color: #333;
}
.clear {
	clear: both;
}
main a, #topnavs a {
	color: #00467F !important;
	font-weight: 600;
}
p {
	font-size: 15px;
}
.red {
    background-color: #D9534F !important;
}

.blue {
    background-color: #337AB7 !important;
}

.green {
    background-color: #5E9732 !important;
}

.orange {
    background-color: #D18316 !important;
}

h1 {
	color: #00467F !important;
	font-size: 31px !important;
	font-weight: 600 !important;
}
h2 {
	color: #00467F !important;
	font-size: 27px !important;
	font-weight: 600 !important;
}


h3 {
	color: #00467F !important;
	font-size: 23px !important;
	font-weight: 600 !important;
}
h3.white {
	color: #FFF;
}
h4 {
	color: #000 !important;
	font-size: 21px !important;
	font-weight: 600 !important;
}
h5 {
	color: #00467F !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	text-align: left;
}
h6 {
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-align: left;
}
ol.alpha {
	list-style-type: lower-alpha;
}
ol.roman {
	list-style-type: lower-roman;
}

#header-tagline {
     position: absolute;
     display: inline-block;
     top: 86px !important;
     left: -50px !important;
    margin-bottom:0px !important;
  padding-bottom:0px !important;
}

#header-tagline h2 {
    font-size:49px !important;
     font-family:"Crimson Text",serif !important;
     display: inline;
  font-weight:700 !important;
  text-transform:uppercase;
    margin-bottom:0px !important;
  padding-bottom:0px !important;
}

.navbar {
	background: #00467F !important;
	color: #FFF !important;
	border-bottom: none !important;
	height: 52px;
	margin-bottom: 0px !important;
	margin-top: 46px;
}
.navbar li {
	background: url(/wp-content/themes/americanlegion/images/nav-divider.png) top right no-repeat;
}
.navbar li:last-child {
	background: none
}
.navbar.navbar-default a {
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-size: 15px;
	color: #FFF !important;
	text-transform: uppercase;
	line-height: 48px;
	padding-top: 5px !important;
	padding-bottom: 0px !important;
	padding: 5px 14px 0 14px!important;
}
.navbar ul ul {
	position: absolute;
	margin-top: -1px;
	display: none;
	list-style: none;
	/*background: #FFD200 !important;*/
	background: #00467F !important;
	color: #FFD200 !important;
	min-width: 220px;
	border-radius: 0 0px 5px 5px;
}
.sub-menu a {
	line-height: 36px !important;
}
.navbar ul li:hover ul {
	display: block;
}
.navbar li li {
	background: none !important;/*border-bottom:1px dashed #FFDF46;*/
}
.navbar li li:last-child {
	border-bottom: none;
	padding-bottom: 3px;
}
.navbar.navbar-default ul li li a {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	font-family: 'PT Sans', sans-serif !important;
	font-weight: 600;
	font-size: 12px !important;
	color: #FFF !important;
	text-decoration: none;
}
/*.navbar li:hover{
 color:#FFD200 !important;
    text-decoration:none;
}*/
.navbar.navbar-default ul li li a, .navbar.navbar-default ul li li a:hover, .navbar.navbar-default li.current-page-ancestor li a, .navbar.navbar-default li.current_page_item li a, .navbar.navbar-default li.current-page-ancestor li a {
	border-top: none !important;
	color: #fff !important;
	padding-top: 1px !important;
}
.navbar.navbar-default ul li li a:hover {
	color: #FFDF46 !important;
}
.navbar.navbar-default li a:hover, .navbar.navbar-default li.current_page_item a, .navbar.navbar-default li.current-page-ancestor a {
	border-top: 4px solid #FFDF46 !important;
	padding-top: 1px !important;
	color: #FFD200 !important;
}
.navbar.navbar-default li li.current_page_item a {
	color: #FFD200 !important;
}
#topnavs {
	padding-top: 30px;
}
#topnavs ul {
	list-style: none;
}
#topnavs li {
	float: left;
	display: block;
}
#social, #uppernav {
	float: right;
}
#social li {
	margin-left: 20px;
	color: #00467F;
}
#topnavs {
	position: relative;
	top: 40px;
	padding-top: 30px;
}
#uppernav {
	clear: both;
	margin-top: 0px;
}
#uppernav li {
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #00467F;
	line-height: 14px;
}
#uppernav li:last-child {
	padding-right: 0px;
	border-right: none;
}
#uppernav li a {
	font-weight: 600;
	line-height: 12px;
}
#logo {
	height: 212px;
	position: absolute;
	/*top: 50px;*/
  top: 70px;
	z-index: 1002;
	margin-left: 10px;
}
#quicknav ul {
	list-style: none;
	position: relative;
	top: 40px;
}
#quicknav li {
	float: left;
	display: block;
	background: #FFF;
	width: 30%;
	text-align: center;
	margin-left: 3%;
	height: 58px;
	line-height: 54px;
	font-weight: 700;
	font-size: 18px;
}
#quicknav li a {
	position: relative;
	display: block;
	z-index: 2;
	text-decoration: none;
}
#quicknav li:first-child {
	border-top: 3px solid #BF311A;
}
#quicknav li:first-child a {
	color: #BF311A !important;
}
#quicknav li:nth-child(2) {
	border-top: 3px solid #D18316;
}
#quicknav li:nth-child(2) a {
	color: #D18316 !important;
}
#quicknav li:nth-child(3) {
	border-top: 3px solid #5E9732;
}
#quicknav li:nth-child(3) a {
	color: #5E9732 !important;
}
.no-gutters .container {
	padding-left: 0px !important;
	padding-right: 0px !important;
	position: relative;
	z-index: 1;
	/*top:-5px;   */
	width: 1200px;
}
#slidershadow {
	position: absolute;
	top: 15px;
	padding: 0px !important;
}
#slider {
	/*background:url(/wp-content/themes/americanlegion/images/slidershadow.png) top left no-repeat;*/
	padding: 0px !important;
	height: 548px !important;
	padding-top: 40px !important;
	float: left;
	display: block;
	width: 1200px;
}
body.search #slider img {
	display: none;
}
.cycloneslider-slide {
	height: 490px !important;
}
.cycloneslider-caption-description {
	font-size: 31px !important;
	line-height: 100% !important;
}
.cycloneslider-caption-title {
	font-size: 46px !important;
	color: #FFD200;
	margin-bottom: 10px !important;
}
.cycloneslider-caption {
	/*position: absolute;
	top: 20%;
	right: -40%;*/
	left: .5% !important;
	bottom: 0;
	height: 40%;
	width: 99% !important;
	opacity: 1 !important;
	background: url(/wp-content/themes/americanlegion/images/captionBG.png) top left repeat !important;
}
.cycloneslider-caption .btn {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#slider img {
	border: 4px solid #FFF;
	/*margin-top:-5px;*/
	margin-top: 0px;
}
body.tribe-theme-americanlegion.singular #slider {
	display: none;
}
/*BREADCRUMBS*/
#breadcrumbs {
	list-style: none;
	margin: 10px 0 -10px 0;
	/*overflow: hidden;*/
	font-size: 11px;
	padding-left: 16px;
	display: block;
}
#breadcrumbs li {
	/*display: inline-block;*/
	float: left;
	display: block;
	vertical-align: bottom;
	margin-right: 10px;
}
#breadcrumbs li a {
	display: block;
}
#breadcrumbs .separator {
	font-size: 11px;
	font-weight: 100;
	color: #ccc;
}
/*END BREADCRUMBS*/
#greylogoz {
	display: block;
	position: relative;
	z-index: 4;
}
#greylogo {
	position: relative;
	z-index: 3;
	margin-top: 20px;
}
#greyarea {
	width: 100%;
	position: relative;
	background: #D8D9DA;
	padding-bottom: 30px;
	margin-top: -170px;
}
#greyarea * {
	position: relative;
	z-index: 4;
}
#greyarea h3 {
	margin-top: 30px;
}
/*.page-template-default #slider,
.page-template-page-sidebar-and-threesections #slider*/
#slider {
	height: auto !important;
}
body.home #slider {
	height: 548px !important;
}
#maincontent, #importantthree, .page-template-default #slider .col-lg-12, .page-template-page-sidebar-and-threesections #slider .col-lg-12 {
	position: relative;
	background: #FFF !important;
	z-index: 1;
}
.page-template-default #slider .col-lg-12, .page-template-page-sidebar-and-threesections #slider .col-lg-12 {
	margin-left: 15px !important;
	width: 1170px !important;
	margin-top: 15px !important;
}
.gce-has-events {
	background: #FFDF46;
}
#maincontent {
	margin-top: -5px;
	padding-bottom: 50px;
	min-height: 560px;
}
.page-template-page-no-header-image-php #maincontent {
	margin-top: 20px;
}
#maincopynav ul li.parent {
	color: #FFF;
	background: #00467F;
	height: 35px;
	border-bottom: 4px solid #FFF;
}
#maincopynav ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 25px;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 15px;
	background: #D5D5D6;
	margin-bottom: 30px;
}
#maincopynav ul li {
	padding-left: 20px !important;
	line-height: 200% !important;
	border: 1px solid #D5D5D6;
	border-right: 0;
	border-left: 0;
}
#maincopynav ul li a {
	display: block;
	text-decoration: none;
}
#maincopynav ul li.parent {
	color: #FFF !important;
	text-transform: uppercase !important;
	border-top: 1px solid #D5D5D6;
}
#maincopynav ul li:hover, #maincopynav ul li.current_page_item {
	background: #E9E9E9;
	border: 1px solid #00467F;
	border-right: 0;
	border-left: 0;
}
#maincopynav ul li.parent:hover {
	color: #FFF;
	background: #00467F;
	height: 35px;
	border-bottom: 4px solid #FFF;
	border-top: 1px solid #D5D5D6;
}
#maincopynav ul#dynamiclist li ul.children {
	display: none;
}
#maincopynav ul#dynamiclist li.current_page_item ul.children {
	display: block;
}
#maincopynav ul.children {
	margin: 0px;
	padding: 0px;
	background: #E9E9E9;
	width: 90%;
}
#maincopy ul, #maincopy ol {
	margin-left: 25px;
	padding-right: 25px;
	margin-bottom: 20px;
}
#maincopy ul ul, #maincopy ol ol {
	margin-left: 25px;
	padding-right: 0px;
	margin-bottom: 5px;
}
#maincopy ul li, #maincopy ol li {
	margin: 5px 0;
}
ul.halflist {
	float: left;
	display: block;
	width: 100%;
}
ul.halflist li {
	float: left;
	display: block;
	width: 50%;
}
#blueband {
	clear: both;
	display: block;
	width: 100%;
	height: 40px;
	background: #00467F !important;
}
#threetitles {
	margin-top: -40px;
}
#threetitles h4 {
	color: #FFF !important;
	margin-top: 8px;
}
#importantthree {
	width: 100%;
}
.importantthreebuttons {
	position: absolute;
	bottom: 0px !important;
	width: 90%;
}
#topthree, #importantthree {
	text-align: center;
}
#topthree p, #importantthree p {
	text-align: left;
	padding: 0px 0 5px 0;
	font-size: 15px !important;
	clear: both;
}
.page-id-248 #importantthree ul {
	text-align: left;
}
#importantthree h6 {
	clear: both !important;
}
#importantthreecontent {
	float: left;
	display: block;
	margin-top: 25px;
}
div.impoBG {
	background: url(/wp-content/themes/americanlegion/images/threeimportantBG.png) top left no-repeat #FFF;
	background-size: 100%;
}
div.impocontent:nth-child(2) {
	padding: 0px 15px;
}
div.impocontent {
	padding: 25px 20px;
}
#newsarea img {
	display: block;
	border: 4px solid #D6D6D6;
}
#newsarea p {
	padding-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
	float: left;
	display: block;
}
#newsarea p:nth-child(4) {
	border-bottom: none;
}
#eventimage {
	display: block;
	margin-top: 15px !important;
}
#eventimage img {
	width: 100%;
}
.pagination {
	margin: 0 auto! important;
	padding: 0px ! important;
	width: 100%! important;
}
.pagination ul {
	list-style: none;
	text-align: center;
	margin: 20px auto! important;
	padding: 0px ! important;
}
.pagination ul li {
	float: left;
	display: block;
	padding-right: 20px;
}
/*TIMELINE*/
.cd-timeline-title {
	display: none !important;
}
.cd-container {
	max-width: 1000px !important;
}
.cd-timeline-content {
	border-radius: 0 !important;
}
/*.cd-timeline-img {
background:#00467F !important;
  }
.cd-timeline-img .fa-adjust:before {
	content: "\f08d" !important;
    }*/
/*END TIMELINE*/
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone {
/* not sure about this one */
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
.gallery dl {
}
.gallery dt {
}
.gallery dd {
}
.gallery dl a {
}
.gallery dl img {
}
.gallery-caption {
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
/* == END WordPress WYSIWYG Editor Styles == */
/*FOOTER*/
.g-1 {
margin:5px 0 7px -15px !important;
padding:0px !important;
}
footer {
	background: #00467F;
	color: #FFF;
}
footer p {
	font-size: 12px;
	font-weight: 600;
}
footer p a {
	color: #FFD200 !important;
}
footer img {
	float: left;
	display: block;
	margin-right: 20px;
}
.whitetitle {
	font-size: 14px;
}
footer h4 {
	margin-top: 20px;
	color: #FFF !important;
	font-size: 18px !important;
}
#greyband {
	clear: both;
	display: block;
	width: 100%;
	height: 40px;
	background: #D8D9DA !important;
	margin-top: 50px;
	padding-bottom: 35px;
	border-bottom: 20px solid #00467F
}
footer #quicknav.col-lg-6, footer #quicknav.col-md-6 {
	padding-left: 0px !important;
	margin-left: 0px !important;
}
footer #search.visible-lg-4 {
margin-top:25px;
}
footer #quicknav ul {
	top: -73px;
}
footer #quicknav li {
	padding-bottom: 50px;
}
footer #quicknav li:first-child {
	border-bottom: 20px solid #BF311A;
}
footer #quicknav li:nth-child(2) {
	border-bottom: 20px solid #D18316;
}
footer #quicknav li:nth-child(3) {
	border-bottom: 20px solid #5E9732;
}
#search {
	top: -43px !important;
	color: #00467F;
}
#search.topsearch {
	top: 50px !important;
  margin-bottom:-35px;
	color: #00467F;
	z-index:3;
  padding-left:60px;
}
#search input {
	top: 0px !important;
}
#search .btn {
	z-index: 1;
	background: #FFF !important;
	color: #00467F !important;
}
#footerBG {
	position: relative;
	top: -70px;
	background: #00467F;
	color: #FFF;
}
footer .container {
	padding: 0px;
}
#footerBGwhite {
	clear: both;
	display: block;
	overflow: auto;
	margin-top: 1px;
	padding: 20px;
	/*background: url(/wp-content/themes/americanlegion/images/footerBG.png) repeat;*/
}
footer ul {
	list-style: none;
}
footer ul li.parent a {
	font-size: 14px!important;
	text-transform: uppercase!important;
	font-family: 'Crimson Text', serif!important;
}
footer li {
	line-height: 125%;
}
footer ul li a {
	text-transform: none;
	font-family: 'PT Sans', sans-serif !important;
	color: #FFF !important;
	font-size: 12px !important;
	font-weight: 400;
}
footer #quicknav li a {
	font-size: 18px !important;
	font-weight: 600;
}
ul#menu-footer-about li:first-child a, ul#menu-footer-department li:first-child a, ul#menu-footer-news li:first-child a, ul#menu-footer-resources li:first-child a, ul#menu-footer-membership li:first-child a, ul#menu-footer-programs li:first-child a {
	font-weight: bold;
}
/*END FOOTER*/
/*NO GUTTERS*/
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
 & > [class^="col-"], & > [class*=" col-"] {
 padding-right: 0;
 padding-left: 0;
}
}
/*END NO GUTTER*/
/*Progress Bar*/
.progress-bar {
/*background-color: #FD09FD !important;*/
}
/*END Progress BAr*/
/*BUTTONS*/
.btn-default, .btn-primary {
	font-weight: 600 !important;
	border-bottom-left-radius: 7px !important;
	border-bottom-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 7px !important;
	border: none !important;
	padding: 10px 20px !important;
}
.btn-default {
	background-color: #00467F !important;
	color: #FFD200 !important;
}
.btn-default a {
	color: #FFD200 !important;
}
.btn-default:hover {
	color: #00467F !important;
	background-color: #FFD200 !important;
}
#search .btn-default {
	border-radius: 0px !important;
	border: 1px solid #00467F!important;
	border-left: none!important;
	padding: 8px 14px !important;
}
#search input {
	height: 38px;
	border-radius: 0px !important;
	border: 1px solid #00467F!important;
	border-right: none!important;
	padding: 0px 14px !important;
}
.form-control::-moz-placeholder {
color:#6690B2 !important;
font-size:13px;
}
.form-control:-ms-input-placeholder {
color:#6690B2 !important;
font-size:13px;
}
.form-control::-webkit-input-placeholder {
color:#6690B2 !important;
font-size:13px;
}
#search .btn-default:after {
	content: '' !important;
}
.btn-primary {
	background-color: #FFD200 !important;
	color: #00467F !important;
}
.gform_footer.top_label > input {
	background-color: #00467F !important;
	color: #FFD200 !important;
	font-weight: 600 !important;
	border-radius: 0px !important;
	border: none !important;
	padding: 12px 25px !important;
}
/*END BUTTONS*/


/**PODS**/
.employees {
	min-height: 400px !important;
	text-align: center;
}
.employees p, .employees h6, .pods-forms {
	text-align: center;
}
.district-commanders {
	min-height: 440px !important;
	text-align: center;
}
.pastCommanders {
	min-height: 300px !important;
	text-align: center;
}
.pods-forms {
	min-height: 210px !important;
}
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
	max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video {
	max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
figure.wp-caption.alignleft, img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright, img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
	list-style-position: inside;
}
/*CALENDAR*/
.tribe-events-event-image {
	float: left;
	display: block;
	width: 33%;
	padding-right: 1%;
}
.tribe-events-schedule h3 {
	font-size: 100% !important;
	font-size: 14px !important;
}
h3.tribe-events-month-event-title {
	font-size: 14px !important;
}
@media (max-width: 1220px) {
#slider,  .no-gutters .container,  #maincontent.container {
	width: 99% !important;
	height: 100% !important;
}
}

/*END CALENDAR*/
@media (max-width: 1200px) {
#slider,  .no-gutters .container,  #maincontent.container {
	width: 978px !important;
	height: 100% !important;
}
body.home #slider {
	height: auto !important;
	margin-bottom: -50px !important;
}
.navbar.navbar-default a {
	font-size: 86%;
	padding-left: 12px !important;
	padding-right: 12px !important;
	margin-bottom: -2px;
}
#slidershadow {
	width: 103%;
	margin-left: -1.5% !important;
	margin-top: 5px;
}
.no-gutters .container {
	top: -5px;
}
}

@media (max-width: 1080px) {
#slider,  .no-gutters .container {
/*width:100% !important;*/
}
#slidershadow {
	width: 100%;
	margin-left: 0 !important;
}
}

@media (max-width: 994px) {
.g-1 img {
width:100%;
  }
.g-1 {
margin:10px 0px !important;
    }
#logo {
	top: 5px;
	padding-top: 0px;
}
#logoheader {
	margin-top: 0px;
}
#logo {
	position: relative;
}
.navbar {
	margin-top: 10px;
}
#topnavs {
	padding-top: 0px;
}
#threetitles {
	display: none;
}
#search {
	top: -71px;
}
#footerBGwhite ul {
	float: left;
	min-width: 25%;
	margin-top: 20px;
}
#slider,  .no-gutters .container,  #maincontent.container {
	/*background:url(/wp-content/themes/americanlegion/images/slidershadow.png) top left no-repeat;*/
	width: 748px !important;
}
#slidershadow {
	margin-top: 10px;
}
.cycloneslider-caption {
	display: none;
}
#search {
	top: -70px !important;
}
#search.topsearch {
	top: 20px !important;
  margin-bottom:0px;
  padding-left:15px;
}
}

@media (max-width: 768px) {
      .navbar ul ul {
	display: none !important;
}
.navbar.navbar-default li a:hover, .navbar.navbar-default li.current_page_item a, .navbar.navbar-default li.current-page-ancestor a {
	border-top: none !important;
	padding-top: 0px !important;
	color: #FFD200 !important;
}
.navbar.navbar-default li,  .navbar-collapse {
	background: #00467F;
	z-index: 1005;
}
.navbar.navbar-default a {
	/*padding:0px 0px 0 50px!important;*/
    /*	font-size: 17px;*/
	width: 100%;
}
#footerBGwhite ul,  #slidershadow {
	display: none;
}
#slider,  .no-gutters .container,  #maincontent.container {
	/*background:url(/wp-content/themes/americanlegion/images/slidershadow.png) top left no-repeat;*/
	width: 100% !important;
}
.col-xs-height {
	display: block !important;
	float: left !important;
}
}


@media (max-width: 767px) {
.navbar.navbar-default a {
	padding: 0px 0px 0 50px!important;
	font-size: 17px;
	width: 100%;
}
}


@media (max-width: 480px) {
}
/*3 Column Same Height*/
/* columns of same height styles */

.row-full-height {
	height: 100%;
}
.col-full-height {
	height: 100%;
	vertical-align: top;
	padding-bottom: 50px;
}
.row-same-height {
	display: table;
	width: 100%;
	/* fix overflow */
	table-layout: fixed;
}
.col-xs-height {
	display: table-cell;
	float: none !important;
}
}


@media (min-width: 768px) {
.col-sm-height {
	display: table-cell;
	float: none !important;
}
.cycloneslider-caption {
	bottom: 16% !important;
}
}

@media (min-width: 992px) {
.col-md-height {
	display: table-cell;
	float: none !important;
}
}

@media (min-width: 1200px) {
.col-lg-height {
	display: table-cell;
	float: none !important;
}
.cycloneslider-caption {
	bottom: 0% !important;
}
}

/*END COLUMN HEIGHT*/

@media(max-width: 419px) {
    #header-tagline {
  position:relative;
        top: 20px !important;
     left: 10px !important;
    }
    #header-tagline h2{
     font-size:21px !important;
    }
}

/*@media (min-width: 361px) and (max-width: 480px) {
    #header-tagline {
  position:relative;
        top: 20px !important;
     left: 10px !important;
    }
    #header-tagline h2{
     font-size:21px !important;
    }
}*/

/*@media (min-width: 490px) and (max-width: 750px) {
    #header-tagline {
  position:relative;
        top: 20px !important;
     left: 50px !important;
    }
    #header-tagline h2{
     font-size:31px !important;
    }
}*/

@media (min-width: 420px) and (max-width: 719px) {
    #header-tagline {
        top: 220px !important;
     left: 0 !important;
  text-align:center !important;
  margin-left:10% !important;
    }
    #header-tagline h2{
     font-size:31px !important;
    }
}

@media (min-width: 720px) and (max-width: 991px) {
    #header-tagline {
        top: 220px !important;
     left: 0 !important;
  margin-left:25%;
    }
    #header-tagline h2{
     font-size:31px !important;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    #header-tagline {
       top: 96px !important;
     left: 0px !important;
    }
    #header-tagline h2{
     font-size:36px !important;
    }
}

.simcal-calendar-list {
	margin-top: 35px;
  text-align: left;
}

dt.simcal-day-label {
	margin-top: -20px;
}

.simcal-events {
	list-style: none;
}


/* Landing Page */

.page-template-page-landing-page > header {
	margin-bottom: 40px;
}

.page-template-page-landing-page .header-search-tabs,
.page-template-page-landing-page .footer-tabs {
	display: none;
}

.page-template-page-landing-page .section {
	margin-bottom: 55px;
}

.page-template-page-landing-page .section h1 {
	font-size: 72px !important;
	line-height: 1;
	margin: 0 0 0.28em;
}

.page-template-page-landing-page .section h2 {
	font-size: 30px !important;
	line-height: 1.2;
	margin: 0 0 0.4em;
}

.page-template-page-landing-page .section a.button {
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.075em;
	font-weight: 700;
	padding: 0.6em 1.7em;
	border-radius: 13px;
	margin: 1em 0 0.05em;
	display: inline-block;
	text-decoration: none;
	transition: background-color 0.4s;
	background-color: #ffc20e;
	line-height: 1.4;
}

.page-template-page-landing-page .section a.button:hover {
	background-color: #ffe22e;
}

@media (max-width: 64em) {
	.page-template-page-landing-page > header {

	}

	.page-template-page-landing-page .section {
		margin-bottom: 42px;
	}

	.page-template-page-landing-page .section h1 {
		font-size: 50px !important;
		line-height: 1.2;
	}

	.page-template-page-landing-page .section h1 br {
		display: none;
	}

	.page-template-page-landing-page .section h2 {
		font-size: 27px !important;
	}

	.page-template-page-landing-page .section h2 br {
		display: none;
	}

	.page-template-page-landing-page .section a.button {
		font-size: 20px;
	}
}

@media (max-width: 40em) {
	.page-template-page-landing-page > header {
		margin-bottom: 0;
	}

	.page-template-page-landing-page .section {
		margin-bottom: 30px;
	}

	.page-template-page-landing-page .section h1 {
		font-size: 28px !important;
		line-height: 1.2;
	}

	.page-template-page-landing-page .section h2 {
		font-size: 24px !important;
	}
	.page-template-page-landing-page .section a.button {
		font-size: 18px;
	}

}


/* Landing Page - Featured Video */

.section.section-featured-video {
	margin-top: 35px;
}

.section.section-featured-video .video-holder {
	min-height: 592px;
	position: relative;
}

.section.section-featured-video .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.section.section-featured-video .play-button {
	position: absolute;
	background-image: url('images/icon-play.png');
	text-indent: -999em;
	width: 262px;
	height: 262px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.5);
	background-size: 27% auto;
	background-repeat: no-repeat;
	background-position: left 56% center;
	top: 50%;
	left: 554px;
	margin: -131px 0 0 -131px;
	overflow: hidden;
	transition: background-color 0.4s;
}

.section.section-featured-video .play-button:hover {
	background-color: rgba(25,25,25,0.5);
}

.section.section-featured-video .text {
	padding: 65px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.section.section-featured-video h1 {
	color: #fff !important;
}

.section.section-featured-video p {
	color: #fff;
	font-size: 21px;
	line-height: 1.33;
	margin: 0 0 0.8em;
}

.section.section-featured-video p.link {
	margin-bottom: 4em;
}

.section.section-featured-video p.link a {
	color: #ffc20e !important;
	font-size: 15px;
	line-height: 1.86;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 900;
}

@media (max-width: 64em) {

	.section.section-featured-video .video-holder {
		min-height: 0;
	}
	.section.section-featured-video p {
		font-size: 20px;
	}

	.section.section-featured-video .video-holder {
		min-height: 0;
	}
	.section.section-featured-video {
		text-align: center;
	}
	.section.section-featured-video .video {
		height: 0;
		padding-bottom: 53%;
		position: relative;
		margin-bottom: 15px;
	}
	.section.section-featured-video .play-button {
		width: 150px;
		height: 150px;
		margin: -75px 0 0 -75px;
		left: 50%;
	}
	.section.section-featured-video .text {
		padding: 0;
		position: relative;
		top: auto;
		transform: none;
	}

	.section.section-featured-video h1,
	.section.section-featured-video p {
		color: #000 !important;
	}

	.section.section-featured-video p br {
		display: none;
	}
	.section.section-featured-video p.link {
		margin-bottom: 0;
	}
}

@media (max-width: 40em) {

	.section.section-featured-video {
		margin-top: 0;
	}

	.section.section-featured-video .play-button {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
	}

	.section.section-featured-video p {
		font-size: 18px;
	}
}


/* Landing Page - Callout Blocks */

.section.section-callouts {

}

.section.section-callouts .blocks {
	margin-left: -60px;
}

.section.section-callouts .blocks::after {
	clear: both;
	content: " ";
	display: block;
}

.section.section-callouts .block {
	float: left;
	width: 34.3%;
	text-align: center;
	padding: 30px 0;
}

.section.section-callouts .block:nth-child(3n + 3) {
	width: 31.4%;
}

.section.section-callouts .block > .wrapper {
	padding: 0 60px;
}

.section.section-callouts .block h2 {

}

.section.section-callouts .block p {
	font-size: 17px;
	line-height: 1.41;
}

.section.section-callouts .block a.button {

}

.section.section-callouts .block p.subtext {
}

.section.section-callouts .block.block-info {

}

.section.section-callouts .block.block-info + .block.block-info > .wrapper {
	border-left: 1px solid #03477d;
}

.section.section-callouts .block.block-cta {
	color: #fff;
}

.section.section-callouts .block.block-cta h2 {
	color: #ffc20e !important;
}

.section.section-callouts .block.block-cta p:not(.subtext) {
	font-size: 22px;
	font-weight: 300;
}

.section.section-callouts .block.block-cta a.button {

}

.section.section-callouts .block.block-cta a.button:hover {

}

@media (max-width: 64em) {
	.section.section-callouts .block.block-cta p:not(.subtext) {
		font-size: 20px;
	}
	.section.section-callouts .blocks {
		margin: -15px;
	}
	.section.section-callouts .block, .section.section-callouts .block:nth-child(3n+3) {
		width: 100%;
		padding: 15px;
	}
	.section.section-callouts .block > .wrapper {
		padding: 0;
		border: none !important;
	}
	.section.section-callouts .block.block-cta {
		padding: 30px;
		margin: 15px calc(50% - 50vw);
		width: 100vw;
	}
}

@media (max-width: 40em) {
	.section.section-callouts .block.block-cta p:not(.subtext) {
		font-size: 18px;
	}

	div.pp_pic_holder {
		left: 0 !important;
		width: 100% !important;
	}
	div.dark_rounded .pp_content {
		height: 53vw !important;
		width: 100% !important;
	}
	div.dark_rounded .pp_content iframe {
		width: 100%;
		height: 53vw;
	}
}


/* Landing Page - Videos Section */

.section.section-videos {
	background-color: rgba(0,0,0,.1);
	text-align: center;
	padding: 45px 60px 60px;
}

.section.section-videos h2 {
	margin-bottom: 1.1em;
}

.section.section-videos .videos {
	margin: -14px;
}

.section.section-videos .videos::after {
	content: " ";
	clear: both;
	display: block;
}

.section.section-videos .video {
	float: left;
	padding: 14px;
	width: 25%;
}

.section.section-videos .video-holder {
	padding-bottom: 53%;
	display: block;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.section.section-videos .play-button {
	position: absolute;
	background-image: url('images/icon-play.png');
	text-indent: -999em;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.5);
	background-size: 27% auto;
	background-repeat: no-repeat;
	background-position: left 56% center;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
	overflow: hidden;
	transition: background-color 0.4s;
}

.section.section-videos .play-button:hover {
	background-color: rgba(25,25,25,0.5);
}

@media (max-width: 64em) {
	.section.section-videos {
		padding: 35px 40px 40px;
	}
	.section.section-videos .video {
		width: 50%;
	}
}

@media (max-width: 40em) {
	.section.section-videos {
		padding: 25px 20px 20px;
	}
	.section.section-videos .video {
		width: 100%;
	}
}


/* Landing Page - CTA Section */

.section.section-cta {
	text-align: center;
}

.section.section-cta a.button {
	margin: 0 10px;
}

@media (max-width: 64em) {
	.section.section-cta a.button {
		margin: 20px 10px;
	}

	.section.section-cta h2 span {
		display: block;
	}
}

@media (max-width: 40em) {
}
.page-id-2 .impocontent .read-more {
	display:none;
}
