/*
Theme Name: CCJSCA Theme
*/


*{margin:0;padding:0; -webkit-box-sizing: border-box; box-sizing: border-box;}
html,body{overflow-x:hidden; color: #2f2e2e; -webkit-box-sizing: border-box; box-sizing: border-box;}
body{overflow-x:hidden;font-family: 'Raleway', sans-serif; height:100vh; overflow:visible;}
a{color:#333;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out}
a:hover{text-decoration:none}
a:focus{text-decoration:none}
ul{list-style-position:inside;padding-left:0;-moz-padding-start:0;list-style: none}
/*button*/
.section{
padding: 40px 0;
}
.btn{
  border-radius: 0px;
  font-weight: bold;
}
.close-menu{
   visibility: hidden;
  opacity: 0; 
   -moz-transition: visibility 0s, opacity 1.5s linear;
  -webkit-transition: visibility 0s, opacity 1.5s linear;
  transition: visibility 0s, opacity 1.5s linear;
font-size: 21px;
      position: fixed;
    z-index: 99;
    right: 10px;
    color: #fff;
    top: 10px;

}
.modal-open{padding-right: 0px !important}

.theme-btn{
  background: #8c051d;
  color: #fff;
  padding: 15px 50px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.brief-section .left-section .theme-btn:hover{
  background: #000;}
  .brief-section .left-section .theme-btn:focus{
  background: #000;}

.theme-btn:hover{
  background: #d49e22;
  color: #fff;
  text-transform: uppercase;
}
.theme-btn:focus{
  background: #d49e22;
  color: #fff;
  text-transform: uppercase;
}

a.btn-outline-white {
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 60px;
    margin-top: 20px;
}

a.btn-outline-white:hover{
  background: #ad0303;
  border-color:#ad0303;
}
a.btn-outline-white:focus{
  background: #ad0303;
  border-color:#ad0303;
}
#skiptocontent a { position: absolute; left: -10000px; top: 80px; width: 1px;height: 1px; overflow: hidden; background-color: #d49e22; padding: 5px 10px; text-decoration: none; }

#skiptocontent a:focus { position: absolute;width: auto;height: auto;color: #ffffff;outline: 1px dotted;display: inline-block;
z-index: 9999;left: 0px;}
/*header*/
.header{ position:fixed; -webkit-transition: all 0.4s ease; top: 0;
            transition: all 0.4s ease; width:100%; z-index:999;}
.header .bg-red{
  background: #8c051d;
  padding-top: 0px;
  padding-bottom: 0px;

  width: 100%;
}
.home .about-us{background:#8c051d;}
.home .about-us p{color:#fff; text-transform: capitalize; font-weight:400; font-style: italic;}
.page-template-forum .about-us{ padding-top:150px;}
.tax-forum-category .about-us{ padding-top:150px;}
.page-template-forumsearch .about-us{ padding-top:150px;}
.single-forum .about-us{ padding-top:150px;}
.header .bg-red ul.navbar-nav li a{
  color: #feffff;
  padding: 20px 25px;
  text-transform: uppercase;
  display: block;
  font-size: 15px;
  font-weight: bold
}
.header.sticky .bg-red ul.navbar-nav li a{padding:0px 25px 15px;}
.header.sticky .bg-red.top-nav{padding:10px 0 15px; -webkit-transition: all 0.4s ease;transition: all 0.4s ease; padding-right:30px;}
.header .bg-red.top-nav .navbar-brand{-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.header.sticky .bg-red.top-nav .navbar-brand{-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.header .bg-red.top-nav .navbar-brand img{-webkit-transition: all 0.4s ease;transition: all 0.4s ease; width:195px;}
.header.sticky .bg-red.top-nav .navbar-brand img {max-width:68%;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.header .bg-red ul.navbar-nav li.current-menu-item a{color: #d49e22;}
.header .bg-red ul.navbar-nav li:hover a{
  color: #d49e22;
}
.header .bg-red ul.navbar-nav li a:focus{
  color: #d49e22;
}

.top-nav .navbar-brand{
  position: absolute;
  top: 10%;
  z-index: 2;
  left: 3%;
  padding-top:0;
}

.top-nav .btn-search{
  background: none;
  color: #dcab39;
  font-size: 21px;
  padding-bottom: 3px;
  padding: 0;
}

.top-nav .input-group{
  border-bottom: 2px solid #d7a32b;
}

.top-nav .form-control{
  background: none;
  border: none;
  color: #fff;
  border-radius: 0px;
  padding-left: 0;
  padding: 0;
}

.top-nav .form-control:focus{
  border:none;
  box-shadow:none;
}

.top-nav .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
.top-nav .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
.top-nav .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
.top-nav .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}


.header .bg-red.top-nav{
  padding: 20px 0;
  padding-right: 30px;  -webkit-transition: all 0.4s ease;transition: all 0.4s ease;
}

.top-nav .btn-success{
  background:#d49e22;
  border: none;
  font-size: 12px;
  padding: 9px 30px;
  text-transform: uppercase;
  margin-left: 25px;
  box-shadow: none;
}

.top-nav .btn-success:hover{
  background: #000
}
.top-nav .btn-success:focus{
  background: #000
}

.dropdown-menu{
  background: #ad0303;
  border-radius: 0px;
  left: auto;
  top: 96%;
}

.header .bg-red ul.navbar-nav ul.dropdown-menu li a{
  color: #fff;
  padding: 7px 11px;
  font-size: 14px;
}

.header .bg-red ul.navbar-nav ul.dropdown-menu li a:hover {
    background: #000;
}

.header .bg-red ul.navbar-nav ul.dropdown-menu li a:focus {
    background: #000;
}

.header .bg-red ul.navbar-nav ul.dropdown-menu li:last-child{
  background: none !important;
  border:none !important;
  margin-left:0px; 
}

.header .bg-red ul.navbar-nav ul li:last-child a{
  padding: 7px 11px;
  
}





/*slider*/

.slider .carousel-inner{
  position: relative;
}

.slider .theme-btn{
  margin-bottom: 5px;
}


.slider{
  position: relative; margin-top:10.2%;
}
.slider-buttons {
    position: absolute;
    bottom: 10%;
    z-index: 1;
    width: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slider .carousel-caption h2{
  font-size: 43px;
  font-family: 'Raleway';
  text-transform:uppercase;
}


.slider .carousel-caption {
    
bottom: 50%;
    
height: auto;
    
display: inline-table;
    
width: 50%;
    
left: 8%;
    
right: auto;
    
margin: 0 auto;
    
text-align: left;
    
padding-bottom: 0;
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.slider .carousel-caption .carousel-text{padding: 25px 40px;background: rgba(0, 0, 0, 0.73);margin-bottom: 5px;}

.slider-buttons .btn{background: #ad0303;border-color: #ad0303;text-transform: uppercase;padding-top: 10px;padding-bottom: 10px;}

.slider-buttons .btn:hover{
  background: #000
}

.slider-buttons .btn:focus{
  background: #000
}


.carousel-control-prev img, .carousel-control-next img{
  width: 40px;
}

.carousel-control-prev, .carousel-control-next{
  width: 10%
}

/*about*/
.about-us{
  /* background: #000; */
  padding: 40px 0;
  font-size: 19px;
  border-bottom: 1px solid #dcdcdc;
}

.about-us p {
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
	font-size: 22px;
    line-height: 40px;
    text-align: justify;
}
.about-us p b {
    font-weight: bold;
}

/*forum*/

.forum{
  position: relative;
}

.forum hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(217, 166, 49);
}



.forum:before{
  position: absolute;
  content:"";
  background: #fff;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0
}
.forum.hentry:before{
  display: none;
}
.bg-offwhite{
  background: #f3f3f3;
}

.forum .left-section{
  color: #2c2d2d
}


.forum .left-section h2 {
    color: #8c051d;
    margin-bottom: 0px;
}
.forum .image {
   padding-top: 15px;
    margin-bottom: 20px
}

.forum .left-section{
  padding-right: 5%;
  padding-left: 17%;
}

.forum .left-section h3{
  font-weight: bold;
   color: #8c051d;
   font-size: 25px;
}

.forum .left-section h4{
  font-weight: bold;
  color: #2c2d2d;
  font-size: 22px;
}


.forum .left-section .text-content{
  padding-right: 18%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.forum .right-section{
  padding-left: 5%;
  padding-right: 15%;
}

.forum .news-section .card{
  border: none;
  margin-bottom: 15px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.07);
}

.forum .news-section .card .card-body {
    padding: 25px 35px;
}

.forum .news-section {
   padding-top: 15px;
    margin-bottom: 20px
}


.forum .news-section h5{
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.forum .news-section h5:before{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #8c051d;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.forum .news-section h5 a{
  color:#2f2e2e;	
}
.forum .news-section h5 a:hover{
 color: #d9a631;	
}

.forum .news-section h5 a:focus{
 color: #d9a631;	
}

.forum .news-section p {
    font-weight: bold;
    margin-bottom: 0;
}

.forum .news-section h4{
  font-weight: bold;
  color: #8c051d;
  font-size: 20px;
}
.forum .news-section h4 a{
color: #8c051d;	
}
.forum .news-section h4 a:hover{
  color: #d9a631;
}
.forum .news-section h4 a:focus{
  color: #d9a631;
}




/*new-updates*/

.new-updates{
  padding: 50px 0;
  text-align: center;
  background: #8c051d;
}

.new-updates .heading h2{
  text-align: left;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

.new-updates .heading p{
  text-align: center;
  color: #fff;
  font-weight: 300
}

.new-updates .card{
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  border: none;
  margin-top: 20px;
}

.new-updates .card h5{
  font-size: 28px;
  color: #ad0303;
  font-weight: 600;
}

.new-updates .card p{
  font-size: 14px;
}
.new-updates .card .card-body{
  padding: 10px 0px;
  text-align: left;
}
.new-updates .card .card-body p{
  margin-bottom: 0px;
  font-weight: bold;
  color: #d9a631;
}

.new-updates .card .card-body h4 a {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.new-updates .card .card-body h4 a:hover{
    color: #d9a631;
}

.new-updates .card .card-body h4 a:focus{
    color: #d9a631;
}

.new-updates .card a{
  color: #ad0303;
  font-size: 13.8px;
  font-weight: 600;
}

.new-updates  hr {
    border-top: 2px solid rgb(217, 166, 49);
}




/*brief-section*/

.brief-section.section{
padding: 0px;
  position: relative;
}

.brief-section hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(217, 166, 49);
}





.brief-section .left-section{
  color: #2c2d2d
}


.brief-section .left-section h2 {
    color: #8c051d;
    margin-bottom: 0px;
}
.brief-section .image-section {
   position: relative;
}

.brief-section .image-section a{
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
      text-align: center;
}



.brief-section .left-section h3{
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 20px;
}

.brief-section .left-section h4{
  font-weight: bold;
  color: #2c2d2d;
  font-size: 22px;
}


.brief-section .left-section .text-content{
  padding-right: 25%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  background: #d49e22;
  text-align: center;
  padding: 30px 20px;
}

.brief-section .right-section{
  padding: 70px 100px;
}

.brief-section .right-section .text-section p {
    font-size: 22px;
}

.brief-section .right-section .text-section {
  margin-bottom: 30px;
}
.brief-section .right-section  .theme-btn{

margin-top: 40px;
}

.brief-section .right-section h4{
  font-weight: bold
}






/*new-updates*/

.learning-section{
  padding: 50px 0;
  text-align: center;
  background: #f7f8f9;
}

.learning-section .heading h2{
  text-align: left;
  color: #2f2e2e;
  font-size: 40px;
  font-weight: 400;
}

.learning-section hr {
    border-top: 2px solid rgb(217, 166, 49);
}


.learning-section .card{
  position: relative;
  border: none;
  border-radius: 0px;
  margin-top: 30px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-transition:all 1s ease-out;-moz-transition:all 1s ease-out;-o-transition:all 1s ease-out;transition:all 1s ease-out;
}

.learning-section .card .card-body{
  padding: 44px 25px;
  min-height: 160px;
  position: relative;
}

.learning-section .card:hover{
  background: #8c051d;
  color:#fff;
}
.learning-section .card a:focus{
 
  color:#d49e22;
}
.learning-section .card:hover h3 a{
  color: #fff;
}
.learning-section .card h3 a:focus{
  color: #d49e22;
}


.learning-section .card h3 a{
  color:#8c051d;
  font-size: 23px;
  text-transform: uppercase;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
}

.learning-section .card h3 a span{
  display: block
}


.modal h5{
  width: 100%;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #8c051d;
  font-size: 26px;
}
.modal .modal-content{
  border-radius: 0px;
  padding: 40px 20px;
}

.modal .form-control{
  height: 50px;
  border-radius: 0px;
  color: #000;
  border: 2px solid #adadad;
  font-weight: bold;
  font-size: 18px;
}


.modal .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
  font-weight: bold
}
.modal .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
  font-weight: bold
}
.modal .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
  font-weight: bold
}
.modal .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
  font-weight: bold
}



.modal .modal-body{
  padding: 10px;
  
}
.modal-header{
  border: none;
  padding:0
}

.modal .theme-btn{
  margin-top: 25px;
}

.modal a{
  font-style: italic;
  color: #333
}
.modal a:hover{
  color: #8c051d
}

.modal a:focus{
  color: #8c051d
}

.modal-dialog {
    max-width: 700px;
    margin-top: 9%;
}


/*footer*/
footer{
  background: #2f2e2e;
  color: #fff;
  flex-shrink:0;
}


footer .menu hr{border-top: 1px solid #acacac;margin-top: 5px;margin-bottom: 10px;}

footer .menu h6{
  color: #d49e22;
  margin-bottom: 0;
  font-weight: bold;
}

footer .menu{
  padding-right: 5%
}


footer .theme-btn {
    padding: 15px;
    font-size: 16px;
}


footer .theme-btn:hover{
  padding: 15px;
}



footer .copy-right{
  text-align: right;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: -15px;
  position: relative;
  z-index: 1;
}
footer .copy-right a{color: #fff}
footer .copy-right a:hover{
  color: #d49e22
}

footer .copy-right a:focus{
  color: #d49e22
}

ul.footer-menu li a {
    color: #d4d4d4;
    font-size: 15px;
}

ul.footer-menu li a:hover{
  color: #d49e22
}

ul.footer-menu li a:focus{
  color: #d49e22
}


footer .row .col-md-6:first-child .menu{
  padding-right: 50px;
}

footer .row .col-md-6:first-child .col-6:first-child .menu{
  margin-bottom: 50px;
}
/*Wordpress*/
.menu-header-menu-container {
	display:flex;
	flex-grow:1;
}
footer.entry-footer{
background:#fff;	
}
.inner-pgs{
flex:1 0 auto; background:#f7f8f9;
}

.inner-banner {width:100%; position:relative; margin-top:10.2%;}
.inner-banner img {width:100%; height:auto;}
.banner-hdng {position:absolute; bottom:30px; left:15px;}
.banner-hdng h1{color:#fff; text-transform:uppercase; font-size:20px; }
.banner-hdng h1 span{background:rgba(140,5,29,0.8); padding:20px 25px; line-height:75px;}
.carousel-inner img {width:100%;}
.menu-header-menu-container ul li{position:relative;}
.menu-header-menu-container ul li ul {display:none; width:230px; background:#d49e22; position:absolute; top:100%; left:23px; z-index:999; padding:10px 0 15px;}
.menu-header-menu-container ul li:last-child:hover ul{left:-85%;}
.menu-header-menu-container ul li:hover ul {display:block;}
.header .bg-red ul.navbar-nav li ul li a{padding:4px 20px; font-size:13px; font-weight:600; color:#000 !important; }
.header .bg-red ul.navbar-nav li ul li a:hover {color: #fff !important;}
.header .bg-red ul.navbar-nav li ul li a:focus {color: #fff !important;}
.header .bg-red ul.navbar-nav li:hover ul li a{color:#fff;}
.header .bg-red ul.navbar-nav li ul li:last-child a{padding:7px 20px;}
.sticky.header .bg-red ul.navbar-nav li ul li:last-child a{padding:0px 25px 15px;}
.inner-pgs h2{color:#8c051d; font-size:22px; font-weight:700; margin-top:15px;}
.inner-pgs h2 a{color:#8c051d;}
.inner-pgs h2 a:hover{color:#d49e22;}
.inner-pgs h2 a:focus{color:#d49e22;}
.inner-pgs h6{color:#2f2e2e; font-size:16px; font-weight:700;}
.inner-pgs p{font-size:16px; color:#2f2e2e; line-height:26px; padding-top:7px; padding-bottom:8px;}
.inner-pgs p.zero-pdng {padding:0;}
.inner-pgs p a {color:#8c051d;}
.inner-pgs p a:hover {color:#d49e22;}
.inner-pgs p a:focus {color:#d49e22;}
.abt-left  p a {color:#8c051d;}
.abt-left p a:hover {color:#d49e22;}
.abt-left p a:focus {color:#d49e22;}
.inner-pgs ul{margin-top:5px;}
.inner-pgs ul li {font-size:15px; color:#2f2e2e; line-height:26px; position:relative; padding-left:12px; margin-bottom:5px;}
.inner-pgs ul li a:hover {color:#d49e22;}
.inner-pgs ul li a:focus {color:#d49e22;}
.inner-pgs ol{margin-top:5px;display: flow-root;}
.inner-pgs ol li {font-size:16px; color:#2f2e2e; line-height:26px; position:relative; margin-left:12px; margin-bottom:5px;}
.inner-pgs ol li a:hover {color:#d49e22;}
.inner-pgs ol li a:focus {color:#d49e22;}
.inner-pgs ul li:before {width:6px; height:6px; content:""; background:#8c051d; left:0; top:10px; position:absolute; border-radius:100%;}
.blog-full {display:flex; background:#fff; padding:35px 35px 15px 35px; -webkit-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75); margin-bottom:25px;}
.blog-ftrimg{flex:0 0 12%; text-align:center;}
.blog-full .entry-content{flex:0 0 100%; padding:0 0 0 25px; margin-top:-8px;}
/*.blog-ftrimg img {width:100%; height:auto;}*/
.date-entry {font-size:16px; color:#2f2e2e;}
.blog-rdmr{color:#8c051d; font-weight:700;}
.blog-rdmr:hover {color:#d49e22;}
.blog-rdmr:focus {color:#d49e22;}
.blog-sngl .post-thumbnail{width:20%; float:left; margin-right:20px; margin-bottom:20px;}
.blog-sngl .post-thumbnail img{width:100%; height:auto;}
.inner-pgs .navigation.post-navigation h2{font-size:16px;}
.inner-pgs .navigation.post-navigation{border-top:1px solid #e5e3e3; padding-top:20px;}
.inner-pgs .navigation.post-navigation .nav-links{font-size:14px; display:flex;}
.inner-pgs .navigation.post-navigation .nav-links a {color:#2f2e2e;}
.inner-pgs .navigation.post-navigation .nav-links a:hover {color:#d49e22;}
.inner-pgs .navigation.post-navigation .nav-links a:focus {color:#d49e22;}
.inner-pgs .navigation.post-navigation .nav-links .nav-previous{flex:0 0 50%;}
.inner-pgs .navigation.post-navigation .nav-links .nav-next{flex:0 0 50%;}
.mmrb-form input{width:90%; padding:3px 10px; font-size:16px; border:1px solid #929292; background:#f7f8f9;}
.mmrb-form textarea{width:90%; padding:3px 10px; font-size:16px; border:1px solid #929292; background:#f7f8f9; height:80px;}
.mmrb-form input:focus {border:1px solid #000;}
.mmrb-form .wpcf7-form-control-wrap{margin-bottom:15px; display:block;}
span.wpcf7-not-valid-tip{font-size:13px;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{border:2px solid red; margin:20px 0 10px 0; font-size:14px;}
.mmrb-form label {font-size:16px; margin-bottom:0; color:#000000;}
.mmrb-form .wpcf7-submit{width:auto; background:#8c051d; text-transform:uppercase; color:#fff; border:none; outlinr:none; cursor:pointer; font-weight:800; padding:6px 25px 4px;}
.mmrb-form .wpcf7-submit:focus{border:none;}
.mmrb-form .wpcf7-submit:hover {background:#d49e22;}
.mmrb-form .wpcf7-submit:focus {background:#d49e22;}
.sbmt-btn {margin-top:15px;}
div.wpcf7-mail-sent-ok{border:2px solid #d49e22; margin:20px 0 10px 0; font-size:14px;}
.inner-pgs p.rdmr-mrgn{margin-top:-10px; color:#8c051d; font-weight:700;}


.blog-vwall {text-align:center; margin-top:45px;}
.blog-vwall .vwmr-btn {background:#8c051d; text-transform:uppercase; color:#fff; border:none; outlinr:none; cursor:pointer; font-weight:800; padding:13px 40px 13px;}
.blog-vwall .vwmr-btn:hover {background:#d49e22;}
.blog-vwall .vwmr-btn:focus {background:#d49e22;}
.login-form {padding:10px 20px 20px 20px;}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 25px 20px 0;
}
.int-mdul p{color:#fff; text-align:left;}
.int-mdul ol{margin:0 0 0 15px; padding:0; float:left;}
.int-mdul ol li {margin:2px 0 2px 0; padding:0; color:#fff; text-align:left;}
.int-mdul ol li a{color:#fff;}
.lrngcntr-img {max-width:42%; height:auto;}
.lng-cntr-section.new-updates .heading h2{font-size:25px;}
.lrng-sec-all.learning-section .heading h2{font-size:25px; color:#8c051d; text-transform:uppercase;}
.learning-section.lrng-sec-all{text-align:left; flex:1 0 auto;}
.learning-section.lrng-sec-all .card h4	{color:#8c051d; font-size:16px;}
.learning-section.lrng-sec-all .card h4 a{color:#8c051d;}
.learning-section.lrng-sec-all .card p a:hover{color:#8c051d;}
.learning-section.lrng-sec-all .card p a:focus{color:#8c051d;}
.learning-section.lrng-sec-all .card:hover h4 a{color:#fff;}
.learning-section.lrng-sec-all .card:hover p a{color:#fff;}
.learning-section.lrng-sec-all .card:hover p {color:#fff;}
.learning-section.lrng-sec-all .card{min-height:90px;}
.learning-section.lrng-sec-all .card .card-body{padding:20px 25px 20px;position:absolute; top:50%; left:0; min-height:auto; width:100%; transform:translateY(-50%); }
.learning-section.lrng-sec-all .card p{margin-bottom:0;}
.learning-section.lrng-sec-all .jc-sclr .card p {margin-top:14px;}
.jc-sclr {margin-top:45px;}
.rsc-bnk {margin-top:45px;}
.arcv-dscn {margin-top:45px;}
.section.topic-index{background:#d49e22; width:100%;}
.left-index {border-right:2px solid #ffffff;}
.left-index h3{line-height:40px; margin:0;color:#8c051d; font-size:28px;}
.right-index h4 {line-height:40px; margin:0;color:#2f2e2e; font-size:21px;}
.vw-inx {float:right; background:#8c051d; line-height:40px; color:#fff; text-transform:uppercase; font-size:17px; font-weight:800; padding:0 20px;}
.vw-inx:hover	{background:#000; color:#d49e22;}
.vw-inx:focus	{background:#000; color:#d49e22;}
.learning-section.lrng-sec-all .wht-ppr .card p {position:relative; padding-left:45px; text-align:left;}
.learning-section.lrng-sec-all .wht-ppr .card p:before {position:absolute; left:0; top:50%; transform:translateY(-50%); content:""; width:35px; height:40px; background:url(../../../images/pdf-icon.png); background-size:100%;}
.learning-section.lrng-sec-all .card:hover p:before{background:url(../../../images/pdf-icon-hover.png); background-size:100%;}
.learning-section.lrng-sec-all .dte-plc p{font-size:22px;}
.learning-section.lrng-sec-all .lst-clmn .card .card-body{position:relative; transform:none;}
.learning-section.lrng-sec-all .lst-clmn .card:hover{background:none;}
.learning-section.lrng-sec-all .lst-clmn .card:focus{background:none;}
.learning-section.lrng-sec-all .lst-clmn .card img {width:100%; height:100%;}
/* Pagination */
.pagination {clear:both; position:relative; font-size:11px; /* Pagination text size */ line-height:13px; float:right; /* Pagination float direction */}
.pagination span, .pagination a { display:block; float:left; margin: 2px 2px 2px 0; padding:6px 9px 5px 9px; text-decoration:none; width:auto; color:#fff; /* Pagination text color */ background: #8c051d; /* Pagination non-active background color */-webkit-transition: background .15s ease-in-out; -moz-transition: background .15s ease-in-out;-ms-transition: background .15s ease-in-out;-o-transition: background .15s ease-in-out; transition: background .15s ease-in-out;}
.pagination a:hover{ color:#fff; background: #d49e22; /* Pagination background on hover */}
.pagination a:focus{ color:#fff; background: #d49e22; /* Pagination background on hover */}
.pagination .current{ padding:6px 9px 5px 9px; background: #d49e22; /* Current page background */ color:#fff;}
.member_directory_search input {width:100%; border:2px solid #8c051d; padding:3px 8px 3px 8px;}
.member_directory_search input::placeholder{color:#000; opacity:1;}
.member_directory_search select {width:100%; border:2px solid #8c051d; -moz-appearance: none;
-webkit-appearance: none; padding:3px 20px 3px 8px; background:#fff;}
.srchfltr-select {position:relative;}
.srchfltr-select:after {position:absolute; right:8px; top:14px; width:18px; height:9px; content:""; background:url(../../../images/select-down.png); background-size:100%;}
.srch-sbmt input {cursor:pointer; background:#8c051d; color:#fff; font-weight:800; text-transform:uppercase;}
.member_directory_list .table-striped tbody tr:nth-of-type(odd){background-color:transparent;}
.member_directory_list .table-striped tbody tr:nth-of-type(even){background-color:#fff;}
.member_directory_list .table th, .table td{border:none; padding:5px 15px;}
.member_directory_list .table-striped tbody tr td a:hover {color:#8c051d;}
.member_directory_list .table-striped tbody tr td a:focus {color:#8c051d;}
.mmbr-list p {margin-bottom:0; padding:6px 10px; color:#000;}
.mmbr-list p a:hover {color:#8c051d;}
.mmbr-list p a:focus {color:#8c051d;}
.mmbr-list p strong{color:#000;}

.member_directory_search {margin-bottom:20px;}
.print-btn {cursor:pointer;}
.accordian-area {margin-top:50px; min-height:450px;}
.accr-single {border:2px solid #8c051d; padding:10px 15px; margin-bottom:15px; position:relative;}
.accr-cntnt {padding-top:20px; padding-bottom:15px;}
.accr-half {width:50%; float:left;}

.accordian-area .accr-header a{display:block;}
.accordian-area .accr-header a:before {float: right !important;content:"-";padding-right: 9px; padding-left:9px;  text-align:center; font-size:40px;padding-bottom:4px;padding-top:3px;  color:#8c051d; border-radius:100%; font-weight:400; line-height:18px;}
.accordian-area .accr-header a.collapsed:before {float: right !important;content:"+";  font-size:40px;  padding-bottom:4px; padding-right: 7px; padding-left:7px;  font-weight:400; line-height:18px; padding-top:3px; margin-top:2px;}
.accr-header h5 {font-weight:700; font-size:20px; }
.accr-header h5	a{color:#333333;}
.accr-header h5	a:hover {color:#8c051d;}
.accr-cntnt p {color:#8c051d; margin:0 0 5px 0;}
.mmbr-list p a{color:#8c051d;}
.mmbr-list p a:hover{color:#000;}
.mmbr-list p a:focus{color:#000;}
.mmbr-list p a strong{color:#8c051d;}
.mmbr-list p a:hover strong{color:#000;}
.mmbr-list p a:focus strong{color:#000;}
.mmbr-list p a.print-btn {background:#8c051d; color:#fff; text-transform:uppercase; font-weight:800; font-size:19px; padding:10px 30px;}
.mmbr-list p a.print-btn:hover	{background:#d49e22;}
.mmbr-list p a.print-btn:focus	{background:#d49e22;}
.mmbr-list p.prnt-full{margin-top:20px;}
.ftrimg-left {float:left; margin:0 25px 10px 0; max-width:100%;}
.mmbr-list .mmbr-list-rgt {padding: 0px; }
.mmbr-list p.nn-mrgn {padding:0;}
.mmbr-list h2 {margin-bottom:20px; font-size:36px;}
.mmbr-list{background:#ffffff; -webkit-box-shadow: 0px 0px 7px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 7px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 7px -5px rgba(0,0,0,0.75); padding-bottom:40px; padding-left:30px; padding-top:30px;}
.srch-full article{ padding-bottom:20px; padding-top:20px; background:#fff; padding:35px 35px 15px 35px; -webkit-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75); margin-bottom:25px; }
.top-nav .btn-success.only-btn {margin-left:auto;}
.blog-sidebar {-webkit-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75); padding:10px 15px;}
.inner-pgs .blog-sidebar ul li{margin-bottom:10px;}
.inner-pgs .blog-sidebar h2{background:#d49e22; color:#fff; padding:5px 10px; font-weight:400;}
.sl-overlay{z-index:1000 !important;}
.gl-map {width:100%; height:307px; margin-top:30px; -webkit-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);}
.ngg-album-compact h4 a {font-size:18px;}
.ngg-albumoverview.default-view .ngg-album-compact h4 a.ngg-album-desc{font-size:18px; height:auto; color:#8c051d;}
.inner-pgs .ngg-albumoverview{margin-bottom:0; margin-top:0;}
.inner-pgs .ngg-galleryoverview{margin-bottom:0; margin-top:0;}
.bnrhdng-full {position:relative;}
.inner-pgs h4 { font-size:20px;}
.past-prsdnt h3{font-weight: bold;
   color: #8c051d;
   font-size: 25px;}
.past-prsdnt ul li {font-size:18px; font-weight:500; margin-bottom:15px;}
.past-prsdnt ul{margin-bottom:0; margin-top:18px;}
.past-prsdnt p {font-size:18px; font-weight:500;}
.past-prsdnt p a {color:#8c051d;}
.past-prsdnt p a:hover {color:#d49e22;}
.past-prsdnt p a:focus {color:#d49e22;}
.prsdnt-contentarea{padding-right:20%; margin-bottom:40px;}
.inner-pgs h2.ngtv-mrgn {margin-top:-7px;}
.inner-pgs p.fame-name{padding-bottom:10px; padding-top:7px;}
.blog-full.comt-full .entry-content{padding:0;}
.inner-pgs p.committee-para{padding-bottom:5px;}
.inner-pgs p.committee-year{padding-bottom:15px;}
.blog-ftrimg.fameftrimg{flex:0 0 12%;}
.kb-searchform input{border:2px solid #8c051d; width:100%; color:#000; padding:4px 8px 4px 8px;}
.kb-searchform select{border:2px solid #8c051d; width:100%; color:#000; padding:4px 8px 4px 8px; -webkit-appearance:none; -moz-appearance:none;}
.kbsrchslct:after {position:absolute; right:8px; top:14px; width:18px; height:9px; content:""; background:url(../../../images/select-down.png); background-size:100%;}
.kb-searchform input::placeholder{color:#000; opacity:1;}
.kbsrchslct {position:relative;}
.kb-searchform .form-submit {background:#8c051d; cursor:pointer; text-transform:uppercase; font-weight:800; color:#fff;}
.kb-searchform {margin-bottom:35px;}
.knwldg-all h2 {font-size:22px; font-weight:700; margin:0 0 5px 0; color:#1a1a1a;}
.knwldg-all hr{margin:2px 0 10px 0; width:50%;}
.knbslist-full h3{font-size:19px; font-weight:700; color:#1a1a1a; }
.knbslist-full ul li{font-size:14px; font-weight:500; padding:4px 0;}
.knbslist-full ul li a{color:#8c051d;}
.knbslist-full ul li a:hover{color:#d49e22;}
.knbslist-full ul li a:focus{color:#d49e22;}
.knbslist-full {margin-bottom:20px;}
.knwldg-all .heading{margin-bottom:30px;}
.inner-pgs ul.nwsltr-list li{font-size:18px; font-weight:700; padding:18px 15px; margin-bottom:25px; -webkit-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);}
.inner-pgs ul.nwsltr-list li:before{display:none;}
.inner-pgs ul.nwsltr-list a {color:#8c051d;}
.inner-pgs ul.nwsltr-list span {font-weight:400; font-size:16px;}
.inner-pgs h4 a:hover {color:#d49e22;}
.inner-pgs h4 a:focus {color:#d49e22;}
.pst-prsdnt-tbl	{border-right:1px solid #dcdcdc; font-size:16px; color:#2f2e2e; line-height:26px; width:49%}
.pst-prsdnt-tbl tbody tr:nth-of-type(even){background-color:#fff;}
.pst-prsdnt-tbl tbody tr td {padding:5px 15px;}
.pst-prsdnt-tbl.wtht-brdr{border-right:none;}
.vimeo-video{width:100%; margin-top:20px; height:360px;}
.vimeo-video #player{box-shadow:0px 0px 17px -8px rgba(0,0,0,0.75); }

.topic-repeat { padding:18px 15px; margin-bottom:25px; -webkit-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);}
.topic-repeat h4{font-size:18px; font-weight:700;}
.tx-tpc .card-body p {padding-bottom:0;}
.tx-tpc .learning-section {padding:0;}
.blog-full.forum-full .entry-content{flex:0 0 100%; padding:0;}
.forum-dates .fas {color:#8c051d; margin-left:8px; font-size:15px;}
.lk-cmnt {margin-right:5px;}
.forum-top span{background:#d49e22; color:#fff; padding:5px 15px;}
.forum-top span a {color: #fff;}
.rdmr-mrgn .forum-rdmr {text-transform:uppercase; background:#8c051d; color:#fff; padding:10px 25px; font-size:13px; font-weight:900;}
.inner-pgs .forum-full .rdmr-mrgn {margin-top:10px;}
.forum-full h4 {margin:15px 0 0 0; font-weight:700;}
.forum-dates {margin:10px 0 10px 0;}
.forum-upper h1{color:#8c051d; font-size:36px; font-weight:700;}

/****Mid Portion****/
.inner-pgs .blog-full.forum-full h2{font-size:28px;}
.forum-upper h1 span {font-size:24px;}
.forum-upper h5 {color:#000; margin-top:45px; margin-bottom:30px;}
.nftn {width:100%;  margin-bottom:18px; text-align:left;}
.nftn a{background:#d49e22; color:#fff; padding:12px 28px 12px 14px; font-size:16px; }
.section.about-us.inner-pgs.forum-srch .nftn a {  display: inline-block;}
.nftn a .fas {margin-right:10px;}
.nftn a:hover {background:#8c051d;}
.nftn a:focus {background:#8c051d;}
.dscsn {width:100%;  margin-bottom:18px; margin-top:24px; text-align:left;}
.dscsn a{background:#8c051d; color:#fff; padding:12px 24px 12px 14px; font-size:16px;}
.dscsn a .fas {margin-right:10px;}
.dscsn a:hover {background:#d49e22;}
.dscsn a:focus {background:#d49e22;}
.srch-forum {width:100%; overflow:hidden;}
.srch-forum .srch-inpt{border:2px solid #8c051d; color:#000; padding:7px 10px 7px 10px; width:66%; float:left; font-size:16px; }
.srch-forum .srch-inpt::placeholder{color:#000; opacity:1; }
.srch-forum .srch-sbmt{width:20%; height:42px;  background:url(../../../images/srch.png) center center no-repeat #8c051d; cursor:pointer; border:none; outline:none; background-size:45%; float:left;}
.srch-forum .srch-sbmt:hover{background:url(../../../images/srch-hvr.png) center center no-repeat #8c051d; background-size:45%;}
.srch-forum .srch-sbmt:focus{background:url(../../../images/srch-hvr.png) center center no-repeat #8c051d; background-size:45%;}
.sidebar-accordian .card-header .btn.btn-link:before {float: right !important;content:"-";padding-right: 7px; padding-left:7px; text-align:center; font-size:22px;padding-bottom:4px;padding-top:3px;  line-height:18px;color:#fff; border:1px solid #fff;font-weight:400; position:absolute; top:50%; right:25px; transform: translate(0, -50%);  line-height:22px;}
.sidebar-accordian .card-header .btn.btn-link.collapsed:before {float: right !important;content:"+"; font-weight:400; font-size:26px; line-height:18px; padding-bottom:4px; padding-right: 7px; padding-left:7px;   padding-top:3px; margin-top:2px; position:absolute; top:50%; right:25px; transform: translate(0, -50%); line-height:22px;}
.sidebar-accordian .card-header .btn.btn-link{width:100%; text-align:left; color:#fff; background:#8c051d; text-decoration:none; font-size:26px; line-height:28px; padding:15px 20px; position:relative;}
.sidebar-accordian .card-header{padding:0;}
.sidebar-accordian .card-header .btn.btn-link.collapsed{background:#333333;}
.sidebar-accordian .card-header .btn.btn-link.collapsed:hover{background:#8c051d;}
.sidebar-accordian .card-header .btn.btn-link.collapsed:focus{background:#8c051d;}
.sidebar-accordian .card-header	{ border-radius:0;}
.sidebar-accordian .card-body{padding:0;}
ul.top-list{margin-bottom:15px; margin-top:15px;}
ul.top-list li:before {display:none;}
ul.top-list li {padding-left:0;}
ul.top-list li a {padding:5px 20px; width:100%; display:block; color:#8c051d;}
ul.top-list li.current-active a{background:#8c051d; color:#fff; position:relative;}
ul.top-list li.current-active a:before {background:url(../../../images/sidebar-arrow.png) no-repeat left center; position:absolute; left:8px; top:6px; content:""; width:10px; height:21px;}
ul.middle-list li {padding-left:0;}
ul.middle-list li:before {display:none;}
ul.middle-list li a {padding:5px 20px; width:100%; display:block; color:#8c051d;}
ul.middle-list li.current-active a{background:#8c051d; color:#fff; position:relative;}
ul.middle-list li.current-active a:before {background:url(../../../images/sidebar-arrow.png) no-repeat left center; position:absolute; left:8px; top:6px; content:""; width:10px; height:21px;}
ul.middle-list li.inactive a{color:#aeb1b3; cursor:not-allowed; pointer-events: none;}
.sidebar-accordian hr {width:85%; margin:10px auto; border-color:#8c051d;}
.sidebar-accordian {margin-top:30px; box-shadow:-6px 0 11px -12px rgba(0,0,0,0.75);}

.forum-top{font-size:24px; font-weight:700;}
.forum-single {position:relative;}
.top-share {position:absolute; right:0; top:6px;}
.top-share a {color:#fff; background:#333333; padding:7px 20px;}
.top-share a:hover {background:#8c051d;}
.top-share a:focus {background:#8c051d;}
.blog-full.forum-full.forum-single{padding:45px 35px 15px 35px; margin-bottom:15px; margin-top:20px;}
.forum-full h5 {margin:0 0 15px 0; font-weight:700; font-size:20px; color:#8c051d;}
.forum-full h6 {margin:0 0 15px 0; font-weight:700; }
.forum-full h6 a{ color:#8c051d;}
.forum-full h6 a:hover{ color:#d49e22;}
.forum-full h6 a:focus{ color:#d49e22;}
.ftr-left {float:left; max-width:13%; margin-right:20px;}
.forum-full.forum-single h4 {margin:-5px 0 0 0;}
.inner-pgs .blog-full.forum-single.forum-full h2{margin-bottom:25px;}
.forumcomment { background:#fff; padding:35px 35px 25px 35px; -webkit-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75); border-top:4px solid #8c051d; overflow:hidden;}
.comment-hdng {display:block; }
.forumcomment h3 {margin:0 0 15px 0; font-weight:700; font-size:20px; border-bottom:1px solid #b2b3b3; padding-bottom:10px; width:100%;}
.comment-repeat {display:block; }
.blog-full.forum-full.forum-single p {margin-bottom:0;}
.main-comment p {margin-bottom:0; padding-bottom:2px; padding-top:2px;}
.main-comment p a {text-decoration:underline;}
.main-comment .ftr-left {max-width:13%;}
.replied-comment {margin-left:13%; margin-top:20px; overflow:hidden;}
.replied-comment p {margin-bottom:0; padding-bottom:8px;}
.replied-comment p a {text-decoration:underline;}
.replied-comment .ftr-left {max-width:11%;}
.comment-repeat {margin-bottom:20px;}
.section.about-us.forum-sngl-pg {margin-top:0;}
ul.middle-list {margin-top:15px; margin-bottom:15px;}
.comment-box{width:100%; height:100px; padding:15px;}
.comment-form textarea::placeholder {opacity:1; color:#000;}
.comment-form .sbmt-btn{float:right; background:#8c051d; color:#fff; border:none; outline:none; cursor:pointer; text-transform:uppercase; font-weight:700; padding:8px 35px; margin-top:8px;}
.comment-form .sbmt-btn:hover {background:#d49e22;}
.comment-form .sbmt-btn:focus {background:#d49e22;}
.comment-form .cancel-btn {float: right;background: #d49e22;color: #fff;border: none;outline: none;cursor: pointer;text-transform: uppercase;font-weight: 700;padding: 8px 35px;margin-top: 8px; margin-right:10px;}
.comment-form .cancel-btn:hover {background:#8c051d;}
.comment-form .cancel-btn:focus {background:#8c051d;}
.section.about-us.inner-pgs.forum-srch {margin-top:0;}
.trndng-sctn {margin-top:20px;}
.trndng-sctn h5 {text-transform:uppercase; color:#8c051d; margin-bottom:25px; border-bottom:2px solid #d49e22; padding-bottom:10px;}
.forum-entry {-webkit-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75); padding:15px 15px 0 20px; margin-bottom:15px;}
.forum-entry .forum-dates {margin:10px 0 0 0;}
.forum-entry h2 {margin-bottom:20px;}
.forum-entry h2 strong{font-weight:700;}
.forum-entry h5 {color:#000; font-weight:600;}
.forum-midsection hr{border-bottom:2px solid #d49e22;}
.forum-block {width:19%; margin:0 5px 0 5px;}
.forum-block .forum-entry h2{font-weight:500; min-height:75px; font-size:20px; margin-bottom:5px;}
.forum-midsection {margin-bottom:20px;}
.forum-midsection .forum-entry h2 {font-weight:400;}
.forum-disable {position:relative;}
.forum-disable:before {position:absolute; width:100%; height:100%; background:rgba(242,242,243,0.7); content:""; left:0; top:0;}
.ntfncn-chkbx {font-size:16px; float: left; width: 48%; padding: 0 1%; text-align: left; margin-bottom: 10px;}
.form-group.ntfncn-chkbx.active {color: #8c051d;}
.col-md-12.notification-lists{float: left; padding: 0px;}
.col-md-12.notification-lists .theme-btn{margin: 0px;}
.page-template-forum .nftn{text-align:right;}
.page-template-forum .srch-forum .srch-inpt{float:left; margin-left:14%;}
.discussion-form input{width:100%; padding:3px 10px; font-size:16px; border:1px solid #929292; background:#f7f8f9;}
.discussion-form textarea{width:100%; padding:3px 10px; font-size:16px; border:1px solid #929292; background:#f7f8f9; height:80px;}
.discussion-form input:focus {border:1px solid #000;}
.video-full {text-align:center;}
.uplddvideo {width:auto; height:360px; margin-top:20px;}
.tlbx-mrg {margin-top:20px;}
.learning-section.lrng-sec-all p{font-size:16px; color:#2f2e2e; line-height:26px; padding-bottom:15px; margin:0; font-weight:500;}
.learning-section.lrng-sec-all p.zero-pdng {padding:0;}
/*.learning-section.lrng-sec-all p a {color:#8c051d;}*/
.learning-section.lrng-sec-all p a:hover {color:#d49e22;}
.learning-section.lrng-sec-all p a:focus {color:#d49e22;}
.learning-section.lrng-sec-all h2{color:#8c051d; font-size:22px; font-weight:700;}
.learning-section.lrng-sec-all h2 a{color:#8c051d;}
.learning-section.lrng-sec-all h2 a:hover{color:#d49e22;}
.learning-section.lrng-sec-all h2 a:focus{color:#d49e22;}
.learning-section.lrng-sec-all h6{color:#2f2e2e; font-size:16px; font-weight:700;}
.learning-section.lrng-sec-all .card-body p{padding-bottom:0;}	
.conf-row-list {font-size:20px; color:#2f2e2e; margin:30px 0 0 0;}

/****Mid Portion****/
/****Custom ****/
.main-comment {float: left; width: 100%; margin-bottom: 20px; }
.main-comment .avatar {float: left; max-width: 13%; margin-right: 20px; }
.comment-repeat .children {float: left; width: 100%;padding-left: 13%; margin-top: 0px; }
.comment-form div.error {color: red; font-size: 14px; }
.social-share {margin-top: 4px; width: auto; }
.top-share .social-share a {background: #333333; padding: 4px 5px; margin: 0px; line-height: 0px; }
.comment-form {float: left; width: 100%; margin-top: 0px; }
.comment-reply-title a{text-decoration: underline;color: #8c051d;}
.simplefavorite-button {background: none;}
.forum-dates .simplefavorite-button {font-size: 0px;background: none;}
.forum-dates .simplefavorite-button i.fas.fa-thumbs-up { display: none;}
.forum-dates span.simplefavorite-button-count {font-size: 19px;color: #2f2e2e; background: none;}
.top-share span.simplefavorite-button-count {display: none;}
.simplefavorite-button{ background: none; color: #fff; border: none;}
.top-share .simplefavorite-button{cursor: pointer;}
.simplefavorite-button.active .fa-thumbs-up{ color: #ff0000 !important;}
.simplefavorite-button.active {opacity: 1;}
.simplefavorite-button:focus {outline: none;}
.social-share{text-align: center;}
.social-share .a2a_kit.a2a_kit_size_32.addtoany_list a{background:none;}
.wht-ppr p {font-size:14px; line-height:26px;}
.wht-ppr p a{color:#8c051d;}
.wht-ppr p a:hover{color:#d49e22;}
.wht-ppr p a:focus{color:#d49e22;}
.orderlist-marg {margin-left:20px;}
.post-views{display: inline-block !important;}
.marg-modl{margin-left:20px;}
.discussion-form input {margin: 5px 0;}
.discussion-form  input[type=submit]{float: right; background: #8c051d;color:#fff;border: none;outline: none;cursor: pointer;text-transform: uppercase;font-weight: 700;padding: 8px 35px;margin-top: 8px;width: 25%;}
.discussion-form  input:hover[type=submit]{background-color:#d49e22;}
.discussion-form  input:focus[type=submit]{background-color:#d49e22;}
.discussion-form .usp-pro-form .usp-fieldset input[type=submit]{ width:auto;}
.discussion-form .quicktags-toolbar input{ width:auto; border:0px solid #92929;}
.page-template-forumdiscussion .dscsn, .page-template-forumsearch .dscsn{display: none;}
.inner-pgs .blog-full p{word-break:break-word;}
footer.entry-footer .edit-link{font-size:14px; font-weight:300;}
.acf-input-prepend, .acf-input-append, .acf-input-wrap {height: inherit !important;}
.acf-input-wrap input {  height: inherit !important;}

.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="email"], .acf-field input[type="url"], .acf-field textarea, .acf-field select {
    font-size: 16px !important;padding: 3px 10px !important;
}
.acf-fields>.acf-field {
    padding: 15px 0px !important;
    border-top: #EEEEEE solid 0px !important;
}
.blog-full.forum-full.forum-single.forum-full h5 a {
    color: #8c051d;
}
.sce-edit-button a {
    color: #8c051d;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
}
.sce-edit-button a:hover {
    color: #d49e22;
}
.sce-edit-button a:focus {
    color: #d49e22;
}

.sce-comment-edit-buttons button {
    background: #8c051d;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 35px;
    margin-top: 8px;
}

.sce-comment-edit-buttons button:hover {
    background: #d49e22;
}

.sce-comment-edit-buttons button:focus {
    background: #d49e22;
}


.sce-comment-edit-buttons button.sce-comment-cancel {
    margin-right: 5px; background: #d49e22;
}
.sce-comment-edit-buttons button.sce-comment-cancel:hover {
  background: #8c051d;
}
.sce-comment-edit-buttons button.sce-comment-cancel:focus {
  background: #8c051d;
}
.sce-comment-edit-buttons {float: right; width: 100%; text-align: right; }
textarea.sce-comment-text {
    padding: 15px;
}
.edit-comment-form div.error {
  color: red;
  font-size: 14px;
}
.posted-date{font-size:19px; font-weight:700; margin:0 0 10px 0;}
.authrnm{font-size:20px; font-weight:700;}
.srchexcrpt {margin:0 0 15px 0;}

button.sce-comment-delete {
    display: none;
}
.header .bg-red ul.navbar-nav li ul li.current-menu-item a{color:#fff !important;}
.tool-full { background:#fff; padding:35px 35px 15px 35px; -webkit-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75); margin-bottom:25px; overflow:hidden;}
.inner-pgs .tool-full h2{margin-bottom:20px;}
.comments-area .sce-edit-comment{margin:0px;width: auto;display: inline-block; position:relative;}


.comment-edit-link{display: none;}
/*.commnt-body {width: auto; display: inline-block; } */
.commnt-body {width: 100%; display: inline-block; }
.collapse:not(.show){height: 0; opacity: 0; visibility: hidden; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;}
.accr-single .collapse{left:0; top:44px; width:100%; background:#fff; padding:5px 20px; z-index:99; margin-top: 15px;  height: auto; opacity: 1; visibility: visible;}
.accr-single .collapsing{position:absolute; left:0; top:44px; width:100%; background:#fff; padding:5px 20px; z-index:99;}
.top-letrs{text-align:center; margin-bottom:40px;}
.top-letrs ul {display:block; width:100%; overflow:hidden;}
.top-letrs ul li {display:inline-block; margin:0 15px;}
.wordallrepeat {width:100%; display:block; overflow:hidden; padding:35px 35px 15px 35px; box-shadow:0px 0px 17px -8px rgba(0,0,0,0.75); margin-bottom:30px;}
.wordrepeat ul li{ float:left; width:20%;}
.main-wrd h2{color:#8c051d; font-size:22px; font-weight:700;}
.wordrepeat {width:100%; display:block; overflow:hidden; padding-bottom:15px;}
.main-wrd {margin-bottom:10px;}
.wordrepeat ul li a:hover {color:#8c051d;}
.mmbr-list-left img.ftrimg-left{max-width:100%;}
.vdeo-crsl{text-align:center; padding-bottom:20px;}
.vdeo-crsl h3 {color:#8c051d; font-size:16px; line-height:24px;}
.vdeo-crsl h3 a {color:#8c051d;}
.vdeo-crsl h3 a:hover {color:#d49e22;}
.vdeo-crsl h3 a:focus {color:#d49e22;}
.videoftrimage{margin-bottom:20px;}
.videoftrimage img {width:65%;}
.vdeo-crsl .owl-nav .owl-prev {position:absolute; left:-10px; top:50%; transform: translate(-50%, 0%);}
.vdeo-crsl .owl-nav .owl-prev .nav-btn.prev-slide{width: 0; height: 0; border-top: 10px solid transparent;border-bottom: 10px solid transparent; border-right: 10px solid #8c051d;}
.vdeo-crsl .owl-nav .owl-next {position:absolute; right:-30px; top:50%; transform: translate(-50%, 0%);}
.vdeo-crsl .owl-nav .owl-next .nav-btn.next-slide{width: 0; height: 0; border-top: 10px solid transparent;border-bottom: 10px solid transparent; border-left: 10px solid #8c051d;}
.post-type-archive-conference_videos .conference_videos .blog-full h2 {margin-bottom:5px; margin-top:10px;}
.post-type-archive-conference_videos .conference_videos .blog-full p.rdmr-mrgn{margin-top:10px;}
.learning-section.lrng-sec-all .card:hover p {color:#fff; transition:0.5s;}
.learning-section.lrng-sec-all .card:focus p {color:#fff; transition:0.5s;}
.blog-full .blog-ftrimg img {max-width:100%; height:auto;}
.edit-comment-form{float: left;width: 100%}
.vdolstng {margin-bottom:20px;}
button.member-close-btn{position: absolute; top: 16px;right: 16px; background: #8c051d; opacity: 1; color: #fff; height: 40px; line-height: 40px; padding: 0!important; width: 40px;}

button.member-close-btn:hover{background: #000; opacity: 1!important; color: #fff!important;}
button.member-close-btn:focus{background: #000; opacity: 1!important; color: #fff!important;}
article.type-news{overflow:hidden;}
#latest-video .member-close-btn{right:0; top:0;}
.btn.theme-btn.ylw-rdmrbtn {background:#d49e22; margin:15px auto;}
.btn.theme-btn.ylw-rdmrbtn:hover{background:#000;}
.btn.theme-btn.ylw-rdmrbtn:focus{background:#000;}

.gems-ftrimg img {width:100%; height:auto;}
.inner-pgs .gems-full h2{padding-right:20px;}
.inner-pgs .gems-full p.rdmr-mrgn{text-align:center; margin-top:20px;}
.inner-pgs .gems-full p.rdmr-mrgn .blog-rdmr{ background:#8B041F; color:#fff; padding:15px 20px;}
.singlgems {margin-bottom:50px;}
.inner-pgs .gems-full h2 a{color:#070906;}
.gemssnglpg ul li:before{display:none;}
.gemssnglpg ul li {list-style:none; font-weight:700; padding-left:0; margin-bottom:2px;} 
.gemssnglpg ul li a{color:#8c051d;}
.gemvideoarea iframe{width:100%; height:620px;}
.inner-pgs .gemssnglttl h2 {margin-top:0; color:#070906; margin-bottom:20px; font-size:30px;}
.gembkbtn {margin-top:30px;}
.inner-pgs .gembkbtn p{text-align:center; font-weight:700;}
.gembkbtn .bkbtn{ background:#8B041F; color:#fff; padding:15px 20px;}
.ctblwvd h5 span{color:#8c051d;}
.inner-pgs .fdbk  p{text-align:right; font-weight:700;}
.fdbk .bkbtn{ background:#8B041F; color:#fff; padding:15px 20px;}
.ctblwvd {margin-top:20px;}
.gemsrchform .input-group {border:1px solid #8B041F;}
.gemsrchform .btn-search{background:transparent; color:#8B041F;}
.inner-pgs .gemscat{margin-top:20px; padding:0 5px;}
.inner-pgs .gemscat li{padding-left:0; font-weight:600;}
.inner-pgs .gemscat li a{color:#8B041F;}
.inner-pgs .gemscat li:before{display:none;}
.gems-sidebar{background:#E7E7E7; padding:25px 12px 15px;}
.inner-pgs .gemsrchform .search-field{font-weight:600; color:#000; background:transparent; border:none;}
.brief-section .left-section .gemstp h2{color:#fff;}
.brief-section .image-section img{width:100%;}
.brief-section .image-section a img {width:auto;}
/*.col-md-6.singlgems:nth-child(n+7) {
display: none;
}*/
.news-list .card img{
    height: 290px;
    object-fit: cover;
}
.news-list .card-body .card-text a{color:#000 !important;}
.news-list .card-body .card-text a:hover{color:#d9a631 !important;}
.news-list .page-numbers{
    padding: 5px 16px;
    background: #8c051d;
    color: #fff;
    margin: 15px 6px 0px 0px;
}
.news-list .page-numbers.current{background:#d49e22;}

.gemvideoarea .wp-video {width: 100% !important;}
.gemvideoarea .wp-video .mejs-container {
    width: 100% !important;
    min-width: 100% !important;
}

/*Responsive*/


@media only screen and (min-width: 1600px) {
  .container
  {
    max-width:1530px;
    position:relative
  }

.slider .carousel-caption h2{font-size: 50px;
}

.new-updates .card .card-body h4 a{font-size: 30px;}

.brief-section .right-section h2, .learning-section .heading h2, .new-updates .heading h2, .forum .left-section h2, .forum .right-section h2{
      font-size: 50px;
}
.header .bg-red ul.navbar-nav li a{font-size:15px;}
.header .bg-red ul.navbar-nav li a {  padding: 15px 25px;}
.brief-section .left-section h3{font-size: 38px;}

.brief-section .right-section .text-section{font-size: 90px;}
.learning-section .card h3 a{font-size: 30px;}
.brief-section .right-section h4{font-size: 35px;}
.brief-section .right-section .text-section p{font-size: 25px;}

ul.footer-menu li a {
    color: #d4d4d4;
    font-size: 18px;
}
.modal h5{font-size: 40px}
p{font-size: 22px;}
.modal .form-control {
    height: 64px;
    border-radius: 0px;
    color: #000;
    border: 2px solid #adadad;
    font-weight: bold;
    font-size: 24px;
}

.modal a{font-size: 22px;}
.new-updates .card .card-body p{font-size: 25px}
.forum .left-section h3{font-size: 38px;}
.forum .news-section h4{font-size: 24px;}
footer .copy-right{font-size: 15px;}
footer .menu h6{font-size: 26px;}
.top-nav .form-control{font-size: 20px;}
.forum .news-section h5{font-size: 19px;}
.top-nav .btn-success{font-size: 17px;}
.theme-btn{font-size: 18px;}
	.banner-hdng h1{font-size:36px;}
	.inner-pgs h2{ font-size:26px;}
	.inner-pgs p{font-size:18px; line-height:28px;}
	.inner-pgs h6{font-size:18px; }
	.inner-pgs ul li:before {width:8px; height:8px;}
	.date-entry {font-size:18px;}
.blog-full	{padding:45px 45px 30px 45px;}
.mmrb-form label {font-size:19px;}
.modal-dialog{max-width:800px; margin-top:8%;}
.learning-section.lrng-sec-all .wht-ppr .card p:before { width:49px; height:57px; }
.int-mdul ol{font-size:22px;}
.dte-plc p{font-size:24px;}
.ftrimg-left{max-width:30%;}
.mmbr-list h2 { font-size:38px;}

/****Mid Portion****/
.ftr-left{max-width:9%;}
.main-comment .ftr-left{max-width:10%;}
.replied-comment{margin-left:10%;}
.replied-comment .ftr-left{max-width:9%;}
.comment-repeat{margin-bottom:30px;}
.forum-block {margin:0 7px 0 7px;}
.forum-block .forum-entry h2{min-height:95px; margin-bottom:10px; font-size:26px;}
.forum-entry h2{font-size:30px;}
.srch-forum{width:73%; float:left; margin-bottom:20px;}
.srch-forum .srch-sbmt{height:45px; width:23%; background-size:40%;}
.sidebar-accordian{width:90%; overflow:hidden;}
.forum-entry h5{font-size:24px;}
.inner-pgs .blog-full.forum-full h2{font-size:34px;}
.srch-forum .srch-inpt{width:70%; font-size:18px;}
.inner-pgs ul li{font-size:22px;}
ul.top-list li a{padding:8px 30px;}
ul.middle-list li a{padding:8px 30px;}
ul.middle-list li.current-active a:before{width:10px; height:22px; background-size:100%; top:8px; left:10px;}
.sidebar-accordian .card-header .btn.btn-link{line-height:34px; font-size:30px;}
.nftn a{font-size:18px;}
.dscsn a{font-size:18px;}
.page-template-forum .srch-forum{width:100%;}
.page-template-forum .srch-forum .srch-sbmt{width:15%;}
.page-template-forum .srch-forum .srch-inpt{margin-left:32%; width:53%;}
.learning-section.lrng-sec-all p{font-size:18px; line-height:28px;}
	.header .bg-red ul.navbar-nav li ul li a{font-size:16px;}
	.menu-header-menu-container ul li ul{width:285px;}
	.learning-section.lrng-sec-all .wht-ppr .card p{padding-left:65px;}
	.past-prsdnt p{font-size:22px;}
	.forum .left-section .text-content{padding-right:16%;}
	.slider{margin-top:150px;}
	.inner-banner {margin-top:150px;}
	.header.sticky .bg-red.top-nav .navbar-brand img{max-width:78%;}
	.gemvideoarea iframe{height:840px;}
	..news-list .card img{height:380px;}
	
/****Mid Portion****/
}
@media only screen and (min-width: 1400px) {
 .slider{margin-top:135px;}
 .inner-banner {margin-top:135px;}   
}

@media only screen and (max-width: 1300px) {
.brief-section .right-section {
    padding: 45px 56px;
}
.slider .carousel-caption h2{font-size: 38px;}

}
@media only screen and (max-width: 1199px) {

  .city-list .card h3 {
    font-size: 27px;
}

.slider {
    position: relative; margin-top:11.2%;
}

.new-updates .heading h2, .service h2{
  font-size: 35px;
}

.city-list .card {
    padding: 20px 30px;
}

.header .bg-red ul.navbar-nav li a, footer .bg-red ul.navbar-nav li a {
    color: #feffff;
    padding: 10px 11px;
}
.header.sticky .bg-red ul.navbar-nav li a{padding: 10px 11px;}
.brief-section .right-section {
    padding: 30px 20px;
}
.brief-section .right-section .text-section p{
  font-size: 18px;
}
.brief-section .right-section h4{font-size: 24px;}
ul.footer-menu li a{font-size: 13px;}
footer p.copyright {
    padding-top: 6px;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
}

.new-updates .owl-prev {
    left: -42px;
}

.new-updates .owl-next {
    right: -42px;
}

footer .copy-right {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0;

}
.slider .carousel-caption{width: 60%}
.learning-section .card h3 a{font-size: 20px;}

.slider .carousel-caption h2 {
    font-size: 35px;
}


.header .bg-red.top-nav .navbar-brand img{width: 140px}
.blog-ftrimg{flex:0 0 20%}
.blog-ftrimg.fameftrimg{flex:0 0 20%}
	.blog-full .entry-content{flex:0 0 100%;}
	.member_directory_search input{font-size:16px;}
	.member_directory_search select{font-size:16px;}
	.srchfltr-select:after{right:4px;}
	/****Mid Portion****/
.nftn a{display:block; width:100%; font-size:15px;}
.dscsn a{display:block; width:100%; font-size:15px;}
.dscsn{margin-top:15px; margin-bottom:18px;}
.srch-forum .srch-inpt{width:78%; margin-left:0;}
.forum-block{width:23%;}

.discussion-form input[type=submit]{background: #8c051d !important; }
.discussion-form .forum-sbmt:hover{background: #d49e22;}
.discussion-form .forum-sbmt:focus{background: #d49e22;}
.blog-full.forum-full.forum-single input.edit-btn {
    background: #8c051d;
    padding: 5px 15px;
    border: 0px;
    color: #fff;
    margin-bottom: 10px;
}
.page-template-forum .srch-forum .srch-inpt{margin-left:0;}
.menu-header-menu-container ul li ul{width:210px; left:13px;}
	.accordian-area{min-height:500px;}
/****Mid Portion****/
.inner-banner{margin-top:11.2%;}
.header .bg-red{margin:-1px 0 0 0;}
.header.sticky .bg-red.top-nav{padding:20px 0; padding-right:30px;}
.header.sticky .bg-red.top-nav .navbar-brand img{max-width:100%;}
}

@media only screen and (max-width: 1023px) {

.header .bg-red ul.navbar-nav li a {
    color: #feffff;
    padding: 10px 13px;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
}
a.navbar-brand img {
    max-width: 120px;
}

.brief-section .right-section {
    padding: 40px 20px;
}
.brief-section .right-section h4{
  font-size: 20px;
}
.brief-section .right-section .text-section p {
    font-size: 18px;
}
footer .theme-btn {
    padding: 10px 15px;
    font-size: 14px;
}
.new-updates{padding: 35px 0;}

.new-updates .card .card-body h4 a{font-size: 19px;}

.forum .news-section .card .card-body {
    padding: 22px 35px;
}
.learning-section .card h3 a{font-size: 18px;}
.forum .news-section h4{font-size: 18px;}

.learning-section .heading h2, .forum .left-section h2, .forum .right-section h2{font-size: 30px;}

p{font-size: 15px;}

.slider .carousel-caption .carousel-text{
padding:16px 16px;
}
.carousel-text h3{
  font-size: 18px;
}

.new-updates .owl-next {
    right: -30px;
}

.new-updates .owl-prev {
    left: -30px;
}
.slider .carousel-caption h2 {
    font-size: 26px;}
footer .copy-right {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0;

}
footer .bg-red ul.navbar-nav li a {
    padding: 12px 9px;
    font-size: 14px;
}
/****Mid Portion****/
.blog-full.forum-full.forum-single{padding:55px 35px 15px 35px;}
.ftr-left{max-width:25%;}
.main-comment .ftr-left{max-width:16%;}
.replied-comment{margin-left:10%;}
.replied-comment .ftr-left{max-width:14%;}
.comment-repeat .children{padding-left:10%;}
.comment-repeat .children .ftr-left{max-width:14%;}

ul.top-list li a{padding:5px 10px;}
ul.middle-list li a{padding:5px 10px;}
ul.middle-list li.current-active a:before {left:2px;}
.sidebar-accordian .card-header .btn.btn-link{font-size:20px; padding:10px;}
.nftn{text-align:center;}
.dscsn{text-align:center;}
.srch-forum .srch-inpt{width:75%;}
.srch-forum .srch-sbmt{width:25%;}
.forum-entry h2 {font-size:21px;}
.forum-upper h5{font-size:18px;}
.forum-block{width:23%;}

/****Mid Portion****/	
}


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

.header .bg-red ul.navbar-nav li a {
    padding: 10px 8px;
    font-size: 13px;
}
.new-updates .card .card-body h4{line-height: 1.2}
.new-updates .heading h2{font-size: 25px;}
.new-updates .card .card-body h4 a{
  font-size: 18px;
}
.brief-section .right-section{
  padding: 25px 14px;
}
.brief-section .left-section h3{font-size: 22px}

.brief-section .right-section h4{font-size: 18px;}

.brief-section .right-section h2, .forum .left-section h2, .forum .right-section h2{font-size: 25px;}
.brief-section .right-section .text-section p{font-size: 14px;}
.header .bg-red.top-nav{
    padding: 20px 0px;
    padding-right: 30px;
  }

.about-us, .service, .new-updates {
    padding: 30px 0;
}

a.btn-outline-white {
    padding: 10px 35px;
    font-size: 14px;
}

.service .card h5, .new-updates .card h5{
  font-size: 22px;
}

.new-updates .card{
  margin-bottom: 0px;
}

.slider {
    position: relative;
}

.slider .carousel-caption .carousel-text{
padding:16px 16px;
}
.carousel-text h3{
  font-size: 18px;
}
p{font-size: 16px;}
.forum .news-section h4{font-size: 15px;}
.slider .carousel-caption h2 {
    font-size: 22px;}

.forum .left-section h2,.forum .right-section h2  {
  font-size: 24px;
}
.forum .left-section .text-content{
  padding-right: 0px;
  margin-bottom: 0;
}
.forum .news-section h5{font-size: 14px;}
.forum .news-section .card .card-body{
  padding: 22px 15px;
}
.learning-section .heading h2{font-size: 26px}
.forum .left-section h3{
  font-size: 22px;
}
.learning-section .card h3 a{font-size: 18px;}

.learning-section .card .card-body {
    padding: 30px 10px;
    min-height: 120px;
}
footer .menu h6{font-size: 11px;}
ul.footer-menu li a{
  font-size: 11px;
}

footer .theme-btn {
    padding: 10px;
    font-size: 12px;
}

footer .copy-right {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0;

}
footer .row .col-md-6:first-child .menu{
  padding-right: 0px;
}

.theme-btn{
  font-size: 16px;
  padding: 15px 30px;
}

.learning-section{padding: 30px 0}

footer .bg-red ul.navbar-nav li a {
    padding: 8px 3px;
    font-size: 11px;
}
footer p.copyright {
    padding-top: 1px;
    color: #fff;
    font-size: 10px;
    width: auto;
}

footer .bg-red {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}
.header .bg-red{margin:-2px 0 0 0;}
	.blog-ftrimg{flex:0 0 25%;}
	.blog-ftrimg.fameftrimg{flex:0 0 25%;}
	.blog-full .entry-content{flex:0 0 100%;}
	.pst-prsdnt-tbl	{width:100%}
	
	/****Mid Portion****/
.inner-pgs .blog-full.forum-full h2{font-size:22px;}
.forum-block .forum-entry h2{font-size:15px; min-height:60px;}
.forum-entry h5{font-size:15px;}
.forum-entry .forum-dates{font-size:16px;}
.forum-top{font-size:20px;}
.page-template-forum .nftn{text-align:center;}
.page-template-forum .srch-forum .srch-inpt{margin-left:0;}
.menu-header-menu-container ul li ul{width:190px; left:15px;}
.accr-single .collapse{top:70px;}
.accr-single .collapsing{top:70px;}
	.past-prsdnt p{font-size:16px;}
	.prsdnt-contentarea{margin-bottom:0;}
/****Mid Portion****/
.header.sticky .bg-red ul.navbar-nav li a{ padding: 10px 8px;}
.header.sticky .bg-red.top-nav .navbar-brand img{max-width:95px;}
.slider{margin-top:16%;}
.gemvideoarea iframe{height:420px;}
}


textarea.sce-comment-text {
    width: 100%; /*  edit by A*/	
    padding: 15px;
    height: 100px !important;
 }


@media only screen and (max-width: 767px) {
    body{overflow:inherit;}
  .slider {
    position: relative;
}
footer .row .col-md-6:first-child .col-6:last-child .menu{
  margin-bottom: 50px;
}
.about-us p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
.carousel-item img {
    object-fit: cover;
    height: 200px;
    width: 100%;
}
.carousel-item{min-height: 150px;}

.menu-header-menu-container ul li:last-child:hover ul{left: 0;}

.section{
  padding: 20px 0;
}

.section.about-us {
    margin-top: 48px;
}
.brief-section .right-section {
    padding: 7%;
}

.brief-section .right-section h4 {
    font-size: 17px;
}

.learning-section .card h3 a{
  font-size: 20px;
}
.learning-section .card .card-body {
    padding: 20px 25px;
    min-height: 115px;
    position: relative;
}
.learning-section .card{margin-top: 15px;}
.forum .news-section p{font-size: 13px;}
footer .row .col-md-6:first-child .menu{
  padding: 0px;
}

footer .menu h6 {
    font-size: 14px;
}

ul.footer-menu li a {
    color: #d4d4d4;
    font-size: 12px;
}

.brief-section .left-section h3{font-size: 19px;}

.carousel-control-prev, .carousel-control-next{
  display: none
}

.header .bg-red.top-nav{
  padding: 10px 0;
}

.navigation{background: #8c051d;width:100%;height:auto;display:block;position:fixed;left:-100%;top:0;transition:left .3s linear;margin:0;border:0;border-radius:0;overflow-y:auto;overflow-x:hidden;padding-top:20px;}
.navigation.visible{left:0;transition:left .3s linear;text-align: center;}
  .header nav {
    z-index: 9;
    width: 100%;
    animation: none;
}

.close-menu.visible {
    visibility: visible;
  opacity: 1;

}

.top-nav .input-group{margin:0 auto; margin-bottom: 20px;}

.navigation.navbar-collapse.align-self-end.search-bar.visible {
    top: 250px;
    padding: 10px 42px;
    padding-bottom: 40px;
}

.new-updates .nav-btn.prev-slide, .new-updates .nav-btn.next-slide{
  width: 38px;
}

.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(140, 5, 29);
    right: 10px;
    position: absolute;
}

.navbar-dark .navbar-toggler img{
  max-width: 35px;
}


.slider-buttons {
    position: absolute;
    bottom: 10%;
    z-index: 1;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slider-buttons .col-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.header .bg-red ul.navbar-nav li a {
    padding: 10px 16px;
   /* border-bottom: 1px solid #8e0000;*/
}

.slider-buttons .btn {
    padding: 4px;
    font-size: 12px;
    font-weight: 500;
}

a.btn-outline-white {
    padding: 10px 30px;
    font-size: 13px;
}

.header nav .navbar-brand {
    padding: 0;
    position: relative;
}
.header nav .navbar-brand img{
  max-width: 120px; margin:10px 0;
}
.header.sticky .bg-red.top-nav .navbar-brand img{
  max-width: 70px;
}

.header nav .align-self-end{
  align-self: auto !important;
}

.slider .carousel-caption h2 {
    font-size: 15px;
    font-family: 'Raleway';
}.slider .carousel-caption h3 {
    font-size: 13px;
}
.slider .carousel-caption .carousel-text {
    padding: 15px;}
.slider .carousel-caption {
    height: auto;
    display: inline-table;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0;
}
.slider .carousel-inner{
  overflow: initial;
}
.forum:before{
  background: #fff;
  width: 100%;
  height: 80%;
}

.forum .left-section {
    padding: 0% 7% 10% 7%;}


.forum .left-section h2, .forum .right-section h2{
  font-size: 25px;
}

.forum .left-section .text-content{padding-right: 0px;}
.forum .left-section h3 {
    font-size: 20px;
}
.forum .right-section{
  padding: 7%;
  background: #f3f3f3;
}

.learning-section .heading h2{
  font-size: 26px;
}

.service .card h5{font-size: 1.25rem;}
.service{padding: 40px 0;}
.service .card{
  margin-bottom: 0px;
  margin-top:20px;
}
.service h2{font-size: 30px;}

.new-updates .card{
  margin: 10px 10px;
}
.new-updates{padding: 20px 0;}
.new-updates .card h5{
  font-size:1.25rem; 
}

.new-updates .heading h2{
  font-size: 28px
}

footer p.copyright {
    font-size: 14px;
    width: 100%;
    text-align: center;
}

footer .align-self-start{
  width: 100%;
  text-align: center;
}


footer ul.navbar-nav.ml-auto {
    display: inline-block;
    text-align: center;
}
footer .align-self-start .navbar-nav li {
    display: inline-block;
    width: auto;
}

footer .bg-red ul.navbar-nav li a {
    padding: 6px 2px;
    font-size: 11px;
}


.theme-btn {
    background: #8c051d;
    color: #fff;
    padding: 15px 35px;
    font-weight: 700;
    font-size: 14px;}

.forum .news-section .card .card-body{
  padding: 15px 25px
}
.new-updates .card .card-body h4 a {
    font-size: 18px;
}

.forum .news-section h5{margin-bottom: 5px;font-size: 14px;}


footer .copy-right {
    text-align: center;
    font-size: 10px;
    margin-bottom: 0px;
  margin-top: 0; 
    padding-top: 30px;
}

footer .theme-btn{
  font-size: 14px
}
.menu-header-menu-container{
    display:block;
}
/*.menu-header-menu-container ul li ul{
    display:none;
    position:relative;
    width:100%; 
    left:auto;
    top:auto; height:100px; overflow:scroll;
}
.menu-header-menu-container ul li:hover ul {display:none;}*/
.banner-hdng h1{
    font-size:16px;
}
.banner-hdng h1 span{
    padding:5px 15px; line-height:30px;
}
.banner-hdng{
    bottom:20px;
}
.section.about-us.inner-pgs{margin-top:0;}
.mmrb-form input{width:100%;}
.mmrb-form textarea{width:100%;}
.mmbr-list h2{font-size:24px;}
.mmbr-list p.nn-mrgn{text-align:center;}
.ftrimg-left{float:none; margin:0 0 20px 0; max-width:50%;}
.member_directory_list .table th, .table td{font-size:14px;}

/****Mid Portion****/
.ftr-left{max-width:22%;}
.forum-upper h1 {font-size:26px;}
.forum-upper h1 span{font-size:18px;}
.blog-full.forum-full.forum-single{padding:60px 20px 15px 20px;}
.forum-top{font-size:16px;}
.inner-pgs .blog-full.forum-full h2{font-size:22px;}
.forum-full.forum-single h4{font-size:18px;}
.forum-full h5{font-size:18px;}
.forumcomment	{padding:20px 20px 15px 20px;}
.top-share a{padding:5px 15px; font-size:16px;}
.top-share{top:0;}
.main-comment .ftr-left{max-width:18%;}
.replied-comment{margin-left:7%;}
.replied-comment .ftr-left{max-width:15%;}
.comment-repeat .children{padding-left:7%;}
.comment-repeat .children .ftr-left{max-width:15%;}

.forumcomment {margin-bottom:40px;}
.srch-forum .srch-inpt{width:91%;}
.dscsn{margin-top:15px;}
.nftn a{width:100%; display:block; text-align:center;}
.dscsn a{width:100%; display:block; text-align:center;}
.sidebar-accordian{margin-top:20px;}
ul.middle-list li a{padding:5px 20px;}
ul.middle-list li.current-active a:before{left:8px;}
.forum-upper h5{margin-top:15px;}
	.blog-full.forum-full{padding:30px 20px 15px 20px;}
	.inner-pgs .forum-full .rdmr-mrgn{margin-bottom:0;}
.inner-pgs.forum-srch .blog-vwall{margin-bottom:40px;}
ul.top-list li a{padding:5px 20px;}
.sidebar-accordian hr{width:93%;}
.srch-forum .srch-sbmt{width:9%;}
.social-share{margin-top: 2px;}
/****Mid Portion****/
.learning-section.lrng-sec-all .card{min-height:60px;}
.alignleft{max-width:100%; height:auto;}
.page-template-learningcenterpage .learning-section.lrng-sec-all .card{min-height:90px;}
.tax-topic .learning-section.lrng-sec-all .card{min-height:90px;}
.kb-searchform input{margin-bottom:15px;}
.header .bg-red.top-nav{
    padding: 0px;}
    .header .bg-red ul.navbar-nav li a {
    padding: 10px 4px;}
	.tool-full .mob-align {float:none;}
	.accr-single .collapse{top:47px;}
		.accr-single .collapsing{top:47px;}
		.menu-header-menu-container ul li:hover ul{display:none;}
		.menu-header-menu-container ul li ul{width:100%; left:0; position:inherit; padding-bottom:6px;}
	.menu-header-menu-container ul li.menu-item-has-children a:after{position: absolute;right: 20%;content: "";top: 16px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff;}
	.menu-header-menu-container ul li.menu-item-has-children ul li a:after{display:none;}
	.header{
 position:relative;
}.inner-banner{margin-top:0;}
	
    .slider{margin-top:0;}
    .blog-vwall{margin-top:20px; margin-bottom:25px;}
    .gemvideoarea iframe{height:200px;}
    .inner-pgs .fdbk{margin-top:20px; margin-bottom:20px;}
    .inner-pgs .fdbk p{text-align:left;}
}

@media only screen and (max-width: 575px) {

  .city-list .card ul li {
    flex: 0 0 49%;
    max-width: 49%;
}

footer .bg-red ul.navbar-nav li:last-child {
    display: block;
    width: 50%;
    margin: 0 auto;
}

footer .bg-red ul.navbar-nav li a {
    padding: 6px 6px;
    font-size: 11px;
}


.city-list .card h3{
  font-size: 18px;
}
.banner-hdng{
    bottom:10px;
}
	.blog-ftrimg{flex:0 0 25%;}
	.blog-full .entry-content{flex:0 0 100%;}
	/****Mid Portion****/
.ftr-left{max-width:30%;}
.main-comment .ftr-left{max-width:30%;}
.replied-comment{margin-left:7%;}
.replied-comment .ftr-left{max-width:25%;}
.comment-repeat .children{padding-left:7%;}
.comment-repeat .children .ftr-left{max-width:25%;}

.dscsn{margin-top:15px;}
.srch-forum .srch-inpt{width:85%; margin-left:0;}
.srch-forum .srch-sbmt{width:15%;}
.nftn a{width:100%; display:block; text-align:center;}
.dscsn a{width:100%; display:block; text-align:center;}
.sidebar-accordian{margin-top:20px;}
.forum-block{width:90%; margin:0 auto;}
.forum-block .forum-entry h2{min-height:auto;}
.forum-dates {font-size:16px;}
/****Mid Portion****/
.ntfncn-chkbx{width: 100%;text-align: center;}
.news-list .page-numbers {
    padding: 5px 8px;
    margin: 15px 3px 0px 0px;
    font-size: 12px;
}
}
@media only screen and (max-width: 479px) {
.blog-ftrimg{flex:none; width:100%; margin-bottom:20px;}
	.blog-full .entry-content{flex:none; width:100%; padding:0;}
	.blog-full{display:block; padding:20px 20px 8px 20px;}
}

/* print css post */
@media print {
  div.top-share {display: none !important;}
  .edit-btn {display: none !important;}
  #commentform{display: none !important;}
  .main-comment p a {display: none !important;}	
  .comment-reply-link{display: none !important;}
  .edit-comment{display: none !important;}
  .forum-top span {background: #d49e22 !important;color: #fff !important;padding: 5px 15px!important;}
  .inner-pgs h2 {color: #8c051d !important;}		
}