/*
 Theme Name:   Education Base Pro Child
 Theme URI:    https://tcsg.edu/
 Description:  Education Base Pro Child Theme
 Author:       Gabriel Mathis (TCSG | gmathis@tcsg.edu)
 Author URI:   https://tcsg.edu
 Template:     education-base-pro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  education-base-pro-child
*/
ul, ol {
  margin: 0 0 1em 0;
}
a:hover, a:active, a:focus {
  outline: 3;
  background: transparent;
  text-decoration: none;
}
a.anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}
/*slider*/
.image-slider-wrapper {
  display: block;
  height: 85vh;
  position: relative;
  overflow: hidden;
}
.acme-owl-carausel {
  display: none;
}
.owl-wrapper-outer, .image-slider-wrapper .owl-item {
  height: 85vh !important;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
.image-slider-wrapper .item {
  height: 100% !important;
}
.image-slider-wrapper .owl-item .slider-content {
  display: none;
}
.image-slider-wrapper .owl-item.active .slider-content {
  display: block;
}
.image-slider-wrapper .banner-title {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0 1px 2px #333;
}
.image-slider-wrapper .slider-content {
  color: #fff;
  background-color: rgba(0, 157, 220, 0.75);
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 20px;
  text-shadow: 0 1px 1px #333;
}
.image-slider-wrapper .slider-content p {
  text-shadow: 0 1px 1px #333;
}
.image-slider-wrapper .slider-content .btn-primary {
  margin: 10px 0;
}

/* faq list styles for Dual enrollment 6-3-2024 LJ */
.faq-list {
	display:list-item !important; 
	list-style-type: disc !important; 
	border: none !important; 
	margin-left: 10px !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*navbar type 2*/ /* was 1023px */
@media screen and (min-width: 1200px) {
  .at-front-page-featured .navbar-option-2:not(.navbar-fixed-top) {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
  }
  .at-front-page-featured .navbar-option-2:not(.navbar-fixed-top) .site-title, .at-front-page-featured .navbar-option-2:not(.navbar-fixed-top) .site-title a, .at-front-page-featured .navbar-option-2:not(.navbar-fixed-top) .site-description, .at-front-page-featured .navbar-option-2:not(.navbar-fixed-top) .site-description a, .at-front-page-featured .navbar-option-2:not(.navbar-fixed-top) .main-navigation a, .at-front-page-featured .navbar-option-2:not(.navbar-fixed-top) .cart-wrap .acme-cart-views a, .at-front-page-featured .navbar-option-2:not(.navbar-fixed-top) .search-wrap .search-icon {
    color: #fff;
  }
  .at-front-page-featured .relative-class {
    position: relative;
    display: block;
  }
}
/*navbar type 2 end*/
.navbar {
  background: #fff;
  margin: 0;
  margin-bottom: 0px;
  padding: 15px 0;
  transition: all 0.2s ease-out 0s;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 4px -10px rgba(238, 238, 238, 0.9);
  -moz-box-shadow: 0px 10px 4px -10px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 10px 4px -10px rgba(238, 238, 238, 0.9);
}
.navbar-brand > img {
  display: block;
  max-height: 55px;
  max-width: 310px;
}
.navbar .navbar-brand {
  margin: 0 0 0 15px;
  padding: 0;
  max-width: 40%;
}
.no-fs-clearfix {
  height: 80px;
}
.navbar .navbar-toggle {
  background-color: #002E3B; /* was 000 */
  color: #ffffff;
  font-size: 22px;
  border-radius: 4px;
  margin-bottom: 3px;
  margin-top: 3px;
  outline: medium none;
  transition: all 0.2s ease-out 0s;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #002E3B; /* was 2d2d2d */
}
.navbar-nav > li {
  float: none;
}
.nav > li > a:focus {
  background-color: transparent;
}
/*main-navigation*/
.main-navigation {
  float: right;
  z-index: 99;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  display: inline-block;
  position: relative;
}
.main-navigation a {
  color: #444444;
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.main-navigation a:hover {
  background: transparent;
}
/*navigations*/
.nav-links .page-numbers {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  font-size: 13px;
  height: 44px;
  line-height: 44px;
  margin: 15px 0;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
  width: 44px;
}
/*submenu*/
.navbar-nav > li.menu-item-has-children > a::after {
  color: #000;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  margin-left: 7px;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999;
  background: #002e3b; /* was 2d2d2d */
  text-align: left;
}
.main-navigation ul ul ul {
  top: 0;
}
.main-navigation ul ul a {
  font-size: 14px;
  padding: 12px 18px;
  width: 200px;
  color: #fff;
}
.main-navigation li:hover > a {
  background: rgba(0, 0, 0, 0);
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .main-navigation a {
    font-size: 16px;
    padding: 18px 23px;
  }
}
/* max-width was 1023px */
@media screen and (max-width: 1200px) {
  .navbar .container > .navbar-collapse, .navbar .container > .navbar-header {
    margin: 0;
  }
  .main-navigation {
    float: none;
    background: #fff;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
  }
  .navbar {
    margin-bottom: 0;
  }
  .main-navigation li {
    float: none;
    display: block;
    border-top: 1px solid #999;
  }
  .main-navigation.toggled .nav-menu {
    background: none repeat scroll 0 0 #002E3B; /* was 000 */
  }
  .main-navigation ul ul {
    background: none repeat scroll 0 0 #002E3B; /* was 000 */
    display: block;
    float: none;
    position: static;
    text-align: left;
    box-shadow: none;
  }
  .main-navigation ul ul li {
    padding-left: 25px;
  }
  .main-navigation ul ul li a {
    display: block;
    width: auto;
  }
  .main-navigation ul ul a:hover {
    background: rgba(0, 0, 0, 0);
  }
  .main-navigation a {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*bootstrap menu*/ /* max-width was 1023px */
@media (max-width: 1200px) {
  .navbar-header {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.in {
    overflow-y: auto !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .collapse.in {
    display: block !important;
  }
  #navbar .container {
    position: relative;
  }
  .main-navigation {
    position: absolute;
    width: 100%;
  }
  #navbar .navbar-collapse, #navbar .navbar-collapse {
    height: 470px;
    max-height: 70vh;
    right: 0;
    left: 0;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.inner-main-title {
  position: relative;
  width: 100%;
  background-size: cover;
  background-color: #2D2D2D;
  overflow: hidden;
}
.inner-main-title .entry-header {
  position: absolute;
  width: 100%;
  bottom: 7%;
  background: rgba(120, 29, 126, 0.85); /* added this */
  padding-left: 25px; /* added this */
}
.inner-main-title .entry-title, .inner-main-title .page-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 1px 2px #333; /* added this */
}
/*breadcrumbs*/
#education-base-breadcrumbs {
  padding: 0;
  padding-bottom: 0;
  overflow: hidden;
}
#education-base-breadcrumbs .breadcrumb-trail li {
  display: block;
  float: left;
  list-style: outside none none;
  padding-right: 10px;
  color: #fff;
  text-shadow: 0 1px 1px #333; /* added */
}
#education-base-breadcrumbs a {
  color: #fff;
}
#education-base-breadcrumbs a:hover {
  text-decoration: underline;
}
#education-base-breadcrumbs .breadcrumb-trail li.trail-item.trail-end::after {
  display: none;
}
#education-base-breadcrumbs .breadcrumb-trail li::after {
  color: #ddd;
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 10px;
}
#education-base-breadcrumbs .breadcrumb-trail .trail-items {
  margin: 0;
  padding: 0;
}
/*back to top*/
.sm-up-container {
  display: none;
  height: auto;
  left: 3px;
  margin-left: 22px;
  margin-top: auto;
  padding: 3px 6px;
  position: fixed;
  top: 85%;
  width: 44px;
  z-index: 60;
  color: #fff;
}
.sm-up-container:hover {
  background: #000;
}
.sm-up {
  display: block;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 2px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
/**************************************************/
/* ARENA DEV EDITS ********************************/
/**************************************************/
/* BASIC */
.site-content {
  padding-top: 0;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
  text-transform: inherit;
}
.uppercase {
  text-transform: uppercase;
}
@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700');
/*********************/
/* GOOGLE CUSTOM CSS */
.gsc-control-cse .gsc-option-menu-container {
  width: 120px;
}
button.gsc-search-button.gsc-search-button-v2 {
  font-size: 14px !important;
  padding-bottom: 0 !important;
}
table.gsc-input {
  margin: 0px;
}
/*****END GOOGLE*****/


/*HDCI Form Signature*/
#signaturename {
  text-align: left;
  font-weight: normal;
  font-size: 100%;
}

#signature {
  width: 100%;
  border-bottom: 1px solid black;
  height: 30px;
}


/*HDCI Form Signature End*/

a {
  color: #002e3b;
}
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
body {
  font-family: 'Karla', sans-serif !important;
}
.body_font {
  font-family: 'Karla', sans-serif;
}
h1, h2, h3, h4, h5, h6, .head_font, .image-slider-wrapper .banner-title, .image-slider-caption {
  font-family: "soleto", sans-serif !important;
  font-weight: 300;
}
.at-navbar {
  position: relative;
  z-index: 1030;
  width: 100%;
  left: 0;
  right: 0;
}
#gform_submit_button_1 {
  background: #2c5a85;
  border-color: #2c5a85;
}
.breadcrumbs {
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
}
.headerfixed .at-navbar {
  position: fixed;
  top: 0;
}
.logged-in.headerfixed .at-navbar {
  top: 32px;
}
.headerfixed .fixed_spacer {
  padding-top: 94px;
}
section {
  /* padding: 100px 0; */
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-position: center center;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.site-footer {
  overflow: hidden;
}
body .wplc-color-bg-1 {
  background-color: #118eae !important;
}
.popup-content iframe {
  border: none;
  height: 100%;
  background: #f8f9fa;
}
.popup-content p {
  margin: 0 !important;
  height: 100%;
}
.popup-content-pad {
  padding: 0 !important;
  height: 100%;
}
.popup-content {
  padding: 0 !important;
  height: 530px !important;
  line-height: 0 !important;
  overflow: hidden !important;
  border: none !Important;
}
.popup-title {
  color: white !important;
}
.popup-image img {
  vertical-align: top;
}
/* NAV */
body .top-header {
  display: none;
  background-color: #002e3b;
}
.top_info_wrap {
  padding: 5px 0;
}
.bg_darkgreen {
  background-color: #002e3b;
}
.top_info a {
  color: #FFFFFF; /*#FFFFFF */
  font-size: 15px;
  line-height: 19px;
}
.top_info a i {
  color: #002e3b; /*#002e3b */
  font-size: 19px;
  line-height: 0;
  margin-right: 1px;
  position: relative;
  top: 2px;
}
ul.top_info li {
  display: inline-block;
  margin-left: 15px;
}
ul.top_info {
  margin: 0;
  padding: 0;
}
ul#primary-menu {
  margin-top: 20px;
  margin-right: -15px;
}
.navbar-nav > li > a {
  padding: 7px 15px;
  line-height: 1;
  position: relative;
}
.custom-logo-link img {
  width: 240px;
}
.menu-btn {}
.menu-btn a {
  background: #FFFFFF !important;
  border-radius: 3px;
  padding: 7px;
  color: #002e3b;
}
#education-base-breadcrumbs .breadcrumb-trail li, #education-base-breadcrumbs a {
  color: #002e3b;
}
/* UTILITY CLASSES */
.white, .white * {
  color: white;
}
.black {
  color: black;
}
.red {
  color: #e63737;
}
.blue {
  color: #118eae;
}
.darkblue {
  color: #013a50;
}
.darkgray {
  color: #363a47;
} /* fixed this error GMathis@tcsg.edu color: was not included */
.green {}
.bg_white {
  background-color: white;
}
.bg_black {
  background-color: black;
}
.bg_red {
  background-color: #F44336;
}
.bg_blue {
  background-color: #118eae;
}
.bg_darkblue {
  background-color: #013a50;
}
.bg_grey {
  background-color: #EBEBEB;
}
.padder {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padder_de {
  padding-top: 75px;
  padding-bottom: 0px;
}
.padder_top {
  padding-top: 50px;
}
.padder_bot {
  padding-bottom: 50px;
}
.padder_lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padder_lg_de { /* both were set to 100px */
  padding-top: 175px;
  padding-bottom: 0px;
}
.padder_lg_bot {
  padding-bottom: 100px;
}
.padder_lg_top {
  padding-top: 100px;
}
.padder_sm {
  padding-top: 25px;
  padding-bottom: 25px;
}
.padder_sm_de {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.padder_sm_bot {
  padding-bottom: 25px;
}
.padder_sm_top {
  padding-top: 25px;
}
.padder_sm_hm {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 100px;
  padding-right: 100px;
}
/* BACKPAGES */
body .inner-main-title {
  height: auto;
}
body .inner-main-title > .container {
  position: relative;
  z-index: 1;
}
body .inner-main-title .entry-header {
  position: relative;
  width: 100%;
  bottom: 0;
  padding: 125px 0;
  background: transparent;
}
body .inner-main-title:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 46, 59, 0.36);
  z-index: 0;
}
body .inner-main-title .entry-title, body .inner-main-title .page-title {
  text-shadow: none;
  font-size: 50px;
}
body #education-base-breadcrumbs .breadcrumb-trail li {
  text-shadow: none;
  font-size: 15px;
  text-transform: uppercase;
}
.site-footer .sm-up-container .sm-up img {
  display: none;
}
.safe_bg {
  position: relative;
}
.safe_bg > * {
  z-index: 1;
  position: relative;
}
.safe_bg:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.33);
  width: 100%;
  height: 100%;
}
.page_head_slider_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.slider_wrap_landing:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 58, 80, 0.78);
}
.form_wrapper {
  padding: 20px;
  overflow: hidden;
}
section.landing_head .royalSlider {
  z-index: 0;
}
.svg {
  max-width: 400px;
}
style.css?ver=4.8.1:1018 .landing-logo {
  width: 360px;
}
/* HOMEPAGE/SLIDER */
.slider_wrap {
  position: relative;
  background: #002e3b;
  overflow: hidden;
  z-index: 1;
}
.slide_content {
  position: absolute;
  width: 33%;
  bottom: 5%;
  left: 10%;
  background-color: #002E3B;
  opacity: 0.7;
  padding: 25px;
  /* background: rgba(255, 255, 255, 0.53);  */
}
.slide_single_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slide_single_wrap.slideblue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e3945+0,0e3945+100&0.65+26,0+68 */
  background: -moz-linear-gradient(left, rgba(14, 57, 69, 0.65) 0%, rgba(14, 57, 69, 0.65) 26%, rgba(14, 57, 69, 0) 68%, rgba(14, 57, 69, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(14, 57, 69, 0.65) 0%, rgba(14, 57, 69, 0.65) 26%, rgba(14, 57, 69, 0) 68%, rgba(14, 57, 69, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(14, 57, 69, 0.65) 0%, rgba(14, 57, 69, 0.65) 26%, rgba(14, 57, 69, 0) 68%, rgba(14, 57, 69, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a60e3945', endColorstr='#000e3945', GradientType=1); /* IE6-9 */
}
.slide_single_wrap.slidewhite {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.78+39,0+53 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.78) 39%, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.78) 39%, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.78) 39%, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}
.slide_single_wrap.slideblue .slide_inner {
  color: white;
}
.slideblue .slide_inner .btn {
  color: white;
}
.slideblue .slide_inner * {
  color: white;
}
.slide_outer {
  position: relative;
  display: table;
  height: 100%;
}
.slide_inner {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}
.slide_inner h1 {
  font-size: 50px;
  margin: 0 0 0;
  font-weight: lighter;
}
.slide_inner hr {
  border-top: 2px solid #118eae;
  width: 100px;
  margin: 25px 0;
}
.blue_hr {
  border-top: 2px solid #118eae;
  width: 100px;
  margin: 25px 0;
}
.slide_single_wrap.slideblue .slide_inner {
  color: white;
}
/* Katelyn Edits - ABOUT PAGE */
.interests-text {
  font-size: 23px;
}
.interest-row-marg {
  margin: 0 0 25px;
}
.gform_wrapper li {
  margin-bottom: 20px;
  overflow: hidden;
}
.about-page-form {
  background-color: #118eae;
  border-top: 9px solid #013a50;
  padding: 15px 28px;
}
.about-form-descriptor {
  padding-bottom: 25px;
}
.about-form-descriptor-pad-top {
  padding-top: 25px;
}
input#gform_submit_button_3 {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  margin: auto;
  padding: 8px 0;
  text-transform: uppercase;
  position: relative;
  width: 40%;
  border-radius: 0;
}
/* added to take place of default error messages */
/* .gfield_error .validation_message {
    position: absolute;
    font-size: 16px;
    background: black;
    color: white;
    bottom: -17px;
    letter-spacing: 0.03em;
    padding: 0px 5px;
    border-radius: 3px;
    width: 250px;
    text-align: center;
    left: 50%;
    margin-left: -60px;
} */
/*Gravity Forms Survey Stars Mods*/
.gsurvey-rating:not(:checked) > label, .gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label, .gsurvey-rating:not(:checked) > label, .gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label, .gsurvey-rating > input:checked ~ label {
  width: 50px !important;
  line-height: 55px !important;
  background-size: 45px 45px !important;
  color: rgba(221, 221, 221, 0) !important;
}
.gsurvey-rating > input:checked ~ label {
  background-image: url(https://www.tcsg.edu/wp-content/uploads/2021/11/star1.svg) !important;
}
.gsurvey-rating:not(:checked) > label {
  background-image: url(https://www.tcsg.edu/wp-content/uploads/2021/11/star0.svg) !important;
}
.gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label {
  background-image: url(https://www.tcsg.edu/wp-content/uploads/2021/11/star2.svg) !important;
}
/*End GF Survey Mods*/
/* REGISTRATION FORMS STYLES - TCSG Edits - gmathis@tcsg.edu*/
.registration-form-style {
  background-color: #FFFFFF;
  border-top: none;
  padding: 15px 28px;
}
input#gform_submit_button_11 {
  color: #fff;
  background-color: #012E3A;
  border-color: #003667;
  margin: auto;
  padding: 8px 0;
  text-transform: uppercase;
  position: relative;
  width: 40%;
  border-radius: 0;
}
/* STATS */
.stats {
  padding: 50px;
  background: white;
}
.stat_wrap {
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 50%;
  /* height: 200px; */
}
.stat_wrap.first {
  background-image: url(/wp-content/uploads/2017/09/handshake-icon.png);
  background-position: 50% 80%; /*added this line to the ramaining statwraps, changed bg-position to 80% from 92%*/
  overflow: hidden;
}
/* .stat_wrap.second {
    background-image: url(/wp-content/uploads/2017/09/Trophy-icon.png);
} */
.stat_wrap.third {
  background-image: url(/wp-content/uploads/2017/09/diploma-icon.png);
  background-position: 50% 80%;
}
.stat_wrap.fourth {
  background-image: url(/wp-content/uploads/2017/09/tuition-piggy.png);
  background-position: 50% 80%;
}
/* econ dev stats */
.econstat_wrap {
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 50%;
  /* height: 200px; */
}
.econstats {
  padding: 0px;
  background: white;
  align-content: center;
}
.econstat_wrap.econfirst {
  background-image: url(/wp-content/uploads/2017/09/handshake-icon.png);
  background-position: 50% 75%; /*added this line to the ramaining statwraps, changed bg-position to 75% from 95%*/
  overflow: hidden;
}
/* .econstat_wrap.econsecond {
    background-image: url(/wp-content/uploads/2017/09/Trophy-icon.png);
	
} */
.econstat_wrap.econthird {
  background-image: url(/wp-content/uploads/2018/08/county-icon.png);
  background-position: 50% 75%;
}
.econstat_wrap.econfourth {
  background-image: url(/wp-content/uploads/2018/10/people-icon.png);
  background-position: 50% 75%;
}
.econnum_wrap {
  font-size: 75px;
  font-weight: bold;
  line-height: 1;
}
.econstat_inner {}
.econexp_wrap {
  width: 100%;
  float: left;
  position: relative;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  transform: scale(.9);
  backface-visibility: hidden;
  z-index: 1;
}
.econexp_wrap:hover {
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.econexp_wrap:hover button {
  transform: scale(1.2);
}
.econexp_wrap:hover .image_bg {
  /* box-shadow: 0 10px 20px rgba(13, 94, 115, 0.58); */
}
.econexp_wrap:hover i {
  left: 5px;
}
/* end econ dev stats */
/* wfd dev stats */
.wfdstat_wrap {
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 50%;
  /* height: 200px; */
}
.wfdstats {
  padding: 0px;
  background: white;
  align-content: center;
}
.wfdstat_wrap.wfdfirst {
  background-image: url(/wp-content/uploads/2019/11/wfd-serv-02.png);
  background-position: 50% 75%; /*added this line to the ramaining statwraps, changed bg-position to 75% from 95%*/
  overflow: hidden;
}
.wfdstat_wrap.wfdthird {
  background-image: url(/wp-content/uploads/2019/11/wfd-serv-03.png);
  background-position: 50% 75%;
}
.wfdstat_wrap.wfdfourth {
  background-image: url(/wp-content/uploads/2019/11/wfd-serv-01.png);
  background-position: 50% 75%;
}
.wfdnum_wrap {
  font-size: 75px;
  font-weight: bold;
  line-height: 1;
}
.wfdstat_inner {}
/*end wfd dev stats */
.num_wrap {
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
}
.num {
  display: inline-block;
}
.stat_wrap h3 {
  margin: 0 10px 20px;
  font-size: 29px;
  height: 70px;
}
.blue_cta {
  display: block;
  padding: 20px 0;
}
.blue_cta span {
  font-size: 33px;
  font-weight: lighter;
  vertical-align: middle;
}
.blue_cta button {
  vertical-align: middle;
  margin-left: 30px;
}
.blue_cta:hover, .blue_cta:focus {
  text-decoration: none;
  background: #15a2c6;
  color: white;
}
/* TABS */
.tabs {
  padding: 10px 0 0;
  background: #013a50;
}
.tabs .active, .tabs .nav .active {
  background: url(/wp-content/uploads/2017/09/dark-stripes-light-1.png) #fcfcfc;
  box-shadow: none;
}
.responsive_iframe {
  position: relative;
  height: 600px;
  z-index: 1;
  overflow: hidden;
  background: #A3CCFF;
}
.responsive_iframe .mapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tabs li.active {
  border-radius: 5px 5px 0px 0px;
}
.tabs .tabnav li {
  display: inline-block;
  border-radius: 5px 5px 0px 0px;
  background: url(/wp-content/uploads/2017/09/dark-stripes-light-1.png) rgb(228, 228, 228);
  color: white;
  box-shadow: 0px -10px 20px -19px black inset;
}
.tabs .tabnav li a, .tabs .tabnav li a:hover, .tabs .tabnav li a:focus {
  font-size: 25px;
  padding: 5px 30px;
  border-radius: 5px 5px 0px 0px !important;
  background-color: transparent;
}
.tabs .nav li.active a {
  color: #013a50;
}
.tab-content {
  overflow: hidden;
  height: auto;
  -webkit-transition: height .1s ease;
  -moz-transition: height .1s ease;
  -o-transition: height .1s ease;
  transition: height .5s ease;
  background: url(/wp-content/uploads/2017/09/dark-stripes-light-1.png) #fcfcfc;
}
.tab-pane {
  overflow: hidden;
  /* height: 100%; */
}
.tab-pane h1 {
  margin: 0;
  font-size: 46px;
  line-height: 1;
}
.program_menu .navbar-nav > li {
  display: list-item;
  float: left;
  width: 33.3%;
  list-style: disc outside;
  margin: 5px 0;
  padding-left: 0px;
  /* margin-right: 1%; */
}
.program_menu .navbar-nav > li > a {
  padding: 0;
  font-size: 19px;
  display: inline;
  line-height: 1;
}
.exp_wrap {
  width: 20%;
  float: left;
  position: relative;
  margin: 30px 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  transform: scale(.9);
  backface-visibility: hidden;
  z-index: 1;
}
.exp_wrap:hover {
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.exp_wrap:hover button {
  transform: scale(1.2);
}
.exp_bottom .btn {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  color: white !important;
}
.image_bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 152%;
  position: relative;
  /* border: 1px solid white; */
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  backface-visibility: hidden;
  z-index: 1;
}
.exp_wrap:hover .image_bg {
  /* box-shadow: 0 10px 20px rgba(13, 94, 115, 0.58); */
}
.exp_wrap:hover i {
  left: 5px;
}
.image_bg:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: red;
}
.image_bg:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d4458+0,0d4458+100&0+40,0.65+79 */
  background: -moz-linear-gradient(top, rgba(13, 68, 88, 0) 0%, rgba(13, 68, 88, 0) 40%, rgba(13, 68, 88, 0.65) 79%, rgba(13, 68, 88, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(13, 68, 88, 0) 0%, rgba(13, 68, 88, 0) 40%, rgba(13, 68, 88, 0.65) 79%, rgba(13, 68, 88, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(13, 68, 88, 0) 0%, rgba(13, 68, 88, 0) 40%, rgba(13, 68, 88, 0.65) 79%, rgba(13, 68, 88, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d4458', endColorstr='#a60d4458', GradientType=0); /* IE6-9 */
}
.exp_bottom {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  z-index: 1;
  color: white;
}
.exp_bottom h4 {
  margin: 0 20px 20px;
}
.exp_bottom a {
  color: white;
}
.exp_icon {
  padding: 10px;
  width: 60px;
  position: absolute;
  left: 50%;
  margin: -30px;
  z-index: 2;
  border-radius: 100%;
  border: 1px solid white;
}
.link_over {}
.exp_icon_inner {
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn.btn-wire {
  background: transparent;
  border: 1px solid;
}
.whytcsg {
  overflow: hidden;
  padding: 50px 0;
}
.whydual {
  overflow: hidden;
  padding: 0 0;
}
.why_items {
  /* overflow: hidden; */
  position: relative;
  margin: 0 0 50px;
}
.why_items:last-child {
  margin: 0;
}
.why_items h4 {
  margin: 0 0 10px;
}
.why_icon {
  float: right;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  padding: 10px;
  border-radius: 3px;
}
.why_items_left .why_icon {
  right: 0;
}
.why_items_right .why_icon {
  left: 0;
}
.why_icon_inner {
  height: 0;
  padding-top: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.why_items_left {
  text-align: right;
  padding-right: 80px;
}
.why_items_right {
  text-align: left;
  padding-left: 80px;
}
.why_items_left img {}
.why_items_right {
  text-align: left;
}
.questions {
  color: white;
}
.questions ul li a {
  color: white;
  font-size: 30px;
  /* border: 1px solid #337ab7; */
  /* padding: 10px 20px; */
  display: inline-block;
  border-radius: 3px;
  text-decoration: none !important;
}
.questions ul li a i {
  display: block;
  font-size: 80px;
}
.question_bg ul li {
  margin: 0 10px 20px;
}
.questions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* homepage FIND A PROGRAM text fields override */
.homepage_form .gfield input[type=text],input[type=email],select {
  color: #757575 !important;
}
.question_bg {
  background: url(/wp-content/uploads/2017/09/bkg-image-1.jpg);
  overflow: hidden;
  padding: 10vw 0;
  background-size: cover;
  background-position: center center;
}
.form_wrap {
  padding-right: 30px;
}
.question_bg h3 {
  font-size: 40px;
  margin: 0 0 20px;
}
.logos {
  background: url(/wp-content/uploads/2017/09/awards.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}
.logosdk {
  background: url(/wp-content/uploads/2021/01/bgdk.jpg) no-repeat center center;
  background-size: cover;
  padding: 10px 0;
}
.logo_item {
  height: 0;
  padding: 20%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.logo_wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.logo_wrapper li {
  width: 32.333%;
  float: none;
  padding: 0 10px;
  margin: 20px 0;
  mix-blend-mode: darken;
  display: inline-block;
}
.home_logo_item {
  height: 0%;
  padding: 22%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home_logo_wrapper_wt {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.home_logo_wrapper_wt li {
  width: 22%;
  float: none;
  padding: 0 15px;
  margin: 15px 0;
  mix-blend-mode: lighten;
  display: inline-block;
}
/* home page logo wrap */
.home_wrap {
  width: 100%;
  float: left;
  position: relative;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  transform: scale(.9);
  backface-visibility: hidden;
  z-index: 1;
}
.home_wrap:hover {
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home_wrap:hover button {
  transform: scale(1.2);
}
.home_wrap:hover .image_bg {
  /* box-shadow: 0 10px 20px rgba(13, 94, 115, 0.58); */
}
.home_wrap:hover i {
  left: 5px;
}
/*end home page logo wrap */
.learnmore {
  background: url('/wp-content/uploads/2021/03/Image-for-Footer-of-website-1.jpg') no-repeat center top #013a50;
  background-size: cover;
  padding: 50px 15px;
}
.learnmorebtn {
  background: #118eae;
  color: white;
  font-size: 20px;
  padding: 15px;
  display: inline-block;
  margin: 0 0 30px;
  position: relative;
  border-radius: 3px;
}
.learnmorebtn:after {
  content: ' ';
  border: 20px solid rgba(255, 255, 255, 0);
  border-top-color: #118eae;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
}
/* FREE TUITION BACKPAGE */
.program_item {
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.image_half, .content_half {
  position: relative;
  flex: 1;
}
.odd .image_half {}
.image_half {}
.content_half {
  /* width: 50%; */
}
.content_outer {
  padding: 70px;
}
.content_outer_teched {
  padding: 70px;
}
.pointer {
  position: absolute;
  border: 40px solid transparent;
  top: 50%;
  margin-top: -40px;
  display: none;
}
.even .pointer {
  border-left-color: #013a50;
  left: 0;
}
.odd .pointer {
  border-right-color: #013a50;
  right: 0;
}
.content_inner {}
.content_inner h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
}
.program_image_bg {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 40px);
  position: absolute;
}
.program_image_bg_teched {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*width: calc(100% + 40px);*/
  /*position: absolute;*/
}
.blocker {
  position: absolute;
  background: url(/wp-content/uploads/2017/09/arrow-cover-1.png) no-repeat center center;
  width: 40px;
  height: 100%;
  right: 0;
  background-size: cover;
}
.odd .blocker {
  right: initial;
  background: url(/wp-content/uploads/2017/09/arrow-cover-r.png) no-repeat center center;
  background-size: cover;
}
.odd .program_image_bg {
  left: -40px;
}
.odd_teched .program_image_bg_teched {
  left: 0px;
}
.page_head_inner {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 32%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 32%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 32%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#00ffffff', GradientType=1);
}
.program_links {
  overflow: hidden;
  padding: 0 0px 0px 17px;
  margin: 0;
}
.program_links li {
  width: 40%;
  float: left;
  /* display: inline-block; */
  margin-right: 10%;
}
/* PROGRAMS EDITS */
a.panel_title_bg {
  background: #118eae;
  display: block;
  border-radius: 2px;
}
.collapsed.panel_title_bg {
  background: #002e3b;
}
.programs h1.panel-title {
  margin: 0;
  padding: 15px;
  font-size: 23px;
  text-decoration: none !important;
  color: white;
  background: transparent;
}
.panel-default > .panel-heading {
  padding: 0;
}
.program_name {
  cursor: pointer;
}
.program_list_ul {
  list-style: none;
  padding: 0;
}
.program_content {}
.program_content_inner {
  padding: 5px 0 10px;
  padding-left: 0;
  margin-left: 30px;
}
.programs .panel-heading a {
  text-decoration: none !Important;
}
.panel-title.arrow_togg i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.arrow_togg i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* width: 10px; */
  margin-right: 5px;
  transform-origin: 20% 50%;
}
.panel-title.arrow_togg i {
  position: relative;
  /* top: 2px; */
}
.collapsed .panel-title.arrow_togg i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.collapsed.program_name.arrow_togg i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.program_name.arrow_togg i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
/*Call Outs*/
.callout {
  position: right;
  float: right;
  max-width: 525px;
}
.page-id-69328 .callout {
  max-width: 550px;
}
/* Callout header */
.callout-header {
  padding: 10px 10px;
  background: #004F6E;
  font-size: 1.8em;
  color: white;
}
/* Callout container/body */
.callout-container {
  padding: 10px;
  background-color: #ddd;
  color: black;
  font-size: 1.2em;
}
/*Call Outs End*/
/*Crosswalk Table*/
.crosswalk {
  border: thin solid #004F6E;
}
.crosswalk .grad1 {
  background: linear-gradient(to right, #ffffff 30%, #8ec742);
  background-attachment: fixed;
}
.crosswalk .grad2 {
  background: linear-gradient(to right, #ffffff 25%, #115170);
  background-attachment: fixed;
}
.triangle {
  background-image: url('https://www.tcsg.edu/wp-content/uploads/2022/08/crosswalk_triangle.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.crosswalk .grad3 {
  background: linear-gradient(to right, #ffffff 25%, #1ba8c2);
  background-attachment: fixed;
}
.crosswalk .grad4 {
  background: linear-gradient(to right, #ffffff 25%, #8ec742);
  background-attachment: fixed;
}
.grad1 td, .grad2 td, .grad3 td, .grad4 td {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: thin solid 1px !important;
}
.grad2 td, .grad3 td, .grad4 td {
  vertical-align: text-top !important;
}
.crosswalk td:first-child {
  vertical-align: middle !important;
}
/*Crosswalk Table End*/
/*G-Form Button*/
.page-id-69476 .gform_button, .page-id-4997 .gform_button {
  width: 150px !important;
}
.page-id-4997 input[type=checkbox] + label {
  display: inline;
}
/*G-Form Button End*/
/*Adult Ed  Contact Form Dropdown visibility - hidden because of page changes - GM 5/24/22*/
/*#input_35_18 {
	visibility: hidden;
}

label[for="input_35_18"] {
    visibility: hidden;
} */
/*Adult Ed Dropdown visibility*/
/*Communications Directory Styles*/
.comm-btn {
	height: 200px;
	position: relative;
}

.comm-btn-container {
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*Communications Directory Styles End*/
/*Connections Plugin*/
.cn-right .title {
  font-size: 1em !important;
}
.page-id-67918, .page-id-68957 {
  background: #fff;
}
/*underlines to length of text*/
.pseudo-hr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: thin solid #ddd;
}
/*underlines to length of text end*/
.page-id-67918 .su-spoiler-title {
  font-family: "soleto", sans-serif !important;
  font-weight: 300;
  font-size: 2.1em !important;
  color: #0f2d3a;
}
.page-id-67918 .cn-list-no-results {
  visibility: hidden !important;
}
/*.page-id-67918 .office-dir-header {
	font-family: "soleto",sans-serif !important;
	font-weight: 200;
	font-size: 1.1em !important;
	color: #0f2d3a;
}*/
.page-id-67918 .content-wrapper, .page-id-68957 .content-wrapper {
  outline: thin solid white !important;
}
/*.page-id-67918 .trail-item, .page-id-67918 .trail-begin, .page-id-67918 .trail-item a, .page-id-68957 .trail-item, .page-id-68957 .trail-begin, .page-id-68957 .trail-item a {
	color: white !important;
}*/
/*.page-id-67918 iframe {
	width: 1200px !important;
}*/
.page-id-68772 .site-content {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  outline: none !important;
}
.page-id-68772 .content-area {
  width: 100% !important;
  outline: none !important;
}
.page-id-68772 .content-wrapper {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  outline: thin solid white !important;
}
.page-id-68772 footer {
  display: none !important;
  visibility: hidden !important;
}
.page-id-68772 header {
  display: none !important;
  visibility: hidden !important;
}
.page-id-68772 .site {
  display: none !important;
  visibility: hidden !important;
}
.page-id-68772 .container {
  width: 90% !important;
}
.cn-categories {
  visibility: hidden !important;
  display: none;
}
div.cn-list span.cn-image-none {
  background-image: url("https://www.tcsg.edu/wp-content/uploads/2021/10/tcsg-2017-logo-rect.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  /*border-radius: 50%; uncomment this line if you are using the Circled template */
}
div.cn-list span.cn-image-none span {
  display: none !important;
}
div.commissioner span.cn-image-none {
  background-image: url("https://www.tcsg.edu/wp-content/uploads/2020/05/comgregdozier2.jpg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  /*border-radius: 50%; uncomment this line if you are using the Circled template */
}
div.cn-list span.cn-image-none span {
  display: none !important;
}
.inner-title {
  font-size: .8em !important;
}
/*cn-form select {
	border: thin solid red !important;
}

.page-id-68957 .cn-category-select option[value=60] {
	border: thin solid red !important;
}*/
.cn-enhanced-select option[value=61] {
  display: none !important;
}
.page-id-70733 .address-name {
  display: none !important;
}
.page-id-70733 .organization-name, .page-id-70733 .title {
  font-size: 1.2em !important;
}
.page-id-70733 .street-address {
  font-size: 1.1em !important;
}
/*End Connections Plugin*/
/*Crosswalk Page image*/
.crosswalk-img {
  background-image: url('https://www.tcsg.edu/wp-content/uploads/2022/07/crosswalk-finalv2-1024x744.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  display: flex;
  display: -webkit-box; /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  display: -moz-flex;
  display: -ms-flexbox; /* MID: IE 10 */
  display: -webkit-flex; /* NEW, Chrome 21+ */
  padding-top: 72.7%; /* (img-height / img-width * container-width) */
  /* (839 / 610 * 100) */
}
/*Crosswalk Page image end*/
/*
RESPONSIVENESS
*/
@media only screen and (max-width: 1200px) {
  header {}
  .stat_wrap h3 {
    margin: 0 11px 107px;
    font-size: 29px;
    height: 70px;
  }
  .econstat_wrap h3 {
    margin: 0 11px 107px;
    font-size: 29px;
    height: 70px;
  }
  .wfdstat_wrap h3 {
    margin: 0 11px 107px;
    font-size: 29px;
    height: 70px;
  }
  .padder_lg_de {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  header {}
  .interests-text {
    font-size: 18px;
  }
  .form_wrap {
    padding: 25px;
  }
  .num_wrap {
    font-size: 50px;
  }
  .stat_wrap {
    background-size: 60px;
    padding: 70px 0 0;
    background-position: center top !important;
  }
  .stat_wrap.first {
    background-position: 50% 8% !important;
  }
  .stat_wrap h3 {
    font-size: 21px;
    margin: 0;
  }
  .stats {
    padding: 50px 0;
  }
  .econnum_wrap {
    font-size: 25px;
  }
  .econstat_wrap {
    background-size: 60px;
    padding: 70px 0 0;
    background-position: center top !important;
  }
  .econstat_wrap.first {
    background-position: 50% 8% !important;
  }
  .econstat_wrap h3 {
    font-size: 21px;
    margin: 0;
  }
  .econstats {
    padding: 50px 0;
  }
  .wfdnum_wrap {
    font-size: 25px;
  }
  .wfdstat_wrap {
    background-size: 60px;
    padding: 70px 0 0;
    background-position: center top !important;
  }
  .wfdstat_wrap.first {
    background-position: 50% 8% !important;
  }
  .wfdstat_wrap h3 {
    font-size: 21px;
    margin: 0;
  }
  .wfdstats {
    padding: 50px 0;
  }
  section {}
  .program_menu .navbar-nav > li {
    width: 50%;
    margin: 0 0px 5px;
  }
  .program_menu {
    padding-left: 40px;
  }
  .program_menu .navbar-nav > li > a {
    font-size: 19px;
  }
  .tab-pane h1 {
    font-size: 36px;
    margin: 0 0 30px;
  }
  .tabs .tabnav li a {
    font-size: 19px;
    line-height: 1;
  }
  .tabs .tabnav li {
    max-width: 32%;
  }
  .slide_content {
    width: 50%;
    left: 0;
    padding: 25px 60px;
  }
  .slide_inner hr {
    margin: 20px auto;
  }
  .padder_lg_de {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* Homepage redev additions */
  .home_logo_wrapper_wt li {
    width: 45%;
  }
  .rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    height: 274px !important;
  }
  .top_info_wrap {
    display: none;
  }
  /* END Homepage redev additions */
  header {}
  .interest-row-marg {
    margin: 0;
  }
  .logo_wrapper li {
    width: 50%;
    max-width: 200px;
  }
  .image_half, .content_half {
    display: block;
    flex: initial;
  }
  .content_outer {
    padding: 15px 15px 30px;
  }
  .content_outer_teched {
    padding: 100px 15px 30px;
  }
  .content_inner {
    padding: 15px;
    background: rgb(255, 255, 255);
  }
  .image_half {
    display: block;
    height: 50vw;
    margin-bottom: -100px;
  }
  .program_item {
    display: block;
  }
  .page_head_inner {
    background: rgba(255, 255, 255, 0.64);
  }
  .navbar-nav.navbar-right {
    margin: 20px 0 0px;
  }
  header .navbar-nav > li {
    margin: 0 0 10px;
  }
  .navbar-nav > li.menu-btn > a {
    margin: 0;
  }
  #masthead .navbar-nav > li:after {
    display: none;
  }
  .slide_single_wrap.slideblue {
    background: rgba(14, 57, 69, 0.65) !important;
  }
  .slide_content {
    width: 100%;
    text-align: center;
    top: 0;
    bottom: 0;
  }
  .slide_inner h1 {
    font-size: 28px;
  }
  .slide_single_wrap {
    background: rgba(255, 255, 255, 0.53) !important;
  }
  /* ? why is this here ? - */
  /* .rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    height: 500px!important;
} */
  section {}
  .landing_head .vcenter a {
    margin: 0 0 40px;
  }
  .footer-brand {
    margin: 0 auto 20px;
  }
  .why_items_left, .why_items_right {
    text-align: left;
    padding: 0;
    padding-left: 70px;
    margin: 0 0 15px;
  }
  .exp_wrap {
    width: 32.43333%;
    float: none;
    display: inline-block;
    margin: 0;
  }
  .anim, .anim_left, .anim_right, .anim_up {
    opacity: 1 !important;
  }
  .why_items_left .why_icon, .why_items_right .why_icon {
    right: initial;
    left: 0;
  }
  .padder_lg_de {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  header {}
  .padder_sm_hm {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tabs .tabnav li {
    max-width: 44%;
  }
  .tabs .tabnav li a, .tabs .tabnav li a:hover, .tabs .tabnav li a:focus {
    font-size: 20px;
    padding: 5px 30px;
    border-radius: 5px 5px 0px 0px !important;
    background-color: transparent;
  }
  input#fld_3856280_1 {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    margin: 15px 0;
    padding: 8px 73px;
    text-transform: uppercase;
    position: relative;
    left: 15%;
  }
  .tabs .tabnav li a {
    padding: 5px;
  }
  .program_menu .navbar-nav > li {
    width: 100%;
  }
  .rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    height: 200px !important;
  }
  section {}
  .footer-brand {}
  .blue_cta button {
    display: block;
    width: auto;
    margin: 0;
    width: 100%;
  }
  .blue_cta span {
    margin: 0 0 20px;
    display: block;
    line-height: 1;
  }
  .exp_wrap {
    width: 100%;
  }
  .padder_lg_de {
    padding-top: 0;
    padding-bottom: 0;
  }
  .padder_sm_hm {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1201px) /*and (max-width: 1201px)*/ { /*added and (max-width: 1201px)*/ /* min-width was 1200px */
  .container {
    /* width: 100%; */ /* this made the site contents stay within the frame */
    max-width: 100%;
  }
}
/* fix for menu focus */
.main-navigation li:focus > a {
  background: rgba(0, 0, 0, 0);
}
.main-navigation ul li:focus > ul {
  left: auto;
}
.main-navigation ul ul li:focus > ul {
  left: 100%;
}
.main-navigation li:focus-within > a {
  background: rgba(0, 0, 0, 0);
}
.main-navigation ul li:focus-within > ul {
  left: auto;
}
.main-navigation ul ul li:focus-within > ul {
  left: 100%;
}
.scrollable {
  height: 500px; /* or any value */
  overflow-y: auto;
}
/*image wrapping in wordpress posts - Gutenberg Fix*/
img.alignright {
  float: right;
  margin: 5em 0 5em 5em
}
img.alignleft {
  float: left;
  margin: 5em 5em 5em 0
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
/*.tribe-common.tribe-tickets {
    max-width: 1280px !important;
}*/
/*.tribe-tickets__tickets-form {
	max-width: 750px !important;
}*/
/* Remove the cost in single event */
.tribe-events-schedule .tribe-events-divider, .tribe-events-cost {
  display: none !important;
}
.tribe-events-meta-group .tribe-events-meta-group-details, .tribe-events-event-cost {
  display: none !important;
}
/* Dual Enrollment Custom */
#primary-dual {
  margin-bottom: 0px;
}
.site-content-dual {
  margin: 0 auto;
  padding: 0px;
  background: #fff;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.de_bold {
  font-weight: bold;
}
/*DataTables for Gravity Forms Mods*/
/*Disable striped bg in DataTables*/
.gv-container div.dataTables_scrollBody {
  background: none !important;
}
/*DataTables Wrap*/
.gv-datatables-container tr.child p {
  white-space: pre-line;
}
.gv-datatables-container tr.child li {
  white-space: pre-line;
}
.ged-trans {
  font-size: 1.6em;
  text-align: right;
}
.adult-ed-intro {
  font-size: 1.3em;
}
.tc_pres {
  list-style: none;
}
/*Styles for the Apple Developer*/
.page-id-66741 .content-wrapper {
  outline: none !important;
}
.swift-text {
  font-size: 1.2em;
  padding: 10px;
}
.xcode {
  background-image: url('https://www.tcsg.edu/wp-content/uploads/2021/07/build_apps__f976zbtscci2_large.jpg');
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
/*Style for the Adult Ed Home Page Images*/
.page-id-61234 .image_half {
  min-height: 350px;
}
.faqs-btn {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  text-shadow: none !important;
  color: #118eae !important;
  outline: none !important;
  font-weight: bold !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.page-id-65990 input[type=button] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.page-id-61234 .blue {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*****************************************/
/* Style the buttons that are used to open and close the accordion panel */
.p-accordion {
  background-color: #118eae;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid white;
  border-left: none;
  outline: none;
  transition: 0.4s;
}
.p-accordion {
  font-size: 1.2em !important;
  font-weight: bold;
}
.p-accordion:after {
  /*content: '\02795'; Unicode character for "plus" sign (+) */
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 20px;
  color: #fff !important;
  float: right;
  margin: 0;
  margin-left: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-active:after {
  /* content: "\2796";  Unicode character for "minus" sign (-) */
  content: "-"; /* Unicode character for "minus" sign (-) */
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.p-active, .p-accordion:hover {
  background-color: #45c4d7;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.policy-body:nth-child(even) {
  background: #eeeeef;
}
.policy-body:nth-child(odd) {
  background: #fff;
}
.panel-body-text {
  font-size: 1.4em;
}
.panel-body-text a:visited {
  color: #002e3c;
}
[data-title]:hover:after {
  opacity: 1;
  transition: all 0.6s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  background-color: #118eae;
  ;
  color: #fff;
  font-size: .8em;
  position: absolute;
  padding: 1px 5px 2px 5px;
  bottom: -1.3em;
  right: 100%;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  border: 1px solid #111111;
  z-index: 99999;
  visibility: hidden;
}
[data-title] {
  position: relative;
}
.policy-body {
  margin: 0 !important;
  padding: 0 !important;
}
.col-pad {
  padding: 0 0 0 3px;
}
.page-id-446 #content {
  padding: 0 150px 0 150px;
  width: 93%;
  outline: none !important;
}
.page-id-446 .content-area {
  padding: 0;
}
.su-spoiler-title {
  font-size: 1.2em !important;
  /*font-weight: normal !important;
	padding-left: 0 !important;*/
  outline: none !important;
}
/*.list-group {
	border: thin solid red;
}*/
.list-group-item-ae {
  outline: none !important;
  border: none !important;
  padding: 0;
}
.btn-link {
  background: none !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #118eae;
  text-decoration: none;
  cursor: pointer;
}

/*FSR Form Label size*/
body #gform_wrapper_75 .gform_body .gform_fields .gfield .gfield_label {
font-size: 12px;
}

/*Adult Ed Stylings*/
.ae-panel-heading {
  border: none !important;
  outline: none !important;
}
.ad-ed-spoil {
  width: 60% !important;
}
.ad-ed-spoil-full {
  width: 100% !important;
}
/*Tabs*/
.su-tabs > .su-tabs-nav > span:not(.su-tabs-current) {
  /* Background color */
  background-color: #002e3b;
  /* Text color*/
  color: #fff;
  /* Text size 
  font-size: 20px;*/
}
.su-tabs > .su-tabs-nav > span:hover {
  /* Background color */
  background-color: #1399b8;
}
.su-tabs > .su-tabs-nav > span.su-tabs-current:hover {
  /* Text color */
  color: #fff;
}
/* End Tabs*/
.ae-social {
  font-size: 6em;
}
.ae-social-row {
  width: 95%;
  margin: 0 auto;
}
.ae-social-row-col {
  text-align: center;
  margin: 0 auto;
}
.ae-container-social-row {
  width: 98%;
  margin: 0 auto;
}
.ad-ed-spoiler, .ae-panel-title, .ad-ed-spoiler-full, .ae-panel-title {
  margin-bottom: 3px !important;
}
.ad-ed-spoiler:hover, .ad-ed-spoiler-full:hover {
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
}
.fb-feed {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.page-id-61234 .list-group {
  margin-top: -15px !important;
}
.page-id-61234 li {
  font-size: 1.1em;
}
.list-group-item-ae a:hover {
  text-decoration: underline !important;
}
.blue-bold {
  font-weight: 500;
}
/*Styling for Roster pages*/
.page-id-450 .content_outer {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: -20px;
  /*border: thin solid red;*/
}
/*************************/
/* Policy Manual CSS */
@media (max-width: 1920px) {
  .page-id-446 #content {
    padding: 0 20px 0 20px;
    width: 90%;
  }
}
@media (max-width: 1366px) {
  .page-id-446 #content {
    padding: 0 50px 0 50px;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .page-id-446 #content {
    padding: 0 20px 0 20px;
    width: 80%;
  }
  .page-id-446 .panel-body-text {
    font-size: 1em !important;
  }
}
@media (max-width: 1200px) {
  .page-id-446 .p-accordion, .panel-body-text {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .page-id-446 .panel-body-text {
    font-size: 1em !important;
  }
  .page-id-446 #content {
    padding: 0 10px 0 10px;
    width: 90%;
  }
}
@media (max-width: 800px) {
  .page-id-446 .col-sm-1 {
    width: 10%;
    display: inline;
  }
  .page-id-446 .col-sm-3 {
    width: 25%;
    display: inline;
  }
  .page-id-446 .col-sm-8 {
    width: 75%;
    float: right;
    display: inline-block;
    margin-top: -18px;
    /*text-align: right !important;*/
  }
  .page-id-446 .panel-body-text {
    font-size: 0.9em !important;
  }
  .page-id-446 #content {
    padding: 0 25px 0 25px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-id-446 .panel-body-text {
    font-size: 0.9em !important;
  }
  .page-id-446 #content {
    padding: 0 5px 0 5px;
    width: 100%;
  }
  .page-id-446 .col-sm-8 {
    margin-top: -15px;
  }
  .page-id-446 .text-right {
    text-align: right;
  }
}
@media (max-width: 690px) {
  .page-id-446 .panel-body-text {
    font-size: 0.9em !important;
  }
  .page-id-446 .col-sm-1 {
    width: 12% !important;
    display: inline-block;
  }
  .page-id-446 .col-sm-4 {
    width: 20%;
    display: inline;
  }
  .page-id-446 .col-sm-3 {
    width: 25%;
    display: inline;
  }
  .page-id-446 .col-sm-5 {
    width: 33%;
    float: right;
    display: inline-block;
    margin-top: 0px;
  }
  .page-id-446 .col-sm-8 {
    margin-top: 0px;
  }
}
@media (max-width: 520px) {
  .page-id-446 .panel-body-text {
    font-size: 0.9em !important;
  }
  .page-id-446 .col-sm-1 {
    width: 15% !important;
  }
  .page-id-446 .col-sm-4 {
    width: 20%;
    display: inline;
  }
  .page-id-446 .col-sm-3 {
    width: 25%;
    display: inline;
  }
  .page-id-446 .guidelines {
    display: block;
    padding-left: 14px;
    width: 170px;
  }
  .page-id-446 .col-sm-5 {
    width: 33%;
    float: right;
    display: inline-block;
    /*margin-top: -27px;*/
  }
  .page-id-446 .col-sm-8 {
    /*margin-top: -27px;*/
  }
}

/* custom shorcodes styles */

.su-spoiler.dap > .su-spoiler-title {

	/*height: 48px;*/
	line-height: 35px!important;
	
	/* Text Size */
	font-size: 24px!important;

	/* Background Color */
	background: #002E3B;

	/* Text Color */
	color: #ffffff;

}
.su-spoiler.dap > .su-spoiler-title:hover {

	/* Background Color */
	background: #117694;

	/* Text Color */
	color: #ffffff;

}
.su-spoiler.dap > .su-spoiler-title > .su-spoiler-icon {
	
	/* Icon Color */
	color: #ffffff;
	/*height: 48px;*/
	line-height: 35px!important;
	
}
.su-spoiler.dap > .su-spoiler-content {

	/* Text Size */
	font-size: 18px;

	/* Background Color */
	background: #ffffff;

	/* Text Color */
	color: #000000;

}
/* end custom shortcodes styles */ 

/* GA WARN customs */

.page-id-75798 .gform_wrapper.gravity-theme .instruction {
    visibility: hidden;
}

/* GA WARN customs */