/*!
 * Kobi Nazrul Primary School - May 2015
 */
 
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    font-family: "PT Sans Narrow", sans-serif;
	margin: 0;
	font-size: 18px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
h4 {
	font-size: 22px;
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}
[dir="rtl"] .slick-slide {
    float: right
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.c01-primary-nav {
    background: #ffe04f;
    padding: 0 15px
}
.c01-primary-nav .burger-icon {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block !important
}
.c01-primary-nav .burger-icon,
.c01-primary-nav .burger-icon:before,
.c01-primary-nav .burger-icon:after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #a2a2a2;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}
.c01-primary-nav .burger-icon:before,
.c01-primary-nav .burger-icon:after {
    position: absolute;
    content: ""
}
.c01-primary-nav .burger-icon:before {
    top: -8px
}
.c01-primary-nav .burger-icon:after {
    top: 8px
}
.c01-primary-nav .menu {
    color: #a2a2a2;
    padding: 15px 0;
}
.c01-primary-nav .menu.is-active .burger-icon {
    background-color: transparent
}
.c01-primary-nav .menu.is-active .burger-icon:before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}
.c01-primary-nav .menu.is-active .burger-icon:after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}
@media only screen and (min-width: 768px) {
    .c01-primary-nav .menu {
        display: none
    }
}
.c01-primary-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}
@media only screen and (min-width: 768px) {
    .c01-primary-nav ul {
        text-align: center
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .c01-primary-nav ul.is-active {
        max-height: 500px;
        transition: max-height 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94)
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .c01-primary-nav ul.is-closed {
        max-height: 0px;
        transition: max-height 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94)
    }
}
.c01-primary-nav li {
    list-style-type: none;
    margin: 0;
    padding: 10px
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .c01-primary-nav li {
        border-top: 3px solid #ffffff
    }
}
@media only screen and (min-width: 768px) {
    .c01-primary-nav li {
        display: inline-block;
        border-right: 3px solid #ffffff;
        padding: 15px 15px 0 10px;
        margin-bottom: 20px
    }
    .c01-primary-nav li:last-child {
        border-right: none
    }
}
.c01-primary-nav a {
    font-family: 'Patrick Hand', cursive;
    font-size: 22px;
    color: #777777;
    text-decoration: none
}
.c01-primary-nav a:hover {
    text-decoration: underline
}
.c02-hero {
    background: #ffffff
}
.c02-hero::after {
    content: '';
    display: table;
    clear: both
}
.c02-hero .container {
    position: relative
}
.c02-hero .container::after {
    content: '';
    display: table;
    clear: both
}
@media only screen and (min-width: 768px) {
    .c02-hero .container {
        height: auto
    }
}
.c02-hero h1 {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center
}
@media only screen and (min-width: 768px) {
    .c02-hero h1 {
        position: absolute;
        top: 0;
        left: 0
    }
}
@media only screen and (min-width: 992px) {
    .c02-hero h1 {
        padding: 40px 0 0 0
    }
}
.c02-hero h1 img {
    padding: 0 20px;
    max-width: 80%
}
@media only screen and (min-width: 768px) {
    .c02-hero h1 img {
        max-width: 50%
    }
}
@media only screen and (min-width: 992px) {
    .c02-hero h1 img {
        max-width: 80%;
        padding: 0
    }
}
.c02-hero h1 span {
    display: block;
    text-indent: -9999px
}
.c02-hero .slide {
    position: relative;
}
.c02-hero .slide-image {
    display: none
}
@media only screen and (min-width: 768px) {
    .c02-hero .slide-image {
        position: relative;
        display: block;
        float: right;
        right: 1px;
        width: 400px;
        z-index: 100
    }
}
@media only screen and (min-width: 992px) {
    .c02-hero .slide-image {
        width: 560px
    }
}
.c02-hero .slick-slider {
    margin: 0;
    padding: 0
}
.c02-hero .slick-slider .sub-heading {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 36px;
    background: #cccccc;
    font-weight: bold;
    margin: 0;
    padding: 0 20px;
    position: absolute;
	width: 57%;
}
@media only screen and (min-width: 768px) {
    .c02-hero .slick-slider .sub-heading {
        margin-top: 130px
    }
}
@media only screen and (min-width: 992px) {
    .c02-hero .slick-slider .sub-heading {
        margin-top: 235px
    }
}
.c02-hero .slick-slider .sub-heading a {
    color: #777777;
    text-decoration: none;
    display: block;
    padding-right: 30px
}
.c02-hero .slick-slider .sub-heading a:hover,
.c02-hero .slick-slider .sub-heading a:focus,
.c02-hero .slick-slider .sub-heading a:active {
    text-decoration: underline
}
.c02-hero .slick-slider .sub-heading i {
    position: absolute;
    right: 20px;
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2
}
@media only screen and (min-width: 768px) {
    .c02-hero .slick-slider .sub-heading i {
        right: 410px
    }
}
@media only screen and (min-width: 992px) {
    .c02-hero .slick-slider .sub-heading i {
        right: 580px
    }
}
.c02-hero .slick-slider .tagline {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 28px;
    color: #a2a2a2;
    margin-top: 17px;
    padding: 0 20px;
}
.c02-hero .slick-slider .slick-prev {
    float: left
}
.c02-hero .slick-slider .slick-next {
    float: right
}
.c02-hero .slick-slider .control {
    display: inline-block;
    margin-bottom: 20px
}
.c02-hero .slick-slider .control::after {
    content: '';
    display: table;
    clear: both
}
.c02-hero .slick-slider .control span {
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px
}
.c02-hero .slick-slider .control.prev {
    float: left;
    margin-left: 80px
}
@media only screen and (min-width: 768px) {
    .c02-hero .slick-slider .control.prev {
        position: absolute;
        top: 10px;
        left: 20px;
        margin: 0
    }
}
.c02-hero .slick-slider .control.next {
    float: right;
    margin-right: 80px
}
@media only screen and (min-width: 768px) {
    .c02-hero .slick-slider .control.next {
        position: absolute;
        top: 10px;
        left: 60px;
        margin: 0
    }
}
.c02-hero .slick-slider i {
    font-size: 30px;
    color: #a2a2a2
}

.homepage-tweet {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	background-image: url('../images/homepage-header-mask-tweet.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	min-height: 360px;
}

.homepage-tweet:last-child {
	border-bottom: none;
}

.homepage-tweet .tweet-name {
	font-family: 'Patrick Hand', cursive;
	color: #019ecb;
	font-size: 1.3em;
	margin-bottom: 4px;
	line-height: 1;
}

.tweet-profile-image {
	height: 30px;
	border-radius: 6px;
}

.homepage-tweet .tweet-username, .homepage-tweet .tweet-date {
	color: #A7A7A7;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: 400;
	line-height: 1;
}

.homepage-tweet .tweet-username a {
	color: #A7A7A7 !important;
}

.homepage-tweet .tweet-text {
	font-size: 1.2em;
}

.homepage-tweet .tweet-media-previews {
	border-radius: 6px;
	overflow: auto;
	margin-bottom: 10px;
}

.homepage-tweet .tweet-media-previews a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.homepage-tweet .tweet-media-previews.media-count-1 a {
	width: 60%;
	height: 200px;
	border-radius: 6px;
}

.homepage-tweet .tweet-media-previews.media-count-2 a {
	width: 50%;
	float: left;
}

.homepage-tweet .tweet-media-previews.media-count-3 a {
	width: 33%;
	float: left;
}

.homepage-tweet .tweet-media-previews.media-count-4 a {
	width: 50%;
	height: 150px;
	float: left;
}

.homepage-tweet .tweet-media-previews.media-count-1 .portrait {
	width: 60%;
	height: 200px;
	border-radius: 6px;
}

.homepage-tweet .tweet-media-previews .play-button {
	color: rgba(255, 255, 255, 0.5);
	font-size: 3em;
	text-align: center;
	margin-top: 90px;
	display: block;
}
 
.homepage-tweet .tweet-media-previews.media-count-1 .portrait .play-button {
	margin-top: 72px;
}


.c03_footer {
    min-height: 70px;
    background: #ffe04f;
	font-family: "PT Sans Narrow", sans-serif;
	color: #A2A2A2;
}
.c03_footer p {
    margin-top: 20px;
}
.c04-values {
    background: #ffe04f
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .c04-values {
        display: none
    }
}
.c04-values ul {
    margin: 0;
    padding: 16px 16px 0 16px;
    text-align: center
}
.c04-values li {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 26px;
    color: #a2a2a2;
    border-right: 3px solid #ffffff;
    margin: 0 0 16px 0;
    padding: 0 15px 0 10px;
    list-style-type: none;
    display: inline-block
}
.c04-values li:last-child, .c04-values li:first-child {
    border: none
}
.c04-values .list-header {
    font-weight: bold
}
.c05-news h2:before {
    content: '';
    width: 32px;
    height: 32px;
    margin-right: 15px;
    margin-bottom: -4px;
    display: inline-block;
    background: url(../images/icon-letter.png) no-repeat;
	background-size: contain;
}

.news-homepage-item {
	margin-bottom: 20px;
}

.news-homepage-item .image-preview {
	display: block;
	height: 200px;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.news-homepage-item .image-preview img {
	width: 100%;
}

.news-homepage-item .item-title p {
	margin-bottom: 20px;
}

.news-homepage-item .item-title a {
	color: #6d6e71;
	font-size: 1.4em;
}

.news-homepage-item .item-description a {
	color: #6d6e71;
}

.news-homepage-item .item-description a:hover {
	text-decoration: none;
}

.c06-social h2:before {
    content: '';
    width: 59px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: -10px;
    display: inline-block;
    background: url(../images/icon-social.png) no-repeat
}
.c06-social.content-block {
    text-align: center
}
.c06-social ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}
.c06-social li {
    display: inline-block;
    margin: 15px
}
.c06-social a {
    font-size: 36px;
    color: #a2a2a2;
    border: 5px solid #a2a2a2;
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 33px;
    line-height: 1.7
}
.c06-social a span {
    position: absolute;
    left: -9999px;
    top: -9999px
}
.c06-social a.linkedin {
    line-height: 1.5
}
.c07-attendance h2:before {
    content: '';
    width: 32px;
    height: 32px;
    margin-right: 15px;
    margin-bottom: -4px;
    display: inline-block;
    background: url(../images/icon-bell.png) no-repeat;
	background-size: contain;
}
.c07-attendance.content-block p {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 32px;
	line-height: 1.1;
    color: #a2a2a2;
    font-weight: bold;
    margin: 0;
	margin-bottom: 18px;
    text-align: center
}
.c07-attendance.content-block span {
    color: #019ecb;
    font-size: 55px
}
.c08-events {
	position: relative;
}

.c08-events .pin-to-bottom {
	position: absolute;
	bottom: 10px;
	width: 85%;
}

.c08-events h2:before {
    content: '';
    width: 32px;
    height: 32px;
    margin-right: 15px;
    margin-bottom: -2px;
    display: inline-block;
    background: url(../images/icon-calendar.png) no-repeat;
	background-size: contain;
}
.c08-events ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.c08-events li {
    line-height: 1.6
}
.c08-events span {
    font-weight: bold
}
.c09-gallery::after {
    content: '';
    display: table;
    clear: both
}
.c09-gallery h2:before {
    content: '';
    width: 32px;
    height: 32px;
    margin-right: 15px;
    margin-bottom: -4px;
    display: inline-block;
    background: url(../images/icon-camera.png) no-repeat;
	background-size: contain;
}
.c09-gallery.content-block .copy {
    padding: 0
}
.c09-gallery ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.c09-gallery li a {
    display: inline-block;
    float: left;
    width: 33.33333333%;
}
.c09-gallery li a {
	height: 140px;
	background-size: cover, cover;
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	text-align: center;
	padding-top: 54px;
	color: #FFF;
	font-size: 1.1em;
}
.c10-partnerships h2:before {
    content: '';
    width: 58px;
    height: 44px;
    margin-right: 15px;
    margin-bottom: -10px;
    display: inline-block;
    background: url(../images/icon-handshake.png) no-repeat
}
.c10-partnerships.content-block .copy {
    text-align: center;
    padding: 20px 15px
}
.c10-partnerships ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.c10-partnerships li {
    display: inline-block;
    margin-right: 40px;
	margin-bottom: 10px;
}
.c10-partnerships li:last-child {
    display: inline-block;
    margin-right: 0;
}
.c10-partnerships li img {
    height: 64px;
}
.c11-welcome .headshot {
    position: relative;
    text-align: center;
    margin-top: 20px;
}
@media only screen and (min-width: 1201px) {
    .c11-welcome .headshot {
        margin-top: 0;
        position: absolute;
        top: 10px;
        left: 15px;
    }
}
.c11-welcome.content-block h2 {
    padding-left: 0
}
@media only screen and (min-width: 1201px) {
    .c11-welcome.content-block h2 {
        padding-left: 160px
    }
}
@media only screen and (min-width: 1201px) {
    .c11-welcome.content-block p:first-child {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 564px) {
    .c11-welcome.content-block p:first-child {
        margin-left: 0
    }
}
.c11-welcome img {
    background: #ffffff;
    border: 6px solid #cccccc;
    border-radius: 50%;
}
html {
    box-sizing: border-box
}
*,
*:before,
*:after {
    box-sizing: inherit
}
body {
    background: #cccccc;
    text-rendering: geometricPrecision
}
.container {
    max-width: 1140px;
    margin: 0 auto
}
.container::after {
    content: '';
    display: table;
    clear: both
}
.col-1 {
    margin-top: 40px
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .col-1 {
        margin-top: 0
    }
}
@media only screen and (min-width: 768px) {
    .col-1 {
        width: 47.9166666667%;
        float: left;
        margin-right: -100%;
        margin-left: 1.0416666667%;
        clear: none
    }
}
.col-2 {
    margin-top: 40px
}
@media only screen and (min-width: 768px) {
    .col-2 {
        width: 47.9166666667%;
        float: right;
        margin-left: 0;
        margin-right: 1.0416666667%;
        clear: none
    }
}
.content-block {
    background: #ffffff;
    margin-bottom: 28px;
    position: relative
}
.content-block h2 {
    background: #019ecb;
    color: #ffffff;
    font-family: 'Patrick Hand', cursive;
    font-size: 30px;
    font-weight: normal;
    padding: 10px 20px;
    margin: 0;
    text-align: center
}
.content-block h2 a {
    color: #ffffff;
}
.content-block .copy {
    padding: 20px
}
.content-block p,
.content-block li {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 18px;
    color: #6d6e71
}
.content-block p:first-child {
    margin-top: 0
}
.content-block p:last-child {
    margin-bottom: 0
}

.pageContent {
	padding-top: 20px;
}

.extraPadding {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-header {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: right center;
	background-repeat: no-repeat;
}

.content-header img {
	width: 300px;
}

.noTopMargin {
	margin-top: 0;
}

.topMargin {
	margin-top: 20px;
}

.calendarDate {
	font-weight: 600;
	font-size: 14px;
	margin-top: 10px;
}

.calendarEntry {

}

.docviewer {
	width: 100%; 
	height: 500px; 
	clear: both;	
}

#loadingDocViewer {
	text-align: center;
	font-size: 14pt;
	margin-bottom: 20px;
}

#loadingDocViewer img {
	margin-right: 10px;
}

.copy h3:first-child {
	margin-top: 0;
}

.contentHighlight {
	height: 220px;
}

.content-highlight {
	min-height: 220px;
}

.top-row {
	min-height: 410px;
}

.vacancy {
	border: 1px solid #dbe9ee;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 10px;
}

.e1-logo {
	margin-top: 10px;
	display: inline-block;
}

.e1-logo img {
	height: 60px;
}

/*# sourceMappingURL=base.css.map */