/*font-family:'Roboto-Bold', Sans-Serif;*/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto-Regular', Sans-Serif;
  font-size: 20px;
  line-height: 1.52222222;
  color: #888888;
}

p {
  color: #888888;
}

p:last-child {
  margin-bottom: 0
}

h1 {
  font-size: 70px;
  /*text-transform: uppercase;*/
  color: #ffffff;
  font-family: 'Roboto-Bold', Sans-Serif;
  line-height: 1.14em;
}

h2 {
  font-size: 46px;
  line-height: 1.14em;
}

h3 {
  font-size: 29px;
  /*text-transform: uppercase;*/
  color: #ffffff;
  font-family: 'Roboto-Bold', Sans-Serif;
  line-height: 1.14em;
}

h5 {
  font-size: 24px;
  line-height: 1.28em;
}

img {
  display: block;
  max-width: 100%;
}

strong {
  font-family: 'Roboto-Bold', Sans-Serif;
}

.container {
  position: relative;
  max-width: 1270px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  margin: 0 auto !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px !important;
  }
}

.section {
  padding: 100px 0;
  position: relative;
  width: 100%;
}

.div-item {
       vertical-align top;
	   display: inline-block;
	   text-align: center;
}   
	   

.section.section_blue {
  height: 100%;
  background: -webkit-linear-gradient(to bottom, #1374b1 30%, #075488);
  background: -moz-linear-gradient(to bottom, #1374b1 30%, #075488);
  background: linear-gradient(to bottom, #1374b1 30%, #075488);
  z-index: 2;
}

.section.section_gray {
  background-color: #f7f7f7;
}

.section.section_dark_blue {
  background-color: #02263a;
}

section.section.section_light_blue {
  background-color: #217ebe;
}

/* TITLE COMPONENT */
.section.section_blue .title_wrapper h2,
.section.section_blue .title_wrapper h5,
.section.section_blue .title_wrapper p {
  color: #ffffff;
}

.title_wrapper {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.title_wrapper h2 {
  margin-bottom: 20px;
}

.title_wrapper.title_wrapper_800 {
  max-width: 800px;
  margin-bottom: 0;
}

.title_wrapper.title_wrapper_1000 {
  max-width: 1000px;
  margin-bottom: 0;
}

.title_wrapper.title_wrapper_blue {
  margin-bottom: 60px;
}

.title_wrapper.title_wrapper_blue p {
  font-size: 24px;
}

.title_wrapper.title_wrapper_blue h2 {
  color: #0e5c87;
}

.title_wrapper.title_wrapper_white {
  text-align: left;
}

.title_wrapper.title_wrapper_white h2 {
  color: #ffffff;
}

.title_wrapper.title_wrapper_white p {
  color: #ffffff;
}

/* FLEX CSS */
.flexbox_container_auto {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkkit-flex-wrap: wrap;
  height: 100%;
}

/* THREE COLUMN SLIDER COMPONENT */
.main_container_slider {
  position: relative;
}

.main_container_slider .tns-controls {
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0;
  outline: none;
  z-index: 1;
}

.main_container_slider .tns-controls button {
  border: none;
  background-color: transparent;
  text-indent: -999px;
  overflow: hidden;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 0;
  background-position: center;
}

.main_container_slider .tns-controls button:disabled {
  opacity: 0.4;
}

.main_container_slider .tns-controls button:first-child {
  background-image: url('../images/right_arrow.png');
  background-repeat: no-repeat;
  background-size: 40px;
}

.main_container_slider.one_slider_section .tns-controls button:first-child {
  background-image: url('../images/right_arrow_white.png') !important;
}

.main_container_slider .tns-controls button:last-child {
  float: right;
  background-image: url('../images/left_arrow.png');
  background-repeat: no-repeat;
  background-size: 40px;
}

.main_container_slider.one_slider_section .tns-controls button:last-child {
  background-image: url('../images/left_arrow_white.png') !important;
}

.main_container_slider .tns-nav {
  text-align: center;
  font-size: 0;
  margin-top: 45px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}

.main_container_slider .tns-nav button {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  outline: none;
  border: none;
  background-color: #252525;
  margin: 0 5px;
}

.main_container_slider .tns-nav button.tns-nav-active {
  background-color: #CC9C4A;
}

#three_slider {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.three_slider_section .tns-ovh {
  width: 87%;
  margin: auto;
}

#four_display {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.four_display_section .tns-ovh {
  width: 87%;
  margin: auto;
}

/* ACCORDION COMPONENT */
.accordion_main_container .card {
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
}

.accordion_main_container .card-header {
  background-color: #f5f5f5;
  border: 1px solid #d7d7d7;
  color: #252525 !important;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0 !important;
  display: block;
  cursor: pointer;
  font-size: 17px;
  position: relative;
  padding-left: 2.50rem;
}

.accordion_main_container .card-header[aria-expanded="false"]:before,
.accordion_main_container .card-header[aria-expanded="true"]:before {
  position: absolute;
  display: block;
  content: "";
  left: 1.25rem;
  top: 39%;
  width: 10px;
  height: 10px;
  background-size: 10px;
  background-repeat: no-repeat;
}

.accordion_main_container .card-header[aria-expanded="false"]:before {
  background-image: url('../images/accordion_icon_plus1.png');
}

.accordion_main_container .card-header[aria-expanded="true"]:before {
  background-image: url('../images/accordion_icon_minus1.png');
}

/* MAIN HEADER COMPONENT */
.hero_section {
  background-image: url('../images/notable-test.png');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 700px;
  background-color: #064569;
  z-index: 1;
  margin-bottom: 20px;
}

.hero_section.hero_section_innerpage_white .flexbox_container_auto:before,
.hero_section.hero_section_innerpage_blue .flexbox_container_auto:before,
.flexbox_container_auto.homepage_container:before,
.hero_section:before,
.hero_section:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  left: 0;
  z-index: -1;
}

.hero_section:after {
  height: 60%;
  bottom: 0;
  background: -webkit-linear-gradient(to top, rgba(0, 38, 56, 0.76) 20%, transparent);
  background: -moz-linear-gradient(to top, rgba(0, 38, 56, 0.76) 20%, transparent);
  background: linear-gradient(to top, rgba(0, 38, 56, 0.76) 20%, transparent);
}

.hero_section.hero_section_innerpage_white .flexbox_container_auto:before,
.hero_section.hero_section_innerpage_blue .flexbox_container_auto:before,
.hero_section:before {
  height: 20%;
  top: 0;
  background: -webkit-linear-gradient(to bottom, rgba(0, 38, 56, 0.6) 4%, transparent);
  background: -moz-linear-gradient(to bottom, rgba(0, 38, 56, 0.6) 4%, transparent);
  background: linear-gradient(to bottom, rgba(0, 38, 56, 0.6) 4%, transparent);
}

.hero_section.hero_section_innerpage_white,
.hero_section.hero_section_innerpage_blue {
  height: 530px;
  background-position: 50% 23%;
}

.notable_hero {
  background-position: 50% 0% !important;
}

.no-smil .hero_section.hero_section_innerpage_white .flexbox_container_auto,
.no-smil .hero_section.hero_section_innerpage_blue .flexbox_container_auto {
  width: 100%;
  height: 100%;
  display: table;
}

.no-smil .hero_section.hero_section_innerpage_white .flexbox_container_auto .container,
.no-smil .hero_section.hero_section_innerpage_blue .flexbox_container_auto .container {
  display: table-cell;
  vertical-align: middle;
}

.hero_section.hero_section_innerpage_white:before {
  background-image: url(../images/hero_landing_white.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: bottom center;*/
  background-position: top;
  width: 100%;
  height: 252px;
  z-index: 1;
  top: inherit;
  bottom: -120px;
}

@media(min-width: 1101px) {

  .hero_section.hero_section_innerpage_white h1,
  .hero_section.hero_section_innerpage_blue h1 {
    font-size: 65px;
  }
}

.flexbox_container_auto.homepage_container:before,
.hero_section.hero_section_innerpage_blue:before {
  background-image: url(../images/hero_landing_blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  /*background-position: bottom center;*/
  width: 100%;
  height: 252px;
  z-index: 1;
  top: inherit;
  bottom: -120px;
}

.hero_section .container {
  margin-top: auto !important;
  z-index: 3;
}

.hero_section_container {
  padding: 30px 0 100px 0;
  text-align: center;
}


@media(min-width: 1101px) {
  .homepage_hero {
    padding: 30px 0 100px 0 !important;
  }
}


.hero_section_container h5 {
  margin: 10px 0 25px 0;
  color: #ffffff;
}

/* BUTTON COMPONENT */
.btn:not(.btn-link) {
  background-color: #CC9C4A;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.025em;
}

.btn:not(.btn-link):hover {
  background-color: #b68b42;
}

/* DONATE BUTTON IN HEADER */
.btn.btn-lg.donate-btn {
  background-color: #02263a;
}

.btn.btn-lg.donate-btn:hover {
  background-color: #033652;
}

.btn.btn-lg {
  height: 45px;
  padding: .5rem 1.5rem;
  font-size: 17px;
  line-height: 1.7em;
}

/* CUSTOM CSS IN COMPONENTS */
.executive_info_wrapper {
  text-align: center;
  height: 100%;
  padding: 30px;
  border: 1px solid #d7d7d7;
  -webkit-transition: 0.15s all ease-in;
  -moz-transition: 0.15s all ease-in;
  transition: 0.15s all ease-in;
}

.executive_info_wrapper h5 {
  text-align: center;
}

.executive_info_wrapper:hover {
  /*background-color: #f3f6f9;*/
}

.executive_info_wrapper .executive_profile {
  max-width: 250px;
  height: 250px;
  margin: auto;
  overflow: hidden;
}

.executive_info_wrapper .executive_profile img {
  object-fit: cover;
  width: 100%;
  max-width: 250px;
  height: 100%;
  object-position: top;
}

.no-smil .executive_info_wrapper .executive_profile img {
  height: auto;
}

.executive_info_wrapper h5 {
  font-family: 'Roboto-Bold', Sans-Serif;
  color: #252525;
  font-size: 24px;
  line-height: 1.22em;
  margin: 23px 0;
}

.executive_info_wrapper span {
  display: block;
}

.btn-link {
  text-transform: uppercase;
  font-size: 20px;
  color: #CC9C4A !important;
  text-decoration: none !important;
  margin-top: 15px;
  padding-bottom: 0;
  line-height: 1em;
}

.btn-link:hover {
  color: #332b27 !important;
}

.vision_statement_card {
  background-color: #ffffff;
  padding: 30px;
  height: 100%;
  /*-webkit-transition: all ease-in-out 200ms;*/
  /*-moz-transition: all ease-in-out 200ms;*/
  /*transition: all ease-in-out 200ms;*/
  -webkit-box-shadow: 0 3px 16px rgba(146, 146, 146, 0.3);
  -moz-box-shadow: 0 3px 16px rgba(146, 146, 146, 0.3);
  box-shadow: 0 3px 16px rgba(146, 146, 146, 0.3);
}

.vision_statement_card:hover {
  /*-webkit-transform: translateY(-9px);*/
  /*-moz-transform: translateY(-9px);*/
  /*transform: translateY(-9px);*/
}

.vision_statement_card h5 {
  font-size: 28px;
  color: #232323;
  margin: 15px 0;
}

.vision_statement_card p {
  font-size: 20px;
  color: #888888;
  margin-bottom: 0;
  padding: 5px 0;
}

.vision_statement_card .btn-link {
  margin-left: -.78rem;
}

.vision_statement_card {
  background-color: #ffffff;
  padding: 30px;
  height: 100%;
}

section.vision_statement_section {
  /* padding-bottom: 0; */
  margin-bottom: 10px;
}

.vision_statement_container {
  z-index: 1;
}

/* .vision_statement_container:after {
  position: absolute;
  display: block;
  content: "";
  width: 1000%;
  height: 50%;
  left: -50%;
  bottom: 0;
  background-color: white;
  z-index: -1;
} */

.vision_statement_detail {
  margin-top: 80px;
}

.tau-icon {
  position: relative;
  width: 83px;
  height: 83px;
  background-size: 123px;
  display: inline-block;
  background-image: url(../images/sprite-img.png);
  background-repeat: no-repeat;
}

.tau-icon-graduate {
  background-position: -11px -105px;
  background-size: 109px;
  position: relative;
  width: 87px;
}

.tau-icon-number {
  background-position: -11px -215px;
  background-size: 109px;
  position: relative;
  width: 87px;
}

section.programs_we_offer_section {
  padding-top: 0;
}

.tau-icon-orange {
  position: relative;
  width: 65px;
  height: 65px;
  background-size: 65px;
  display: inline-block;
  background-image: url(../images/product_icon.png);
  background-repeat: no-repeat;
}

.icon-hand-shake {
  background-position: 5px 9px;
}

.icon-bulb {
  background-position: 5px -50px;
}

.icon-people {
  background-position: 5px -107px;
}

.icon-run {
  background-position: 5px -163px;
}

.programs_we_offer_wrapper figure {
  position: relative;
  margin: 0;
}

.programs_we_offer_wrapper figure figcaption,
.programs_we_offer_wrapper figure a.flexbox_container_auto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.programs_we_offer_wrapper figure a.flexbox_container_auto:hover h5 {
  color: #CC9C4A;
}

.programs_we_offer_wrapper figure a.flexbox_container_auto {
  text-decoration: none;
}

.programs_we_offer_wrapper figure figcaption .programs_detail,
.programs_we_offer_wrapper figure a.flexbox_container_auto .programs_detail {
  margin-top: auto;
  padding: 25px;
}

.programs_we_offer_wrapper figure figcaption h2 {
  font-family: 'Roboto-SemiBold', Sans-Serif;
}

.programs_we_offer_wrapper figure figcaption h2,
.programs_we_offer_wrapper figure a.flexbox_container_auto h2 {
  margin-bottom: 0;
  color: #ffffff;
}

.programs_we_offer_wrapper figure figcaption h5,
.programs_we_offer_wrapper figure a.flexbox_container_auto h5 {
  color: #ffffff;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}

.no-smil .programs_we_offer_wrapper figure a.flexbox_container_auto h5 {
  position: absolute;
  bottom: 15px;
  padding-right: 20px;
}

.programs_we_offer_wrapper figure figcaption p,
.programs_we_offer_wrapper figure a.flexbox_container_auto p {
  color: #ffffff;
  margin: 28px 0px;
}

.programs_we_offer_wrapper img {
  width: 100%;
}

.programs_we_offer_wrapper .programs_we_offer_big figure figcaption .programs_detail {
  padding-bottom: 45px;
}

.no-smil .programs_we_offer_wrapper .programs_we_offer_big figure figcaption .programs_detail {
  position: absolute;
  bottom: 0px;
}

.tau_beta_info_section,
.our_logo_section {
  background-color: #167fb9;
}

.tau_beta_info_section:before,
.our_logo_section:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.tau_beta_info_section:before {
  background-image: url('../images/tau_beta_info_section.png');
}

.our_logo_section:before {
  background-image: url('../images/our_logo_section.png');
}

.tau_beta_info_wrapper {
  text-align: center;
}

.tau_beta_info_wrapper h1 {
  font-size: 48px;
}

.tau_beta_info_wrapper p {
  font-size: 18px;
  color: #ffffff;
  padding-top: 5px;
}

.testimonials_info_wrapper_left {
  text-align: left;
  padding: 0 10px;
}

.testimonials_info_wrapper {
  text-align: center;
  padding: 0 80px;
}

.testimonials_info_wrapper h2,
.testimonials_info_wrapper p,
.testimonials_info_wrapper span {
  color: #ffffff;
}

.testimonials_info_wrapper p {
  margin: 24px 0 34px 0;
  line-height: 1.55em;
}

.testimonials_info_wrapper span {
  text-transform: uppercase;
}

.one_slider_section .tns-ovh {
  max-width: 820px;
  margin: 0 auto;
}

.main_container_slider.one_slider_section .tns-nav button.tns-nav-active {
  background-color: #CC9C4A;
}

.main_container_slider.one_slider_section .tns-nav button {
  background-color: #ffffff;
}

/* IE FIXES */
.no-smil .grid_4_1,
.no-smil .grid_3_2,
.no-smil .grid_3_1,
.no-smil .grid_2_4,
.no-smil .grid_2_2,
.no-smil .grid_2_1,
.no-smil .grid_2point_1 {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.grid_4_1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  -webkit-grid-gap: 20px;
  -moz-grid-gap: 20px;
  grid-gap: 20px;
}

/* IE FIXES */
.no-smil .grid_4_1>div {
  display: inline-block;
  width: 25%;
  float: left;
  padding: 0 15px;
}

.grid_3_2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-grid-gap: 20px;
  -moz-grid-gap: 20px;
  grid-gap: 20px;
}

/* IE FIXES */
.no-smil .grid_3_2>div {
  display: inline-block;
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}

.grid_3_1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  -webkit-grid-gap: 20px;
  -moz-grid-gap: 20px;
  grid-gap: 20px;
}

/* IE FIXES */
.no-smil .grid_3_1>div {
  display: inline-block;
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}

.grid_2_4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-grid-gap: 13px;
  -moz-grid-gap: 13px;
  grid-gap: 13px;
}

/* IE FIXES */
.no-smil .grid_2_4>div {
  display: inline-block;
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}

.grid_2_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-grid-gap: 13px;
  -moz-grid-gap: 13px;
  grid-gap: 13px;
}

/* IE FIXES */
.no-smil .grid_2_2>div {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}

.grid_2_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  -webkit-grid-gap: 13px;
  -moz-grid-gap: 13px;
  grid-gap: 13px;
}

/* IE FIXES */
.no-smil .grid_2_1>div {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}

.no-smil .ei_fix1 {
  position: relative;
  top: 112px;
}

.mission_statement_detail {
  padding: 0 54px;
}

.tau_beta_blog_card .executive_info_wrapper {
  text-align: left;
}

.tau_beta_blog_img {
  max-width: 380px;
  height: 218px;
  margin: auto;
  position: relative;
}

.tau_beta_blog_img:before {
  position: absolute;
  display: block;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.3); */
}

.tau_beta_blog_img img {
  object-fit: cover;
  width: 100%;
  max-width: 380px;
  height: 100%;
}

.tau_beta_blog_img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 44px;
  height: 44px;
  color: #ffff;
  background-color: #CC9C4A;
  text-align: center;
  font-family: 'Roboto-Bold', Sans-Serif;
  line-height: 1.2em;
  font-size: 12px;
  padding: 0 5px;
  padding-top: 8px;
  z-index: 1;
}

.tau_beta_blog_card h5 {
  font-family: 'Roboto-Bold', Sans-Serif;
  color: #252525;
  font-size: 17px;
  line-height: 1.22em;
  margin: 23px 0 18px 0;
}

.tau_beta_blog_card p {
  margin-bottom: 0;
}

.tau_beta_blog_card a.btn {
  margin-left: -.75rem;
}

.are_you_interested_section .flexbox_container_auto .col {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 100px;
}

.are_you_interested_section .flexbox_container_auto .col .btn {
  margin-top: 0;
}

.no-smil .are_you_interested_section .flexbox_container_auto .col .btn {
  position: relative;
  left: -150px;
}

.no-smil .modal_transparent_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 10;
  width: calc(100% - 21px);
  height: calc(100% - 29px);
  background-color: rgba(0, 0, 0, 0.4);
}

.no-smil .modal_content {
  position: relative;
  width: calc(100% - 60px);
  height: calc(100% - 72px);
  top: -15px;
  background: #CC9C4A;
  z-index: 13;
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
}

.tns-item {
  /*width: 349px !important;*/
  /*padding-right: 20px !important;*/
  margin-left: auto !important;
  margin-right: auto !important;
}

.are_you_interested_info {
  padding-right: 100px;
}

.are_you_interested_info h3 {
  margin-bottom: 17px;
}

.are_you_interested_info p {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.7em;
}

footer.main_footer {
  background-color: #167fb9;
  color: #ffffff;
  padding: 33px 0;
}

footer.main_footer h5 {
  font-family: 'Roboto-Bold', Sans-Serif;
  font-size: 14px;
  margin-bottom: 13px;
}

footer.main_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.main_footer ul li {
  display: block;
  font-size: 14px;
}

footer.main_footer ul li a {
  display: inline-block;
  color: #ffffff;
  line-height: 1.82em;
  -webkit-transition: all ease-in-out 180ms;
  -moz-transition: all ease-in-out 180ms;
  transition: all ease-in-out 180ms;
}

footer.main_footer ul li a:hover {
  color: #CC9C4A;
  text-decoration: none;
}

footer.main_footer img {
  max-width: 76px;
}

footer.main_footer .for_members_wrapper h5 a {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}

footer.main_footer .for_members_wrapper .social_media {
  margin: 20px 0;
}

footer.main_footer .for_members_wrapper ul li {
  display: inline-block;
}

footer.main_footer .for_members_wrapper ul li a {
  font-size: 21px;
  margin-left: 20px;
  line-height: 1.3em;
}

footer.main_footer .for_members_wrapper p,
footer.main_footer .for_members_wrapper a {
  font-size: 12px;
  color: #d7d7d7;
  text-decoration: none;
  -webkit-transition: all ease-in-out 180ms;
  -moz-transition: all ease-in-out 180ms;
  transition: all ease-in-out 180ms;
}

footer.main_footer .for_members_wrapper a:hover {
  color: #CC9C4A;
}

footer.main_footer .footer_links .col-md-auto:not(:first-child) {
  margin-right: 17px;
}

.copyright a {
  text-decoration: underline !important;
}

.navbar-collapse {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.navbar {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: .5rem 0;
}

.navbar-brand {
  position: absolute;
  top:10px;
  left:0px;
  padding: 0;
  margin: 0;
}

.navbar-brand-image {
  max-width: 90px;
}

.navbar-light .navbar-nav {
  margin-top: 4px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #CC9C4A;
}

.navbar-light .navbar-nav .nav-link:not(.btn):focus {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:not(.btn):hover {
  color: #CC9C4A;
}

.navbar-light .dropdown-menu {
  font-size: 1rem;
  color: #ffffff;
  background-color: rgba(37, 37, 37, 0.8);
  border: none;
  padding: 10px 18px;
  top: 80%;
  min-width: 215px;
}

.navbar-light .dropdown_search_wrapper {
  position: relative;
}

.navbar-light .search_dropdown {
  right: 69px;
  top: 0;
  min-width: calc(884px - 69px);
  border-radius: 0;
  background-color: #CC9C4A;
  position: absolute;
  border: none;
  padding: 15px 0 15px 15px;
  height: 72px;
  color: #525252;
  display: none;
}

.navbar-light .show_search .search_dropdown {
  display: block;
}

.navbar-light .search_dropdown .form-group {
  margin-bottom: 0;
  position: relative;
}

.search_btn {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
  border: none;
  background-color: transparent;
  background-image: url(../images/search_black_icon.png);
  background-repeat: no-repeat;
  width: 44px;
  height: 100%;
  padding: 0;
  background-size: 16px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}

.navbar-light .search_dropdown .form-control {
  height: 42px;
  padding-left: 45px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-light .dropdown-item {
  color: #ffffff;
  padding: .47rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.navbar-light .dropdown-item:last-child {
  border-bottom: none;
}

#filterBtnContainer .dropdown-item {
  text-transform: none !important;
}

.navbar-light .dropdown-item:focus,
.navbar-light .dropdown-item:hover {
  color: #CC9C4A;
  text-decoration: none;
  background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Roboto-SemiBold', Sans-Serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-right: 20px;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:not(.btn) {
  position: relative;
  top: 3px;
}

.navbar-light .navbar-nav .nav-link.btn {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

.navbar-light a {
  -webkit-transition: all ease-in-out 180ms;
  transition: all ease-in-out 180ms;
}

.navbar-light .navbar-nav .nav-link.btn:hover {
  color: #ffffff;
}

.collapse_navigation .collapse {
  display: block;
}

.dropdown-toggle::after {
  border-top: .4em solid #CC9C4A;
  border-right: .33em solid transparent;
  border-bottom: 0;
  border-left: .33em solid transparent;
  position: relative;
  top: 1px;
  left: 5px;
}

.show .dropdown-toggle::after {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.nav-link.search_nav {
  margin-right: 0 !important;
  width: 69px;
  height: 69px;
  background: #CC9C4A;
  margin-top: -15px;
}

.nav-link.search_nav:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/search_icon.png);
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  background-size: 27px;
  left: 0;
  right: 0;
  margin: auto;
  top: 21px;
}

.show_search .nav-link.search_nav:before {
  background-image: url(../images/close_icon.png);
}

.mission_statement_card p {
  margin-top: 10px;
}

.mission_statement_wrapper .grid_3_1 {}

.mission_statement_img {
  height: 100%;
  position: relative;
}

.mission_statement_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mission_statement_wrapper .grid_3_1 {
  -webkit-grid-gap: 15px;
  -moz-grid-gap: 15px;
  grid-gap: 15px;
  margin-top: 80px;
}

.embed_responsive_wrapper {
  position: relative;
}

.overlay_video_img_body {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../images/overlay_video_img.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.overlay_video_img_body:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.embed-responsive-21by9::before {
  padding-top: 39.96%;
}

.embed-responsive-recruit::before {
  padding-top: 70%;
}

button#play-button {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url('../images/play_btn.png');
  background-repeat: no-repeat;
  background-size: 80px;
  border: none;
  text-indent: -200px;
  overflow: hidden;
  border-radius: 100px;
  top: 40%;
  cursor: pointer;
  -webkit-transition: all ease-in-out 180ms;
  -moz-transition: all ease-in-out 180ms;
  transition: all ease-in-out 180ms;
  background-color: transparent;
  outline: none;
}

button#play-button:hover {
  opacity: 0.7;
}

.force_hide {
  display: none !important;
}

.tau_beta_pi_detail .title_wrapper {
  text-align: left;
  margin-bottom: 30px;
}

.tau_beta_pi_detail img {
  width: 100%;
}

.tau_beta_pi_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: -webkit-column;
  flex-direction: -moz-column;
  flex-direction: column;
}

.tau_beta_pi_info .img_card {
  margin-top: auto;
}

.tau_beta_pi_detail:not(.tau_beta_pi_info) .img_card:last-child {
  margin-top: 13px;
}

.section.section_half_blue {
  padding-bottom: 30px;
  z-index: 2;
}

.section.section_half_blue.pb_130 {
  padding-bottom: 130px;
}

.section_half_blue:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  background-color: #167fb9;
}

.tau_beta_pi_categories {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: -webkit-column;
  flex-direction: -moz-column;
  flex-direction: column;
  align-self: flex-start;
  -ms-flex-item-align: start;
  -moz-flex-item-align: start;
}

.tau_beta_pi_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: auto;
}

.tau_beta_pi_categories ul li {
  vertical-align: bottom;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 45px;
  /*height: 100%;*/
}

.tau_beta_pi_categories ul li:last-child {
  margin-bottom: 0;
}

.tau_beta_pi_categories span,
.tau_beta_pi_categories .category_detail h5,
.tau_beta_pi_categories .category_detail p {
  color: #ffffff;
}

.no-smil .tau_beta_pi_categories .category_detail {
  padding-right: 120px !important;
  width: 100%;
  height: 100%;
}

.tau_beta_pi_categories .category_detail h5 {
  font-family: 'Roboto-SemiBold', Sans-Serif;
}

.tau_beta_pi_categories .category_detail {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
}

.tau_beta_pi_categories span {
  display: inline-block;
  min-width: 90px;
  height: 90px;
  background: transparent;
  border: 2px solid white;
  border-radius: 100px;
  text-align: center;
  font-size: 48px;
  font-family: 'Roboto-Bold', Sans-Serif;
  line-height: 89px;
  margin-right: 20px;
}

.tau_beta_pi_categories ul li .title_wrapper_blue.title_wrapper {
  margin-bottom: 0;
  text-align: left;
  margin: initial;
  display: block;
  width: 100%;
}

.tau_beta_pi_categories ul li .title_wrapper_blue.title_wrapper h2 {
  margin-bottom: 0;
  color: #ffffff;
}

.testimonial_accordion {
  border-left: 2px solid #CC9C4A;
  padding-left: 30px;
  margin-top: 30px;
  max-width: 560px;
}

.testimonial_accordion p {
  color: #252525;
  font-size: 20px;
}

.testimonial_accordion span {
  font-size: 15px;
  text-transform: uppercase;
}

.our_logo_wrapper img {
  width: 100%;
}

.hostory_timeline_wrap {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-bottom: 40px;
}

.hostory_timeline_card {
  border: 1px solid #d7d7d7;
  width: 100%;
  max-width: 690px;
  padding: 25px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  z-index: 1;
  background-color: #ffffff;
}

.main_container_timeline {
  max-width: 1045px;
  margin: 0 auto;
  position: relative;
}

.main_container_timeline:before,
.main_container_timeline:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  background-color: #b7b7b7;
}

.main_container_timeline:before {
  width: 2px;
  height: 100%;
  top: 0;
}

.main_container_timeline:after {
  width: 44px;
  height: 2px;
  bottom: 0;
}

.main_container_timeline .hostory_timeline_wrap:first-child {
  padding-top: 40px;
}

.main_container_timeline .hostory_timeline_wrap:first-child:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  background-color: #b7b7b7;
  width: 44px;
  height: 2px;
  top: 0;
}

.right_card .hostory_timeline_card {
  margin-left: auto;
}

.left_card .hostory_timeline_card {
  margin-right: auto;
}

.hostory_timeline_card .historical_info h4 {
  font-size: 28px;
  color: #CC9C4A;
  line-height: 1.2em;
}

.hostory_timeline_card .historical_info strong {
  color: #252525;
  font-size: 17px;
  display: block;
  line-height: 1.4em;
  margin: 15px 0 10px 0;
}

.historical_info {
  position: relative;
  width: 100%;
  max-width: 355px;
}

.no-smil .historical_info {
  flex: 60%;
  max-width: 60%;
}

.no-smil .img_historical {
  max-width: 40%;
  flex: 40%;
  min-width: auto;
}

.right_card .historical_info {
  padding-left: 30px;
}

.left_card .historical_info {
  padding-right: 30px;
  position: relative;
  left: -44.5%;
}

.no-smil .left_card .historical_info {
  padding-left: 30px;
}

.left_card .img_historical {
  left: 55.5%;
}

.img_historical {
  width: 100%;
  max-width: 283px;
  height: 295px;
  margin: auto;
  position: relative;
}

.img_historical img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section.collegiate_chapter_section {
  padding-bottom: 10px;
  margin-bottom: 75px;
}

.chapters_wrapper_form {
  padding: 20px;
  background-color: #ffffff;
  height: 125px;
  max-width: 1100px;
  margin: auto;
  position: relative;
  top: 87px;
  -webkit-box-shadow: 0 4px 19px rgba(41, 41, 41, 0.25);
  -moz-box-shadow: 0 4px 19px rgba(41, 41, 41, 0.25);
  box-shadow: 0 4px 19px rgba(41, 41, 41, 0.25);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.chapters_wrapper_form_map {
  padding: 20px;
  padding-left: 23%;
  background-color: #ffffff;
  height: 475px;
  max-width: 1500px;
  margin: auto;
  position: relative;
  top: 87px;
  -webkit-box-shadow: 0 4px 19px rgba(41, 41, 41, 0.25);
  -moz-box-shadow: 0 4px 19px rgba(41, 41, 41, 0.25);
  box-shadow: 0 4px 19px rgba(41, 41, 41, 0.25);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.chapters_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin: auto;
}

.chapters_wrapper_form h5 {
  color: #252525;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 2.4em;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.chapters_wrapper_form .dropdown {
  min-width: 350px;
}

.chapters_wrapper_form button.btn {
  border-color: #959595;
  background-color: #ffffff;
  color: #a1a1a1;
  font-size: 15px;
  text-transform: none;
  border-radius: 0;
  width: 100%;
  max-width: 350px;
  text-align: left;
  padding: .5rem 1.5rem;
}

.chapters_wrapper_form button.btn:hover {
  background-color: #ffffff;
}

.chapters_wrapper_form button.btn:focus {
  box-shadow: none;
}



.chapters_wrapper_form_map h5 {
  color: #252525;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 2.4em;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 100px;
}

.chapters_wrapper_form_map .dropdown {
  min-width: 350px;
}

.chapters_wrapper_form_map button.btn {
  border-color: #959595;
  background-color: #ffffff;
  color: #a1a1a1;
  font-size: 15px;
  text-transform: none;
  border-radius: 0;
  width: 100%;
  max-width: 350px;
  text-align: left;
  margin-left: 10px;
}

.chapters_wrapper_form_map button.btn:hover {
  background-color: #ffffff;
}

.chapters_wrapper_form_map button.btn:focus {
  box-shadow: none;
}




.filter_list {
  display: none;
}

.filter_show {
  display: block;
  display: block;
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  /*-webkit-transition: all ease-in-out 100ms;*/
  /*transition: all ease-in-out 100ms;*/
}

@-webkit-keyframes fade {
  from {
    opacity: .20;
    transform: scale(0.90);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-moz-keyframes fade {
  from {
    opacity: .20;
    transform: scale(0.90);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fade {
  from {
    opacity: .20;
    transform: scale(0.90);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.dropdown-item.active {
  color: #a1a1a1;
  background-color: #ebebeb;
}

.chapters_wrapper_form .dropdown-item {
  color: #a1a1a1 !important;
  padding: .45rem 1.5rem;
  outline: none;
}

.chapters_wrapper_form .dropdown-menu {
  width: 100%;
  max-width: 350px;
  border-radius: 0;
  margin-top: 0;
  max-height: 300px;
  overflow-y: auto;
}

.chapters_wrapper_form .dropdown-item:hover {
  color: #a1a1a1;
  background-color: #ebebeb;
}

.chapters_wrapper_form .dropdown-toggle::after {
  border-top: .5em solid #CC9C4A;
  border-right: .43em solid transparent;
  border-left: .43em solid transparent;
  top: 19px;
  left: inherit;
  float: right;
  position: absolute;
  right: 1.5rem;
}

.chapters_wrapper_form .dropdown.show .dropdown-toggle::after {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.alabama_chapters_section {
  padding: 20px 0 10px 0;
}

.alabama_chapters_section h4 {
  font-size: 28px;
  color: #232323;
  margin-bottom: 25px;
}

.alabama_chapters_section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.alabama_chapters_section ul li strong {
  color: #252525;
}

.alabama_chapters_section ul li {
  line-height: 1.37em;
  margin: 20px 0;
}

.alabama_chapters_section ul li a {
  color: #CC9C4A;
  display: inline-block;
}

.publication_detail {
  text-align: center;
}

.publication_wrapper {
  max-width: 935px;
  margin: 0 auto;
}

.publication_wrapper .col-lg-3 {
  margin-bottom: 35px;
}

.publication_detail img {
  margin: 0 auto;
}

.publication_detail h5 {
  margin: 17px 0 13px 0;
  color: #252525;
  font-family: 'Roboto-SemiBold', Sans-Serif;
}

.publication_detail .btn {
  margin-top: 0;
}

.filter_category_wrapper .btn.btn-lg {
  margin: 0 8px;
}

.filter_category_wrapper .btn.btn-lg:not(.active) {
  background-color: red;
}

.filter_category_wrapper .btn.btn-lg:not(.active) {
  background-color: transparent;
  color: #252525;
  border-color: #d7d7d7;
}

.filter_category_wrapper .btn.btn-lg:not(.active):hover {
  background-color: #CC9C4A;
  border-color: #CC9C4A;
  color: #ffffff;
}

.notable_members_wrapper {
  max-width: 1100px;
  margin: auto;
  position: relative;
}

.contact_form_wrapper {
  max-width: 720px;
  margin: 0 auto;
}

.contact_form_wrapper label {
  color: #252525;
  text-transform: uppercase;
}

.contact_form_wrapper label span {
  color: #CC9C4A;
  font-size: 14px;
  position: relative;
  top: -2px;
}

.contact_form_wrapper .form-control-lg:focus {
  color: #2c2c2c;
}

.contact_form_wrapper .form-control-lg {
  padding: .64rem 1rem;
  font-size: 15px;
  color: #a1a1a1;
}

.no-smil .grid_3_1>.mission_statement_img {
  width: 31.33%;
  position: relative;
  height: 322px;
  margin: 10px;
}

.no-smil .mission_statement_img img {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.no-smil .chapters_wrapper_form {
  width: 100%;
  display: table;
}

.no-smil .chapters_container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.no-smil .chapters_wrapper_form .dropdown {
  display: inline-block;
}

.no-smil .main_hero_section .hero_section_container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

/* .no-smil .notable_members_wrapper .executive_info_wrapper {
  width: 31.9%;
  margin-left: 7px;
  margin-right: 8px;
  padding: 30px 20px;
}
 */
.img_card_slider_wrap {
  max-width: 320px;
  height: 289px;
  margin: auto;
}

.img_card_slider_wrap img {
  object-fit: cover;
  width: 100%;
  max-width: 320px;
  height: 100%;
}

.img_card_slider_section {
  display: none;
}

.dropdown-menu-list .btn.btn-lg,
.dropdown-menu-list .btn.btn-lg:not(.active) {
  margin: 0 8px;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #a1a1a1;
  border-radius: 0;
  border: none;
  text-align: left;
  height: 38px;
  padding: .4rem 1.8rem;
}

.dropdown-menu-list .btn:not(.btn-link) {
  background-color: #ffffff;
  color: #a1a1a1;
}

.dropdown-menu-list .btn:not(.btn-link):hover {
  background-color: #ebebeb;
}

.button_group_wrapper .dropdown {
  display: none !important;
}

.programs_we_offer_popup {
  position: relative;
}

.no-smil .programs_we_offer_popup {
  padding: 2px !important;
}

.custom-modal {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}

.modal-open {
  visibility: visible;
  opacity: 1;
}

.modal_transparent_layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal_content {
  position: relative;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: #CC9C4A;
  z-index: 13;
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
}

.modal_close_icon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 13;
}

.custom-modal_full {
  position: fixed;
  top: 0;
  background-color: rgba(14, 92, 135, 0.6) !important;
  overflow-y: auto;
}

.custom-modal_full .modal_content {
  max-width: 700px;
  height: calc(100% - 100px);
  background-color: transparent;
  margin-top: 0;
  position: absolute;
  top: 55px;
  margin-bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

.no-smil .custom-modal_full .modal_content {
  height: auto;
}

.custom-modal_full .program_we_offer_modal_detail {
  background-color: #ffffff;
  color: #2f2f2f;
  padding: 35px 35px 40px 35px;
  position: relative;
}

.custom-modal_full .full_executive_profile {
  min-width: 160px;
  /*height: 150px;*/
  margin: auto;
  position: relative;
  margin-top: 0;
}

.custom-modal_full .district_map {
  /*height: 150px;*/
  margin: auto;
  position: relative;
}

.custom-modal_full .full_executive_profile img {
  object-fit: cover;
  width: 100%;
  max-width: 160px;
  /*height: 100%;*/
}

.custom-modal_full .program_we_offer_modal_detail h4 {
  font-size: 21px;
  font-family: 'Roboto-SemiBold';
}

.custom-modal_full .program_we_offer_modal_detail h4 span {
  font-family: 'Roboto-Regular';
  margin-top: 3px;
}

.custom-modal_full .program_we_offer_modal_detail p {
  color: #2f2f2f;
}

.custom-modal_full .program_we_offer_modal_detail p:last-child {
  margin-bottom: 0;
}

/*for ie*/
.no-smil .custom-modal_full .program_we_offer_modal_detail .flexbox_container_auto {
  display: block;
  height: auto;
}

.no-smil .custom-modal_full .program_we_offer_modal_detail .flexbox_container_auto .full_executive_profile,
.no-smil .custom-modal_full .program_we_offer_modal_detail .flexbox_container_auto .executive_info {
  display: inline-block;
  float: left;
}

.no-smil .custom-modal_full .program_we_offer_modal_detail .flexbox_container_auto .full_executive_profile {
  width: 25%;
  min-width: auto;
}

.no-smil .custom-modal_full .program_we_offer_modal_detail .flexbox_container_auto .executive_info {
  width: 75%;
}

/*end*/
.custom-modal_full .modal_transparent_layer,
.custom-modal_full span.modal_close_icon.modal_close_md {
  background-color: transparent;
}

.custom-modal_full span.modal_close_icon.modal_close_md {
  background-image: url('../images/close_modal_gold.png');
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.custom-modal_full .executive_info {
  padding-left: 20px;
}

.custom-modal_full .modal_content h4 {
  margin-bottom: 20px;
}

.custom-modal_full .modal_content h4 span {
  display: block;
  font-size: 16px;
}

span.modal_close_icon {
  top: 33px;
  right: 33px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #fa7139;
  z-index: 999;
  cursor: pointer;
  background-image: url('../images/close_modal.png');
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}

.modal_content h4 {
  font-size: 30px;
  margin-bottom: 15px;
  padding-right: 15px;
}

.modal_content p {
  color: #ffffff;
  margin-bottom: 25px;
}

.modal_content .btn:not(.btn-link) {
  background-color: #ffffff;
  color: #CC9C4A;
}

.modal_content .btn:not(.btn-link):hover {
  background-color: #fff1eb;
}

.program_we_offer_modal_detail {
  margin: auto;
  padding: 50px;
}

.benefits_wrapper figure figcaption {
  display: -webkit-flex;
  display: flex;
  background-color: #CC9C4A;
  -webkit-transition: all ease-in-out 180ms;
  -moz-transition: all ease-in-out 180ms;
  transition: all ease-in-out 180ms;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}

.benefits_wrapper figure:hover figcaption {
  opacity: 1;
  visibility: visible;
}

.benefits_wrapper figure figcaption .figcaption_wrapper {
  margin: auto;
  padding: 25px;
}

.benefits_wrapper figure figcaption .figcaption_wrapper p {
  margin: 0;
}

.benefits_wrapper figure figcaption .figcaption_wrapper strong {
  font-family: 'Roboto-Bold', Sans-Serif;
  font-size: 24px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  line-height: 1.25em;
}

.no-smil .hero_section.hero_section_innerpage_white .hero_section_container,
.no-smil .hero_section.hero_section_innerpage_blue .hero_section_container {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
}

.tns-outer {
  position: relative;
}

.athletes_musicians .tns-outer,
.business_leaders .tns-outer,
.others .tns-outer {
  padding-bottom: 61px !important;
}

.athletes_musicians .tns-outer .tns-nav,
.business_leaders .tns-outer .tns-nav,
.others .tns-outer .tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.hide_contents nav,
.hide_contents section {
  display: none;
}

.section_search {
  display: none;
}

.hide_contents section.section_search {
  display: block
}

.back_homepage {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  text-decoration: none !important;
}

@media (min-width: 1680px) {

  .flexbox_container_auto.homepage_container:before,
  .hero_section.hero_section_innerpage_blue:before,
  .hero_section.hero_section_innerpage_white:before {
    bottom: -110px;
  }
}

@media (min-width: 1800px) {

  .flexbox_container_auto.homepage_container:before,
  .hero_section.hero_section_innerpage_blue:before,
  .hero_section.hero_section_innerpage_white:before {
    bottom: -100px;
  }
}

@media (min-width: 1920px) {

  .flexbox_container_auto.homepage_container:before,
  .hero_section.hero_section_innerpage_blue:before,
  .hero_section.hero_section_innerpage_white:before {
    bottom: -90px;
  }
}

@media (min-width: 2000px) {

  .flexbox_container_auto.homepage_container:before,
  .hero_section.hero_section_innerpage_blue:before,
  .hero_section.hero_section_innerpage_white:before {
    bottom: -70px;
  }
}

/*Resppmsive*/
@media (max-width: 1100px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 38px;
  }

  h5 {
    font-size: 21px;
  }
/* 
  @media (min-width: 768px) {
    .navbar-brand-image {
      max-width: 100px !important;
    }
  }

  .navbar-brand-image {
    max-width: 60px !important;
  } */

  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    margin-right: 15px;
  }

  .nav-link.search_nav {
    width: 45px;
    height: 45px;
    margin-top: -4px;
  }

  .nav-link.search_nav:before {
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 14px;
  }

  .main_hero_section {
    height: 600px;
  }

  .hero_section.hero_section_innerpage_white,
  .hero_section.hero_section_innerpage_blue {
    height: 450px;
  }

  .are_you_interested_section .row {
    display: block;
    overflow: hidden;
  }

  .footer_links .col-md-auto {
    display: inline-block;
    width: 25%;
    float: left;
    margin: 0 !important;
  }

  .for_members_wrapper {
    margin-top: 35px;
    text-align: center;
  }

  .are_you_interested_section .col-md-auto {
    flex: auto;
  }

  footer.main_footer .for_members_wrapper ul li a {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar-light .search_dropdown {
    right: 45px;
    top: 3px;
    min-width: calc(801px - 45px);
    padding: 7px;
    padding-right: 0;
    height: 45px;
  }

  .navbar-light .search_dropdown .form-control {
    height: 31px;
    padding: .25rem .50rem;
    padding-left: 38px;
    font-size: 14px;
  }

  .search_btn {
    width: 38px;
    height: 100%;
    background-size: 13px;
  }

  span.modal_close_icon {
    top: 29px;
    right: 29px;
    background-size: 30px;
  }

  .program_we_offer_modal_detail {
    padding: 40px;
  }

  .modal_content h4 {
    font-size: 26px;
    margin-bottom: 13px;
  }

  .modal_content p {
    margin-bottom: 22px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 33px;
  }

  h5 {
    font-size: 18px;
  }

  p {
    font-size: 15px;
  }

  .section {
    padding: 70px 0;
  }

  .btn-link {
    font-size: 15px;
  }

  .container {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  /* FOR NAVIGATION MOBILE VIEW*/
  .navbar.collapse_navigation {
    background-color: #02263a;
  }

  .navbar-toggler {
    margin-left: -46px;
    background-color: #ffffff;
    border-radius: 0;
    padding: .43rem .55rem;
    height: 45px;
    width: 45px;
    position: absolute;
    top: 5px;
    right: 35px;
  }

  .navbar-toggler-icon {
    position: relative;
    background-image: none !important;
    width: 100%;
    height: 2px;
    background-color: #CC9C4A;
  }

  .navbar-toggler-icon:before,
  .navbar-toggler-icon:after {
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #CC9C4A;
    left: 0;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
  }

  .navbar-toggler-icon:before {
    top: -8px;
  }

  .navbar-toggler-icon:after {
    top: 8px;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
  }

  .navbar-light .navbar-nav .nav-link:not(.btn) {
    position: relative;
    top: 4px;
    border-bottom: 1px solid #81939d;
    padding: .8rem 1rem;
  }

  .navbar-light .navbar-nav .nav-link:not(.btn):last-child {
    border-bottom: none;
    margin-bottom: 3px;
  }

  .navbar-light .navbar-nav .nav-link.btn {
    margin: 10px 0 15px 0;
  }

  .navbar-light .dropdown-menu {
    font-size: 1rem;
    color: #ffffff;
    background-color: #032639;
    border: none;
    padding: 0;
    top: 0;
    font-size: 15px;
    margin: 0;
  }

  .navbar-light .dropdown-item:last-child {
    border-bottom: 1px solid #81939d;
  }

  .navbar-light .dropdown-item {
    color: #ffffff;
    padding: .47rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid #81939d;
    padding: .8rem 1rem;
  }

  .collapse_navigation .navbar-toggler-icon {
    visibility: hidden;
  }

  .collapse_navigation .navbar-toggler-icon:before,
  .collapse_navigation .navbar-toggler-icon:after {
    visibility: visible;
  }

  .collapse_navigation .navbar-toggler-icon:before {
    top: 0px;
    -webkit-transform: rotateZ(-45deg);
    -moz--transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }

  .collapse_navigation .navbar-toggler-icon:after {
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -moz--transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  .navbar-brand img {
    max-width: 75px;
  }

  .navbar-collapse {
    margin-top: 70px;
  }

  .navbar .navbar-brand img {
    max-width: 73px;
  }

  .nav-link.search_nav {
    display: none;
  }

  .navbar-light .search_dropdown .form-control {
    margin-bottom: 20px;
  }

  .navbar-light .search_dropdown {
    min-width: auto;
    width: 100%;
    padding: 0;
    background-color: transparent;
    display: block;
    position: relative;
    top: 0;
  }

  .main_hero_section {
    height: 500px;
  }

  .hero_section_container {
    padding: 30px 0 75px 0;
  }

  .vision_statement_card h5 {
    font-size: 24px;
    margin: 13px 0;
  }

  .vision_statement_card p {
    font-size: 15px;
  }

  .title_wrapper h2 {
    margin-bottom: 15px;
  }

  .vision_statement_detail {
    margin-top: 55px;
  }

  .vision_statement_detail .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .vision_statement_detail .col-md {
    margin-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
    height: 100%;
  }

  .vision_statement_card {
    padding: 30px 20px;
  }

  .programs_we_offer_wrapper figure figcaption p {
    margin: 20px 0px;
  }

  .programs_we_offer_wrapper figure figcaption .programs_detail,
  .programs_we_offer_wrapper figure a.flexbox_container_auto .programs_detail {
    margin-top: auto;
    padding: 20px;
  }

  .tau_beta_info_wrapper .col-md-6:nth-last-child(-n+2) {
    margin-top: 45px;
  }

  .tau_beta_blog_wrapper .grid_3_1 {
    display: block;
  }

  .tau_beta_blog_mobile {
    text-align: center;
    padding: 0 80px;
  }

  .title_wrapper.title_wrapper_blue {
    margin-bottom: 40px;
  }

  .are_you_interested_info {
    padding-right: 0;
  }

  .hero_section.hero_section_innerpage_white,
  .hero_section.hero_section_innerpage_blue {
    height: 400px;
  }

  .mission_statement_wrapper .grid_4_1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .mission_statement_wrapper .grid_4_1 .mission_statement_card {
    text-align: center;
  }

  .mission_statement_wrapper .grid_4_1 .mission_statement_card:nth-last-child(-n+2) {
    margin-top: 10px;
  }

  .tau_beta_pi_categories span {
    min-width: 65px;
    height: 65px;
    font-size: 34px;
    line-height: 63px;
    margin-right: 20px;
  }

  .tau_beta_pi_categories ul li .title_wrapper_blue.title_wrapper h2 {
    font-size: 30px;
  }

  #one_slider_mobile_991.grid_3_2,
  #one_slider_mobile_991_1.grid_3_2,
  #one_slider_mobile_991_2.grid_3_2,
  #one_slider_mobile_991_3.grid_3_2,
  #one_slider_mobile_991_4.grid_3_2,
  #one_slider_mobile_991_5.grid_3_2 {
    display: block;
  }

  .filter_category_wrapper {
    text-align: center;
  }

  .filter_category_wrapper .btn.btn-lg {
    height: 41px;
    padding: .4rem 1.8rem;
    font-size: 15px;
  }

  .filter_category_wrapper .btn.btn-lg {
    margin: 5px;
  }

  .notable_members_wrapper .executive_info_wrapper {
    text-align: center;
  }

  .navbar-light .search_dropdown {
    right: 0;
  }

  .navbar-light .search_dropdown .form-control {
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 43px;
  }

  .search_btn {
    width: 42px;
    height: 45px;
    background-size: 16px;
  }

  .navbar-light .dropdown_search_wrapper {
    margin-bottom: 13px;
  }

  .publication_detail h5 {
    margin: 12px 0 5px 0;
  }

  .modal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.35);
  }
}

/*991px*/
@media (max-width: 768px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 29px;
  }

  h5 {
    font-size: 16px;
  }

  .section {
    padding: 55px 0;
  }

  .section.section_half_blue.pb_130 {
    padding-bottom: 0;
  }

  .container {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  .main_hero_section {
    height: 450px;
  }

  .hero_section_container h5 {
    margin: 8px 0 20px 0;
    color: #ffffff;
  }

  .hero_section_container {
    padding: 20px 0 55px 0;
  }

  .vision_statement_detail .col-md:last-child {
    margin-bottom: 0;
  }

  /* .vision_statement_container:after {
    height: 84%;
  } */

  .vision_statement_card {
    text-align: center;
  }

  .programs_we_offer_wrapper .grid_2_1 {
    grid-template-columns: 1fr;
  }

  .programs_we_offer_wrapper figure figcaption .programs_detail,
  .programs_we_offer_wrapper figure a.flexbox_container_auto .programs_detail {
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px !important;
    text-align: center;
    width: 100%;
  }

  .programs_we_offer_wrapper figure a.flexbox_container_auto h5 {
    font-size: 24px;
  }

  .tau_beta_info_wrapper .col-md-6 {
    margin-top: 45px;
  }

  .tau_beta_info_wrapper .col-md-6:first-child {
    margin-top: 0;
  }

  .tau_beta_info_wrapper p {
    padding-top: 0;
  }

  .testimonials_info_wrapper {
    padding: 0;
  }

  .main_container_slider .tns-controls {
    position: absolute;
    top: inherit;
    bottom: -11px;
  }

  .tau_beta_blog_mobile {
    padding: 0;
  }

  .are_you_interested_info {
    padding-right: 0;
  }

  .footer_links .col-md-auto {
    width: 100%;
  }

  footer.main_footer img {
    margin: 0 auto;
  }

  .footer_links .col-md-auto:nth-last-child(-n+3) {
    display: none;
  }

  .are_you_interested_section .col {
    display: block;
    text-align: center;
  }

  .are_you_interested_info {
    padding-right: 0;
  }

  .are_you_interested_section .flexbox_container_auto .col {
    margin-top: 25px;
    padding-left: 0;
  }

  .hero_section.hero_section_innerpage_white {
    z-index: -1;
  }

  .hero_section.hero_section_innerpage_white h1,
  .hero_section.hero_section_innerpage_blue h1 {
    font-size: 35px;
  }

  .mission_statement_wrapper .grid_3_1 {
    display: block;
  }

  .mission_statement_wrapper .grid_3_1 {
    margin-top: 50px;
  }

  .executive_info_wrapper .executive_profile,
  .executive_info_wrapper .executive_profile img {
    max-width: 100%;
  }

  .executive_info_wrapper .executive_profile {
    max-width: 100%;
    min-width: 160px;
    height: 600px;
    margin: auto;
    position: relative;
    margin-top: 0;
    overflow: hidden;
  }

  .embed-responsive-21by9::before {
    padding-top: 0;
    height: 330px;
  }

  .embed-responsive-recruit::before {
    padding-top: 0;
    height: 400px;
  }

  .overlay_video_img_body {
    background-size: cover;
    background-position: center;
  }

  .navbar-toggler {
    right: 22px;
  }

  .chapters_container {
    display: block;
    text-align: center;
  }
  
  .chapters_wrapper_form h5 {
    line-height: 1.2em;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .chapters_wrapper_form {
    margin-top: -30px;
  }
  
    .chapters_wrapper_formb {
    display: block;
    text-align: center;
  }

  .accordion_main_container .card-header {
    font-size: 16px;
    padding-left: 2.0rem;
  }

  .accordion_main_container .card-header[aria-expanded="false"]:before,
  .accordion_main_container .card-header[aria-expanded="true"]:before {
    left: .75rem;
  }

  .alabama_chapters_section .row {
    display: block;
  }

  .alabama_chapters_section .row .col-md:last-child {
    margin-top: 45px;
  }

  .alabama_chapters_section ul li {
    margin: 15px 0;
  }

  label {
    margin-bottom: .3rem;
    font-size: 14px;
  }

  .contact_form_wrapper .form-control-lg {
    padding: .60rem 1rem;
    font-size: 14px;
  }

  .section_light_blue .tau_beta_pi_eligibility_wrapper .grid_2_1 {
    display: block;
  }

  .tau_beta_pi_categories .category_detail {
    padding-right: 0;
  }

  .tau_beta_pi_categories ul li,
  .tau_beta_pi_categories:first-child {
    margin-bottom: 45px;
  }

  .tau_beta_pi_categories ul li {
    margin-bottom: 45px;
  }

  .testimonial_accordion {
    padding-left: 25px;
    margin-top: 22px;
  }

  .testimonial_accordion p {
    font-size: 18px;
  }

  .testimonial_accordion span {
    font-size: 14px;
  }

  .publication_wrapper .row {
    margin-right: 0;
    margin-left: 0;
  }

  .main_container_timeline {
    max-width: none;
  }

  .hostory_timeline_wrap,
  .hostory_timeline_card {
    display: block;
    text-align: center;
  }

  .right_card .img_historical,
  .left_card .img_historical {
    margin-bottom: 20px;
  }

  .img_historical img {
    margin: 0 auto;
  }

  .right_card .historical_info {
    padding-left: 0;
  }

  .left_card .historical_info {
    padding-right: 0;
  }

  .our_logo_wrapper .title_wrapper.title_wrapper_white {
    text-align: center;
  }

  .our_logo_wrapper .col-md-7 {
    margin-bottom: 25px;
  }

  .tau_beta_pi_imgTxt_section .grid_2_1,
  .tau_beta_pi_imgTxt_section .tau_beta_pi_info {
    display: block;
  }

  .section_half_blue_m.section_half_blue:before {
    display: none;
  }

  .section_half_blue_m .title_wrapper.title_wrapper_blue {
    margin-bottom: 20px;
    text-align: center;
  }

  .benefits_wrapper .grid_2_4 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }

  .left_card .historical_info {
    padding-right: 0;
    left: 0;
    max-width: 100%;
  }

  .right_card .historical_info {
    padding-right: 0;
    left: 0;
    max-width: 100%;
  }

  .left_card .img_historical {
    left: 0;
  }

  .hostory_timeline_card {
    margin-right: auto;
    display: block;
    margin: auto;
  }

  .img_historical {
    min-width: auto;
  }

  .img_card_slider_section {
    display: block;
    margin: 40px 0 30px 0;
  }

  .img_card_slider_section .grid_3_1 {
    display: block;
  }

  .tau_beta_pi_imgTxt_section img {
    display: none;
  }

  .button_group_wrapper .dropdown {
    display: block !important;
  }

  .button_group_wrapper .filter_category_wrapper {
    display: none;
  }

  .custom-modal {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
  }

  .modal_transparent_layer {
    background-color: transparent;
  }

  span.modal_close_icon {
    top: 10px;
    right: 13px;
    background-color: transparent;
    background-size: 23px;
  }

  .modal_content h4 {
    font-size: 22px;
  }

  .modal_content {
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 55px;
    margin-bottom: 30px;
  }

  .program_we_offer_modal_detail {
    padding: 30px;
  }

  .program_we_offer_modal_detail .flexbox_container_auto {
    display: block;
  }

  .custom-modal_full .executive_info {
    padding-left: 0;
    padding-top: 15px;
  }

  .custom-modal_full .modal_content {
    height: calc(100% - 70px);
    top: 30px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 26px;
  }

  h5 {
    font-size: 15px;
  }

  .btn.btn-lg {
    padding: .6rem 2rem;
    font-size: 15px;
    line-height: 1.7em;
  }

  .hero_section_container {
    padding: 20px 0 40px 0;
  }

  .main_hero_section {
    height: 400px;
  }

  .vision_statement_card .btn-link {
    margin-top: 5px;
  }

  .vision_statement_card h5 {
    margin-bottom: 10px;
  }

  .programs_we_offer_wrapper .grid_2_2 {
    display: block;
  }

  .programs_we_offer_wrapper .grid_2_1 {
    display: block;
  }

  .programs_we_offer_wrapper .grid_2_1 .col_grid {
    margin-top: 15px;
  }

  .programs_we_offer_wrapper figure a.flexbox_container_auto h5 {
    font-size: 22px;
  }

  .programs_we_offer_wrapper figure {
    position: relative;
    margin: 0;
    height: 320px;
  }

  .programs_we_offer_wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .main_container_slider .tns-controls button:first-child,
  .main_container_slider .tns-controls button:last-child {
    background-size: 35px;
  }

  .main_container_slider .tns-controls {
    bottom: -10px;
  }

  .executive_info_wrapper {
    padding: 25px;
  }

  .copyright span {
    display: block;
  }

  footer.main_footer .for_members_wrapper p {
    line-height: 1.67em;
  }

  .hero_section.hero_section_innerpage_white h1,
  .hero_section.hero_section_innerpage_blue h1 {
    font-size: 30px;
  }

  .mission_statement_wrapper .grid_4_1 {
    display: block;
  }

  .mission_statement_wrapper .grid_4_1 .mission_statement_card:nth-last-child(-n+3) {
    margin-top: 20px;
  }

  .mission_statement_wrapper .grid_4_1 .mission_statement_card p {
    margin-top: 0;
  }

  .three_slider_section .tns-ovh {
    width: 100%;
    margin: auto;
  }

  .executive_info_wrapper {
    padding: 25px;
  }

  .embed-responsive-21by9::before {
    padding-top: 0;
    height: 280px;
  }

  .embed-responsive-recruit::before {
    padding-top: 0;
    height: 350px;
  }

  button#play-button {
    top: 36%;
  }

  .chapters_wrapper_form {
    margin-top: -20px;
  }

  .contact_form_wrapper .form-group .col-sm:first-child,
  .form-group {
    margin-bottom: 0.85rem;
  }

  .contact_form_wrapper .btn.btn-lg {
    display: block;
    width: 100%;
  }

  .tau_beta_pi_categories ul li,
  .tau_beta_pi_categories:first-child {
    margin-bottom: 30px;
  }

  .tau_beta_pi_categories ul li p {
    font-size: 14px;
  }

  .tau_beta_pi_categories ul li .title_wrapper_blue.title_wrapper {
    text-align: center;
  }

  .tau_beta_pi_categories ul li {
    margin-bottom: 45px;
  }

  .publication_detail {
    text-align: center;
    padding: 0;
  }

  .chapters_wrapper_form .dropdown {
    width: 100%;
    min-width: 260px;
  }

  .chapters_wrapper_form button.btn {
    min-width: none;
  }

  .chapters_wrapper_form .dropdown-item {
    padding: .32rem 1.5rem;
  }

  .benefits_wrapper figure {
    height: 267px;
  }

  .benefits_wrapper .grid_2_4 {
    display: block;
  }

  .benefits_wrapper .grid_2_4 .col_grid {
    margin-bottom: 15px;
  }

  .publication_wrapper .col-lg-3 {
    margin-bottom: 20px;
  }

  .publication_wrapper .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .program_we_offer_modal_detail,
  .benefits_wrapper figure figcaption .figcaption_wrapper {
    padding: 20px;
  }

  .benefits_wrapper figure figcaption .figcaption_wrapper strong {
    font-size: 22px;
  }

  .executive_info_wrapper .executive_profile {
    height: 320px;
    max-width: 300px !important;
  }

  .executive_info_wrapper .executive_profile img {}
}

@media (max-width: 369px) and (max-width: 767px) {
  .tau_beta_pi_categories ul li {
    display: block;
    text-align: center;
  }

  .tau_beta_pi_categories span {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .main_hero_section {
    height: 335px;
  }

  p {
    font-size: 14px;
  }

  .chapters_wrapper_form .dropdown {
    min-width: 250px;
  }
}

@media screen and (max-width: 568px) {
  .main_container_slider .tns-nav button {
    width: 14px;
    height: 14px;
    margin: 0 2px;
  }

  .custom-modal_full span.modal_close_icon.modal_close_md {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .main_container_slider .tns-nav button {
    width: 14px;
    height: 14px;
    margin: 0 4px;
  }
}

.embed-responsive video {
  background-color: #000000;
}

.mit {
  height: 165px;
  width: 165px;
  border-radius: 50%;
}

.history-our-badge-image {
  margin: auto 0;
}

.why-join-grid-box {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.why-join-element-container img {
  padding: 10px;
}

.why-join-grid-box h5 {
  text-align: center;
  font-family: inherit;
  color: black;
}

.why-join-grid-box button {
  width: fit-content;
  margin: 5px auto 0;
  border: none;
  background-color: transparent;
}

.why-join-grid-box a {
  margin: 0;
  padding: 5px;
}

.why-join-modal-header {
  text-align: center;
  font-family: 'Roboto-Regular', Sans-Serif !important;
  line-height: 1.52222222 !important;
}

@media (min-width: 1024px) {
  .why-join-modal-header {
    font-size: 26px !important;
  }
}

.why-join-element-container {
  border: 1px solid #d7d7d7;
  padding: 10px 5px;
}

.why-join-modal-text {
  padding: 1rem 2rem;
}

.hero_circle_logo {
  max-height: 250px;
  margin: 0 auto;
}