@font-face {
  font-family: 'icons-sm';
  src:  url('css/fonts/icons-sm.eot?ms3c7d');
  src:  url('css/fonts/icons-sm.eot?ms3c7d#iefix') format('embedded-opentype'),
    url('css/fonts/icons-sm.ttf?ms3c7d') format('truetype'),
    url('css/fonts/icons-sm.woff?ms3c7d') format('woff'),
    url('css/fonts/icons-sm.svg?ms3c7d#icons-sm') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons-sm' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 body, img,  .readmore, .header-nav a, .mega-sub-menu .mega-menu-link, .book-an-appointment, a, a i{
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
 }
 .subscribe-form i {
	 transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
 }
 h1,h2,h3,h4,h5,h6,h7, .navbar, .menu-item a, .menu-headermenu-container .submenu{
	 font-family:'Poppins', sans-serif; 
	 font-weight:normal;
 }
h1{
	font-size:36px;
	font-weight:400;
	text-align:center;
	line-height: 48px;
}
a:hover{
	text-decoration:none;
}
a.navbar-toggler{
	border:none;
}
a.navbar-toggler .icon-menu1 {
    font-size: 32px;
}
.hdr-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}








html,
 body {
		position: relative;
		height: 100%;
    }
	
	.yellow-color {
		color: #ffbe04;
	}

	.green-color {
		color: #9ae206;
	}
	
 .container-fluid.banner{
	height:100%;
 }
	


	
	.navbar-header {
		min-height: 89px;
		box-shadow: 0 10px 20px rgb(0 0 0 / 12%);
	}
	
	.navbar-light .navbar-nav .nav-link {
		color: rgba(0,0,0,1);
		text-transform: uppercase;
		font-weight: 500;
	}
	
	.menuAnim  li {
	  display: inline-block;
	  list-style: outside none none;
	  margin: 9px;
	  margin-top: 0;
      margin-bottom: 0px;
	  padding: 0;
	}
	  
	
	.menuAnim  a {
	  padding: 0.5em 0;
	  color: #000;
	  position: relative;
	  text-decoration: none;
	}
	.menuAnim  a:before,
	.menuAnim  a:after {
	  position: absolute;
	  -webkit-transition: all 0.35s ease;
	  transition: all 0.35s ease;
	}
	.menuAnim  a:before {
	    bottom: 3px;
		display: block;
		height: 2px;
		width: 0%;
		content: "";
		background-color: #2c7897;
	}
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
		color:#2c7897;
	}
	.nav-link.search .icon-search3 {
		background: #05bddb;
		color: #fff;
		min-width: 30px;
		min-height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
	}

	.nav-link.search .icon-search3:before {
		position: relative;
		top: -1px;
	}
	a.nav-link.search {
		padding-top: 3px;
		position: relative;
		top: -9px;
	}

	a.nav-link.search:before {
		display: none;
	}
	.navbar-nav  .active  a:after,
	.menuAnim  a:after {
	  bottom: 1px;
	  padding: 0.5em 0;
	  position: absolute;
	  content: attr(data-hover);
	  color: #000;
	  white-space: nowrap;
	  max-width: 0%;
	  overflow: hidden;
	}
	.navbar-nav  .active  a{
		background:transparent !important;
	}
	.navbar-nav  .active  a:before,
	.menuAnim a:hover:before,
	.menuAnim .current a:before {
	  opacity: 1;
	  width: 100%;
	}
	.menuAnim a:hover:after,
	.menuAnim .current a:after {
	  max-width: 100%;
	}
	.menuAnim   li  a {
		padding-left: 0px !important;
		padding-right: 0px  !important;
		padding-top: 0px;
		padding-bottom: 7px;
		font-size: 13px;
	}
	.navbar-collapse.collapse ul {
		margin-bottom: 0;
	}
	.menuAnim .dropdown-item, .menuAnim .dropdown-item:hover {
		color: #000;
		font-size: 12px;
		padding-left: 10px !important;
	}
	.menuAnim .dropdown-item:before{
		content:inherit;
	}
	.nav-link.login-myaccount {
		background: #7fd2ff;
		padding-left: 15px !important;
		padding-right: 15px !important;
		color: #fff;
		border-radius: 19px;
		color: #fff !important;
	}

	.nav-link.login-myaccount:before {
		content: inherit;
	}


	.content-wrpr {
		margin-top: 124px;
	}
	
	.gotoTop{
		position:fixed; display:none;
	}
	
	.desktoponly{
		display:block;
	}
	.phoneonly{display:none}
	
	
	
	
	/*live site footer*/
	.footer-bg {
		background-color: #4a4a4a;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.assignfixedwidth {
		max-width: 1200px;
		margin: 0 auto;
	}
	.orange-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #f97e14;
    border: 1px solid #f97e14;
    padding: 10px 25px;
    border-radius: 25px;
    text-shadow: none;
    color: #ffffff;
	font-size:13px;
}
.orange-btn:hover {
    background-color: transparent;
    color: #f97e14;
    text-decoration: none;
}
.foo-desc {
    color: #b1b1b1;
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.foo-list {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-left: 15px;
}
.foo-list li {
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #676767;
}
.foo-list li a {
    padding-left: 17px;
    font-size: 13px;
    color: #b1b1b1;
    text-decoration: none;
}
.foo-list li a:before {
    content: "\e315";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
	font-family:icons-sm;
    color: #ffffff;
    margin-top: 4px;
	margin-right:10px;
	display:inline-block;
}
.footer2-bg {
    background-color: #363535;
}
.footer2-bg {
    padding-top: 25px;
    padding-bottom: 25px;
}	
	.assignfixedwidth {
    max-width: 1200px;
    margin: 0 auto;
}
.copyright-text {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #ffffff;
}
.copyright-text a {
    text-decoration: none;
    color: #ffffff;
}
.foo-list li a:hover {
    color: #f97e14;
}
.navbar-header .navbar-brand {
    top: -5px;
}

.home-banner{
	width:100%;
}

.sponsors .swiper-slide {
    text-align: center;
    font-size: 33px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}
.sponsors img {
    max-width: 150px;
    max-height: 60px !important;
    margin:0 20px ;
}
.sponsors {
    display: block;
    justify-content: center;
    align-items: center;
    /*height: 176px;*/
    padding:50px 0;
}
.str_wrap{
    background:#fff !important;
}

.home-aboutus {
    background: #2f4858;
    color:#fff;
}
.home-aboutus .col-md-6:first-child {
    padding-top: 44px;
    padding-bottom: 28px;
}

.home-aboutus h2,
.gisa-news h2 {
   font-size: 32px;
    font-weight: 600;
}

.home-aboutus h2 span,
.gisa-news h2 span {
    font-size: 32px;
    font-weight: 600;
}
p{
	font-size:13px;
	font-family:"Poppins";
}
.readmore-link {
    font-size: 13px;
    font-family: 'Poppins';
}

.readmore-link i {
    font-size: 18px;
    position: relative;
    top: 4px;
}

.golden-link {
    color: #af9058;
}

.golden-link:hover {
    color: #fff;
}
.gisa-news .golden-link:hover {
    color: #af9058;
}
.gisa-news {
    padding-top: 65px;
    padding-bottom: 65px;
}
img{
	max-width:100%;
}
.gisa-news .col-md-6:nth-child(3) {display: flex;flex-direction: column;justify-content: center;}

.gisa-news h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 14px;
}
.gisa-news h2 {
    margin-bottom: 16px;
    text-transform: uppercase;
}

.followus-on-socialmedia {
    background-image: linear-gradient(to right top, #968d52, #868b4f, #75884f, #648550, #528153);
    color: #fff;
    min-height: 228px;
}
.followus-on-socialmedia {
    background-image: linear-gradient(to right top, #968d52, #868b4f, #75884f, #648550, #528153);
    color: #fff;
    min-height: 228px;
	display: flex;
    align-items: center;
}

.followus-on-socialmedia h2 {
    font-size: 16px;
    font-weight: 300;
	font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    position: relative;
    top: 4px;
}

.followus-on-socialmedia h2 span {
    font-size: 37px;
    display: block;
}
.social-icons a {}

.followus-on-socialmedia .social-icons {
    display: flex;
    justify-content: flex-end;
}

.followus-on-socialmedia .social-icons a {
    font-size: 40px;
    background: #fff;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.followus-on-socialmedia .social-icons a + a {
    margin-left: 65px;
}
.followus-on-socialmedia .social-icons .icon-social-twitter {
    color: #688650;
}

.followus-on-socialmedia .social-icons a.icon-social-facebook {
    color: #678650;
}

.followus-on-socialmedia .social-icons a.icon-social-linkedin {
    color: #638550;
}

footer {
    background: #1e1e2f;
    color: #fff;
}
footer {
    background: #1e1e2f;
    color: #fff;
	padding:73px 0;
}

.copyright-wrpr.container-fluid {
    background: #12121e;
    color: #fff;
    min-height: 99px;
    display: flex;
    align-items: center;
    font-size: 13px;
	
}
address {font-size: 13px;}

address a {
    color: #fff;
}

footer .social-media a {
    color: #fff;
}

footer .social-media a + a {
    margin-left: 4px;
}
.footernavs a {
    color: rgb(255 255 255 / 70%);
    font-size: 12px;
}
.copyright-wrpr.container-fluid a {
    color: #fff;
}

.copyright-wrpr.container-fluid .container {
    opacity: .6;
}
.footernavs ul {
    list-style: none;
}
.footer-nav.footer-nav-info:before,
.footer-nav.footer-nav-schools:before,
.footer-nav.footer-nav-opportunities:before,
.footer-nav.footer-nav-academics:before,
.footer-nav.footer-nav-pro-learning:before{
    content: "Info";
    font-size: 14px;
    font-weight: 500;
    color: #b19258;
}
.footer-nav.footer-nav-schools:before{
     content: "Schools";
}
.footer-nav.footer-nav-opportunities:before{
     content: "Job Opportunities";
}
.footer-nav.footer-nav-academics:before{
     content: "Academics/ Fine Arts";
}
.footer-nav.footer-nav-pro-learning:before{
     content: "Professional Learning";
}
.nav-schools {
    margin-top: 35px;
}

.nav-opportunities {
    margin-top: 35px;
}
.nav-schools {
    margin-top: 75px;
}

.nav-opportunities {
    margin-top: 52px;
}

.nav-consulting-services {
    margin-top: 50px;
}

.nav-corp-sponsers {
    margin-top: 65px;
}

.nav-giaa-sports {
    margin-top: 97px;
}

.nav-calender {
    margin-top: 17px;
}

.nav-acreditation {
    margin-top: 65px;
}
.banner .swiper-slide img {
    width: 100%;
    object-fit: cover;
    max-height: 460px;
}

.slide-content {
    position: absolute;
    color: #fff;
    z-index: 1000;
    bottom: 90px;
    left: 10%;
    right: 10%;
}

.gisa-slide-logo img {
    max-width: 193px;
    width: auto;
}

.banner h2 {
    font-size: 29px;
    font-weight: 600;
    margin-top: 44px;
    position: relative;
    margin-left: 5px;
        max-width: 70%;
}

.banner h2:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: #b08f5c;
    top: -20px;
}
.btn-gissa {
    background: #af9058;
    border: none;
    border-radius: 0;
    line-height: 32px;
    font-size: 14px;
    font-family: 'Poppins';
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
}

.btn-gissa.btn-green {
    background: #007663;
    color: #fff;
    margin-left: 7px;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
    background: none;
}

.banner .swiper-button-next i,
.banner .swiper-button-prev i {
    color: #fff;
    font-size: 30px;
}
.inner-banner {
    min-height: 300px;
	max-height:300px;
}
.inner-banner img {
    width: 100%;
}
.inner-banner img {
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}
.inner-banner .col-md-6:nth-child(2){
	padding-right:0px;
}
.inner-banner h1 {
    position: relative;
    z-index: 100;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
	text-align: right;
	max-width: 480px;
}
.inner-banner .col-md-6:nth-child(1):before {
    content: "";
    position: absolute;
    left: -90px;
    right: -90px;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to right, #95681e, #765016, #593e17, #2f210d, #221808);
    transform: skewX(-21deg);
    z-index: 100;
    border-right: 7px solid #af9058;
}

.inner-banner {background-image: linear-gradient(to right, #5a4015, #4b3513, #3d2b11, #2f210d, #221808);}

.inner-banner .col-md-6:nth-child(1) {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.single .content-wrpr {
    margin-top: 64px;
}
.postid-12481.single .content-wrpr {
    margin-top: 0px;
}
#customNavbar {
    padding-left: 0;
    padding-right: 0;
}
.green-highlight {
    background-image: linear-gradient(to right, #938d51, #848b4f, #75894f, #658751, #548454) !important;
    padding: 50px !important;
    border-radius:10px  !important;
    margin-bottom: 40px  !important;
    margin-top: 40px  !important;
    color:#fff !important;
}
.green-highlight a{color:#fff !important;}

.green-highlight p {
    font-size: 18px;
    color: #fff;
}
.green-highlight p:last-child{
	margin-bottom:0px;
}
.page .content-wrpr {
    margin-top: 70px;
}
ul.sub-menu {
    display: none;
}
.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    padding-left: 0;
    min-width: 220px;
}

.menu-item-has-children:hover .sub-menu {
    display: flex;
    z-index: 10001;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    flex-direction: column;
}

.menu-item-has-children .sub-menu a {
    padding: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: flex;
    background: #fff;
}

.menu-item-has-children .sub-menu a:hover {
    background: #dadada;
}

.menu-item-has-children:hover .sub-menu li {
    margin-left: 0;
    margin-right: 0px;
}

.menu-item-has-children .sub-menu a:before {
    content: none;
}
.contentarea img {
    height: auto;
    margin-bottom: 20px;
}

.green-highlight a {
    color: #fff;
}
.menu-item-has-children:after {
    content: "\e313";
    font-family: icons-sm;
    position: relative;
    top: 3px;
    font-size: 13px;
}
address p {
    font-size: 12px;
    color: rgb(255 255 255 / 70%);
    margin-top: 20px;
}
.footernavs a:hover {
    color: #fff;
}
.ar-list li {
    list-style: none !important;
    line-height:35px
}
.ar-list li:before{
    content:"\eb65";
    font-family:icons-sm;
    display:inline-flex;
    padding-right:15px;
    color:#af905a;
    font-size:20px;
    position:relative;
    top:3px;
}
.dates-list > div {
    border: 1px solid #d4d4d4 !important;
    padding: 19px  20px!important;
    min-height: 119px !important;
    border-radius: 5px !important;
}

.btn-gissa-register {
    background: #ae905c !important;
    color: #000 !important;
    padding: 15px !important;
    min-width: 250px;
    text-align: center !important;
    display: inline-block;
    margin-top: 20px !important;
}

.btn-gissa-register:hover {
    box-shadow: 0 0 0 3px #ae905c4a !important;
}
.page-id-948 .inner-banner img {
    object-fit: contain;
    background: #fff;
}
.bg-light-gold-2nd-column .et-last-child{
    background: rgb(141 98 28 / 22%) !important;
    border: none !important;
    min-height: 135px !important;
}


.card.corp-sponsors {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    min-width: 350px;
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    background: #fff !important;
    padding: 25px !important;
    border: none;
    margin-bottom: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%) !important;
}
.card.corp-sponsors img {
    max-width: 200px;
}
.corp-sponsors h2 {
    font-size: 18px;
    text-align: center !important;
    margin: 15px !important;
}
.sponsor-wrpr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	flex-wrap: wrap;
}
.sponsor-name {
    font-weight: bold;
    font-size: 16px;
}
.sponsors-cntnt {
    font-size: 14px;
}
.sponsors-cntnt p {
    margin-bottom: 0;
}
.sponsors-cntnt p:first-child {
    margin-bottom: 15px;
}
.sponsors-cntnt p a span {
    margin-right: 10px !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #dad4c2 !important;
    display: inline-flex;
    margin-bottom: 6px !important;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
}
.sponsors-cntnt p a{
    color:#333
}
.sponsors-cntnt p a:hover{
	text-decoration:none;
}
.sponsors-cntnt p a span.icon-phone2 {
    font-size: 19px;
}

.sponsors-cntnt p:empty{
    display:none;
}
.card.corp-sponsors:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
}
.corp-sponsor-title {
    background: #d9d8d6 !important;
    font-size: 25px;
    font-weight: 500 !important;
    padding: 27px !important;
    border-bottom: 2px solid #f1c56b !important;
    margin-bottom: 25px !important;
    margin-top: 50px !important;
}
.sponsor-logo {
    text-align: center;
}
.sponsor-logo img {
    max-width: 100px !important;
    max-height: 70px;
}

.sponsor-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px !important;
}
.home .gisa-news #et_builder_outer_content {
    display: flex;
}
.sponsors-cntnt a {
    color: #000 !important;
}
.sponsor-wrpr .card {
    margin: 10px 5px !important;
}

.card.contact .card-header {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background: #e9e9e973 !important;
    border: none !important;
    font-size: 14px !important;
    padding: 15px !important;
}
.card.contact .card-header img {
    display:block !important;
    border-radius:50% !important;
    width:100px !important;
    height:100px !important;
    object-fit:cover !important;
}
.card.contact {
       max-width: 360px !important;
    border-radius: 15px !important;
    margin-bottom: 28px !important;
    overflow:hidden !important;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.07) !important;
        border: 1px solid rgba(0,0,0,.125) !important;
}
.card-header strong {
    display: block !important;
    font-size: 21px !important;
    margin: 9px 0 !important;
    margin-bottom: 0 !important;
}
.contact .card-body {
    font-size: 14px !important;
    padding: 15px !important;
}
.contact .card-body li ul {
    margin: 0px !important;
    margin-left: 15px !important;
}
.address-box {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.card-header.jeff-jackson, .card-header.kandy-lau, .card.contact .card-header.stan-whitlock, .card-header.clint-morgan, .card-header.robin-aylor, .card-header.paula-gillispie {
    cursor: pointer;
}
.home-aboutus #et_builder_outer_content {
    display: flex;
}

/*school lists */

#list-content #schools,
#list-content .li_cont2.undefined  {
    list-style: none;
    padding-left: 0;
	width: 48% !important;
}
#list-content .li_cont2.undefined {
    margin-left:15px;
}

#list-content #schools li,
#list-content .li_cont2.undefined li{
	transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    padding: 10px;
    /* width: 350px; */
    height: 80px;
    background: #f5f5f5;
    
    font-size: 20px;
    font-weight: 100;
    color: #000;
    margin-bottom: 20px;
}

#list-content #schools li span,
#list-content .li_cont2.undefined li span {
    font-size: 16px;
    display: block;
}

#list-content #schools li:hover,
#list-content .li_cont2.undefined li:hover {
    background: #f4c86e;
    border-bottom: #f4c86e;
}
#list-content #schools,
#list-content .li_cont2.undefined  {
    list-style: none;
    padding-left: 0;
    width: 100% !important;
}
#list-content .li_cont2.undefined {
    margin-left:15px;
}
.school-card .card h3 {
    font-size: 20px;
}
#list-content #schools li,
#list-content .li_cont2.undefined li{
	    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    padding: 10px;
    width: 32%;
    height: auto;
    background: #f5f5f5;
    font-size: 20px;
    font-weight: 100;
    color: #000;
    margin-bottom: 20px;
    min-height: 120px;
    border-radius: 6px;
}

#list-content #schools li span,
#list-content .li_cont2.undefined li span {
    font-size: 16px;
    display: block;
}

#list-content #schools li:hover,
#list-content .li_cont2.undefined li:hover {
    background: #014365;
    border-bottom: #014365;
    color: #fff;
}
#school-filters,
#map-filters {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

#school-filters h3,
#map-filters h3 {
    color: #737373;
    margin-bottom: 0px;
    border-bottom: 1px solid #c2c2c2;
    width: 98%;
    padding-bottom: 10px;
}

#school-filters input[type=text],
#map-filters input[type=text] {
    display: block;
    width: 98%;
    border: none;
    border-bottom: 1px solid #f3f3f3 !important;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

#school-filters select,
#map-filters select  {
    border-bottom: 1px solid #f3f3f3 !important;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    border-bottom: 1px solid #f3f3f3 !important;
    width: 49%;
}
#map-filters select  {
	width: 100%;
}

#school-filters button,
#map-filters button {
    background: #014365;
    border: none;
    border-bottom: 2px solid #f5c96f;
    color: #fff;
    padding: 10px 38px;
    position: relative;
    left: 0px;
    margin-top: 14px;
}
#school-filters input[type=text]:focus,
#school-filters select:focus,
#map-filters input[type=text]:focus,
#map-filters select:focus {
    border-color: #f4c86e !important;
    outline: none;
}

.school-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.school-card .card {
    width: 50%;
    /* margin: 0 8px; */
}

.city.card-body {
    padding: 0px;
   font-size: 16px;
   padding-left: 21px;
}
.school-info a {
    word-break: break-all;
}
.school-card .card h3:before {
        content: "\e94b";
    font-family: 'icons-sm';
    margin-right: 9px;
    color: #014365;
    background: #f5c96f;
    padding: 5px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 17px;
    position: absolute;
    left: -16px;
}

.school-card .card h3 {
    position: relative;
    left: 0;
    display: block;
    padding-left: 20px;
}

.school-card .card h3:after {
    content: "";
    border: 3px solid #a5833e;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    left: -16px;
    top: 30px;
}
.city.card-body i {
    font-size: 12px;
    margin-right: 6px;
    opacity: .8;
    position: relative;
    top: 0px;
}

/* school lists end */




/*jobs page*/
.jobs-label{
    font-size:14px;
    font-weight:700;
    font-family:'Poppins', sans-serif;
}
.jobs-table {
    font-size: 15px;
}
h2.searchby {
    font-size: 25px;
    margin-bottom: 0;
}
.btn-returnSearch {
    background: #044863;
    border-color: #044863;
    border-radius: 3px;
    min-width: 100px;
}
.btn-returnSearch:hover{
    background: #191c1d;
    border-color: #f4c86e;
    
}
.row.jobs-wrpr {
    background: rgb(244 200 110 / 44%);
    padding: 16px 0px;
    margin-left: 0px;
    margin-right: 0;
    border-radius: 5px;
    border: 1px solid rgb(244 200 110 / 85%);
}

.jobs-wrpr:nth-child(even) {
    background: rgb(244 200 110 / 9%);
    margin-top: 10px;
    margin-bottom: 10px;
}

.row.jobs-wrpr hr {
    display: none;
}
a.contact-mail {
    margin-left: 10px;
}

a.contact-mail:before {
    content: "\eec5";
    font-family: 'icons-sm';
    color: rgb(0 0 0 / 77%);
    margin-right: 5px;
    font-size: 12px;
}
.page-id-196 .content-wrpr {
    margin-bottom: 80px;
}

/*jobs page end*/



/*Events*/

.sort-and-search {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    margin-top: 50px;
}

.search-wrpr {
    margin-right: 10px;
}

.search-wrpr button {
    background: #fff;
    color: #b0925e;
    border-color: #ced4da;
    border-left: 0;
}
.card.eventlist-card {
    font-family: 'Poppins';
    font-size: 12px;
    box-shadow: 0 0 30px rgb(0 0 0 / 24%);
    border:none;
    border-radius:7px;
    overflow:hidden;
    margin-bottom:15px;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transform:translateY(0);
}

.card.eventlist-card .card-header label {
    opacity: .6;
    margin-bottom: 0px;
}

.starttime-endtime {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.starttime-endtime i {
    margin: 0 8px;
    color: #e04025;
    font-size: 18px;
}

.card.eventlist-card .card-header {
    background: #fff;
    border-bottom: none;
}
.card.eventlist-card .card-body {
    padding: 0px;
}
.locations-seats {
    display: flex;
    justify-content: space-between;
    padding: 14px;
    font-weight: 600;
}

.locations-seats label {
    margin-bottom: 0;
    opacity: .6;
}
.seats-wrpr {
    min-width: 100px;
}
.progress-bar {
    font-size: 9px;
    min-width: 10px;
}
.card.eventlist-card .card-body img {
    margin-bottom: 0;
}
.event-content {
    padding: 15px;
    padding-top:0px;
}

.event-content h2 {
    font-size: 18px;
}

.event-content p {
    font-size: 13px;
}

a.showmore + div {
    display: none;
}

.showmore {
    display: inline-flex;
    margin-left: 2px;
}

.cardevent-desc p:first-child {
    display: inline !important;
}
.cardevent-desc.hidden-items-wrpr.active .hidden-para {
    display: block;
}

.cardevent-desc.hidden-items-wrpr.active  .showmore {
    order: 1;
    align-self: flex-end;
}

.cardevent-desc.hidden-items-wrpr.active {
    display: inline-flex;
    flex-direction: column;
}

.showmore span:after {
    content: "More";
    display: inline-flex;
    margin-left: 3px;
}

.cardevent-desc.hidden-items-wrpr.active .showmore span:after {
    content: "Less";
}
.event-content hr {
    margin-top: 0;
}
.amount-register {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amount-register .btn-danger {
    background: #e93b59;
    border-color: #e93b59;
    min-width: 124px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
}

.amount-register .btn-danger i {
    font-size: 13px;
}

.amount-register .amount {
    font-size: 18px;
}

.card.eventlist-card .card-footer {
    padding: 12px;
    background: #fff;
    border-top: none;
    padding-top: 0px;
}
.amount-register {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amount-register .btn-danger {
    background: #e93b59;
    border-color: #e93b59;
    min-width: 124px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
}

.amount-register .btn-danger i {
    font-size: 13px;
}

.amount-register .amount {
    font-size: 18px;
}

.card.eventlist-card .card-footer {
    padding: 12px;
    background: #fff;
    border-top: none;
    padding-top: 0px;
}

.card.eventlist-card:hover {
    box-shadow: 0 10px 30px rgb(0 0 0 / 54%);
    transform:translateY(-5px);
}
.amount-register .btn-danger:hover {
    box-shadow: 0 0 0 3px rgb(233 59 89 / 25%);
    background: #d92140;
}
.page-template-page-events .content-wrpr {
    margin-top: 19px;
}

.sessions-workshops {
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00a5c0;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
}

.blue-label {
}

.sessions-workshops i {
    font-size: 16px;
}
.page-template-page-events .inner-banner {
    min-height: 230px;
    max-height: 230px;
}

.page-template-page-events .inner-banner img {
    max-height: 230px;
}
.img-wrpr {
    height: 227px;
    overflow: hidden;
    background: url(images/gisa-logo2.jpg) center center no-repeat #181617;
    position:relative;
}
.conference, .seminar {
    position: absolute;
    background: #e04025;
    bottom: 10px;
    left: 12px;
    padding: 3px 10px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .4px;
    border-radius: 3px;
}

.conference {
    background: #00a5c0;
}



/* Events end */

.sponsors .item-link {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.sponsors .swiper-slide {
    display: flex;
    flex-direction: column;
}
.home-aboutus .col-md-6:last-child {
    display: flex;
}

.postid-15766 .inner-banner .col-md-6:nth-child(1):before {
    transform: skewX(-5deg);
    right: -29px;
}
.postid-15760 .inner-banner .col-md-6:nth-child(1):before {
    transform: skewX(0deg);
    right: -15px;
}
.postid-15712 .inner-banner img {
    object-position: 50px center !important;
    padding: 17px;
    background: #fff;
}
.page-id-16530 .ba_card {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    min-width: 350px;
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /*min-height: 600px;*/
    background: #fff !important;
    padding: 25px !important;
    border: none;
    margin-bottom: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%) !important;
}

.page-id-16530 .ba_card h3 {
    text-align: center !important;
    margin-bottom: 20px !important;
}
.ba_card.ba_card_0.maincard {
    max-width: 100%;
    border: none !important;
    box-shadow: none !important;
    min-height: auto !important;
}
.ba_card.maincard {
    padding: 0px !important;
}
.ba_card.maincard {
    padding: 0px !important;
}

.et_pb_section.et_pb_section_1 {
    padding-top: 0 !important;
}

.banner .swiper-slide:before {
    content: "";
    position:absolute;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 33%);
    
}
.str_move .item-link {
    display: none;
}
a.mItem {
    padding: 0 !important;
}
.flex-order {
    display: flex;
    flex-direction: column;
}

.flex-order .container {
    order: 2;
}

.flex-order .sponsors {
    order: 0;
}
.icon-x img {
    max-width: 14px;
    position: relative;
    top: -2px;
}
.icon-insta img {
    position: relative;
    top: -3px;
}


.followus-on-socialmedia .social-icons a.icon-social-x {
    background: url(images/x2-icon.png) no-repeat; 
}

.followus-on-socialmedia .social-icons a.icon-social-insta {
    background: url(images/insta2-logo.png) no-repeat;
}

.card.school-stories-card img {
    max-height: 250px;
    object-fit: cover;
}

.card.school-stories-card {
    border: none;
    box-shadow: 0 0 30px color(srgb 0 0 0 / 0.11);
}

.card.school-stories-card h2 {
    font-size: 22px;
    font-weight: 500;
}

.card.school-stories-card {
    margin-top: 40px;
    margin-bottom: 40px;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.card.school-stories-card a.btn {
    text-transform: uppercase;
    font-size: 12px;
    background: #b0925b;
    border: none;
}

.card.school-stories-card:hover {
    box-shadow: 0 0 10px color(srgb 0 0 0 / 0.34);
    transform: translate(0px, -10px);
}



	
	@media (max-width:1920px){
		.leaf-boat {
			bottom: -72px;
		}
	}
	
	
	
	
	
	
	

@media (max-width:1000px){
	
	.button.b-close, .button.bClose {
		padding: 0 11px 3px  !important;
		right: 30px !important;
		top: 20px !important;
	}
	
	/*school list popup*/
	#popup {
    left: 0 !important;
    width: 100%  !important;
    min-width: unset  !important;
		padding:0px !important;
}

.pop-cont {
    width: 100%  !important;
	height: 600px;
    overflow-y: auto;
	padding-left: 15px;
    padding-right: 15px;
}

.school-info {
    width: 100%  !important;
    float: none  !important;
}

.school-map {
    width: 100%  !important;
    float: none  !important;
    margin-top: 30px  !important;
}
	.pop-cont h2 {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -1px !important;
}
	
	/*school list popup end*/
	
	/*schoomap*/
	#map-container #map-sub-cont {
    display: flex !important;
    flex-direction: column  !important;
    height: 1000px  !important;
}

#map-container #map-sub-cont #map-filter-results {
    float: none  !important;
    width: 100%  !important;
    height: 600px  !important;
    margin-bottom: 20px  !important;
}

#map-container #map-sub-cont #map-canvas {
    float: none  !important;
    width: 100%  !important;
    height: 400px  !important;
}
	
	/*schoolmap end*/
	
	
	/* mobile nav */
		#mobileNavbar {
    background: #414141;
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 88px;
    padding: 15px;
}

#mobileNavbar a {
    color: #fff;
}

#mobileNavbar li {
    line-height: 37px;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
}

.menu-item-has-children:after {
    position: absolute;
    right: 0;
    color: #fff;
}

.menu-item-has-children:hover .sub-menu {
    position: static;
    background: #3d3c3c;
    box-shadow: none;
    padding: 5px 15px;
    margin-bottom: 30px;
}

.menu-item-has-children:hover .sub-menu li a {
    line-height: 21px;
}

.menu-item-has-children:hover .sub-menu li:last-child {
    border-bottom: none !important;
}

.mobile-nav-bar .icon-close {
    display: none;
}
	.menu-item-has-children .sub-menu a {
    background: #3d3c3c !important;
}
	
	
	/* mobile nav end */
	
	
	/* navbar toggler */
	.navbar-toggler-icon {
		display: block;
		position: absolute;
		top: 20px;
		right: 10px;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 400;
		padding: 0;
	}
	.navbar-toggler-icon span {
		position: absolute;
		top: 50%;
		left: 10px;
		right: 10px;
		display: block;
		height: 3px;
		margin-top: -0px;
		background-color: #ad9056;
		font-size: 0px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: background-color 0.2s;
		transition: background-color 0.2s;
	}
	.navbar-toggler-icon span:before, .navbar-toggler-icon span:after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background: #ad9056;
		content: '';
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
	}
	.navbar-toggler-icon span:before {
		-webkit-transform: translateY(-220%);
		transform: translateY(-220%);
	}
	.navbar-toggler-icon span:after {
		-webkit-transform: translateY(220%);
		transform: translateY(220%);
	}
	.navbar-toggler-icon.active span:before {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	.navbar-toggler-icon.active span:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	span.navbar-toggler-icon.active span {
		background: transparent;
	}
	/* navbar toggler end */
    
.home .gisa-news #et_builder_outer_content {
    display: flex;
    flex-direction:column;
}
    .nav-schools {
    margin-top: 55px;
}
    .nav-corp-sponsers {
    margin-top: 45px;
}
    .nav-giaa-sports {
    margin-top: 57px;
}
    .gisa-news img {
    margin-bottom: 20px;
}

.followus-on-socialmedia h2 {
    margin-bottom: 28px;
    text-align: center;
}

.followus-on-socialmedia .social-icons {
    justify-content: center;
}

.footer-logo-cntnr {
    text-align: center;
}

address {
    text-align: center;
}

.social-media {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

ul#menu-footer-opportunities {
    margin-top: 40px;
}

#menu-footer-opportunities-1 {
    margin-top: 50px;
}
    .gisa-news img {
    margin-bottom: 20px;
}

.followus-on-socialmedia h2 {
    margin-bottom: 28px;
    text-align: center;
}

.followus-on-socialmedia .social-icons {
    justify-content: center;
}
    
    .banner .swiper-slide img {
    min-height: 375px;
}

.banner .gisa-slide-logo img {
    min-height: unset;
    max-width: 120px;
}
    .btn-gissa{
        font-size:12px;
        line-height:23px;
    }
    .slide-content{
        bottom:30px;
    }
    .banner h2{
        max-width:85%;
        font-size:18px;
    }
     #list-content #schools li, #list-content .li_cont2.undefined li{
        width:100%;
    }
    .home-aboutus #et_builder_outer_content {
        flex-direction:column;
    }
	.green-highlight {
		padding: 30px;
	}
	.inner-banner .col-md-6:nth-child(1) {
    	justify-content: flex-start;
	}
	.inner-banner .col-md-6:nth-child(1):before {
		display: none;
	}

	.inner-banner h1 {
		margin-top: 20px;
		margin-bottom: 20px;
	    font-size: 25px;
	}

	.inner-banner {
		min-height: auto;
		max-height: unset;
	}
	.inner-banner .col-md-6:nth-child(2) {
		padding-right: 0px;
		padding-left: 0;
	}
	.navbar-light .navbar-nav .nav-link {
		line-height: 30px;
	}
	.international-shipping-emissions img {max-width: 100%;}
	.evaluvating-info-wrpr.phoneonly img {max-width: 320px;}
	.banner-mobile img {width: 100%;}
	.footer-nav .col-md-6 {text-align: center;}
	.footer-nav .col-md-6 a {margin-bottom: 11px;}
	footer .col-md-8 {text-align: center;}
	footer .col-md-8 p {max-width: 100%;}
	.footer-copy .col-md-6 {text-align: center !important;}
	.social-links {margin-bottom: 50px;}
	div#collapsingNavbar {position: absolute;width: 100%;top: 120px;left: 0;min-height: 180px;background: #fff;}
	.navbar-toggler .icon-menu1:before {content: '\e5cd';}
	.navbar-toggler.collapsed .icon-menu1:before {content: '\e5d2';}
	.desktoponly{
		display:none;
	}
	.phoneonly{display:block}
	.staying-ahead-wrpr h3 {
		font-size: 22px;
	}
	.staying-ahead-wrpr h2 {
		font-size: 32px;
    }	
	.encouraging-start-wrpr img {max-width: 100%;}
	.encouraging-start-wrpr h3, .we-aim-high-wrpr h3 {
		font-size: 23px;
	}
	.encouraging-start-wrpr h2, .we-aim-high-wrpr h2 {
		font-size: 32px;
	}
	.we-aim-high-wrpr .col-md-6 {max-width: 541px;flex: 0 0 100%;margin: 0 auto;margin-bottom: 40px;}
	.you-cant-improve-wrpr img {max-width: 100%;}
	.tonemiles {max-width: 100%;flex: 0 0 100%;margin-bottom: 50px;}
	.tonemiles img{max-width:450px;}
	.honeycomb-wrpr {
		zoom: .6;
	}
	.staying-ahead-wrpr {
		min-height: 1620px;
	}
	.banner h1 {
		font-size: 41px;
	}
	.evaluating-emerging-tech-wrpr h2 {
		font-size: 32px;
		    max-width: 90%;
	}
	.evaluating-emerging-tech-wrpr {
		min-height: 910px;
	}
	.you-cant-improve-wrpr h2 {
		font-size: 32px;
	}
}


@media (max-width:768px){
   .we-aim-high-wrpr .col-md-6 {margin-bottom: 30px;}
   .evaluvating-info-wrpr img {
		max-width: 320px;
	}
	
}

@media (max-width: 500px) {
	.banner-mobile img {max-width: 100%;}
	.encouraging-start-wrpr {
		min-height: 1000px;
		padding: 50px 0;
	}
	.you-cant-improve-wrpr {
		padding: 50px 0;
    }
	.evaluating-emerging-tech-wrpr {
		min-height: 510px;
	}
	.evaluating-emerging-tech-wrpr {
		min-height: 480px;
		padding: 50px 0;
   	}
	.evaluating-emerging-tech-wrpr h2 {
		font-size: 22px;
	}
	.international-shipping-emissions .col-md-5 h2 {
		font-size: 24px;
		margin-bottom: 30px;
		margin-top: 40px;
		text-align: center;
	}
	.staying-ahead-wrpr {
		min-height: 1550px;
	}
	.international-shipping-emissions .col-md-5 h2 span {
		font-size: 22px;
	}
	.international-shipping-emissions .col-md-12 h2 {
    	font-size: 24px;
		margin-bottom: 0px
	}
	.banner-subtitle {
		min-height: 146px;
	}
	.banner-subtitle h2 {
    	font-size: 18px;
	}
	.honeycomb-wrpr img {max-width: 290px;}
	.honey-tooltip {
		width: 252px;
		height: 222px;
		top: 16px;
		left: 16px;
	}
	.honeycomb-wrpr {
		min-width: 100%;
		position: relative;
		margin-top: 80px;
	}
	.honeycomb.honeycomb-02 {
		left: 215px;
		top: 71px;
	}
	.honeycomb.honeycomb-03 {
		left: 214px;
		top: 322px;
	}
	.honeycomb.honeycomb-04 {
		top: 446px;
	}
	.honeycomb.honeycomb-05 {
		top: 572px;
		left: 214px;
	}
	.honeycomb.honeycomb-06 {
		left: -1px;
		top: 697px;
	}
	.honeycomb.honeycomb-07 {
		top: 947px;
	}
	.honeycomb.honeycomb-08 {
		top: 822px;
		left: 213px;
	}
	.honeycomb.honeycomb-09 {
		left: 215px;
		top: 1072px;
	}
	.honeycomb.honeycomb-10 {
		top: 1197px;
	}
	.honeycomb.honeycomb-11 {
		left: 215px;
		top: 1322px;
	}
	.honeycomb.honeycomb-12 {
		top: 1447px;
		left: 0px;
	}
	.honeycomb.honeycomb-13 {
		top: 1697px;
	}
	.honeycomb.honeycomb-14 {
		left: 215px;
		top: 1572px;
	}
	.honeycomb.honeycomb-15 {
		left: 215px;
		top: 1820px;
	}
	.tonemiles img {
		max-width: 100%;
	}
	.cylander-chart-wrpr {
		zoom: 0.68;
	}
	.we-aim-high-wrpr {
		padding: 50px 0;
	}
	
	
	
}	