/* Defines Main Content Area Max Width */
.container {
	max-width: 1600px;
	margin:0 auto;
}

/* Main Menu Item Spacing */
.region-primary-menu .navbar-nav .nav-link {
    padding-right: 1.5rem; 
}

/* Button Colors */
.btn {
    font-family: 'Source Sans Medium', sans-serif;
    text-transform: uppercase;
	border-width: 2px;
  	border-radius: unset;
}
.btn-outline-primary {
    color: #c8102e;
    border-color: #c8102e;
}
.btn-outline-primary:hover {
  color: #fff;
  background: #c8102e;
  border-color: #c8102e;
}

/* Top Header Giving Links */
.menu--giving a {
	color: #fff;
}
.menu--giving a:hover {
	color: #FFF9D9;
}

/* Breadcrumb */
.breadcrumb {
    margin-top: .5rem;
}
.breadcrumb a {
	color:#999;
}
.breadcrumb a:hover {
	text-transform: none;
	color:#666;
}

/* Content Img */
#content img,
#content video {
    max-width: 100%;
    height: auto !important;
}

/* Content Min Height */
#content {
    min-height: 28em;
    padding-bottom: 2em;
}

/* Footer Contextual Links */
#footermenu-wrapper .contextual-links li a {
	color: #000;
}

/* Tables */
table {
    font-size: 1rem;
}

/* Sidebar */
.sidebar {
    font-size: 1.05rem;
}
.sidebar .block {
    background-color: inherit !important;
    border: none !important;
    padding-left: 0;
}
.sidebar nav .nav {
    margin: 0;
}
.sidebar h2 {
    border-top: 3px solid #888B8D;
    margin-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
    font-size: 1.3rem;
    padding: .1em 0;
    line-height: 1.3;
}
.sidebar .block-menu .nav-link {
	padding-right: 0;
	padding-left: 0;
}
.sidebar .block-menu ul {
	flex-direction: column;
}
.sidebar .block-menu ul li {
    padding: 0 0 0 0.5em;
    border-bottom: 1px solid #e3e3e3;
}
.sidebar .block-menu ul li a {
    color: #000000;
}
.sidebar .block-menu ul li a:hover {
    color: #c8102e;
}
.sidebar .block-menu ul li a.is-active {
    color: #00866c;
}
.sidebar .block .content {
    font-size: 1em;
    margin-top: 1em;
}

/* Tables */
table {
    font-size: 1.05rem;
	caption-side: top;
}
table tr th {
    color: inherit !important;
	border-bottom-color: #ccc !important;
    border-bottom-width: 2px !important;
	border-bottom-style: solid !important;
	border-top: 2px solid #ccc;
	background: none;
	padding: .3rem !important;
}
table tr {
    background: none;
	border-bottom: 1px dotted #CCCCCC;
}
table tr td {
	border: none;
}

/* Homepage */
.homepage #main-wrapper .container,
.homepage-2 #main-wrapper .container {
    max-width: unset;
    padding: 0;
}
.homepage #main,
.homepage #content,
.homepage-2 #main,
.homepage-2 #content {
    padding: 0;
    min-height: inherit;
}
.homepage .node__content,
.homepage-2 .node__content {
    margin-top: 0;
}

/*-- Homepage - Set Content Rows Width --*/
.homepage .home-1-c-b,
.homepage .home-2-c .content-wrapper,
.homepage-2 .home-2-c .content-wrapper,
#parallax .para-body{
	max-width: 1600px;
    margin: 0 auto !important;
}

/* Homepage - About */
.homepage .home-1-c-b {
	padding: 2.5em 3em 2.5em;
}
#parallax a.para-button {
	font-family: 'Source Sans Medium', sans-serif;
	border: 2px solid #000;
	padding: .2em 1.5em;
	color: #000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	font-size: 1.26rem;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#parallax a.para-button:hover {
	border-color: #c8102e;
	background-color: #c8102e;
	color: #fff;
	text-decoration: none;
}
.homepage h1.landing-page-head {
	font-size: 4.2rem;
}
.landing-page-section {
    padding: 3%;
}
.landing-page-section .row {
	margin-left: 0;
	margin-right: 0;
}
.landing-page-section h2 {
    font: 3.5rem 'League Gothic', sans-serif;
    text-transform: uppercase;
    border: none;
    color: #fff !important;
	margin-top: 0 !important;
}
.landing-page-section h3 {
    font: 2.2rem 'League Gothic', sans-serif;
	color: #fff !important;
    margin-top: 0rem !important;
    text-transform: uppercase;
}
.link-box {
	transition: .2s all;
}
.link-box:hover {
	transform: scale(1.03);
}
.link-box a {
	font-size: calc(1.1rem + .3vw) !important;
	line-height: 1.3;
}
.homepage .link-box a {
    min-height: 56px;
    align-content: center;
}
.link-box-listing .link-box a {
	font-size: calc(.9rem + .3vw) !important;
	text-transform: none;
    align-content: center;
}
.trainings .link-box a {
    min-height: 72px;
}
.services .link-box a {
    min-height: 100px;
}
.bg-lightgray {
    background: #efefef;
}
.bg-chocolate {
    background: #640817;
}
.bg-cream {
    background: #fff9d9;
}
.bg-black {
    background: #000;
}
.bg-img-top {
    background-image: url('/sites/tmac/files/images/page/texas-flag-bg.jpg');
    background-position: center;
}

/* Homepage - Events Sections --*/
.homepage .home-2-c,
.homepage-2 .home-2-c {
	margin: 0;
}
/*.homepage .home-2-c .col-sm-6 {
	padding: 2em 1.5em 1.2em;
}*/
.homepage .home-2-c .col-sm-6,
.homepage-2 .home-2-c .col-sm-6{
	padding: 2em 1.5em;
}
.homepage .home-2-c .col-sm-6 h2,
.homepage-2 .home-2-c .col-sm-6 h2 {
	font-family: "League Gothic", sans-serif;
	text-transform: uppercase;
	color: #000000 !important;
	font-size: 3.125rem;
	line-height: 1.125;
	margin: 0 0 .7rem !important;
}
.homepage .home-events,
.homepage-2 .home-events {
	margin-top: 1.2em;
}
.homepage .home-events .views-row,
.homepage-2 .home-events .views-row {
	clear: both;
	line-height: 1.4em;
}
.homepage .home-events .home-event-info,
.homepage-2 .home-events .home-event-info {
	float: left;
	font-family: "Source Sans Bold", sans-serif;
	padding: .5em;
	background-color: #c8102e;
	color: #fff;
	margin: 0 .3em .6em 0;
	font-size: 1.4rem;
	text-align: center;
	min-width: 4.1em;
	position: relative;
	z-index: 1;
	-webkit-transform: translate3d(0,0,16px);
	transform: translate3d(0,0,16px);
	border-right: 12px solid #f6be00;
    border-radius: 10px 0px;
}
.homepage .home-events .home-event-title,
.homepage-2 .home-events .home-event-title {
	background-color: #fff;
	margin-bottom: .6em;
	border-radius: 10px 0 0;
}
.homepage .home-events .home-event-title a,
.homepage-2 .home-events .home-event-title a {
	padding: .5em;
	font-family: 'Source Sans Medium', sans-serif;
	min-height: 4em;
	display: flex;
	align-items: center;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 1.2rem;
}
.homepage .home-events .home-event-title a:hover,
.homepage-2 .home-events .home-event-title a:hover {
	text-decoration: none;
	color: #000;
}
.homepage .home-events .views-view-grid .views-row,
.homepage-2 .home-events .views-view-grid .views-row {
    margin-bottom: 0;
}
.homepage .home-events .home-event-time,
.homepage-2 .home-events .home-event-time {
	font-size: 1rem;
}
.homepage .home-events .more-link,
.homepage-2 .home-events .more-link {
	font-family: 'Source Sans Medium', sans-serif;
	width: 100%;
	font-size: 1.2rem;
	text-align: right;
	display: inline-block;
}
.homepage .home-events .more-link a,
.homepage-2 .home-events .more-link a {
	text-decoration: none;
}
.homepage .home-events .more-link a:hover,
.homepage-2 .home-events .more-link a:hover {
	text-decoration: none;
	color: #000;
}

/* Homepage - Parallax */
.para-bg {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#parallax .para-body {
    left: 0;
    text-align: center;
    color: #fff;
    max-width: 1600px;
    margin: 0 auto;
    padding: 2em 3em 2.5em;
    font-family: 'Source Sans Medium',sans-serif;
	font-size: 1.3rem;
    line-height: 1.3;
}
.homepage #parallax .para-body,
.homepage-2 #parallax .para-body {
    padding: 0 !important;
    line-height: inherit !important;
}
#parallax .para-border {
    padding: 18px;
}
#parallax .para-title {
    font-family: 'League Gothic', sans-serif;
    font-size: 3.125rem;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}

/* Homepage - Featured Video */
.home-video {
    padding: 2% 25%;
	background-color: #efefef;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin: 20px 0;
}
.homepage .video-responsive,
.homepage-2 .video-responsive {
    margin: 0;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Main Content */
#content h2 {
    color: #B97800;
    margin: 1em 0 .3em;
}
#content h3 {
	color: #00866c;
    margin: 1em 0 .3em;
}
#content .node__content ul {
    list-style: none;
}
#content .node__content ul li {
    padding-left: .3em;
}
#content .node__content ul li::marker {
    content: "›";
}
.node .field--name-field-image {
    width: 208px;
    float: right;
    margin: 0 0 5px 10px;
}
#content .align-left {
	margin: 0 1rem 1rem 0;
}
#content .align-right {
	margin: 0 0 1rem 1rem;
}
#content .button-link {
    margin: 2.1em 0;
}
#content .button-link a {
    font-size: 1.4rem;
    padding: 12px 30px;
    text-decoration: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    border: 1px solid #AEAEAE;
    background: #c8102e;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	font-weight: bold;
}
#content .button-link a:hover,
#content .button-block a:hover {
    background: #990c23;
}
#content .button-block a {
	font-size: 1.4rem;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	width: 350px;
	text-align: center;
	margin: 10px 16px 19px 0;
	float: left;
    background: #c8102e;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	font-weight: bold;
}
#content .cp-buttons .btn {
	font-size: 1.6rem;
	border-radius: .4rem;
	text-align: left;
	border: none;
}
#content .cp-buttons-list .btn {
	font-size: 1.3rem;
}

/* People */
.people {
	width: 50%;
}

/* Events Listing Page */
.events-listing .view-content {
	display: inherit !important;
}
.events-listing caption {
	font-family: 'Source Sans Medium', sans-serif;
	color: #B97800;
	font-size: 1.6rem;
	line-height: 1.3;
	text-align: center;
}
.events-listing table th {
	border-top: none;
}
.events-listing tr {
    border-bottom: 1px dotted #CCCCCC;
}
.events-listing td {
    border: none;
    border-right: 1px dotted #ccc;
}
.events-listing tr:nth-child(odd) {
    background-color: #eee;
}
.events-listing thead tr {
    background: none !important;
}
.events-listing .views-field-title {
    border-right: none;
	width: 70%;
}
.node--type-events .field__label {
    color: #B97800;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0.83em 0 0.3em;
}
.field--name-field-event-date-and-time .field__item,
.field--name-field-event-location .field__item,
.field--name-field-event-details .field__item {
    padding-left: .6em;
}

/* Services and Trainings */
.ser-train .btn {
    text-transform: none;
    text-align: inherit;
    font-size: inherit;
}
.ser-train .btn a {
    color: #fff;
}

/* Partners */
.partners-listing .partners {
    min-height: 190px;
}


/* Media Queries */
@media (max-width: 1199px) {
	.people {
		width: 100%;
	}
	.home-video {
	  padding: 3% 18%;
	}
}
@media (max-width: 768px) {
    .flex-caption {
		display: none;
	}
	.home-video {
	  padding: 3% 7%;
	}
    .home-events-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .home-events .view-content {
        justify-content: inherit;
    }
	#parallax .para-width {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
	.homepage .link-box,
    .homepage-2 .link-box {
		margin-bottom: 1.5rem;
	}
    .services .link-box a,
    .trainings .link-box a {
        min-height: inherit;
    }
}
@media (max-width: 576px) {
	.link-box-listing .link-box a {
	  font-size: 1.3rem !important;
	}
}