:root {
	--purple: rgb(205, 144, 222);
	--green: rgb(41, 203, 126);
	--blue: rgb(0, 188, 227);
	--splice: rgb(213, 231, 57);
	--black: rgb(0,0,0);
	--white: rgb(255,255,255);
}
 

/*Custom Bootstrap*/
.mb-0 {
	margin-bottom: 0!important;
}
.mb-10 {
	margin-bottom: 10px!important;
} 
.mb-20 {
	margin-bottom: 20px!important;
} 
.mb-30 {
	margin-bottom: 30px!important;
}
.mb-40 {
	margin-bottom: 40px!important;
}
.mt-0 {
	margin-top: 0!important;
}
.mt-10 {
	margin-top:10px!important;
}
.mt-20 {
	margin-top: 20px!important;
} 
.mt-30 {
	margin-top: 30px!important;
}
.mt-40 {
	margin-top: 40px!important;
}
.px-20 {
	padding-left:20px!important;
	padding-right: 20px!important;
}
.position-top {
	background-position-y: top!important;
}

/*native elements*/
html {
  scroll-behavior: smooth;
}
body{
	font-size: 1.4rem;
}
h1 {
	text-transform: uppercase;
	max-width: 
}
h2 {
	line-height:3.5rem!important;
}
h3 {
	color:#000!important;
	font-weight:600!important;
	letter-spacing:normal!important;
	line-height:3rem!important;
}
.caption > h3 {
    line-height: 1.2em !important;
}
h4 {	
	font-weight:600!important;
}
ul {
	padding-left:15px!important;
	margin-left:15px!important;
}
ul > li, ol > li {
	margin-bottom:10px!important;
	line-height: 1.8em;
}

ul li li {
	list-style: circle;
}
.sticky-col-1 > .row > .column {
	position: sticky!important;
	top: 140px;
}

#upcoming-events .block.actionbox {
	display: flex;
}
#upcoming-events .thumbnail {
	width: 15%;
	border:none;
	background-color: transparent!important;
}
#upcoming-events .caption {
	width: 85%;
	padding-left: 20px;
	background-color: transparent!important;
}
#upcoming-events .caption h3 {
	margin-top:0;
}
#upcoming-events .caption h3 a {
	color: #000;
	text-decoration: none;

}
#upcoming-events .caption h3 a:hover {
	text-decoration: underline;
}

.bg-light-grey {
	background-color: #f5f5f5;
}

.block-anchor-link {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	background: hsl(190, 100%, 89%);
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
}

.block-anchor-link:hover {
	color: #000;
	text-decoration: none;
	background-color: hsl(190, 0%,89%);
}

#pageNavigationContainer {
	height:50px;
	background-color:#222222;
	border-top: 3px solid #222222;
	width: 100%;
	z-index: 99;
}

#navigation-list {
	width: 100%;
}

#navigation-list ul {
	padding-left: 0!important;
	padding-right:0!important;
	text-align: center;
}
#navigation-list li {
	list-style: none;
	display: inline-block;
	position: relative;
}
#navigation-list a {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 300;
	font-size: 1.4rem;
	padding-right: 30px;
	padding-left: 30px;
	height: 100%;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left:1px solid rgba(255,255,255,0.2);
}

#navigation-list li:first-child a {
    border-left: 0;
    }

#navigation-list a:hover {
	background-color: rgba(255,255,255,.2);
}

#navigation-list a:focus {
	background-color: rgba(255,255,255,.2);
}

#pageNavigationContainer > .container, #pageNavigationContainer > .container > .row  {
	width: 100%!important;
}

#tags {
	margin:0!important;
	padding: 0!important;
}
#tags li {
	background-color: #000;
	color: #fff;
	max-width: 180px;
	text-align: center;
	height: 50px;
	position: relative;
	top: -10px;
	transition: all .2s ease;
	list-style: none;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	margin-right: 10px;
}
#tags li:hover {
	top:-15px;
}
.tag {
	color:#fff!important;
}
.first-item p {
    max-height: unset!important;
}
.newslist p {
	max-height:70px;
	overflow: hidden;
}
/*end native elements*/
.go2top {
	z-index:999;
}
.h1-wrapper {
	position: relative;
	width: 100000px;
	margin-top:10px;
}

.site-h1 {
	font-size: 80px;
	text-transform: none;
	line-height: 7.6rem;
}
.site-h1 > .h1-wrapper {
	display: none;
}

.white-caps-h {
	border-bottom: 2px solid #ffffff;
	width: 100%;
	display: block;
	text-transform: uppercase;
	color:#ffffff;
}
.caps-h {
	border-bottom: 2px solid #000000;
	width: 100%;
	display: block;
	text-transform: uppercase;
	color:#000000;
}
.oneliner {
	line-height: 4.2rem!important;
	width: 100%;
	display: block;	
	color:#000000;
	font-weight: 200!important;
}

.text-white {
	color:#ffffff;
}

.cta-blue-outline {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: transparent;
	color: #000!important;
	border: 3px solid #00b9e3;
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-blue-outline:hover {
	border: 3px solid #000;
	text-decoration:none;
}
.cta-white-outline {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: transparent;
	color: #fff!important;
	border: 3px solid #fff;
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-white-outline:hover {
	border: 3px solid #000;
	text-decoration:none;
}
.cta-01 {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: #d5e739;
	color: #000!important;
	border: 3px solid #d5e739;
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-02 {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: #000000;
	color: #fff!important;
	border: 3px solid #000000;
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-03 {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: transparent;
	color: #000!important;
	border: 3px solid #d5e739;
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-splice-bg {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: var(--splice);
	color: #000!important;
	border: 3px solid var(--splice);
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;

}

.cta-splice-bg:hover {
	background-color: #fff;
	border-color: #fff;
	text-decoration: none;
}
.cta-01:hover, .cta-02:hover, .cta-03:hover, .cta-purple-bg:hover, .cta-blue-bg:hover {
	background-color: transparent;
	color: #000!important;
	text-decoration: none;
	border: 3px solid #000000;
}
.cta-04 {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: #d5e739;
	color: #000!important;
	border: 3px solid #d5e739;
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-05 {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: #000000;
	color: #fff!important;
	border: 3px solid #000000;
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-06 {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: transparent;
	color: #fff!important;
	border: 3px solid #d5e739;
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-04:hover, .cta-05:hover, .cta-06:hover {
	background-color: transparent;
	color: #fff!important;
	text-decoration: none;
	border: 3px solid #000000;
}
.cta-07 {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: #d5e739;
	color: #000!important;
	border: 3px solid #d5e739;
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-08, .cta-white-bg-black-text {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: #ffffff;
	color: #000!important;
	border: 3px solid #ffffff;
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-09 {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: transparent;
	color: #fff!important;
	border: 3px solid #d5e739;
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-purple-outline-white-text {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: transparent;
	color: #fff!important;
	border: 3px solid var(--purple);
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-purple-bg {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: var(--purple);
	color: #000!important;
	border: 3px solid var(--purple);
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}
.cta-blue-bg {
	max-width: 250px;
	width: 100%;
	margin-right: 13px;
	background-color: var(--blue);
	color: #000!important;
	border: 3px solid var(--blue);
	transition: .2s all ease;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 600;
	cursor:pointer!important;
}

.cta-07:hover, .cta-08:hover, .cta-09:hover, .cta-white-bg-black-text:hover, .cta-purple-outline-white-text:hover {
	background-color: transparent;
	color: #fff!important;
	text-decoration: none;
	border: 3px solid #ffffff;
}

.cta-blue-outline, .cta-01, .cta-02, .cta-03, .cta-04, .cta-05, .cta-06, .cta-07, .cta-08, .cta-09 {
		padding:10px 30px;
		cursor: pointer;
	}

.cta-full-width-splice {
	background-color: var(--splice);
	width: 100%;
	text-align: center;
	height: 75px;
	color: #000;
	font-size: 2rem;
	font-weight: 600;
	border: 3px solid var(--splice);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s ease all;
}
.cta-full-width-splice:hover {
	background-color: transparent;
	text-decoration: none;
	color: #000;
	border: 3px solid #000;
}

.promo-block {

}

.promo-block a {	
	padding: 7px;
	color: #000;
	transition: all .2s ease;
	font-weight: 600;
}
.promo-block a:hover, .social-link:hover {
	background-color: #f7f7f7;
	color: #000;
	text-decoration: none;
}

.promo-block .promo-pdf {
	background-color: hsl(190, 100%, 89%);
	width:100%;
	display: inline-block;
	display: flex; align-items: center; justify-content: space-between;
}

.promo-block a.fa-brands {
	line-height: 1;
	font-size: 20px;
	margin-left: 7px;
	padding: 6px;
	position: relative;
	top: 1px;
	font-weight: 100;
}

.promo-block a.fa-brands:hover {
	color:#efefef;
}

.promo-block a.fa {
	line-height: 1;
	font-size: 20px;
	margin-left: 7px;
	padding: 6px;
	position: relative;
	top: 1px;
	font-weight: 100;
}

.promo-block a.fa:hover {
	color:#efefef;
}

#social-block {
	display: flex;
	justify-content: space-evenly;
	margin-bottom:10px;
}

.social-link {
	display: inline-block;
	width: 100%;
	background: #f0f0f0;
	color: #000 !important;
	font-weight: 500;
	padding: 7px;
	
}

.social-link:not(:last-child) {
	margin-right: 10px;
}

.hero-cta:first-of-type {
    margin-bottom: 15px;
}
.hero-cta {
	width: 100%;
}
#homepage-news .first-item .thumbnail {
	width: 20%
}
#homepage-news .item .thumbnail {
	width: 15%
}
.related-stories .block-box, .related-stories .block-box .column  {
	padding:0!important;
}
.related-stories .actionbox {
	display: flex!important;
	padding-top: 20px;
}
.related-stories .actionbox:first-child {
	padding-top: 0;
}
.related-stories .actionbox .thumbnail {
	width: 40%!important;
	border:none;
}
.related-stories .actionbox .caption {
	padding: 0 0 20px 20px !important;
	border: 0 !important;
	width: 100%;
	border-bottom: 1px solid #d2d2d2 !important;
}
.related-stories .actionbox .caption h3 {
	margin-top: 0;
}
.related-stories .actionbox .caption h3 a {
	color: #000 !important;
	font-weight: 600 !important;
	letter-spacing: normal !important;
	line-height: 3rem !important;
}
.related-stories a.btn {
	background-color: transparent!important;
	border: 0!important;
	color: #000!important;
	font-weight: 600!important;
}
.related-stories a.btn:hover {
	color:initial!important;
	border:0!important;
	text-decoration: underline;
}
.related-stories a.btn-default {
	padding:0!important;
}
.related-stories a.btn-default:hover {
	background-color: transparent;
}
#read-more .block-box, #read-more .block-box .column {
	padding:0!important;
}
#read-more .column {
	padding: 0;
}
#read-more .block.actionbox {
	display: flex!important;
	padding-bottom: 20px!important;
	border-bottom: 1px solid #d2d2d2!important;
	padding-top: 20px!important;
}
#read-more .block.actionbox:first-child {
	padding-top: 0!important;
}
#read-more .thumbnail {
	width: 15%!important;
}
#read-more .caption {
	width: 85%!important;
	border: 0!important;
	padding: 0 0 0 20px!important;
}
#read-more h3 a {
	color: #000!important;
}
#read-more .btn.btn-default {
	border: 0!important;
	background-color: transparent!important;
	color: #000!important;
	font-weight: 600!important;
	padding: 0!important;

}
#read-more .btn.btn-default:hover {
	text-decoration: underline;
}

.mega-menu-fixed {
	background-image: none!important;
	background-color:#000!important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:9999;
}

.mega-menu-sections-fixed {
	padding-top:5px!important;
}

#homepage .mega-menu {
	background-image: url('/siteassets/images/hero/icc-home.jpg');
}

.hero-padding {
	margin-top:101px;
}

.last {
	margin-bottom: 40px;
}

.icc-logo-fixed {
	max-width: 200px;
	display: inline-block;
}

.sticky {
  position: fixed;
  top: 69px;
  width: 100%;
}
.sticky + .layout-main {
  padding-top: 1px;
}
#sticky-nav {overflow-x: hidden;overflow-y: hidden;}
@media only screen and (max-width: 768px) {
#sticky-nav {overflow-x: scroll;overflow-y: hidden;}
}

@media only screen and (max-width: 991px) {
	.cta-02, .cta-03, .cta-04, .cta-05, .cta-06, .cta-07, .cta-08, .cta-09 {
		margin-top:10px;
	}

}
.heading-black, .heading-black h4 {
	color:#000;!important;
}

.text-shadow {
	text-shadow: 0 0 5px #353535;
}

.heading-white, .heading-white a {
	color:#fff;!important;
}
.heading-white a:hover {
	color:#fff!important;
	text-decoration: underline;
}

.fader {
	transition: all .2s ease;
}
.font-black {
	color:#000;
}

.news-content a {
	color:#000!important;
	font-weight:600!important;
	text-decoration: underline;
}

a {
	transition: all .2s ease;

}
.green-bg {
	background-color: #29cb7e;
}
.black-link:hover, .whyalla-news h3 a:hover {
	color:#666!important;
	text-decoration:none!important;
}

.quotebox {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding:20px;
}

.white-link {
	color:#fff!important;
	text-decoration:underline!important;
	font-weight:bold!important;
}

.white-link:hover {
	color:#fff!important;
	text-decoration:none!important;
	transition: all .2s ease;
}


.black-links a, .black-link, .whyalla-news h3 a, .body-black-link a{
	color:#000 !important;
	font-weight:600 !important;
	text-decoration:underline!important;
}


.hero-image {
	overflow: hidden;
}

.hero-block {
	height:370px;
	position:relative;
}

.hero-container {
	margin:0;
	position:absolute;
	top:50%;
	transform: translateY(50%);
	-ms-transform: translateY(50%);
}
.hero-position {
	background-position:top;
}
.hero-header{
	color: #fff;
	font-size: 60px;
	line-height: 7rem;
}

.hero-header-padding{
	padding-top:135px;
	padding-bottom:135px;
}

.hero-header-padding-small{
	margin-top:110px;
}

.hero-header-padding-space{
	padding-top:120px;
	padding-bottom:120px;
}

.sub-hero-header-padding{
	padding-top:80px;
	padding-bottom:80px;
}

#hero-block-t .container {
	height: 100%;
	display: flex;
}

#hero-block-t .container .row {	
	display: flex;
	align-items: center;
}

.hero-header-stop {
	font-size: 60px;
	line-height: 8rem;
}

.hero-para {
	color: #fff;
	font-size: 18px;
	line-height: 5rem;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.background-position-left {
	background-position: left!important;
}
.cta-block a:nth-child(2) {
	margin-top: 10px;
}

.black-gradient::after {
	content: '';
	background-image: linear-gradient(to right, black, transparent, transparent);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.black-gradient h1, .black-gradient h2, .black-gradient h3, .black-gradient h4, .black-gradient p {
	position: relative;
	z-index: 2;
}
.feature-icon::after {
	content: '';
	background-color: var(--blue);
	width: 6rem;
	height: 6rem;
	display: inline-block;
	position: relative;
	z-index: -1;
	left: -8rem;
	top: -1rem;
}
#social-enterprise .feature-icon::after {
	
	background-color: var(--purple)!important;
	
}
#venture-catalyst-space .feature-icon::after {
	
	background-color: var(--splice)!important;
	
}

#regional .feature-icon::after {
	
	background-color: var(--green)!important;
	
}

.about-img {
	border-radius: 50px;
}

#about-text a:link, #about-text a:visited {
	color:#000;
	font-weight: 600;
}
.breakout {
	border:2px solid #000;
	padding:15px;
}
.cta-btn {
	margin-top:30px;
	background-color: #00bce3 !important;
	border: 3px solid #00bce3;
	color:#000;
	font-size: 18px;
}
.cta-btn:hover {
	background-color: transparent !important;
	border: 3px solid #FFF;
	color: #FFF;
}

.cta-btn:focus {
	color:#FFF !important;
}

.cta-btn:visited {
	color:#000 !important;
}
.g-recaptcha {
	
}

#hero-form .btn {
	background-color: #00bce3 !important;
	border: 3px solid #00bce3;
	color:#000;
	font-size: 14px;
}
.cta-btn-green, .cta-btn-green-light-bg {
	border: 3px solid #29CB7E;
	font-weight: 600;
	margin-top: 1.3rem;
	padding-left: 30px;
	padding-right: 30px;
	transition: all .2s ease;
	background-color: transparent;
}
.cta-btn-violet, .cta-btn-violet-light-bg {
	border: 3px solid #CD90DE;
	font-weight: 600;
	margin-top: 1.3rem;
	padding-left: 30px;
	padding-right: 30px;
	transition: all .2s ease;
	background-color: transparent;
}
.cta-btn-black {
	border: 3px solid #000000;
	font-weight: 600;
	margin-top: 1.3rem;
	padding-left: 30px;
	padding-right: 30px;
	transition: all .2s ease;
	background-color: #000000;
	color:#fff!important;
}

.cta-btn-black:hover {
	background-color: transparent;
	color:#000!important;
}

#FormFooter #First_name {
	margin-bottom:10px!important;
}
#FormFooter .form-group {
	display:;
}

.block-video:hover, .block-video {
	background-color: transparent!important;
}

#FormFooter.block >.row.layout-col-1 >.column >.form-horizontal > fieldset > form.form.xform.form-horizontal > #id_matrix > .form-group {
	display:none;
}

form .btn {
	background-color:transparent;
	color:#000;
	border: 3px solid #00bce3;
}
form .btn:hover {
	border: 3px solid #000;
	color:#000;
}

.cta-btn-blue, .cta-btn-splice, .cta-btn-green, .cta-btn-violet {
	color:#fff!important;
}
.cta-btn-blue-light-bg, .cta-btn-splice-light-bg, .cta-btn-green-light-bg, .cta-btn-violet-light-bg {
	color:#000!important;
}
.cta-btn-blue, .cta-btn-blue-light-bg {
	background-color: transparent;
	border: 3px solid #00bce3;
	font-weight: 600;
	margin-top: 1.3rem;
	padding-left: 30px;
	padding-right: 30px;
	transition: all .2s ease;
}
.cta-btn-splice, .cta-btn-splice-light-bg {
	background-color: transparent;
	border: 3px solid #d5e739;
	font-weight: 600;
	margin-top: 1.3rem;
	padding-left: 30px;
	padding-right: 30px;
	transition: all .2s ease;
}
.cta-btn-blue:hover {
	background-color: transparent;
	border: 3px solid #fff;
	color:#fff!important;
}
.cta-btn-splice:hover {
	background-color: transparent;
	border: 3px solid #fff;
	color:#fff!important;
}
.cta-btn-green:hover {
	background-color: transparent;
	border: 3px solid #fff;
	color:#fff!important;
}
.cta-btn-blue-light-bg:hover {
	background-color: transparent;
	border: 3px solid #000;
	color:#000!important;
}
.cta-btn-splice-light-bg:hover {
	background-color: transparent;
	border: 3px solid #000;
	color:#000!important;
}
.cta-btn-green-light-bg:hover {
	background-color: transparent;
	border: 3px solid #000;
	color:#000!important;
}
#hero-form .btn:hover {
	background-color: transparent !important;
	border: 3px solid #FFF;
	color: #FFF;
}

#hero-form .btn:focus {
	color:#FFF !important;
}

#hero-form .btn:visited {
	color:#000 !important;
}

p {
	line-height: 1.8em;
}

#hero-form {
	display:none;
	transition: .6s;
}

#hero-form label {
	color:#fff;
}

@-webkit-keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}

.accordion {
	background-color:transparent;
    color: #000;
	font-weight:600;
    cursor: pointer;
    padding: 20px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	font-size: 18px;
}

.accordion-splice {
	background-color:transparent;
    color: #000;
	font-weight:600;
    cursor: pointer;
    padding: 20px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	font-size: 18px;
}
.accordion-green {
	background-color:transparent;
    color: #000;
	font-weight:600;
    cursor: pointer;
    padding: 20px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	font-size: 18px;
}

.faqpanel {
    padding: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	border-bottom: 1px #d2d2d2 solid;
}

.accordion:after {
    content: '\002b';
    font-size: 26px;
    color: #00b9e3;
    float: right;
    margin-left: 5px;
    font-size: 40px;
    line-height:20px;
}
.accordion-splice:after {
	content: '\002b';
    
    color: #d5eb40;
    float: right;
    margin-left: 5px;
    font-size: 40px;
    line-height:20px;
}
.accordion-green:after {
	content: '\002b';
    
    color: #29cb7e;
    float: right;
    margin-left: 5px;
    font-size: 40px;
    line-height:20px;
}
.accordion.active:after {
    content: "\2212";	
}
.accordion-splice.active:after {
    content: "\2212";	
}
.accordion-green.active:after {
    content: "\2212";	
}
.accordion-para {
	padding: 0 0 15px;
	margin: 0!important;
}
.background-black {

	background-color:#000!important;
}

.background-black table {

	background-color:#000!important;
}

.events-3-col {
	display: table;
	width: 100%;
}

.event-col {
	display: table-cell;
}
.event-item {
	padding: 0;
	margin:0 0 20px 0;
	border: 1px solid #e1e1e1;
	box-shadow:0 0 20px #e1e1e1;
	transition: all .2s ease;
}
#news .item {
	box-shadow: none;
	border: 0;
	margin-bottom: 20px !important;
	border-bottom: 1px solid #dddd;
	padding-bottom: 20px;
	transition: .2s ease all;
}

#news .item:hover {
	background-color: unset!important;
}

#newsletter-list .item {
	display: flex;
	align-items: center;
	box-shadow: none;
	border: 0;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #dddd;
}

#newsletter-list .item:hover {
	background-color: unset!important;
}

#newsletter-list .thumbnail {
	max-width: 100px;
}

.event-header {
	font-size:16px;
	padding: 10px 10px 0 10px;
	color: #000;
	margin-bottom:20px;
}
.event-content {
	padding: 0 10px 10px 10px;
	font-size:13px;
}
.news-header {
	line-height: 3rem;
	color: #000;
}

.news-cell {
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 20px #e1e1e1;
	-webkit-box-shadow: 0 0 20px #e1e1e1;
	-moz-box-shadow: 0 0 20px #e1e1e1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.archive-block a {
	color:#000;
}

/*.news-cell:hover {
	box-shadow: 0 0 20px #f3f3f3;
	-webkit-box-shadow: 0 0 20px #f3f3f3;
	-moz-box-shadow: 0 0 20px #f3f3f3;
	background-color: #e4f8ff !important;
	transition: all 0.5s ease;
}
*/

#image-gallery p {
	display: flex;
	justify-content: space-evenly;
}

#image-gallery img {
	/* max-width: 250px; */
	margin-right: 10px;
	/* margin-top: 10px; */
}

.item {
	box-shadow: 0 5px 9px #d1d1d1;
-webkit-box-shadow: 0 5px 9px #d1d1d1;
-moz-box-shadow: 0 5px 9px #d1d1d1;
margin: 0 0 15px 0 !important;
transition: all .3s ease;
border: 1px solid #ccc;
}
.staff-card {
	
	margin:10px;
	position: relative;
	left: 10px;
}
.icc-staff-img {
	float: left;
}
.read-more-staff {
	color: #000!important;
	cursor: pointer;




}
.read-more-staff:hover, .read-more-staff:focus {
	color: #000!important;
	text-decoration: underline;
}

/*.item.staff-item {
	transition: all .3s ease;
}
.item.staff-item:hover {
	box-shadow: 0 0 20px #999;
}*/

.block-list {
	padding:0;
}

#skip-to {
	display:none;
}

.equal-height-box .row {
	display: flex;
	flex-wrap: wrap;
}

.h100vh {
	min-height: calc(100vh - 60px);
	max-height: 1000px;
}

.layout-breadcrumbs {

	background-color:transparent!important;

}

.breadcrumb a {
	color: #000;
	text-decoration: underline;
	font-weight: 400;
}

.breadcrumb a:hover {
	color: #666;
}

.program-feature-card-header {
	background-color: rgba(213, 231, 57, 0.1);
	color: #000 !important;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	align-items: center;
}
.icc-program-feature-card-header {
	background-color: rgba(0, 185, 227, 0.1);
	color: #000 !important;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	align-items: center;
}

.program-feature-card-h2 {
	margin: 0;
	color: #000;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	width: 40%;
}

.program-feature-card-duration::before {
	content: 'Duration';
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.program-feature-card-duration {
	margin: 0;
	margin-top: 3px;
	width: 60%;
	text-align: right;
}

.space-dates {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 3px;
	border: 0 !important;
}
.space-dates tr:hover {
	background-color: rgba(213, 231, 57, 0.1);
}
.space-dates td {
	border-bottom: 0;
	border: 1px solid #dddddd;
}

.space-dates tr td:first-child {
	color: #000;
	font-weight: 600;
	width: 25%;
	border-right: hidden;
}
.space-dates tr td:nth-child(2) {

	border-left: hidden;
}
.process {
	list-style: none;
	counter-reset: process-counter;
	padding-left: 0;
}

.process li {
	counter-increment: process-counter;
}

.process li::before {
	content: counter(process-counter);
	border: 2px solid var(--blue);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #000;
	font-weight: 900;
	text-align: center;
	font-size: 1.67em;
	margin-right: 15px;
	padding-top: 4px;
}

.vcs-question-container .question h3:hover {
	background-color: rgba(213, 231, 57, 0.1)!important;
}

.icc-question-container .question h3:hover {
	background-color: rgba(0, 185, 227, 0.1)!important;
}

.vcs-question-container .question h3::after {
	background-color: var(--splice)!important;
	}

.icc-question-container .question h3::after {
	background-color: var(--blue)!important;
	}

.question {
	border: 1px solid #ddd;
	padding: 0 20px 0 0;
	margin-bottom: 15px;
	position: relative;
}
.question h3 {
	cursor: pointer;
	margin:0;
	padding: 10px 20px;
}
.question h3:hover {
	background-color: rgb(252, 239, 255);
}
.question h3::after {
	content: '+';
	width: 30px;
	height: 100%;
	background-color: var(--purple);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	font-size: 3rem;
}
.icc-question-container .question h3::after {
	content: '+';
	width: 30px;
	height: 100%;
	background-color: var(--blue);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	font-size: 3rem;
}
.answer {
	display: none;
	padding: 20px;
}
h3.active-question::after {
	content: '–'!important;
}

.attestant-space::before {
	content: '';
	border: 2px solid var(--splice);
	width: 160px;
	height: 160px;
	position: absolute;
	transform: translate(-7%, 7%);
	z-index: -1;
}
.attestant-icc::before {
	content: '';
	border: 2px solid var(--blue);
	width: 160px;
	height: 160px;
	position: absolute;
	transform: translate(-7%, 7%);
	z-index: -1;
}
.attestant-social img, .attestant-space img, .attestant-icc img {
	max-width: 160px;
}

.testimonial-space p, .testimonial-social p, .testimonial-icc p {
	position: relative;
}

.testimonial-space p:first-child::before {
	content: '“';
	position: absolute;
	font-size: 230px;
	color: var(--splice);
	opacity: .25;
	top: 7rem;
	left: -10rem;
	font-style: italic;
	line-height: 0;
}

.testimonial-space p:first-child::after {
	content: '”';
	color: var(--splice);
	font-size: 230px;
	position: absolute;
	opacity: .3;
	bottom: -4rem;
	right: 0;
	font-style: italic;
	line-height: 0;
}

.testimonial-icc p:first-child::before {
	content: '“';
	position: absolute;
	font-size: 230px;
	color: var(--blue);
	opacity: .25;
	top: 7rem;
	left: -10rem;
	font-style: italic;
	line-height: 0;
}

.testimonial-icc p:first-child::after {
	content: '”';
	color: var(--blue);
	font-size: 230px;
	position: absolute;
	opacity: .3;
	bottom: -9rem;
	right: 0;
	font-style: italic;
	line-height: 0;
}



.intro {
	font-size: 1.6rem;
	line-height: 3rem;
	font-weight: 400;
}
.hero-intro {
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 300;
}
.extra {
	margin-top:10px;
	display: none;
}


.icc-table tr:hover {
	background-color: #f5f5f5;
}

#induction-schedule table {
	border: 0 !important;
	table-layout: fixed;
}

#induction-schedule table th {
	background-color: #000;
	vertical-align: top;
}

#induction-schedule table td {
	vertical-align: top;
}

#induction-schedule table th {
	vertical-align: top;
}

.table-container {
	overflow-x: scroll;
}

#induction-schedule table tr:nth-child(2n) {
	background-color: #efefef;
}
#induction-schedule table td {
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#induction-schedule td {
	padding: 10px !important;
}
.in-person {
	background-color: #b1f2ff;
	border-radius: 7px;
	padding:5px;
	color: #000;
}
#legend {
	display: flex;
	justify-content: end;
}

#legend-v2 {
	display: flex;
	justify-content: start;
}

.vcspace {
	border-radius: 4px;
	background-color: #D5E739!important;
	padding: 5px;
	color: #000;
}
.placeholder {
	border-radius: 4px;
	background-color: #ffeece!important;
	padding: 5px;
	color: #000;
}
.in-person-online {
	border-radius: 4px;
	background-color: #edd3ff;
	padding: 5px;
	color: #000;
}
.online {
	border-radius: 4px;
	background-color: #cafbbf;
	padding: 5px;
	color: #000;
}
.sub-deadline {
	border-radius: 4px;
	background-color: #FF969B!important;
	padding: 5px;
	color: #000;
}
a#space-btn.btn{
	font-size:14px;
	background-color:#d5e739;
	border: 3px solid #D5E739;
	color:#000;
	font-weight:600;
	margin-top:1.3rem;
	padding-left:30px;
	padding-right:30px;
}
a#space-btn.btn:hover {
	background-color:#000!important;
	color:#fff!important;
	border: 3px solid #D5E739;
}
.mob-break {
	display:none;
}
.layout-content ul:not(.list-unstyled) li::before, .layout-main .full-width ul:not(.list-unstyled) li::before {
	display:none;
}

.layout-content ul, .layout-main .full-width ul {
	list-style: disc;
}
#poster img {
	transition: all .2s ease;
}
#poster img:hover {
	opacity:0.7;
}
.contact-details {
    box-shadow: 0 0 10px 0px rgb(60, 60, 60)!important;
}
.startup-about h2:first-child {
	margin-top:0!important;
}

.hero-image, .hero-image-sisa {
	height:300px!important;

}
.hero-image-program {
	height:450px!important;

}
.hero-image > .container > .row > .column > table, .hero-image > .container > .row > .column, .hero-image > .container > .row, .hero-image > .container {
	height:100%;
}
.logo-table {
	box-shadow:none!important;
	border: 0;
	width: 50%;
}
.logo-table tr, .logo-table td {
	border:0;
}
.logo-table td {
	padding:0;
}
.v-center {
display: flex;
    align-items: center;
}
.body-black-link {

}
.overflow-hidden {
	overflow:hidden;
}
.overflow-auto {
	overflow:auto;
}
.br-mob {
	display: none;
}
.split-25-75 .layout-col-2.split-33-66 > .column:nth-of-type(1) {
	width: 25%;
}
.split-25-75 .layout-col-2.split-33-66 > .column:nth-of-type(2) {
	width: 75%;
}
.m-0 {
	margin:0;
}
.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.myb-10 {
	margin-top: 0;
	margin-bottom: 10px;
}
.mx-0 {
	margin-left: 0;
	margin-right: 0;
}
.p-0 {
	padding:0!important;
}
.px-10 {
	padding-left:10px;
	padding-right: 10px;
}
.p-10 {
	padding:10px!important;
}
.p-20 {
	padding:20px;
}
.download-icon:after {
   content: '\f019';
   font-family: FontAwesome;
   font-weight: 500;
   padding:0px 0px 0px 10px;
   color:#000;
   text-decoration: none!important;
}
.download-icon:after:hover {
   color:#666;
}


	.padding-override {
		padding-left: 0px!important;
		padding-right:0px!important;

	}
	.mega-menu {
		background-image:url('/siteassets/images/hero/icc-home.jpg');
		background-attachment: fixed;
		background-position: center center;
		min-height:10px;
		padding-top:0;
		background-color: #000;
		overflow-x: hidden;
	}
	.mega-menu-row {
		padding-top: 20px;
	}
	.menu-homepage {
		background-image: none!important;
		position: absolute;
		width: 100%;
		z-index:99;
	}
	.mega-menu-sub {
		background-image: none;
	}
	.mega-menu-logo img {
		
		width: 100%;
		max-width: 360px;
		height: auto;		
	}
	.mega-menu-logo img {
		padding-left:60px;
		padding-bottom:20px;
	}
	.mega-menu-sections {
		padding-top:40px;
		margin-bottom:20px;
	}
	.mega-menu-sections nav {
		text-align: right;
		padding-right:60px;
	}
	.mega-menu-sections nav a {
		font-size:1em;
		font-weight:bold;
		color:#fff;
		margin-left: 25px;
		transition: all .2s ease;
		text-transform: uppercase;
	}
	.mega-menu-sections nav a:hover {
		color:#00b9e3;
		text-decoration: none!important;
	}
	.about-btn, .program-btn, .events-btn {
		cursor: pointer;
	}
	.about-menu, .program-menu, .events-menu {
		display: none;
		background-color: rgb(255,255,255);
		padding-top: 40px;
		padding-bottom: 40px;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 30px inset;
		border-top:1px solid #fff;
		z-index: 99999999;
}		

	.menu-title {
		font-size: 30pt;
		font-weight: 900;
		color:#000;
		text-transform: uppercase;
		width: 100%;
		border-bottom: 2px solid #000;
		line-height: 60px;
		position: relative;
		top: -10px;		
	}
	.menu-intro {
		font-size: 16px;
	}
	
	#engage {
		border:3px solid #00b9e3;
		padding:8px 10px;
	}
	#engage:hover {
		border:3px solid #ffffff!important;
		color:#fff!important;
	}
	.mega-menu-sections-mob {
		display: none;
		background-color: rgba(255,255,255,0.95);
		padding:0;
	}
	.mob-menu-text {
		padding:20px 10px;
	}
	.mob-btn {
		display:none;
	}
	.mob-btn a {
		color:#fff!important;
		font-size: 40px!important;
	}
	.mob-menu-item {
		width: 100%;
		display: inline-block;
		height: 60px;
		padding-top:20px;
		border-top: 1px solid #939393;
		text-transform: uppercase;
		color:#000!important;
		font-weight:600;
	}
	.mob-menu-item {
		padding-left:10px;
		padding-right:10px;
	}
	.mob-menu-item:hover {
		color:#000!important;
		text-decoration: none!important;
		cursor: pointer;
	}
	.about-mob, .programs-mob, .events-mob {
		display: none;
		background-color:#fff;
		padding:0;
		box-shadow: 0 0 15px #d9d9d9 inset;
		border-top: 1px solid #939393;
	}
	.sub-menu-title-mob {
		margin:0;
	}
	.sub-menu-title-mob a {
		width: 100%;
		display: inline-block;
		color: #000!important;
		font-weight: 600;
		height: 60px;
		padding-top: 16px;

		padding-left:30px;
		padding-right:10px;
		border-top: 1px solid #e6e6e6;
	}
	.sub-menu-title-mob a:hover {
		color:#000!important;
		text-decoration:none!important; 
	}
	.sub-menu-list-mob {
		padding-left:0;
		margin-bottom:0;
	}
	.sub-menu-list-mob li {

	list-style: none;
	border-bottom: 1px solid #d9d9d9;
}
	.sub-menu-list-mob li a {
		width: 100%;
		display: inline-block;
		color: #000;
		height: 60px;
		padding-top: 20px;
		padding-left:10px;
		padding-right: 10px;
		font-weight: 600;		
	}
	.fa-bars:hover {
		text-decoration: none;
	}

@media only screen and (max-width: 1199px) {

	.scroller {
		scrollbar-width: thin;
	position: relative;
	top: -18px;
	scrollbar-color: #7d7d7d #dedede;
	}

	.scroller::-webkit-scrollbar-thumb {
    background-color: #7d7d7d;
	}

	.scroller::-webkit-scrollbar {
    background-color: #dedede;
    height: 8px;
	}

	#navigation-list {
		padding-left: 20px;
	}

	#navigation-list ul {
		height: 47px;
		min-width: 1100px;
		position: relative;
		top: 15px;
		text-align: left;
}

	#navigation-list ul li a {
		padding-left: 0;
	}

	#navigation-list ul li:not(:first-child) a {
    padding-left: 40px;
	}

	#navigation-list ul li:first-child a {
		padding-left: 0!important;
	}

	.mega-menu-sections {
		display: none;
	}
	.mega-menu-logo img {
		padding-left:0;
	}
	.mega-menu-sections nav {
		padding-right:0px;
	}
	.mob-btn {
		display:block;
		text-align: right; 
	}
	.mega-menu {
		background-image: none;
		padding-bottom: 0;
	}
	.menu-homepage {
		background-color: #000!important;
		position: static!important;
	}
	.hide-menu-on-mob {
		display: none!important;
	}
	.icc-logo {
		padding-left: 10px;
	}
	.fa-bars {
		padding-right: 10px;
	}
	#navigation-list {
		overflow-x: scroll;
    	overflow-y: hidden;
	}
	#navigation-list ul {
		height: 47px;
		min-width: 1100px;
	}
	.logo-table img {
		max-height: 100px;
		width: auto!important;
	}
	#induction-schedule table {
	table-layout: auto;
}
}
@media only screen and (min-width: 1200px) {
	.hide-menu-on-desktop{
		display: none!important;
	}
}
@media only screen and (max-width: 479px) {
	.icc-logo{
		padding-left:0;
	}
	.fa-bars{
		padding-right:0;
	}
}
@media only screen and (max-width: 991px) {

.hero-header-padding{
	padding-top:135px;
	padding-bottom:135px;
	padding-left:20px;
}

.hero-header-padding-small{
	margin-top:110px!important;
}

.hero-header-padding{
	padding-top:135px;
	padding-bottom:135px;
	padding-left:20px;
}

.hero-header-padding-space{
	padding-top:120px;
	padding-bottom:120px;
	padding-left:20px;
}
	
}
@media only screen and (max-width: 768px) {
	.related-stories .layout-col-2.split-66-33 > .column:nth-of-type(2) {
		float: left;
		width: 100%!important;
	}
}
@media only screen and (min-width: 768px) {
.flexbox-container > .container > .layout-col-3 {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
.c25-75>.container>.layout-col-2.split-33-66 > .column:nth-of-type(1) {
	width:25%!important;
}
.c25-75>.container>.c25-75.layout-col-2.split-33-66 > .column:nth-of-type(2) {
	width:75%!important;
	}
}
}
@media only screen and (min-width: 1200px) {
.flexbox-container > .container > .layout-col-4 {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
}
@media only screen and (max-width: 767px) {
	.hide-for-mob {
	display:none;
}
.sticky-col-1 > .row > .column {
	position: unset!important;
}
}
@media only screen and (max-width: 768px) {

.no-padding-y-mob {
	padding:0 20px!important;
}
.no-padding-yt-mob {
	padding: 0 20px 40px!important;
}
.no-padding-yb-mob {
	padding: 40px 20px 0!important;
}
.padding-y-40-mob {
	padding: 40px 20px!important;
}
.hero-container {
	width:100%;
	position:unset;
	transform: translateY(50%);
-ms-transform: translateY(50%);
}

.hero-container img {
	margin:auto;
}
.hero-container p {
	text-align:center;
}	
#heroSpacer {
	display:none;
}
.hero-header{
	color: #fff;
	font-size: 30px;
	line-height: 2rem;
	text-align:center;
}
.text-center-mob {
	text-align:center;
}

.hero-header-stop {
	font-size: 30px;
	line-height: 2rem;
	color:#d5e739!important;
}
.hero-para {
	color: #fff;
	font-size: 14px;
	line-height: 3rem;
	padding-bottom:20px;
	text-align:center;
}
.bg-fixed {
	background-attachment: inherit;
}


.cta-btn {
	margin-top:0px;
	font-size: 14px;
}
.hero-header-padding{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
}

.hero-header-padding-small{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top:80px;
}
.hero-header-padding-space{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
}
#skip-to {
	display:block;
}
#hypercube{
	display:none;
}
a#space-btn.btn{
	font-size:14px;
}
.layout-col-2.split-66-33 > .column:nth-of-type(1) {
	width:100%!important;
}
.mob-break {
	display:inline;
}
.center-on-mob{
text-align:center;
}
.startup-logo {
	max-height: 84px!important;
	width: auto;
	margin: auto;
}

#hero-btn {
	text-align:center;
}
.hero-image {
	height:250px!important;
	margin-top:0;
}

.hero-image-sisa {
	height:300px!important;
	margin-top:0;
}

.sisa {
	height:280px!important;
}

.hero-image-program {
	height:400px!important;
	margin-top:0;
	
}
.hero-header-padding-small > p > img {
	margin:auto;
}

.h450 {
	max-height:450px;
}

.br-mob {
	display:inline;
}
.split-25-75 .layout-col-2.split-33-66 > .column:nth-of-type(1) {
	width: 100%;
}
.split-25-75 .layout-col-2.split-33-66 > .column:nth-of-type(2) {
	width: 100%;
}

#homepage .mega-menu {
	background-image:none!important;
}

.testimonial-space p:first-child::before {
	left:0;

}


}
@media only screen and (max-width: 375px) {
.h100vh {
	height: calc(100vh - 74px);
}

}
@media only screen and (max-width: 600px) {
.site-h1 {
	font-size: 50px;
	text-transform: none;
	line-height: 5rem;
}
}
@media only screen and (max-width: 645px) {
h1 {
	font-size: 3rem!important;
	line-height: 3.2rem!important;
}

.hero-container {
	width:100%;
	position:unset;
	transform: unset;
-ms-transform: unset;
	padding-top:30px;
}
.hero-block {
	height:auto;
}
.hero-image {
	height:160px!important;
	margin-top:0;
}
 .hero-image-sisa {
	height:280px;
 }
.hero-image-program {
	height:360px!important;
	margin-top:0;
	text-align:center;
}
.hero-header-padding-small {
	margin-top:20px!important;
}
}
@media only screen and (min-width:480px) {

	.block-list .item.first-item .thumbnail {
    	width: 50%;
}
	.block-list .item .thumbnail {
	
}

}
@media only screen and (max-width:479px) {


	.related-stories .actionbox, #read-more .block.actionbox {
		display: block!important;
}
	.related-stories .actionbox .thumbnail, #read-more .actionbox .thumbnail {
		width: 100%!important;
	}
	.related-stories .actionbox .caption, #read-more .actionbox .caption {
		padding: 20px 0 0 0!important;
}
	.related-stories .row.layout-col-1.block-box, #read-more .row.layout-col-1.block-box {
	padding: 0!important;
}
}




.custom-header {
            background-color: rgb(0,0,0);
            background-image: none !important;
            min-height: 0px;
            background-repeat: no-repeat;
            background-size: auto;
            background-position: center 0px;
            background-attachment: initial;
			
			
        }


.header-rule {
		height: 1px;
		width: 100%;

		background-color: #FFF;
}

.header-rule-mob {
		display:none;
}

.subNav ul li {
	/*display: none;*/
	list-style-type: none;
	float: right;
	font-size: 2rem;
	padding-right:15px;
	color: #fff;
	font-family: Larsseit, arial, helvetica, sans-serif;
	font-size: 16.8px;
	padding-bottom: 10px;

}

.subNav ul li a {
	color:#fff;

}
.subNav ul li a:hover {
	color:#00bce3;
	text-decoration: none;
}


.navbar-top a {
	display: block !important;
}

.navbar-top .navbar-nav li:first-of-type a {
	border-top:none;
}

#programsMob {
	display:none;
	
}

#peopleMob {
	display:none;
}

#programsMob li a {
	color:#FFF;
}

#peopleMob li a {
	color:#FFF;
}

.navbar-top .panel #navigation {
	margin-top: 0!important;
}


@media only screen and (max-width: 765px) {
	

.subNav {
	display:none;
}

.cta-purple-outline-white-text, .cta-white-bg-black-text, .cta-purple-bg, .cta-blue-bg, .cta-splice-bg {
	max-width: unset;
}



.header-rule {
	display:none;
}

.header-rule-mob {
		height: 1px;
		width: 100%;

		background-color: #FFF;
		display:block;
		float: left;
}

#headerAccordion {
	padding-bottom:0px;
	margin-bottom:0px;
}

}
.footer-heading {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	margin-bottom:10px;
	margin-top:0;
	line-height: 1.5rem !important;
}
.footer-quote-box {
	color:#bebebe;
	line-height: 2rem;
	font-size: 14px;
	margin-top: 5px;
}
.footer-quote {
	font-style: italic;
}
.footer-list a:link {
	text-decoration: underline;
}
.footer-list, .footer-list a {
	color:#bebebe;
	line-height: 2rem!important;
	list-style: none!important;
	padding: 0 0 20px 0!important;
	margin:0!important;
}
.footer-list a:hover {
	text-decoration: none!important;
	color:#fff!important;
}
.footer-list li {
	padding:0!important;
}
.footer-list-heading {
	color:#fff;
	font-weight:700;
}
.form-control {
	margin: 0!important;
	padding: 0!important;
	height: 30px!important;
}
.signup > .col-sm-offset-3 > .btn {
	width: 100%!important;
	color:#fff!important;
	height: 40px!important;
	padding:0!important;
}
.signup > .col-sm-offset-3 {
	margin:0!important;
	padding:0!important
	width:100%!important;
}
.form-group > .col-sm-offset-3 {
	margin:0!important;
}
.form-group {
	margin-top:0!important;
	margin-bottom:0!important;
}

#footer3col form, ::placeholder {
	font-family: Larsseit, arial, helvetica, sans-serif!important;
}
#footer3col label {
	color: #fff!important;
}
#footer3col input {
	color: #000!important;
	font-family: Larsseit, arial, helvetica, sans-serif!important;
	font-weight: 400!important;
	padding-left: 10px!important;
	font-size: 14px!important;
	height: 35px!important
}
#footer3col .EPiServerForms [type="text"]:focus {
	box-shadow: 0 0 10px #00bce3!important;
}
#footer3col button {
	width: 100%!important;
	height: 35px!important;
	background-color: transparent!important;
	border: 3px solid #00bce3!important;
	color: #fff!important;
	font-weight: 500!important;
	transition: .2s ease all;
}
#footer3col button:hover {
	border-color: #fff!important;
}
#footer3col #recaptcha-branding {
	color: #fff!important;
	margin-bottom: 40px!important;
}
#footer3col #recaptcha-branding a {
	color: #fff!important;
	text-decoration: underline!important;
	font-weight: bold!important;
}
#footer3col #recaptcha-branding a:hover {
	color: #00bce3!important;
}

::placeholder {
  color: #666!important;
  font-weight: normal!important;
  font-size:12px!important;
}
.bg-dark-grey {
	background-color:#222222;
}
.top-border {
	border-top:3px solid #00b9e3;
}
#Email, #First_name {
	padding: 10px !important;
	color:#666!important;
	font-weight: normal;
	font-family: Larsseit, arial, helvetica, sans-serif;
	
}
.Email > .col-md-9 {
	width:60%;
}
.signup > .col-md-9 {
	width: 100%;
	margin-top:10px!important;
}
.footer-quote-box {
	display:none;
	margin-bottom:0;
}
.square {
	float:left;
}
.square a {
    background-color: #ffffff;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 5px;
}

.square a {
    background-color: #ffffff;
    border: 3px solid #fff;
    display: inline-block;
    width: 37px;
    height: 37px;
    text-align: center;
    margin-right: 5px;
    transition: all ease .2s;
}
.square a:hover {
	background-color:transparent;

}
a.fa-brands {
    line-height: 33px;
    font-size: 22px;
    color:#000;
    transition: all ease .2s;
}
a.fa-brands:hover {
	color:#fff;
}

a.fa {
    line-height: 33px;
    font-size: 22px;
    color:#000;
    transition: all ease .2s;
}
a.fa:hover {
	color:#fff;
}
.pull-icon {
	float:right;
}



form .btn:hover {
	background-color:transparent!important;
	color:#fff!important;
	border: 3px solid #fff!important;
}

#FormParent > .row > .column > .form-horizontal > fieldset > .form-group > .col-md-offset-3 > .validation-summary-errors {
position: absolute;
top: -100px;
background-color:
#222;
width: 100%;
color:
#fff;
font-weight: 500;
height: 100px;
margin:10px;
}
.modal-content
#FormParent > .row > .column > .form-horizontal > fieldset > .form-group > .col-md-offset-3 {
	
}
@media only screen and (min-width: 1025px) {
.First_name > .col-md-9 {
	position: absolute;
	top: 2px;
	right: 0;
	width: 43%;
}
}
@media only screen and (max-width: 1024px) {
	.First_name > .col-md-9, .Email > .col-md-9 {
	width: 100%;
}
	.Email > .col-md-9 {
	margin-bottom:8px!important;
}
}
@media only screen and (max-width: 768px) {
h1 {
	font-size: 34px;
}
.pull-icon {
	float:left;
}
.g-recaptcha > div {
	width:280px!important;

}
.g-recaptcha > div >iframe {
	width:280px!important;
}
}







/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  	.hero-header-padding-small {
  		margin:0!important;
  	}
}

