/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "proxima-nova", arial, sans-serif !important;
  color: #5d5d5e;
  font-size:15px;
}

a {
  color: #e45d11;
}

a:hover {
  color: #e45d11;
  text-decoration: none;
}
.mainsection a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", arial, sans-serif !important;
}
h1.title {
	font-size:60px;
}
h2.title {
	font-size:28px;
	line-height:46px;
}

h2 {
	font-size:24px;
	font-weight:600;
	margin:0 0 4px 0;
}
::placeholder {
  color: #d1d1d1;
  opacity: 1;
}

:-ms-input-placeholder {
 color: #d1d1d1;
}

::-ms-input-placeholder {
 color: #d1d1d1;
}

.w100{ width:100%;}
button:focus {
  outline: none;
  box-shadow: none;
}
.btn-lp {
    padding: 6px 28px !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    border: 0;
    background: #ffc513;
    color: #000;
    font-size: 19px !important;
	text-decoration:none;
}
.btn-lp:hover{
    background: #EEEEEE;
    
    text-decoration: none;
}
.button-pdf-link{
    background: #EEEEEE;
    color: #000;
    width: 90%;
    text-transform: uppercase;
    border-radius: 0 !important;
	text-decoration:none;
}
.button-pdf-link:hover{
    background: #ffc513;
    
    text-decoration: none;
}
section {
    padding: 60px 0;
}
p {
    line-height: 24px;
    margin-top: 0px;
	font-size:15px;
}
.mainsection li {
    line-height: 20px;
    margin-bottom: 10px;
}
.font15{ font-size:15px;}
textarea {
    overflow: auto;
    vertical-align: top;
}
@media (max-width: 767px) {
  section.mainsection {
    padding: 40px 0;
}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  text-decoration:none;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #e45d11;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #e45d11;
  color: #fff;
  text-decoration:none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 140px;
    background: url(https://arma-tx.webmavens.com/content/resources/bgheader2.gif) repeat-x top center;
}

#header .navbar-nav {
    margin-top: 51px;
}
#header {
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(55, 64, 85, 0.9);
  padding: 15px 0;
}
.top-bar-section{
	background:#f7f7f7;
	padding-bottom:6px;
	padding-top:4px;
}
.top-bar-section .newsletter .form-group{
	margin-top: 0px;
    margin-bottom: 0px;
}
.logo-header {
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 99;
    right: 0;
    margin: 0 auto;
    width: 348px;
}


.newsletter input[type=submit] {
    width: 36px;
    height: 34px;
    background: url(https://arma-tx.webmavens.com/content/resources/icosubmittop2.gif) no-repeat top left;
    border: 0px;
    padding: 0px;
    text-indent: -9999px;
	border-radius: 0;
	-webkit-appearance: none;
}

.top-header .newsletter input[type=text] {
    float: left;
    line-height: 23px;
    height: 34px;
    border: 0px;
    padding: 0px 5px;
    width: 175px;
    color: #5e5f61;
    font-size: 15px;
    border-radius: 0;
    font-family: sans-serif;
}
.newsletter input[type=text] {
    float: left;
    line-height: 34px;
    height: 34px;
    border: 0px;
    padding: 0px 5px;
    width: 184px;
    color: #5e5f61;
    font-size: 12px;
    border-radius: 0;
    font-family: sans-serif;
}
.newsletter input[type=text]::placeholder {
  color: #d1d1d1;
  font-size:12px;
}
.newsletter .form-group{
    margin-top: 4px;
    margin-bottom: 10px;
}
#header .top-header a.join_btn{
    float: right;
    color: #333333;
    line-height: 32px;
    height: 32px;
    padding: 0px 16px;
    background: #ffc513;
    font-weight: 600;
    text-decoration: none;
	border:1px solid #ffc513;
	margin-top:1px;
}
#header .top-header a.join_btn:hover{
	background:#FFFFFF;
	border:1px solid #ffc513;
}
@media (max-width: 1199px) {
.logo-header {
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 99;
    right: 0;
    margin: 0 auto;
    width: 320px;
}
.nav-menu a{
	padding: 10px 10px;
}
}
@media (max-width: 991px) {
.newsletter input[type=text] {
    float: left;
    height: 34px;
    border: 0px;
    padding: 0px 5px;
    width: 184px;
    color: #5e5f61;
    font-size: 14px;
    border-radius: 0;
    font-family: sans-serif;
}
.top-header .newsletter input[type=text] {
    width: 158px;
    font-size: 14px;
}
.newsletter input[type="text"].form-control::-webkit-input-placeholder {
  color: d1d1d1;
  font-size:10px;
}
}
@media (max-width: 767px) {
.logo-header {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 99;
    right: inherit;
    margin: 0;
    width: 200px;
}
.logo-h{ width:188px;}
.top-header .newsletter input[type=text] {
    width: 160px;
    font-size: 14px;
}
.newsletter input[type=text] {
    float: left;
    height: 34px;
    border: 0px;
    padding: 0px 5px;
    width: 150px;
    color: #5e5f61;
    font-size: 14px;
    border-radius: 0;
    font-family: sans-serif;
}
#header .top-header a.join_btn{
	font-size:12px;
    padding: 0px 8px;
	text-decoration:none;	
}
.newsletter input[type="text"].form-control::-webkit-input-placeholder {
  color: d1d1d1;
  font-size:10px;
}
}
@media (max-width: 520px) {
#header .top-header a.join_btn{
	font-size:11px;
    padding: 0px 8px;	
}
}
body .leftpad-box {
    padding-left: 0;
}

body .rightpad-box{
    padding-right: 0;
}

body .leftpad8{
    padding-left: 8px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.container.top-manu-section{ padding-left:0px; padding-right:0px;}
.menu-left-side{ float:left;}
.menu-right-side{ float:right;}
.nav-menu{ width:100%;  margin-top:42px;}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #707070;
  transition: 0.3s;
  font-size: 16px;
  font-weight:500;
  text-transform: uppercase;
  font-family: "proxima-nova", arial, sans-serif;
  padding: 10px 12px;
  text-decoration:none;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #e45d11;
  background:#FFFFFF;
}
.nav-menu a.active {
  color: #e45d11;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 300px;
  position: relative;
  padding:0 0px;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #707070;
  border-bottom: 0px solid #dedede;
}
.nav-menu .drop-down ul li:last-child a{ border-bottom:none;}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #e45d11;
  padding-left:40px;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 3px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 55px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #707070;
}

.mobile-nav {
  position: fixed;
  top: 85px;
  right: 15px;
  left: 15px;
  bottom: 100px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #707070;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #e45d11;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(45, 53, 69, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
@media (max-width: 991px) {
  .menu-left-side {
    float: left;
    width: 100%;
}
  .menu-right-side {
    float: left;
    width: 100%;
}
}
/*--------------------------------------------------------------
# Home banner
--------------------------------------------------------------*/
.banner-container .hero-banner {
    position: relative;
    padding: 0px 0;
    /*background: url(../images/home-banner.png) 0 no-repeat;*/
    background-size: cover
}

.banner-container .banner-img-height{
    max-height: 500px;
    max-width: 100%;
    object-fit: cover;
	height:500px;
}
.banner-container .callout {
    width: 585px;
    position: absolute;
    top: 90px;
    right: 8%;
    border-left: 2px solid #ffc513;
    padding: 20px 0px 20px 20px;
    color: #ffffff;
	text-shadow: 2px 2px 8px #000;
}

.banner-container .callout h2 {
    font-size: 72px;
    margin: 0px;
    font-weight: 500;
    letter-spacing: -4px;
    line-height: 60px;
}
.banner-container .callout h2 span {
    color: #ffc513;
}
.banner-container .callout h3 {
    font-size: 31px;
    margin: 0px;
    font-weight: 500;
    margin-bottom: 10px;
}
.banner-container .callout p {
    line-height: 28px;
}
.banner-container a.button {
    color: #333333;
    line-height: 23px;
    height: 23px;
    padding: 0px 15px;
    background: #ffc513;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
	text-shadow:none;
	border:1px solid #ffc513;
}
.banner-container a.button:hover {
    background: #fff;
	border:1px solid #ffc513;
	text-decoration: none;
}
.banner-container .callout a.button.big{
	margin-left: 5px;
    font-size: 21px;
    padding: 0px 17px;
    height: 40px;
    line-height: 40px;
	text-decoration: none;
}
#home-banner-slider.owl-theme .owl-dots {
    margin-top: -100px;
    z-index: 10000;
    position: absolute;
	text-align:center;
	left:0;
	right:0;
}

#home-banner-slider.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin: 10px 0;
}
#home-banner-slider.owl-theme .owl-dots .owl-dot span {
    margin: 5px 5px !important;
    background: #fff;
    width: 30px;
    height: 3px;
    border-radius: 0px;
	display:block;
}

.banner-container .owl-nav {
    position: absolute;
    bottom: 60%;
    width: 100%;
	color: rgba(255,255,255,0.64);
}
.banner-container .owl-carousel .owl-nav .owl-prev {
    left: 10px;
    position: absolute;
    right: auto;
    font-size:60px;
    padding: 0;
}
.banner-container .owl-carousel .owl-nav .owl-next {
    right: 10px;
    position: absolute;
    left: auto;
    font-size:60px;
    padding: 0;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 3000px) {
  .banner-container .callout {
    right:26%;
  }
}
@media (max-width: 2400px) {
  .banner-container .callout {
    right:20%;
  }
}
@media (max-width: 1919px) {
  .banner-container .callout {
    right:14%;
  }
}
@media (max-width: 1599px) {
  .banner-container .callout {
    right:8%;
  }
}
@media (max-width: 991px) {

.banner-container .banner-img-height{
	height:430px;
}
.banner-container .callout {
    width: 60%;
    position: absolute;
    top: 80px;
    right: 5%;
    border-left: 2px solid #ffc513;
    padding: 0px 0px 20px 20px;
    color: #ffffff;
}
.banner-container .callout h2 {
    font-size: 50px;
    margin: 0px;
    font-weight: 500;
    letter-spacing: -4px;
    line-height: 48px;
}
.banner-container .callout h3 {
    font-size: 24px;
    margin: 0px;
    font-weight: 500;
    margin-bottom: 10px;
}
.banner-container .callout p{
	font-size:16px;
}
.banner-container .callout a.button.big {
    font-size: 15px;
    padding: 0px 15px;
}
}
@media (max-width: 767px) {

.banner-container .banner-img-height{
	height:440px;
}
.banner-container .owl-nav{
	display:none;
}
.banner-container .callout {
    width: 90%;
    position: absolute;
    top: 80px;
    right: 5%;
    border-left: 2px solid #ffc513;
    padding: 0px 0px 20px 20px;
    color: #ffffff;
	z-index:10;
}
.banner-container .callout h2 {
    font-size: 40px;
    margin: 0px;
    font-weight: 500;
    letter-spacing: -4px;
    line-height: 48px;
}
.banner-container .callout h3 {
    font-size: 20px;
    margin: 0px;
    font-weight: 500;
    margin-bottom: 10px;
}
.banner-container .callout p{
	font-size:15px;
}
.banner-container .callout a.button.big {
    font-size: 15px;
    padding: 0px 15px;
}
.hero-banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
}
@media (max-width: 600px) {
.banner-container .callout {
    top: 50px;
}

}
@media (max-width: 410px) {
.banner-container .callout {
    top: 10px;
}
.banner-container .callout a.button.big {
    font-size: 15px;
    padding: 0px 8px;
}

}
@media (max-width: 383px) {

.banner-container .banner-img-height{
  height:480px;
}
}
@media (max-width: 360px) {

.banner-container .callout {
    padding: 0px 0px 20px 15px;
}
.banner-container .callout a.button.big {
    font-size: 14px;
    padding: 0px 6px;
    letter-spacing: 0.2px;
}
}

/*--------------------------------------------------------------
# Main section
--------------------------------------------------------------*/

/* homepage */
.mainsection {
    background: #fff url(https://arma-tx.webmavens.com/content/resources/bgpage2.gif) repeat-x top center;
}
.home-three-block{
	margin-top:-120px;
	position: relative;
    z-index: 100;
	text-align:center;
	}
.intro-block{ 
	background:#FFFFFF; 
	padding:15px;
	height:100%;
	
}
.intro-block-img{
    overflow: hidden;
    align-items: center;
    display: flex;
}
.intro-block p {
    font-size: 15px;
    text-align: left;
	margin-bottom:65px;
	}
.intro-block h2.title {
    font-size: 28px;
    line-height: 46px;
	text-align: left;
	padding-top: 10px;
}
.title {
    color: #505050;
    font-family: "proxima-nova", arial, sans-serif;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ffc513;
}
.home-three-block a.button {
    color: #4e4f50;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0px;
    background: #f1f1f1;
    display: inline-block;
	border:1px solid #f1f1f1;
}
.home-three-block a.button:hover {
    background: #ffff;
	border:1px solid #f1f1f1;
}
.home-three-block hr {
    height: 2px;
    background: #ffc513;
    border: none;
    margin: 10px 0px;
}
@media screen and (min-width:992px) and (max-width:1199px){
.intro-block p {
    min-height: 320px;
    }
.intro-block h2.title {
    font-size: 23px;
    line-height: 35px;
}
}
@media screen and (min-width:768px) and (max-width:991px){
.intro-block p {
    min-height: 450px;
    }
.intro-block h2.title {
    font-size: 14px;
    line-height: 28px;
}
}
.bg-gray{background-color: #eae8e9;}

.title-bg{ background: rgb(247,247,247);
background: linear-gradient(90deg, rgba(247,247,247,1) 71%, rgba(255,255,255,1) 100%); }
.featured{
	line-height: 28px;
    height: 25px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #363636;
    font-size: 13px;
    font-weight: 600;
	width:200px;
    background-color: #ffc513;
	clip-path: polygon(0% 0%, 100% 0, 56% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0, 86% 100%, 0% 100%);
	}
.intro-block-btn{ text-align:center;}
.home-three-block a.button{ position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto 13px auto;
    bottom: 15px;
    width: 140px;
	}
.same-height{
	height:100%;
}	
.oursponsorshome{
    display: table!important;
}
.same-height .title{ border-bottom:none;}
.same-height.boder--1{ border-bottom:2px solid #ffc513;}
.same-height.boder--2{ border-bottom:2px solid #f18238;}
.button.boder--3{ border-bottom:2px solid #e5010a;}
.button.boder--1{ border-bottom:2px solid #ffc513;}
.button.boder--2{ border-bottom:2px solid #f18238;}
.same-height.boder--3{ border-bottom:2px solid #e5010a;}
.same-height .title.boder--1{ border-bottom:2px solid #ffc513;}
.same-height .title.boder--2{ border-bottom:2px solid #f18238;}
.same-height .title.boder--3{ border-bottom:2px solid #e5010a;}
.sponsores .page-intro-block{ display: table-cell!important; height: 150px; vertical-align: middle; 
/*box-shadow: 11px 12px 25px -19px rgba(0,0,0,.15)!important;*/
}


/*--------------------------------------------------------------
# Inner pages comman
--------------------------------------------------------------*/
.page-banner-top{
    height:150px;
    background: #363636;
    overflow: hidden;
    position: relative;
}
.page-banner-top img {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
}
@media (min-width: 2000px) {
.page-banner-top img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.page-banner-top.podcast-banner img{
    width: auto;
    height: 150px;  
    margin: 0 auto;
}

}
.innerpage-banner{
	height:150px;
    overflow: hidden;
    background: #000;
}
.heading {
    font-weight: 600;
    color: #515252;
    border-bottom: 2px solid #ffc513;
    font-size: 60px;
    min-height: 74px;
	margin-bottom:24px;
}
.heading-h2 {
    font-weight: 700;
    color: #515252;
	padding:0;
    font-size: 28px;
	margin-bottom:20px;
	padding-top:32px;
}
.news-block .heading-h2 {
    font-weight: 700;
    color: #515252;
    padding:0;
    font-size: 28px;
    margin-bottom:0px;
    padding-top:0px;
}
.date-social{
    margin-top: 6px;
}
.date-social i{
   font-size: 16px;
}
.date-social a:hover{
    text-decoration: none;
}
.news-detail{
    margin-top: 20px;
}
.news-detail h4{
font-size: 15px;
font-weight: bold;
margin: 0 0 3px 0;
}
.half-img-center{
    max-width: 50% !important;
}
.page-intro-block{ 
	background:#FFFFFF; 
	padding:15px;
}
.page-intro-block p {
    font-size: 15px;
    text-align: left;
	}
a.button {
    background-color: #ffc513;
    border: 1px solid #ffc513;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 10px;
    letter-spacing: 0.8px;
    border-radius: 0;
    color: #333;
    height: 35px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
a.button:hover {
    border:1px solid #ffc513;
    background: #fff;
	text-decoration: none;
    
}
a.button-grey {
    color: #4e4f50;
    line-height: 23px;
    padding: 10px 15px;
    background: #f1f1f1;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
	border:1px solid #f1f1f1;
}
a.button-grey:hover {
    background: #fff;
	border:1px solid #f1f1f1;
	text-decoration: none;
}
.site_btn {
    background-color: #ffc513;
    border: 1px solid #ffc513;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
    letter-spacing: 0.8px;
    border-radius: 0;
    color: #333;
    height: 35px;
  line-height:35px;
    display: inline-block;
    text-align: center;
}
.site_btn:hover{
  background: #fff;
  border:1px solid #ffc513;
  text-decoration: none !important;
  color: #333;
}
@media screen and (min-width:768px) and (max-width:991px){
.rightside-bar a.button{
	font-size:11px;
	padding: 0px 10px;
}
}
@media (max-width: 767px) {
.rightside-bar{margin-top: 30px;}
.half-img-center{
    max-width: 100% !important;
}
}
@media (max-width: 400px) {
a.button {
    letter-spacing: 0px;
}
}
.page-banner {
    position: relative;
    background-size: cover;
    min-height: 150px;
    background-position: center;
}
.about-banner{
	background-image: url(https://arma-tx.org/images/sized/images/uploads/banners/header4_cnc-2000x150.jpg);
}
.am-banner{
	background-image: url(https://arma-tx.org/images/sized/images/uploads/banners/header_silver-2000x150.jpg);
}
.board-banner{
	background-image: url(https://arma-tx.org/images/sized/images/uploads/banners/header12formaspace-2000x150.jpg);
}

.news-banner{
	background-image: url(https://arma-tx.org/images/sized/images/uploads/banners/header13ams-2000x150.jpg);
}
.membership-banner{
	background-image: url(https://arma-tx.org/images/sized/images/uploads/banners/header1-2000x150.jpg);
}
.directory-banner{
	background-image: url(https://arma-tx.org/images/sized/images/uploads/banners/header3-2000x150.jpg);
}
.sponsorship-banner{
	background-image: url(https://arma-tx.org/images/sized/images/uploads/banners/header8_chips-2000x150.jpg);
}
.contactus-banner{
	background-image: url(https://www.arma-tx.org/images/sized/images/uploads/banners/header2-2000x150.jpg);
}
.interns-banner{
	background-image: url(https://jobs.arma-tx.org/images/header1-2000x150.jpg);
}
.workforce-banner{
	background-image: url(https://arma-tx.org/images/sized/images/uploads/banners/header1-2000x150.jpg);
}
.podcast-banner{
    background: #000;
}
.podcast-banner img{ 
    left: 0;
    margin: 0 auto;
}
.contactbanner img{
    left: 0;
}
.leftbanner img{
    left: 0;
}
@media (mn-width: 768px) {
.page-banner-top.podcast-banner img{
    width: auto;
    height: 150px;
    margin: 0 auto;
}
}
@media (max-width: 767px) {
.podcast-banner{ 
background: #000;
display: table-cell;
vertical-align: middle;
}
.podcast-banner img{ 
    max-width: auto; 
    height: 52%;
    left: 0;
    position: relative;
}
.contactbanner img{
    right: 0;
}
}
@media (max-width: 991px) {
.heading {
    font-size: 40px;
    min-height:48px;
}
h2.title {
	font-size:26px;
	line-height:36px;
}
}
@media (max-width: 767px) {
.heading {
    font-size: 34px;
    min-height:42px;
}
h2.title {
	font-size:26px;
	line-height:36px;
}
.about-banner{
	background-position: right;
}
.heading.mt-4{
  margin-top: 0px!important;
}
}	
@media (max-width: 575px) {
.inner-h2 {
	margin-top:15px;
	font-size: 1.7rem;
}
}

.board-members h3{
	font-size: 18px;
    font-weight: 600;
    margin: 0px;
    margin-top: 15px;
}
.board-members p{
	margin: 0px;
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
	}
.board-members .page-intro-block{
	height:100%;
}
.podcast .page-intro-block{
    height:100%;
}
.sponsorship .page-intro-block{
    height:100%;
    position:relative;
}
@media screen and (min-width:992px) and (max-width:1199px){
.board-members .page-intro-block{
    height:280px;
}
.podcast .page-intro-block{
    height:500px;
}
.sponsorship .page-intro-block{
    height:1450px;
    position:relative;
}
.board-members p{
font-size: 14px;
}
}
@media screen and (min-width:768px) and (max-width:991px){
.board-members .page-intro-block{
    height:260px;
}
.podcast .page-intro-block{
    height:530px;
}
.sponsorship .page-intro-block{
    height:1750px;
    position:relative;
}
.board-members p{
font-size: 14px;
}
.sponsorship h2.title {
    font-size: 18px;
    line-height: 36px;
}
}
@media screen and (min-width:576px) and (max-width:767px){
.board-members .page-intro-block{
    height:260px;
}
.podcast .page-intro-block{
    height:590px;
}
.board-members p{
font-size: 14px;
}
}

.sponsorship .sponsorship-text{ 
	padding-bottom:40px;
}

.sponsorship-b1{ border-bottom:2px solid #ffc513;}
.sponsorship-b2{ border-bottom:2px solid #f18238;}
.sponsorship-b3{ border-bottom:2px solid #e5010a;}
.sponsorship .sponsorship-button{position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;}
.sponsorship hr{ 
	margin:0 15px;
	background:#ffc513;
	height:2px;
	border:none;
}
.podcast .page-intro-block p {
    font-size: 15px;
    text-align: center;
	}
.podcast-title{ 
	font-size:16px;
	font-weight:600;
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ffc513;
	padding-bottom: 5px;
	text-align:center;
	line-height:20px;
}
.podcast-title-coming{ 
	font-size:16px;
	font-weight:600;
    margin:35% 0px 35% 0px;
    border-bottom: 2px solid #ffc513;
	border-top: 2px solid #ffc513;
	padding: 5px 0px;
	text-align:center;
	line-height:20px;
}	
.view-more-btn a {
    background: #ffc513;
    width: 110px;
    padding: 10px 0px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
	border:1px solid #ffc513;
}
.view-more-btn a:hover {
    background: #fff;
	border:1px solid #ffc513;
	text-decoration: none;
}

.news-block .post {
    padding-left: 160px;
    position: relative;
    margin: 20px 0px 40px;
}
.news-block .post .site_btn {
	margin-bottom:10px;
}
.news-block .post .date {
    display: block;
    width: 140px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    /* top: 20px; */
    left: 0px;
    color: #9a9a9a;
    word-spacing: 500px;
    line-height: 36px;
}
.news-block .post .date span {
    color: #d5d5d5;
}
.spotlightpage img {
    max-height: 150px;
}

.spotlightpage .title{
    height: 100%;
    position: relative;
    min-height: 150px;
}
.spotlightpage .name{
    padding-top: 5px;
    display: inline-block;
}
.spotlightdate{
    display: inline-block;
    color: #8a8a8a;
    font-size: 14px;
    padding-bottom: 6px;
}
.question {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.answer {
    border-left: 5px solid #ffc513;
    font-style: italic;
    margin: 30px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 24px;
}

.company {
  line-height: 20px;
  font-weight: 300;
  color: black;
  font-size: 14px;
}
.spotlightpage.video-bg {
          box-shadow: 0px -22px 18px 17px rgb(0 0 0 / 4%);
          width: 100%;
          text-align: center;
      }
.name{
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.company{
  font-weight: 400;
  color: #333;
}
@media (max-width: 991px) {
.name{
  font-size: 17px;
}
} 
.membership-table{
	border: #e8e8e8 solid 1px;
    padding: 10px;
}
table {
	border: #e8e8e8 solid 1px;
	padding: 10px;
}
tr:nth-child(odd) { background-color:#fff; }
tr:nth-child(even) { background-color:#eee; }
td { padding: 10px;}

.show_founding {
    
    color: #333;
    position: absolute;
    top: 20px;
    right: 0px;
}
.show_founding.site_btn{
background: #f17f2c;
border: 1px solid #f17f2c;
color: #fff;
}
.show_founding:hover{
    text-decoration: underline !important;
}
.members h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    margin-top: 10px;
}
.members-list-block{
	/*border-bottom: #ccc solid 1px; */
	padding:15px 10px;
}
.img_holder img{
	width:100%;
}
.covid-sponsored{
    max-width: 300px;
}
@media (max-width: 767px) {
   .covid-sponsored{
    max-width: 200px;
}
.members h3 {
    font-size: 15px;
} 
.spotlightpage img {
    max-height: 160px;
}
}
/* Skinny Sidebar */
.archive .ecat2 {
  margin-left: 10px;
} 
.archive li.ecat1{
    margin-bottom: 3px;
    margin-top: 5px;
}
.archive li.ecat2{
    margin-bottom: 3px;
}  
.event-rightside-bar .sidebar.skinny ul {
	padding:0px;
	list-style:none;
}
.event-rightside-bar .sidebar.skinny ul li a {
	color:#5d5d5d;
	font-style:italic;
	font-size:15px;
	text-decoration:none;
	padding-right:10px;
}
.event-rightside-bar .sidebar.skinny ul li a:hover{
	text-decoration:underline;
}
.event-rightside-bar .sidebar.skinny .block > ul > li > a {
	background:url(https://arma-tx.webmavens.com/content/resources/icosarr2.png) no-repeat right center;
}
.event-rightside-bar .sidebar.skinny .block > ul > li.open > a {
	background:url(https://arma-tx.webmavens.com/content/resources/icosarron2.png) no-repeat right center;
}
.event-rightside-bar .sidebar.skinny ul ul {
	padding-left:20px;
	margin:5px 0px;
	display:none;
}
.event-rightside-bar .sidebar.skinny ul li.open ul {
	display:block;
}
.event-rightside-bar .sidebar.skinny .block .ecat1 > a {
    background: url(https://arma-tx.webmavens.com/content/resources/icosarr2.png) no-repeat right center;
    background: none;
    text-decoration: underline;
}
/*********** Contact Form Layout ************/
/*form.contact label {
	display:inline-block;
	width:80px;
	padding-right:10px;
	text-align:right;
}
form.contact input[type=text] {
	height:28px;
	line-height:28px;
	border:none;
	padding:0px 5px;
	background:#e4e4e4;
	color: #505050;
	width: calc(100% - 80px);
}
form.contact textarea {
	height:150px;
	border:none;
	padding:5px;
	background:#e4e4e4;
	color: #505050;
	width: calc(100% - 80px);
	resize:none;
}
form.contact p:last-child {
	text-align:center;
	padding-left:65px;
}
*/

.contact-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.contact-form input , select.form-control {
    border-radius: 0;
    height: 40px;
}

.contact-form textarea{ border-radius: 0;}

.contact-form .form-control:focus{
    border-color:#F2C2A8  ;
    box-shadow:inset 0 1px 1px rgba(242,194,168,.075), 0 0 8px rgba(242,194,168, .6);
    -webkit-box-shadow:inset 0 1px 1px rgba(242,194,168,.075), 0 0 8px rgba(242,194,168, .6);
}
.social-box-w{
    width: 240px;
}
.contact-box-icon{
	width: 50px;
    height: 50px;
    margin: 0 0 20px 0;
    background: #ffc513;
    border-radius: 50%;
	text-align:center;
	line-height:50px;
border:1px solid #ffc513

}
.contact-social-box i{
    font-size: 24px;
    color: #fff;
    padding-top: 13px;
}

.contact-box-icon i:hover{
  color: #333;
}
.contactus .page-intro-block p {
    font-size: 15px;
    text-align: left;
	}
.text_red {
    color: #f00;
}
.dividerline hr{
border-top: 1px solid #5d5d5e;
}
.pagination {
   display: inline-block;
   padding-left: 0;
   margin: 20px 0;
   border-radius: 4px
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
   z-index: 3;
   color: #333;
   cursor: default;
   background-color: #ffc513;
   border-color: #ffc513
}

.pagination>li>a, .pagination>li>span {
   position: relative;
   float: left;
   padding: 6px 12px;
   margin-left: -1px;
   line-height: 1.42857143;
   color: #333;
   text-decoration: none;
   background-color: #fff;
   border: 1px solid #ffc513
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
   margin-left: 0;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0
}

.pagination>li {
   display: inline-block;
   padding: 0 2px
}	
@media (max-width: 991px) {
.show_founding {
    position: relative;
	width: auto;
    margin: 0 auto 35px auto;
    text-align: center;
}
}
@media (max-width: 575px) {
.news-block .post {
    padding-left: 100px;
}
.news-block .post .date {
    width: 90px;
    font-size: 20px;
}
}
.heading-interns {
	font-weight: bold;
    color: #515252;
    font-size: 29px;
    min-height: 35px;
}
.text-interns {
    font-weight: 100;
    color: #515252;
    border-bottom: 2px solid #ffc513;
    font-size: 18px;
    min-height: 32px;
}


.form-interns label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-interns input , select.form-control {
    border-radius: 0;
    height: 40px;
}
.form-interns input::placeholder, select.form-control::placeholder {
  color: #d1d1d1;
}
.rejection-form input{
    height: 13px !important;
}

.rejection-form label {
    font-weight: normal;
}

.form-interns textarea{ border-radius: 0;}

.form-interns .form-control:focus{
    border-color:#F2C2A8  ;
    box-shadow:inset 0 1px 1px rgba(242,194,168,.075), 0 0 8px rgba(242,194,168, .6);
    -webkit-box-shadow:inset 0 1px 1px rgba(242,194,168,.075), 0 0 8px rgba(242,194,168, .6);
}
.info-box{
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 hsla(0,0%,0%,0.2);
    min-height: 292px;
}
.info-information{
    padding: 15px;
    min-height: 198px;
}
.info-information-agenda{
    padding: 15px;
    min-height: 166px;
}
.info-title {
    background: #ffc513;
    text-align: center;
    vertical-align: middle;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px 5px 0 0;
}
.info-title p{
    margin: 0;
}
.doc-box{
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 hsla(0,0%,0%,0.2);
    padding: 12px;
    margin-bottom: 25px;
    min-height: 79px;
}
.doc-box i{
    font-size: 20px;
}
.doc-box a:hover{
    text-decoration: none;
}
.doc-box a span:hover{
    text-decoration: underline;
}
.sponsors-logo{
	height:100%;
	padding:15px;
}
.block-quote{ border-left:5px solid #ffc513; font-style:italic; margin:30px; padding:0 15px;}
.video-time{ font-size:20px; font-weight:bold;}
.video-time p{
display: inline!important;
margin: 0!important;
font-size: 20px!important;
font-weight: bold!important;
}
.yt-video-block{ margin-bottom:30px;}
.podcast-video-block{
  min-height:500px;
}
.podcast-info{ font-size:15px; line-height:24px;}
.podcast-info h1{ line-height:36px;}
.date-social a{ color:#707070}
a.back{ color:#a1a1a1;}

.everyone ul li{list-style-type: none;}
.everyone ul{ 
	padding:0;
	margin:0 0 0 15px;
}
.everyone ul li::before{
	font-family:IcoFont!important;
    content: "\ea5d";
}
.img_align {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}
.img_align img {
    max-height: 100px;
}
.img_holder{ 
    border:1px solid #f1f1f1; 
    text-align:center; 
    height:100%; 
    padding:10px;
}
@media (max-width: 991px) {
.img_holder{ 
    height:220px; 
}
}
@media (max-width: 767px) {
  .podcast-video-block{
  min-height:300px;
}
.img_holder{ 
    height:220px; 
}
}
@media (max-width: 400px) {
  .podcast-video-block{
  min-height:200px;
}
.img_holder{ 
    height:240px; 
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*------------------ Footer meetings tab starts-------------*/

 .meetings_login {
    background: #f1f1f1;
	margin-top:20px;
}

 .meetings_login .tab_wrap {
    position: relative;
    margin: 0 auto;
	width:100%;
}

 .meetings_login .tab {
    color: #363636;
    background: #f1f1f1;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    top: -32px;
    right: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 0;
}

 .meetings_login .inner {
    height: 8px;
    padding-top: 0px;
    overflow: hidden;
    min-height: 175px;
    padding: 0 10px;
}

 .meetings_login .inner .meetings {
    min-width: 470px;
    float: left;
    height: 100px;
    border-right: 2px solid #ffc513;
    text-align: center;
    padding-top: 15px;
    padding-left: 192px;
    margin-top: 35px;
}

 .meetings_login .inner .meetings h3 {
    font-weight: 600;
    font-size: 48px;
    text-transform: none;
    color: #4e4f50;
    text-align: center;
    margin: 0px;
}

 .meetings_login .inner .meetings p {
    margin: 0px;
    line-height: normal;
    font-size: 15px;
    text-transform: uppercase;
    color: #5d5d5e;
}

 .meetings_login .inner form {
    width: 380px;
    float: right;
    padding-top: 18px;
    margin-top: 35px;
}

 .meetings_login .inner form p {
    margin: 0px;
}

 .meetings_login .inner form label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #5d5d5e
}

 .meetings_login .inner form input[type=password] {
    height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    border: none;
    color: #5e5f61;
    width: 180px;
}

 .meetings_login .inner form input[type=submit] {
    background: url(https://arma-tx.webmavens.com/content/resources/icosubmitbig2.gif) no-repeat top left;
    width: 37px;
    height: 34px;
    border: none;
    text-indent: -9999px;
}
.leftpad-box form.newsletter {
    width: 100%;
    float: right;
    margin-bottom: 0px;
}
form.newsletter {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}
.main_footer{
    background: #363636;
    border-top: 8px solid #f1f1f1;
    color: #e1e1e1;
    z-index: 999;
    position: relative;
}

.main_footer .inner {
    min-height: 275px;
    padding: 42px 0 41px 0px;
    overflow: hidden;
    color: #e1e1e1;
    font-size: 15px;
}

.main_footer h3 {
    font-weight: 600;
    color: #ffc513;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 7px;
    min-height: 24px;
    padding: 4px 1px;
}

.main_footer .news .post h4 {
    margin: 0px;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2px;
}

.main_footer .news .post a {
    color: #fff;
}
.main_footer .news .post a:hover {
    color: #fff;
	text-decoration:underline;
}
.italic {
    font-style: italic;
}

.main_footer .news .post p{
    margin-top: -4px;
    margin-bottom: 4px;
    line-height: 24px;
}

/*.main_footer .news .post p.date{
    font-size: 11px;
    line-height: 11px;
}*/

 .main_footer .about p {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 24px;
}

.main_footer .news .post {
    margin-bottom: 20px;
    width:100%;
}

.main_footer .inner div.social {
    text-align: right;
    width: 220px;
    float: right;
}

/*.main_footer .social > a {
    display: inline-block;
    width: 26px;
    height: 25px;
    background-image: url(https://arma-tx.webmavens.com/content/resources/spritesocial.png);
    background-repeat: no-repeat;
    text-indent: 9999px;
}*/
.social-footer{
    margin-top: 5px;
 }
 .social-footer a{
    width: 24px;
    height: 24px;
    background: #f9711d;
    border-radius: 50%;
    color: #363636;
    padding: 7px 5px 3px 5px;
    line-height: 24px;
 }
 .social-footer a:hover{
    color: #fff;
 }
 .social-footer a i{
     padding-top: 3px;
 }
.main_footer .social p.copy{
    color: #e1e1e1;
    text-decoration: none;
    line-height: 18px;
	margin-top:12px;
	font-size:14px;
}
@media (max-width: 991px) {
.meetings_login .inner .callout {
        min-width: 335px;
        padding-left: 15px;
    }

    .meetings_login .inner form {
        width: 340px;
    }
}
@media (min-width: 768px) and (max-width: 991px){

    .meetings_login .inner .meetings {
        min-width: 335px;
        padding-left: 15px;
    }

    .meetings_login .inner form {
        width: 340px;
    }
}
@media (max-width: 767px) {
.meetings_login .inner .meetings {
        min-width: 100%; 
        border-right: 0; 
        text-align: center;
        padding-top: 15px;
        padding-left: 15px;
    }
    .meetings_login .inner form {
        width: 250px;
        float: none; 
        padding-top: 18px;
        margin: 0 auto;
        text-align: center;
    }

    .meetings_login .inner{
        height: auto;
    }
.main_footer .inner div.social {
    text-align: left;
    width: 100%;
    float: left;
	margin-top: 20px;
}
}
@media (max-width: 360px) {
.smpr-0{
  padding-right:0px !important;
}
}
.thankyou-banner img {
    left: 0 !important;
}
.everyone a[href^="#"]{ cursor: text; }
.everyone a[href="#"]{ cursor: text; }