* {
    margin: 0;
    padding: 0;
}
html { 
    height: 100%;
    max-width: 100%;
    overflow-x: hidden; 
}
body {
    overflow-x: hidden;
    line-height: 2.4em;
    font-size: 62.5%;
    font-family: 'Montserrat', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}
h1 {
    -webkit-font-smoothing: antialiased;
    color: #2a408d;
    font-size: 3.6em;
    text-transform:capitalize;
    padding: 40px 0 20px 0;
    line-height: 1.0em;
    font-weight: 300;
    font-style: normal;
}
h2 {
    -webkit-font-smoothing: antialiased;
    color: #2a408d;
    font-size: 3.6em;
    text-transform:none;
    padding: 50px 0 24px 0;
    line-height: 1.0em;
    font-weight: 500;
    font-style: normal;
}

h3 {
    -webkit-font-smoothing: antialiased;
    color: #2a408d;
    font-size: 2.4em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 6px 0 12px 0;
    padding: 0;
}
h4 {
    -webkit-font-smoothing: antialiased;
    font-size: 1.8em;
    color: #2a408d;
    font-weight: 700;
    margin: 6px 0 12px 0;
}
a, a:link,
a:active,
a:visited {
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    color:#222c8e;
    outline: none;
    text-decoration:none;
}
a:hover { 
    color:#333;
}
a.button {
    display: block;
    background-color: #282560;
    padding: 16px 8px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    width: 150px;
    font-size: 16px !important;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.0em;
    font-weight: 400;
    border-radius: 3px;
}
a img, a.button {
    transition: all .5s ease;
    -moz-transition: all .5s ease; /* Firefox 4 */
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -o-transition: all .5s ease; /* Opera */
}

a img:hover, a.button:hover, a.buttonblue:hover {
    opacity: 0.5;
}
a[href^=tel] { color: inherit; text-decoration: none; } /* Stops iPhones from changing phone number colors */

img { 
    display:block;
}
p {
    font-family: 'Catamaran', Arial, sans-serif;
    margin-bottom: 1.8em ;
    font-size: 1.6em;
    font-weight: 500;
    font-style: normal;
    color: #555;
    line-height: 1.8em;
}
#footer-text p, #copyright p {
    font-size: 1.4em;
    font-weight: normal;
}
#panel-main ul, #panel-content ul {
    margin-left: 20px;
}

#panel-main li, #panel-content li {
    font-size: 1.6em;
    margin-bottom: 0.4em;
    font-family: 'Catamaran', Arial, sans-serif;
    color: #555;
}

label {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.8em;
    font-weight: bold;
    color: #02b5cb;
}

input.text { width: 200px; padding: 6px; height: 20px; font-size: 1.4em; margin-bottom: 12px; border: 1px solid #aaa; border-radius: 6px;
}

textarea { width:440px; padding: 6px; font-size: 1.4em; margin-bottom: 20px; height: 80px; border: 1px solid #aaa; border-radius: 6px;
}

.submit, select { width: 100px; height: 36px; border: 1px solid #aaa; border-radius: 6px;
    font-size: 1.4em; padding: 9px;
}

select { width: 214px; margin-bottom: 12px}

.error {
    font-weight: bold;
    color: #ed1b24;
}
.clearboth {clear: both}

#teamkids table {
    text-align: center;
}

#teamkids th {
    font-size: large;
    background-color: #2a408d;
    color: white;
    width: 100px;
}

#teamkids tr {
    font-size: large;
    text-align: center;
}

#teamkids tr:nth-child(even) {
  background-color: #eee;
}

#teamkids td {
    padding: 15px;
}

/* HEADER
*****************************************************************/
#mobile-menu-icon {
    display:none;
    background-color: #ffc220;
    width: 30px;
    padding: 4px 8px 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    position: fixed;
    z-index: 200;
    top: 20px;
    right: 0;
}
.material-icons { 
    text-align: left;
    font-size: 32px !important; 
    color: #282560;
    padding-left: 0px;
}
.wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
#header {
    background-color: #282560;
    padding-top: 12px;
    height: 110px;
    position:fixed;
    width:100%;
    z-index:1000;
    top: 0;
}
#logo {
    display: block;
    float: left;
    width: 15%;
    margin-left: -2%;
}
#logo-small {
    display: none;
}
#logo img {
    width: 100%;
    height: auto;
}
#header-right {
    float: right;
    width: 84%;
    margin-top: 20px;
}
#ib-logos {
    float: left;
    width: 300px;
}
#logo-cis {
    float: left;
    width: 120px;
}
#logo-ib {
    float: left;
    width: 40px;
    margin: -4px 12px 0 12px;
}
#logo-ib-primary {
    float: left;
    width: 110px;
}
#search-wrapper {
    float: right;
}
#search-bar {
    float: right;
}
#search-box input[type="text"] { 
    padding: 6px; 
    height: 24px; 
    font-size: 1.8em;  
    border: 1px solid #aaa; 
    border-radius: 2px;
    margin-top: 4px;
    width: 220px;
    position: absolute;
    right: 50px;
}
.sisea-search-form {
    margin: -6px auto 0 auto;
}
.sisea-paging {
    font-size: 1.4em;
}
input[type=image] { 
    width: 20px; 
    height: 20px;  
    top: 28px;
    right:60px;
    position: absolute;
    z-index: 100;
}
/* SLIDE
*****************************************************************/

.ls-inner {
    overflow:visible !important;
}
#layerslider h2 {
    color: #fff;
    font-size: 4.0em;
}
#layerslider {
    margin-top:100px;
}
#slogan {
    position: relative;
    z-index: 500;
    margin-top: -240px;
    margin-bottom: 100px;
    text-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
}
#slogan h1 {
    color: #fff;
    font-weight: 300;
    font-size: 4.8em;
    padding-bottom: 4px;
    text-align: center;
}
#slogan h2 {
    color: #fff;
    font-weight: 500;
    font-size: 2.8em;
    padding-top: 0;
    text-align: center;
}
#slogan a {
    margin: 0 auto;
}
#banner {
    margin-top:136px;
    max-height: 450px;
    overflow-y: hidden;
}
#banner img {
    width: 100%;
}

/* ============================================================== WELCOME */
#panel-welcome {
    background-color: #fff;
    padding: 40px 0;
}
#left-col {
    float: left;
    width: 45%;
    margin-right: 5%;
}
#right-col {
    float: right;
    width: 50%;
}
#right-col img {
    width: 100%;
}
#panel-welcome h2 {
    padding-top: 0;
}
#principal-photo, #principal-title {
    float: left;
    width: 120px;
    margin-right: 20px;
}
#principal-title {
    float: left;
    width: 160px;
    margin-top: 20px;
}
#principal-title h3 {
    font-size: 2.0em;
    margin: 0;
}
#principal-title h4 {
    font-size: 1.6em;
    font-weight: 500
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ============================================================== EVENT */
#panel-event {
    background: url(../images/tile.jpg);
    background-color: #fff;
    padding: 0 0 40px 0;
}
.event-date {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;    
    background: #282560;
    padding: 20px;
    margin: 4px 5% 0 0;
}
.event-date h4 {
    margin: -6px 0 0 -6px;
    color: #fff;
    font-size: 1.0em;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    font-weight: 300;
    width: 40px;
}
.event-text {
    float: left;
    width: 80%;
}
#event-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#event-list li {
    margin-bottom: 10px;
    width: 47%
}
/* ============================================================== PROMO */
#panel-promo {
    background: url(../images/promo-bg.jpg) center center no-repeat;
    background-size: cover;
    height: 530px
}
#panel-promo h2  {
    text-align: center;
    color: #fff;
    padding: 300px 0 50px 0;
    font-size: 4.8em;
    font-weight: 300;
    text-transform: uppercase;
}
#panel-promo p {
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    line-height: 1.2em;
    max-width: 800px;
    margin: 0 auto;
}
/* ============================================================== CONTACT */
#panel-contact {
    background-color: #282560;
    padding-bottom: 50px;
}
#panel-contact .wrapper {
    max-width: 680px;
}
#panel-contact h2, #panel-contact p {
    text-align: center;
    color: #fff;
}
#panel-contact h3 {
    text-align: center;
    color: #fff;
    font-size: 4.0em;
    font-weight: 300;
}
#panel-contact a.button, #panel-promo a.button {
    margin: 0 auto;
    background-color: #c0d7ed;
    color: #282560;
}
/* PANEL CONTENT
*****************************************************************/
#panel-content {
    padding-bottom: 40px;
}
#panel-content ul, #panel-contact ul {
    margin: -10px 0 30px 20px;
}
#panel-content ul li, #panel-contact ul li {
    font-size: 1.6em;
}
#content1 {
    float: left;
    width: 45%;
    padding-top:20px;
}
#content2 {
    float: right;
    width: 45%;
    padding-top:20px;
 }
#panel-content a.button {
    font-size: 1.0em;
}
/* --------- Staff Photos ----------- */
#staff-photos {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.staff-item {
    width: 180px;
    margin-bottom: 20px;
    margin-right: 1.5%;
}
.staff-item img{
    width: 100%;
}
.staff-item h4 {
    color: #444;
    font-size: 1.4em;
    margin-top: 6px;
}

/* PANEL FOOTER
*****************************************************************/
#footer {
    padding: 40px 0;
    background-color: #242424;
    text-align: center;
}
#footer-menu {
    margin-bottom: 40px;
}
#footer-menu a:link, #footer-menu a:visited {
    color: #fff;
    font-size: 1.4em;
}
#footer-menu a:hover {
    color: #ffc220;
}
#footer-menu a {
    margin-left: 20px;
}
#footer-menu a:first-child {
    margin-left: 0;
}
#copyright, #copyright a {
    color: #fff;
}
#copyright a:hover {
    color: #ffc220;
}
/* MENU
*****************************************************************/
#menu {
    margin: 25px 0 0 0;
}
#menu ul {
    list-style:none;
}
#menu ul li {
    float:left;
    position: relative;
    z-index: 100;
}
#menu ul li a {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.0em;
    display:block;
    margin: 0px 12px;
    padding: 0px 10px;
    height: 30px; /* this + padding + margin = overall height of menu bar */
    font-family: 'Lato', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color : #fff;
    text-decoration : none;
    text-transform:uppercase;
    white-space:nowrap;
    border-radius:8px;
    transition: all .5s ease;
    -moz-transition: all .5s ease; /* Firefox 4 */
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -o-transition: all .5s ease; /* Opera */
}
#menu ul li a:hover{
    color: #ffc220;
}
#menu ul li:nth-child(1) a {
    margin-left: 0;
    padding-left: 0;
}
#menu ul li:last-child a {
    margin-right: 0;
    padding-right: 0;
    color: #c0d7ed;
}
#menu ul li ul {
	display: none;
	}
#menu ul li:hover ul {
	display: block;
	position:absolute;
	top: 29px;
	left: 0px;
}
#menu ul li:last-child:hover ul {
	left: -119px;
}
#menu ul li:last-child:hover ul li a {
	padding-right: 17px;
}
#menu ul li:hover ul li {
	height: 30px; /*controls height of the drop down box items*/
	margin-top: 2px;
}

#menu ul li:hover ul li:nth-child(1) {
	margin-top: 0px;
}
/* style and set position of the dropdown menu*/
#menu ul li:hover ul li a {
	display:block;
	width: 200px;
	text-align: left;
	background-color:#282560;
	margin: 0;
	padding: 0 0 3px 0;
	text-indent: 19px;
	color: #fff;
	line-height: 30px;
	text-transform: none;
	height: 30px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
#menu ul li:last-child ul li a {
	text-align: right;
}
/* style the background and text color of the submenu links on hover */
	#menu ul li:hover ul li a:hover {
	background-color:#fff;
	color:#2a408d;
}
/* MOBILE MENU
*****************************************************************/
#panel-mobile-menu {
    display: none;
    font-weight: normal;
    text-transform: capitalize;
    margin: 0 0 0 0;
    text-align: center;
}
#panel-mobile-menu ul {
    list-style:none;
    background-color: #242424;
    margin: 0px;
    padding:0px;
}
#panel-mobile-menu ul li {
    border-bottom: 1px solid #aaa;
}
#panel-mobile-menu ul li:last-child {
    border-bottom: 0;
}
#panel-mobile-menu ul li a {
    font-size: 1.8em;
    line-height: 1.0em;
    display:block;
    padding: 16px 10px 6px 10px;
    height: 26px; /* this + padding + margin = overall height of menu bar */
    -webkit-font-smoothing: antialiased;
    color : #FFFFFF;
    text-decoration : none;
    font-weight: 700;
    text-transform:uppercase;
    white-space:nowrap;
    transition: all .5s ease;
    -moz-transition: all .5s ease; /* Firefox 4 */
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -o-transition: all .5s ease; /* Opera */
}
#panel-mobile-menu ul li a:hover {
    background-color: #282560;
    color: #fff;
    opacity: 1;
}
#panel-mobile-menu ul li ul {
	display: none;
	}
#panel-mobile-menu ul li:hover ul {
	display: block;
}
#panel-mobile-menu ul li ul li a {
    font-size: 1.6em;
    font-weight: 400;
    text-transform:capitalize;
    background-color: #282560;
}
#panel-mobile-menu ul li ul li a:hover {
    background-color: #fff;
    color: #282560;
    opacity: 1;
}
/* FORMS
*****************************************************************/
label {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.8em;
    font-weight: bold;
    color: #02b5cb;
}

input[type="text"] { width: 200px; padding: 6px; height: 20px; font-size: 1.4em; margin-bottom: 12px; border: 1px solid #aaa; border-radius: 6px;
}

textarea { width:440px; padding: 6px; font-size: 1.4em; margin-bottom: 20px; height: 80px; border: 1px solid #aaa; border-radius: 6px;
}

.submit, select { width: 100px; height: 36px; border: 1px solid #aaa; border-radius: 6px;
    font-size: 1.4em; padding: 9px;
}

select { width: 214px; margin-bottom: 12px}

.error {
    font-weight: bold;
    color: #ed1b24;
}
.clearboth {clear: both}