html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/* 	font: inherit; */
	vertical-align: baseline;
	box-sizing: padding-box;
	line-height: 1.2em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
    quotes: none;
    margin-bottom: 1em;
    padding: 13px 0 30px 70px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    background-color: #fff;
    /*     font-weight: 300; */
}
a {
    text-decoration: none;
}
.afi-document {
    margin: 0;
    float: none;
    display: inline-block;
}
.afi-document-icon {
    text-align: inherit;
    display: inline-block;
    float: none;
}
.afi-document-link {
    text-align: inherit;
    float: none;
    padding-left: 5px;
    display: inline-block;
}
.afi-clear {
    clear: none;
    display: inline-block;
}
p {
    line-height: 1.3em;
    margin-bottom: 1em;
}
img {
    max-width: 100%;
    height: auto;
}
td img {
/*     max-width: none; */
}
b, strong {
    font-weight: bold;
}
small {
    font-size: 70%;
}
td {
    padding: 3px;
    vertical-align: top;
/*     min-width: 130px; */
}
td h3 {
    margin: 0 !important;
}
ol {
    padding-left: 20px;
}
ol li {
    list-style-type: decimal !important;
}


/* Document level adjustments */
html {
  font-size: 14px;
}
@media (max-width: 1024px) {
  html { font-size: 12px; }
}
@media (max-width: 400px) {
  html { font-size: 12px; }
}

/* Modules will scale with document */
#header {
  font-size: 1rem;
}
#footer {
  font-size: 1.2rem;
}
.sidebar {
  font-size: 1.2rem;
}

/* Type will scale with modules */
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 1.3em;
}

#header {
    margin-bottom: 35px;
    position: relative;
}
iframe {
    max-width: 100%;
}

/* GRID SETUP */
.row {
    clear: left;
    overflow: hidden;
    max-width: 100%;
}
.col {
    float: left;
    height: 100%;
    position: relative;
}
.col-1 {
    width: 8.3333333333333%;
}
.col-2 {
    width: 16.6666666666%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.3333333333%;
}
.col-5 {
    width: 41.6666666666%;
}
.col-6, .col-half {
    width: 50%;
}
.col-7 {
    width: 58.3333333333%;
}
.col-8 {
    width: 66.6666666666%;
}
.col-9 {
    width: 75%;
}
.col-10, .tab-col-10 {
    width: 83.33333333333%;
}
.col-11, .tab-col-11 {
    width: 91.66666666666%;
}
.col-12, .col-full {
    width: 100%;
}
.row-1 {
    height: 120px;
}
.row-2 {
    height: 240px;
}
.row-3 {
    height: 360px;
}
.row-4 {
    height: 480px;
}
.row-5 {
    height: 600px;
}
.row-6 {
    height: 720px;
}
.row-7 {
    height: 840px;
}
.row-8 {
    height: 960px;
}
.row-9 {
    height: 1080px;
}
.row-10 {
    height: 1200px;
}
#container {
    background-color: #fff;
}
.topmenu {
    background: none #00868A;
}
.topmenu ul,
.topmenu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: 40px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.topmenu li {
    display: inline-block;
    position: relative;
}
.topmenu a {
    display: block;
    float: left;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    padding: 0 15px;
    box-sizing: border-box;
}
.top-nav li ul {
    top: 40px;
    background: #00A8C8 none repeat scroll 0% 0%;
}
.header nav li.current_page_item a, li.current-menu-item a, .top-nav li:hover a {
    background-color: transparent;
    border-bottom: 5px solid #D2DE26;
}
.top-nav li:hover a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0078ce+0,0046a6+100 */
    background: #0078ce; /* Old browsers */
    background: -moz-linear-gradient(left,  #0078ce 0%, #0046a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0078ce), color-stop(100%,#0046a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* IE10+ */
    background: linear-gradient(to right,  #0078ce 0%,#0046a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078ce', endColorstr='#0046a6',GradientType=1 ); /* IE6-9 */
    border: none;
    height: 40px;
    background-size: 196px auto;
}
.top-nav li ul {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0078ce+0,0046a6+100 */
    background: #0078ce; /* Old browsers */
    background: -moz-linear-gradient(left,  #0078ce 0%, #0046a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0078ce), color-stop(100%,#0046a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* IE10+ */
    background: linear-gradient(to right,  #0078ce 0%,#0046a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078ce', endColorstr='#0046a6',GradientType=1 ); /* IE6-9 */
    height: auto;
    width: 196px;
}
.top-nav li ul li {
    height: auto !important;
    line-height: 1em !important;
    width: 100%;
    display: block;
    position: relative;
    float: left;
}
.top-nav li ul li a {
    background: transparent none repeat scroll 0% 0%;
    height: auto !important;
    line-height: 1em;
    display: block;
    width: 100%;
    padding: 8px 16px 8px 10px;
}
.top-nav ul li a:hover,
.top-nav ul li:hover > a {
    background: none #0046A6 !important;
    display: block;
    width: 100%;
    color: #fff;
}
.topmenu .current a {
    color: #D2DE26;
    border-bottom: 5px solid #D2DE26;
}
.topmenu a:hover {
    color: #D2DE26;
}

.top-nav ul li.menu-item-has-children > a {
    background: transparent url(img/arrow-white.png) 97% 50% no-repeat !important;
    background-size: 12px auto !important;
}

.top-nav ul li.menu-item-has-children > a:hover,
.top-nav ul li.menu-item-has-children:hover {
    background-color: #0046A6 !important;
}

.headerbanner {
    background: transparent url(img/Home-Page-Banner-1.jpg) no-repeat 50% 50% / cover;
    height: 450px;
    overflow: hidden;
}
#slider {
    height: 100%;
}
.slidewrap {
    width: 100% !important;
    max-width: 100%;
    height: 450px !important;
}
.header-badge {
    margin-top: 37px;
    margin-left: 63px;
    height: 100%;
    width: 360px;
    min-width: 265px;
}
.header-badge-top {
    background: #007D84 url("img/header-badge-top.png") no-repeat scroll 0% 0%;
    height: 13px;
}
.header-badge-content {
    background: transparent url("img/header-badge-bg.png") repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 30px;
    font-size: 1.5em;
    height: 280px;
    overflow: hidden;
}
.header-badge-content h2 {
    font-size: 2em;
    margin-bottom: 10px;
    line-height: 1em;
    color: #fff;
}
.header-badge-text {
    overflow: hidden;
    height: 6em;
}
.header-badge-bottom {
    height: 61px;
    background: transparent url("img/header-badge-bottom.png") no-repeat right;
}
.header-badge a {
    color: #fff;
}
#header-col-right-wrap {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 50px;
    z-index: 9;
}
#header-col-right {
    margin-top: 37px;
    float: right;
    width: auto;
    margin-right: 40px;
}
#header-col-right > div {
    float: left;
    margin-left: 10px;
}
#langdropdown {
    width: 190px;
    height: 55px;
    background: none #fff;
    border-radius: 4px;
}
#langdropdown select {
    border: 0px none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent url("img/lang-dropdown50.png") no-repeat scroll 140px 0px;
    width: 190px;
    text-indent: 0.01px;
    text-overflow: "";
    height: 55px;
}
#lang_sel {
    height: 55px;
    font-family: inherit;
}
#lang_sel a.lang_sel_sel {
    background: transparent url("img/lang-dropdown50.png") no-repeat scroll 140px 0px;
    color: #777 !important;
    border: none;
    line-height: 55px;
}
#lang_sel a {
    font-size: 1.7em;
}
#lang_sel ul ul {
    border: none;
    opacity: .8;
    width: 190px;
}
#lang_sel li {
    width: 190px;
}
#lang_sel a.lang_sel_sel, #lang_sel ul ul a, #lang_sel ul ul a:visited, #lang_sel a.lang_sel_sel:hover {
    color: #555 !important;
    border: none;
}
#lang_sel ul ul a {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(left,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to right,  #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
    color: #000;
}
#lang_sel ul ul a:hover, #lang_sel ul ul :hover > a {
    color: #000;
    background: #bbb none repeat scroll 0% 0%;
}
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
#header-searchform {
    width: 180px;
    height: 25px;
    background: #FFF none repeat scroll 0% 0%;
    border-radius: 4px;
    overflow: hidden;
}
.search-field {
    border: medium none;
    height: 25px;
    width: 153px;
    float: left;
    margin: 0px;
    padding: 0px;
    text-indent: 5px;
}
.search-submit {
    float: right;
    width: 26px;
    height: 25px;
    border: medium none;
    background: transparent url("img/search-icon.png") no-repeat scroll 0% 0%;
    text-indent: -9999px;
    margin-right: -1px;
}
#header-social {
    display: grid;
    grid-template-columns: 26px 26px 26px;
    grid-template-rows: auto;
    grid-column-gap: 5px;
    justify-items: end;
    grid-row-gap: 5px;
}
.header-social-link {
    height: 25px;
    width: 25px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    margin-left: 10px;
    border-radius: 4px; 
}
#header-facebook {
    background: transparent url(img/header-facebook.png) no-repeat;
}
#header-instagram {
    background: transparent url(img/header-instagram.png) no-repeat;
}
#header-twitter {
    background: transparent url(img/header-twitter.png) no-repeat;
}
#header-youtube {
    background: transparent url(img/header-youtube.png) no-repeat;
}
#header-linkedin {
    background: transparent url(img/header-linkedin.png) no-repeat;
}
#header-snapchat {
    background: transparent url(img/header-snapchat.png) no-repeat;
}
#logobar {
    background-color: #00858A;
}
#logobar a {
    display: block;
    text-indent: -99999px;
    width: 500px;
    height: 100%;
}
#logobar .col-full {
    background: #00858A url(img/LI_BBar_1500x118_RGB.jpg) no-repeat -48px 50% / auto 90px;
    height: 90px;
}
#logobar-nzec {
    background-color: #00858A;
}
#logobar-nzec a {
    display: block;
    text-indent: -99999px;
    width: 500px;
    height: 100%;
}
#logobar-nzec .col-full {
    background: #00858A url(img/NZEC_BBar_1500x118_RGB.jpg) no-repeat -48px 50% / auto 90px;
    height: 90px;
}
#logobar-litpro {
    background-color: #00858A;
}
#logobar-litpro a {
    display: block;
    text-indent: -99999px;
    width: 500px;
    height: 100%;
}
#logobar-litpro .col-full {
    background: #00858A url(img/litpro-colour-bar.jpg) no-repeat -48px 50% / auto 90px;
    height: 90px;
}

#content {
    color: #5F6062;
    font-size: 1.3rem;
    padding-bottom: 100px;
    background: none transparent;
    min-width: 0;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
    color: #5F6062;
}
#content h2 {
    /*     font-weight: lighter; */
    letter-spacing: -1px;
    margin-bottom: 20px;
}
#content table h3 {
    font-size: 1.2em;
}
#content a {
    text-decoration: underline;
    color: #555;
}
#home-intro-text {

}
#content #home-intro-text h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    color: #555;
    font-weight: 300;
}
#home-intro-text p {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
}
#content #home-intro-text a {
    font-size: 1.2rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afca0b+0,2da648+100 */
    background: #afca0b; /* Old browsers */
    background: url(img/arrow-white.png) no-repeat 98.5% 50%, -moz-linear-gradient(left,  #afca0b 0%, #2da648 100%); /* FF3.6+ */
    background: url(img/arrow-white.png) no-repeat 98.5% 50%, -webkit-gradient(linear, left top, right top, color-stop(0%,#afca0b), color-stop(100%,#2da648)); /* Chrome,Safari4+ */
    background: url(img/arrow-white.png) no-repeat 98.5% 50%, -webkit-linear-gradient(left,  #afca0b 0%,#2da648 100%); /* Chrome10+,Safari5.1+ */
    background: url(img/arrow-white.png) no-repeat 98.5% 50%, -o-linear-gradient(left,  #afca0b 0%,#2da648 100%); /* Opera 11.10+ */
    background: url(img/arrow-white.png) no-repeat 98.5% 50%, -ms-linear-gradient(left,  #afca0b 0%,#2da648 100%); /* IE10+ */
    background: url(img/arrow-white.png) no-repeat 98.5% 50%, linear-gradient(to right,  #afca0b 0%,#2da648 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afca0b', endColorstr='#2da648',GradientType=1 ); /* IE6-9 */
    color: #fff;
    padding: 10px 28px 10px 10px;
    border-radius: 5px;
    font-weight: normal;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    text-decoration: none;
}
#home-intro-text a:hover {
    text-decoration: underline;
}
#blueboxes {

}
#content #blueboxes .blue1 h3, #content #blueboxes .blue2 h3 {
    color: #FFF;
    padding: 14px 0px 14px 24px;
    font-size: 1.4em;
    margin: 0;
}
#blueboxes .blue1 h3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00aaad+0,00868a+100 */
    background: #00aaad; /* Old browsers */
    background: -moz-linear-gradient(left,  #00aaad 0%, #00868a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00aaad), color-stop(100%,#00868a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #00aaad 0%,#00868a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #00aaad 0%,#00868a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #00aaad 0%,#00868a 100%); /* IE10+ */
    background: linear-gradient(to right,  #00aaad 0%,#00868a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaad', endColorstr='#00868a',GradientType=1 ); /* IE6-9 */
}
#blueboxes .blue2 h3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0078ce+0,0046a6+100 */
    background: #0078ce; /* Old browsers */
    background: -moz-linear-gradient(left,  #0078ce 0%, #0046a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0078ce), color-stop(100%,#0046a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* IE10+ */
    background: linear-gradient(to right,  #0078ce 0%,#0046a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078ce', endColorstr='#0046a6',GradientType=1 ); /* IE6-9 */
}
#blueboxes ul {
    padding: 10px 0 0 24px;
}
#blueboxes li {
    margin-bottom: 10px;
    /*     font-weight: lighter; */
}
#blueboxes li a {
    background: transparent url("img/arrow-dark.png") no-repeat scroll 100% 50%;
    padding-right: 20px;
    font-weight: 300;
    color: #555;
    text-decoration: underline;
}
#enrol-now {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afca0b+0,03a04f+100 */
    background: #afca0b; /* Old browsers */
    background: -moz-linear-gradient(left,  #afca0b 0%, #03a04f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#afca0b), color-stop(100%,#03a04f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #afca0b 0%,#03a04f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #afca0b 0%,#03a04f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #afca0b 0%,#03a04f 100%); /* IE10+ */
    background: linear-gradient(to right,  #afca0b 0%,#03a04f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afca0b', endColorstr='#03a04f',GradientType=1 ); /* IE6-9 */
    padding: 20px 0;
    text-align: center;
    z-index: 9;
}
#enrol-now p {
    line-height: 1em;
    margin: 0;
}
#enrol-now a {
    background: transparent url("img/arrow-white-large.png") no-repeat scroll 100% 50% / auto 1.3em;
    padding-right: 40px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
    color: #fff !important;
    text-decoration: none !important;
}
.enrol-now {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afca0b+0,03a04f+100 */
    background: #afca0b; /* Old browsers */
    background: -moz-linear-gradient(left,  #afca0b 0%, #03a04f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#afca0b), color-stop(100%,#03a04f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #afca0b 0%,#03a04f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #afca0b 0%,#03a04f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #afca0b 0%,#03a04f 100%); /* IE10+ */
    background: linear-gradient(to right,  #afca0b 0%,#03a04f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afca0b', endColorstr='#03a04f',GradientType=1 ); /* IE6-9 */
    padding: 20px 40px;
    display: inline-block;
/*     max-width: 330px; */
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1em;
}
.enrol-now span {
    background: transparent url("img/arrow-white-large.png") no-repeat scroll 100% 50% / auto 1.3em;
    padding-right: 40px;
    color: #fff;
}
#home-quote, .testimonial {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0078ce+0,0046a6+100 */
    background: #0078ce; /* Old browsers */
    background: -moz-linear-gradient(left,  #0078ce 0%, #0046a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0078ce), color-stop(100%,#0046a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* IE10+ */
    background: linear-gradient(to right,  #0078ce 0%,#0046a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078ce', endColorstr='#0046a6',GradientType=1 ); /* IE6-9 */
    color: #fff;
    font-style: italic;
    padding: 30px;
}
.testimonial q:before, .testimonial q:after {
    /* 	content: '“'; */
}
.testimonial q {
    display: block;
    margin-bottom: 1em;
    padding: 0;
    background-image: none;
}
.testimonial a {
    padding-right: 20px;
    background: url(img/arrow-white.png) no-repeat 98.5% 50% transparent;
    text-decoration: underline !important;
    color: #fff !important;
    font-style: normal;
}
.testimonial q a {
    padding: 0;
    background: none transparent;
    text-decoration: none !important
}
.sidebar .widget, .sidebar .rss-link, .sidebar form, .sidebar .link-box {
    margin-bottom: 0;
}
.photo-caption {
    text-align: center;
    color: #555;
    text-decoration: underline;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    height: 26px;
}
#content .photo-caption a {
    color: #555;
}
#content .photo-caption a span {
    color: #00868A;
}
#home-latest-news {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00aaad+0,00868a+100 */
    background: #00aaad; /* Old browsers */
    background: -moz-linear-gradient(left,  #00aaad 0%, #00868a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00aaad), color-stop(100%,#00868a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #00aaad 0%,#00868a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #00aaad 0%,#00868a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #00aaad 0%,#00868a 100%); /* IE10+ */
    background: linear-gradient(to right,  #00aaad 0%,#00868a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaad', endColorstr='#00868a',GradientType=1 ); /* IE6-9 */
    padding: 30px;
    color: #fff;
}
#home-latest-news article {
    font-style: italic;
}
#footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2478a1+0,0b4883+100 */
    background: #EFEFEF; 
    color: #AAAAAA;
    min-height: 240px;
    padding: 30px 0;
    position: relative;
}
#footer a {
    color: #888895;
    text-decoration: underline;
}
#footer a:hover {
    color: #666;
    text-decoration: underline;
}
#footer h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: .8em;
    color: #777777;
}
.home .article-header, .home #content {
    background: none transparent;
}
#social-links-footer {
    margin-top: -90px;
    height: 90px;
    font-size: 13px;
}
.home #social-links-footer {
    margin-top: -180px;
    padding-left: 460px;
    margin-bottom: 90px;
}
.social-links {
    position: inherit;
    top: auto;
    left: auto;
    z-index: 100;
}
.social-links a,
.social-links a:hover {
    color: #0072d3 !important;
}
.ticker-wrap {
    clear: both;
    color: #FFF;
    padding: 0;
    background-color: transparent;
    background-image: none;
}
.ticker {
    width: 100% !important;
}
.ticker-item {
    width: 100% !important;
    text-indent: 0px;
}
#content .ticker-item a {
    color: #fff;
    text-decoration: none;
}
.videos, .videos-sidebar {
    padding: 10px 50px 0;
    position: relative;
}
.videos iframe, .videos-sidebar iframe {
    width: 100%;
    height: 348px;
}
.video-widget.videos, .video-widget.videos-sidebar {
    padding: 0 10px;
}
#content .video-widget iframe {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
.videos strong, videos-sidebar strong {
  clear: both;
  color: #00868a;
  display: block;
  font-size: 25px;
  font-weight: normal;
  padding: 10px 0 0;
}
.videos ul, .videos-sidebar ul {
    padding: 0 30px 0 10px;
    position: absolute;
    top: 430px;
    width: auto;
    z-index: 999999;
}
.videos div ul, .videos-sidebar div ul {
    background: #0078ce; /* Old browsers */
    background: -moz-linear-gradient(left,  #e6e6e6 0%, #C7C8C9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e6e6e6), color-stop(100%,#C7C8C9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e6e6e6 0%,#C7C8C9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e6e6e6 0%,#C7C8C9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e6e6e6 0%,#C7C8C9 100%); /* IE10+ */
    background: linear-gradient(to right,  #e6e6e6 0%,#C7C8C9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#C7C8C9',GradientType=1 ); /* IE6-9 */
    border-radius: 0 5px 5px 0;
    opacity: .9;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 25px;
    width: auto;
    z-index: 999999;
    display: none;
    padding: 0;
    margin: 0;
}
.videos li, .videos-sidebar li {
    display: block;
    float: none;
    margin: 0 !important;
    padding: 0;
    width: auto;
}
.videos .select, .videos-sidebar .select {
    position: relative;
    margin-top: 13px;
}
#content .videos .select > a,
#content .video-widget .select a,
#content .videos-sidebar .select > a {
    background: #DDD url("img/lang-dropdown.png") no-repeat scroll 100% 0px;
    border-radius: 5px;
    height: 25px;
    overflow: hidden;
    font-size: .8em;
    font-weight: normal;
    display: block;
    width: 13em;
    line-height: 25px;
    padding-left: 10px;
    text-decoration: none;
}
.video-widget .select a {
    margin: 15px 0 25px 10px;
}
#content .videos li a,
#content .videos-sidebar li a {
    font-size: .9em;
    font-weight: normal;
    text-decoration: none;
    background: transparent url("img/arrow-dark.png") no-repeat scroll 97% 50% / 12px auto;
    padding: 8px 28px 8px 10px;
    color: #2351DA;
    display: block;
}
#content .videos li a:hover,
#content .videos-sidebar li a:hover {
    background-color: #bbb;
}
#content .videos li.active a,
#content .videos-sidebar li.active a {
    font-weight: bold;
}
.videos .select:hover ul,
.videos-sidebar .select:hover ul {
    display: block;
}
#flickphoto {
    overflow: hidden;
    text-align: center;
}
#flickrphoto img {
    width: 100%;
}
#flickrphoto a span, .sidebar-image a span {
    text-decoration: underline;
}
.hentry {
    padding: 0 30px 0 0;
}
.sidebar {
    padding: 0;
}
.home #content {
    background: none transparent;
}
#content #in-this-section-sidebar h3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0078ce+0,0046a6+100 */
    background: #0078ce; /* Old browsers */
    background: -moz-linear-gradient(left,  #0078ce 0%, #0046a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0078ce), color-stop(100%,#0046a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* IE10+ */
    background: linear-gradient(to right,  #0078ce 0%,#0046a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078ce', endColorstr='#0046a6',GradientType=1 ); /* IE6-9 */
    padding: 7px 20px;
    color: #FFF;
    font-size: 1.3em;
    margin-bottom: 15px;
    margin-top: 0;
}
#in-this-section-sidebar ul,
#topics ul {
    padding: 0;
    margin: 10px 0 20px;
}
#content #topics h3 {
    background: transparent linear-gradient(to right, #0078CE 0%, #0046A6 100%) repeat scroll 0% 0%;
    padding: 7px 20px;
    color: #FFF;
    font-size: 1.3em;
    margin-bottom: 15px;
    margin-top: 0px;
}
#in-this-section-sidebar ul ul {
    margin: 0;
}
#in-this-section-sidebar li {
    margin: 0;
}
#topics li {
    margin: 0;
    padding: 8px 10px;
}
#content #in-this-section-sidebar a {
    text-decoration: none;
    color: #0078CE;
    padding: 6px 32px 6px 10px;
    display: block;
    font-weight: normal;
    line-height: 1.1em;
}
#content #in-this-section-sidebar ul ul a {
    padding-left: 30px;
    background: transparent url("img/arrow-blue.png") no-repeat scroll 95% 60% / 14px auto;
}
#content #topics a {
    display: inline;
    padding: 0;
}
#content #in-this-section-sidebar .page_item_has_children > a {
    background: transparent url("img/arrow-blue.png") no-repeat scroll 95% 60% / 14px auto;

}
#content #in-this-section-sidebar .page_item_has_children li a {
    padding-left: 30px;
}
#content #in-this-section-sidebar a:hover {
    background-color: #bbb;
    color: #005089;
}
#content #topics li:hover {
    background-color: #bbb;
    color: #005089;
}
#content #topics li:hover a {
    color: #005089;
}
.sidebar-image p {
    text-align: center;
}
#content h2 {
    font-size: 2.3em;
    color: #00868A;
    line-height: 1em;
}
#content h3 {
    color: #00868A;
    margin: 1em 0 10px 0;
    line-height: 1em;
}
.archive #content h3 {
    margin-top: 0;
}
.search .wp-post-image {
    background: #FFF none repeat scroll 0% 0%;
    float: right;
    border: 1px solid #DDDDDB;
    box-shadow: 0px 1px 3px #EEE;
    padding: 4px;
    margin: 29px 0px 10px 10px;
}
.wp-caption-text {
    font-size: 80%;
    color: #999;
    text-align: center;
    font-style: italic;
}

#content .hentry ul {
    margin: 10px 0px 20px 20px;
    list-style: outside none disc;
}
#content .hentry .videos ul {
    margin: 0px 0px 20px 0px;
}
#content .hentry .videos {
    padding: 10px 0 130px;
}
#content .hentry li {
    list-style-type: disc;
    margin-bottom: 10px;
}
#content a {
    text-decoration: none;
    color: #0078CE;
}
.type-post .post-content, .type-post .post-after {
    padding-bottom: 20px;
}
#logo-lsa {
    right: 70px;
}
.zilla-toggle {
    margin: 0px 0px 1em;
}
.gridwrap {
    max-width: 1440px;
    margin: 0 auto;
    clear: left;
}
#additional-mobile-menu {
    display: none;
}

#content.has-in-this-section {
    /*     background: transparent url(img/in-this-section.png) repeat-y; */
}
#home-facebook-box {
    overflow: hidden;
}
#tab-social-links {
    display: none;
}
#mobile-header-badge-content {
    display: none;
}
#maincontent {
    padding-bottom: 30px;
}
.in-this-section-sidebar-mobile {
    display: none;
}
#mobile-menu {
    display: none;
}
#in-this-section-sidebar,
#topics,
body .wpmm-menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,c8c8c8+100 */
    background: #e6e6e6 !important; /* Old browsers */
    background: -moz-linear-gradient(left,  #e6e6e6 0%, #c8c8c8 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e6e6e6), color-stop(100%,#c8c8c8)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e6e6e6 0%,#c8c8c8 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e6e6e6 0%,#c8c8c8 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e6e6e6 0%,#c8c8c8 100%) !important; /* IE10+ */
    background: linear-gradient(to right,  #e6e6e6 0%,#c8c8c8 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#c8c8c8',GradientType=1 ) !important; /* IE6-9 */
}
.type-post h3 a {
    color: #666;
    font-size: 28px;
    font-family: inherit;
}
.fb-form {
    padding: 12px 10px 20px 15px;
    background-color: #0083CB;
}
#content .fb-form h3 {
    color: #fff;
    font-family: inherit;
    font-size: 1.3em;
    margin-bottom: 10px;
    margin-top: 0;
}
.fb-form .form-submit, #commentform #submit {
    font-size: 14px;
    color: #FFF;
    text-shadow: none;
    border: none;
    border-radius: 3px;
    padding: 6px 8px;
    background-color: #0054A5;
    background-image: none;
    height: 30px;
}
.fb-form .form-text, .sidebar .fb-form .form-text {
    width: calc(100% - 110px);
    margin: 0px;
    border-radius: 4px 0px 0px 4px;
    font-size: 14px;
    font-style: normal;
    border: medium none;
    height: 30px;
    padding: 4px 0px 0px;
    text-indent: 5px;
}
.fb-form .form-submit {
    border-radius: 0px 6px 6px 0px;
    font-size: 13px;
    padding: 4px 0 0 0;
    height: 31px;
    font-weight: bold;
    text-shadow: none;
    width: 110px;
}
#content .rss-link {
    display: block;
    font-weight: bold;
    height: auto;
    line-height: 1em;
    padding: 30px 10px 30px 50px;
    white-space: normal;
    text-shadow: none;
    font-size: inherit;
    background: #DDD url("img/rss.png") no-repeat scroll 15px 50% / auto 24px;
    text-indent: 0;
    	-webkit-transition: all .2s ease-in-out;
    	-moz-transition: all .2s ease-in-out;
    	-o-transition: all .2s ease-in-out;
    	transition: all .2s ease-in-out;
}
#content.rss-link:hover {
    background-color: #eee;
}
#content .comment-nav ul {
    list-style-type: none !important;
    margin: 0px 0px 20px;
}
a + .alignleft {
    display: block;
    width: 100%;
}
#comment-form-elements {
    list-style: none !important;
    margin: 20px 0 !important;
}
.dl-back {
    display: none !important;
}
.mmenuwrapper {
    width: 100%;
    max-width: 300px;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}
.mmenuwrapper:first-child {
    margin-right: 100px;
}
.mmenuwrapper button::after {
    content: "";
    position: absolute;
    width: 68%;
    height: 4px;
    background: #FFF none repeat scroll 0% 0%;
    top: 9px;
    left: 16%;
    box-shadow: 0px 9px 0px rgb(255, 255, 255), 0px 18px 0px rgb(255, 255, 255);
    border-radius: 6px;
}
.mmenuwrapper button {
    background: transparent none repeat scroll 0% 0%;
    border: medium none;
    width: 43px;
    height: 35px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: medium none;
}
.post-after h3 {
    font-size: 20px;
    color: #333;
    font-family: inherit;
    margin-bottom: 5px;
}
#content .yarpp-related {
    margin: 0;
}
#content .yarpp-related h3 {
    font-weight: inherit;
    padding: 0px 0px 5px;
    font-size: 20px;
    text-transform: none;
    margin: 0px;
}
#content .yarpp-related ul {
    margin: 0;
    padding-left: 20px;
}
#content .yarpp-related a {
    font-weight: inherit;
}
#content #comment-form-title {
    font-family: inherit;
    font-size: 20px;
    margin: 0;
}
#respond {
    margin-top: 30px;
}
.social-links li a {
    height: 31px;
}
.mm-menu > .mm-navbar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b5b2+0,008287+100 */
    background: #00b5b2; /* Old browsers */
    background: -moz-linear-gradient(left,  #00b5b2 0%, #008287 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00b5b2), color-stop(100%,#008287)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #00b5b2 0%,#008287 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #00b5b2 0%,#008287 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #00b5b2 0%,#008287 100%); /* IE10+ */
    background: linear-gradient(to right,  #00b5b2 0%,#008287 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5b2', endColorstr='#008287',GradientType=1 ); /* IE6-9 */
}
.mm-menu .mm-navbar .mm-btn::before, .mm-menu .mm-navbar .mm-btn::after {
    border-color: #fff;
}
.mm-menu .mm-listview > li .mm-next::after, .mm-menu .mm-listview > li .mm-arrow::after {
    border-color: #0078CE;
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
    color: #fff;
    font-size: 18px;
    text-align: left;
}
.mm-prev::before, .mm-next::after, .mm-arrow::after {
    border-width: 3px;
    width: 12px;
    height: 12px;
}
.mm-navbar,
.mm-listview > li:not(.mm-divider)::after,
.mm-listview .mm-next::before {
    border-style: none;
}
.mm-listview > li > a, .mm-listview > li > span {
    color: #0078CE;
    font-size: 18px;
}
.videos.widget,
.videos-sidebar.widget {
    padding: 0 0 20px;
    margin: 0;
}
.videos.widget.single-video,
.videos-sidebar.widget.single-video {
    padding: 0;
    margin: 0;
    height: 200px;
}
.videos.widget .select,
.videos-sidebar.widget .select {
    position: relative;
    margin-top: 13px;
    margin-left: 20px;
}
.videos.widget iframe,
.videos-sidebar.widget iframe {
    width: 100%;
    height: 200px;
}
#mobile-slider h2 a {
    color: #fff;
}
table tr {
    height: auto !important;
}
.tablepress tbody td, .tablepress tfoot th {
    border: none !important;
}
.table, .tablepress {
    border-spacing: 3px;
    border-collapse: separate;
    margin-bottom: 2em;
    overflow-x: scroll;
    display: block;
}
.table tr, .tablepress tr {
    background-color: #F0F0F0;
}
.table tr:nth-child(2n), .tablepress tr:nth-child(2n) {
    background-color: #fafafa;
}
.scrollalert {
    background: none #fbf2ea;
    padding: 20px 20px;
    border-radius: 50px;
    font-size: 80%;
    text-align: center;
    border: 1px solid #d7d7d7
}
.scrollalert img {
    float: right;
    height: 43px;
    width: auto;
    margin-top: -13px;
}
.table td, .tablepress td {
    min-width: auto;
    padding: 8px;
    font-size: 90%;
}
table.text-small {
    width: 99.5% !important;
    background-color: #fff;
/*     border: 1px solid #aaa; */
}
.table.small td,
.text-small td {
    font-size: 12px !important;
/*     border: 1px solid #AAA; */
}
h3#comments {
    font-family: inherit;
}
.slideshow-wrapper {
    border: none !important;
}
.gform_fields, .gfield, .gfield_radio, .gfield_radio li, .gfield_checkbox, .gfield_checkbox li {
    list-style: none !important;
    margin: 0 0 11px 2px !important;
}
h2.gsection_title {
    font-size: 20px !important;
    margin-top: 1em;
}
.featured-image {
    border: none;
    padding: 0;
    position: relative;
    line-height: 0;
    margin-bottom: 1em;
    box-shadow: none;
}
.comment_content::before {
    content: none !important;
}
.comment_content {
    border-top: none;
    margin-top: 0;
    padding: 15px 0;
    font-family: inherit;
    font-style: normal;
}
.notice {
    padding: 20px;
    border-radius: 4px;
    background-color: #03aeb4;
    color: #fff;
}
#content .notice a {
    color: #fff;
    text-decoration: underline;
}
.rtl, .rtl * {
    font-family: Georgia !important;
}
.sub-section {
    width: 100%;
}

.col-4-12 {
    width: 33%;
    float: left;
    padding: 2px;
}
.col-6-12 {
    width: 50%;
    float: left;
    padding: 2px;
}
.col-3-12 {
    width: 25%;
    float: left;
    padding: 2px;
}
.col-8-12 {
    width: 66%;
    float: left;
    padding: 2px;
}
.col-9-12 {
    width: 75%;
    float: left;
    padding: 2px;
}
#content .col-4-12 h2 {
    font-size: 24px;
}
#content .col-3-12 h2,
#content .col-4-12 h2,
#content .col-6-12 h2,
#content .col-8-12 h2,
#content .col-9-12 h2,
#content .col-3-12 h3,
#content .col-4-12 h3,
#content .col-6-12 h3,
#content .col-8-12 h3,
#content .col-9-12 h3 {
    margin-top: 0;
}
.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
    height: 0;
}
.hidden {
    display: none;
}
.visible {
    display: block;
}
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.html-cell img {
    display: block;
}
.tags {
    border-bottom: dashed #d7d7d5 1px;
    padding: 20px 0;
}
#wpadminbar .quicklinks ul {
    text-align: left;
    margin: 0 !important;
}
#wpadminbar li {
    list-style-type: none !important;
}
#sub-comments {
    position: initial;
}
.mobile-slide {
    width: 100% !important;
    position: relative;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: auto !important;
}
#mobile-slider {
    width: 100% !important;
    height: 130px !important;
}
#mobile-header-badge-content {
    height: 150px;
}
.slideshow-slidearea,
.slideshow-slider,
.slideshow-slideright,
slideshow-slideleft,
#slideshow-wrappergallery2968 #slidergallery2968 img {
    height: 70px !important;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {

    #content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .table.small td, .text-small td {
        font-size: 12px !important;
    }


    #footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .col.col-2.logos {
        width: 204px;
        float: right;
    }
    
    #home-intro-text p {
        font-size: 90%;
    }
    #content #home-intro-text a {
        font-size: 85%;
    }
    #content #blueboxes .blue1 h3, #content #blueboxes .blue2 h3 {
        font-size: 1em;
    }
    .videos, .videos-sidebar {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .header-badge {
/*         width: 320px; */
    }
    
}

@media screen and (max-width:1024px) {
    .alignright, .alignleft {
        float: none;
        margin: 1em auto  1em auto;
        clear: both;
        display: block;
    }    
}

@media screen and (max-width:768px) {
    
    table {
        width: 99% !important;
    }
    thead {
        display: none;
    }
    tr:nth-of-type(2n+1) {
/*         background-color: inherit; */
    }
/*
    td {
        display: block;
    }
    td:before {
        content: attr(data-th);
        display: block;
        text-align: center
    }
    .text-small td {
        display: table-cell;
        border: 1px solid #AAA;
    }
*/

    .col.col-2.logos {
        float: left;
    }
    .alignright, .alignleft {
        float: none;
        margin: 1em auto  1em auto;
        clear: both;
        display: block;
    }
}

/* LARGE DESKTOP */
@media screen and (min-width: 1440px) {
    #content.has-in-this-section {
        background-position: 720px 0;
    }
    #see-more-student-photos-tab {
        display: none;
    }
    #home-latest-news {
        height: 214px;
    }
}
@media screen and (max-width: 1440px) {
    
    .table td {
        font-size: 85%;
    }
}
@media screen and (max-width: 1280px) {

}

/* MEDIUM DESKTOP */
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .gridwrap {
        max-width: 1280px;
    }
    #content.has-in-this-section {
        background-position: 640px 0px;
        background-size: 320px auto;
    }
    .videos, .videos-sidebar {
        padding: 10px 30px 20px;
        position: relative;
    }
    .videos iframe, .videos-sidebar iframe {
        width: 100%;
        height: 324px;
    }
    .videos strong, .videos-sidebar strong {
        font-size: 22px;
    }
    #flickrphoto img {
        max-width: auto;
        height: 100%;
    }
    #see-more-student-photos-tab {
        display: none;
    }
    #home-latest-news {
        height: 214px;
    }
    .fb-form .form-text, .sidebar .fb-form .form-text {
        width: 100%;
        border-radius: 4px;
    }
    .fb-form .form-submit, .sidebar .fb-form .form-submit {
        border-radius: 4px;
        width: 100%;
        padding: 4px 0px 0px;
        margin-top: 7px;
    }
}

@media screen and (max-width: 1280px) {
    #logo-ialc {
       width: 93px;
       height: 126px;
    }
    #logo-qe {
        width: 126px;
        height: 48px;
        top: 100px;
    }
    #logo-enz {
        width: 126px;
        height: 60px;
    }
    #logo-ialc-akl {
        width: 353px;
        height: 126px;
    }
}

/* SMALL DESKTOP */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .gridwrap {
        max-width: 1024px;
    }
    #content.has-in-this-section {
        background-position: 512px 0px;
        background-size: 256px auto;
    }
    #header-col-right {
        margin-right: 0;
    }
    #logo-lsa {
        right: 0;
    }
    .videos iframe, .videos-sidebar iframe {
        width: 100%;
        height: 273px;
    }
    .videos, .videos-sidebar {
        padding: 10px 20px 20px;
        position: relative;
    }
    .videos iframe, .videos-sidebar iframe {
        width: 100%;
        height: 320px;
    }
    .videos strong, .videos-sidebar strong {
        font-size: 20px;
        padding: 7px 0px 0px;
    }
    #content #home-intro-text a {
        font-size: 1.1rem;
    }
    #flickrphoto img {
        max-width: auto;
        height: 100%;
    }
    #content {
        font-size: 1.1rem;
    }
    #home-latest-news {
        /*         float: right; */
    }
    #home-photo {
        float: right;
    }
    #home-quote, .testimonial {
        float: right;
    }
    #blueboxes li {
        margin-bottom: 6px;
    }
    #blueboxes li a {
        background-size: 12px auto;
        background-position: 100% 100%;
    }
    #content #home-intro-text h2 {
        font-size: 2.6em;
    }
    .home #social-links-footer {
        padding-left: 335px;
    }
    #see-more-student-photos-tab {
        display: none;
    }
    .topmenu a {
        padding: 0 10px;
    }

    .small-row-1 {
        height: 85px;
    }
    .small-row-2 {
        height: 170px;
    }
    .small-row-3 {
        height: 256px;
    }
    .small-row-4 {
        height: 340px;
    }
    .small-row-5 {
        height: 426px;
    }
    .fb-form {
        padding: 15px;
        background-color: #0083CB;
    }
    .fb-form .form-text, .sidebar .fb-form .form-text {
        margin: 0 0 5px 0;
        border-radius: 4px;
        width: 100% !important;
    }
    .fb-form .form-submit, .sidebar .fb-form .form-submit {
        border-radius: 4px;
        width: 100%;
    }
    #home-latest-news {
        height: 314px;
    }
    .table.small td, .text-small td {
        font-size: 10px !important;
    }
}
@media screen and (max-width: 1024px) {
    #logo-ialc {
        width: 76px;
        height: 104px;
    }
    #logo-qe {
        top: 87px;
        left: 0;
        width: 97px;
        height: 37px;
    }
    #logo-enz {
        width: 97px;
        height: 43px;
    }
    #logo-ialc-akl {
        width: 291px;
        height: 104px;
    }  
}
/* TABLET */
@media screen and (min-width: 769x) and (max-width: 1024px) {
    .gridwrap {
        max-width: 768px;
    }
    #maincontent {
/*         width: 67%; */
    }
    #maincontent {
        width: 100%;
    }
    #in-this-section-sidebar {
        width: 33%;
        margin-bottom: 10px;
    }
/*
    #sidebar1 {
        width: 33%;
    }
*/
    #content.has-in-this-section {
        background: none transparent;
    }
    .header-badge {
        margin-left: 20px;
    }
    #header-col-right {
        margin-right: 0;
    }
    #logo-lsa {
        right: 55px;
    }
    .spacing {
        display: none;
    }
    .languages-international,
    .award-winning-education {
        width: 100%;
    }
    .logos {
        width: 100%;
        height: 135px;
    }
    .topmenu a {
        padding: 0px 5px;
        font-size: 11px
    }
    #content #see-more-student-photos {
        display: none;
    }
    #enrol-now {
        padding: 10px 0px;
    }
    .videos, .videos-sidebar {
        padding: 20px 20px 0px;
    }
    .videos iframe, .videos-sidebar iframe {
        width: 100%;
        height: 264px;
    }
    .videos strong, .videos-sidebar strong {
        font-size: 20px;
    }
    #home-quote {
        position: absolute;
        right: 0;
        top: 0;
    }
    #home-latest-news {
        position: absolute;
        right: 0;
        top: 320px;
    }
    #flickrphoto {
        height: 192px;
    }
    #content {
        padding-bottom: 90px;
    }
    .home #social-links-footer {
        display: none;
    }
    #tab-social-links {
        padding-left: 62px;
        padding-top: 5px;
        display: block;
    }
    .tab-col-0 {
        width: 0;
        overflow: hidden;
    }
    .tab-col-1 {
        width: 8.3333333333333%;
    }
    .tab-col-2 {
        width: 16.6666666666%;
    }
    .tab-col-3 {
        width: 25%;
    }
    .tab-col-4 {
        width: 33.3333333333%;
    }
    .tab-col-5 {
        width: 41.6666666666%;
    }
    .tab-col-6 {
        width: 50%;
    }
    .tab-col-7 {
        width: 58.3333333333%;
    }
    .tab-col-8 {
        width: 66.6666666666%;
    }
    .tab-col-9 {
        width: 75%;
    }
    .tab-col-10 {
        width: 83.33333333333%;
    }
    .tab-col-11 {
        width: 91.66666666666%;
    }
    .tab-col-12, .tab-col-full {
        width: 100%;
    }
    .tab-row-1 {
        height: 64px;
    }
    .tab-row-2 {
        height: 128px;
    }
    .tab-row-3 {
        height: 196px;
    }
    .tab-row-4 {
        height: 256px;
    }
    .tab-row-5 {
        height: 320px;
    }
    .tab-row-6 {
        height: 384px;
    }
    .tab-row-7 {
        height: 448px;
    }

    .mmenuhidden {
        display: none;
    }
    .post-after .col {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .fb-form .form-text {
        width: 246px !important;
    }
    #home-latest-news {
        height: 294px;
    }
    #home-facebook-box {
        height: 230px;
    }
    .hentry {
        padding: 0;
    }
    .home-right {
        margin-top: 30px;
    }
    .videos, .videos-sidebar {
        padding: 0;
        float: left;
        width: 100%;
        height: 244px;
    }
    .testimonial.widget {
        width: 50%;
        float: right;
        height: 244px;
        overflow: hidden;
    }
    #text-6 {
        float: left;
        width: 50%;
        height: 244px;
        overflow: hidden;
    }
    .sidebar-image {
        float: right;
        width: 50%;
    }

    .col-half .videos, .col-half .videos-sidebar {
        padding: 0;
        float: left;
        width: 100%;
        height: 255px;
    }
    .col-half .testimonial.widget {
        width: 100%;
        float: right;
        height: 244px;
        overflow: hidden;
    }
    .col-half #text-6 {
        float: left;
        width: 100%;
        height: 214px;
        overflow: hidden;
    }
    .col-half .sidebar-image {
        float: right;
        width: 100%;
    }
    #header-col-right {
        margin-top: 20px;
        margin-right: 10px;
    }
    .header-badge {
        margin-top: 60px;
    }
    #home-quote, .testimonial {
        padding: 23px !important;
    }
}
@media screen and (max-width: 768px) {
    #logo-ialc {
        top: 23px;
        left: 110px;
        width: 76px;
        height: 104px;
        right: auto;
    }
}
/* MOBILE-LANDSCAPE */
@media screen and (min-width: 600px) and (max-width: 768px) {
    
    #footer {
        padding: 80px 0 30px;
    }
    #maincontent,
    #sidebars-wrap,
    .social-links ul,
    .gridwrap {
        width: 600px;
        margin: 0 auto;
        float: none;
    }
    #header-col-right-wrap .gridwrap {
        width: 100%;
    }
    #sidebars-wrap {
        margin-top: 30px;
    }
    #sidebar1, #in-this-section-sidebar {
        width: 50%;
    }
    #topics {
        width: 100%;
    }
    #content.has-in-this-section {
        background: none transparent;
    }
    #logo-lsa {
        right: 55px;
    }
    .spacing {
        display: none;
    }
    .languages-international,
    .award-winning-education {
        width: 50%;
    }

    .logos {
        width: 100%;
        height: 134px;
    }
    .ialc-akl {
        width: 50%;
    }
    #main-menu {
        display: none;
    }
    #additional-mobile-menu {
        display: block;
    }
    .header-badge {
        margin-left: 0px;
    }
    #content #see-more-student-photos {
        display: none;
    }
    #enrol-now {
        padding: 10px 0px;
    }
    .videos, .videos-sidebar {
        padding: 30px 0 0;
    }
    .videos iframe, .videos-sidebar iframe {
        width: 100%;
        height: 300px;
    }
    .videos strong, .videos-sidebar strong {
        font-size: 20px;
    }
    #home-quote {
        position: absolute;
        left: 0;
        top: 0;
    }
    #home-latest-news {
        position: absolute;
        left: 50%;
        top: 0;
        right: 0;
    }
    #home-facebook-box {
        position: absolute;
        top: 300px;
    }
    #home-photo {
        position: absolute;
        top: 300px;
        right: 0px;
    }
    #flickrphoto {
        height: 203px;
    }
    #content {
        padding-bottom: 20px;
    }
    .home #social-links-footer {
        padding-left: 0;
        margin-top: -140px;
        margin-bottom: 10px;
    }
    .home #content {
        padding-bottom: 90px;
    }
    .ml-col-0 {
        width: 0;
        overflow: hidden;
    }
    .ml-col-1 {
        width: 8.3333333333333%;
    }
    .ml-col-2 {
        width: 16.6666666666%;
    }
    .ml-col-3 {
        width: 25%;
    }
    .ml-col-4 {
        width: 33.3333333333%;
    }
    .ml-col-5 {
        width: 41.6666666666%;
    }
    .ml-col-half, .ml-col-6 {
        width: 50%;
    }
    .ml-col-7 {
        width: 58.3333333333%;
    }
    .ml-col-8 {
        width: 66.6666666666%;
    }
    .ml-col-9 {
        width: 75%;
    }
    .ml-col-10 {
        width: 83.33333333333%;
    }
    .ml-col-11 {
        width: 91.66666666666%;
    }
    .ml-col-12, .ml-col-full {
        width: 100%;
        position: relative;
    }
    .ml-row-1 {
        height: 50px;
    }
    .ml-row-2 {
        height: 100px;
    }
    .ml-row-3 {
        height: 150px;
    }
    .ml-row-4 {
        height: 200px;
    }
    .ml-row-5 {
        height: 250px;
    }
    .ml-row-6 {
        height: 300px;
    }
    .ml-row-7 {
        height: 350px;
    }
    .ml-row-8 {
        height: 400px;
    }
    .ml-row-9 {
        height: 450px;
    }
    .ml-row-11 {
        height: 550px;
    }
    .ml-row-12 {
        height: 600px;
    }
    .ml-row-auto {
        height: auto;
        padding-bottom: 20px;
    }
    #home-intro-text p {
        margin-bottom: 15px;
    }
    #in-this-section-sidebar {
        display: none;
    }
    #sidebar1 {
        width: 100%;
        margin-bottom: 80px;
    }
    .hentry {
        padding: 0;
    }
    .in-this-section-sidebar-mobile {
        display: block;
    }
    #maincontent {
        padding: 0 0 30px 0;
    }
    #in-this-section-sidebar {
        width: 50%;
        height: 35px;
        display: block;
        float: none;
        margin: -15px -20px 30px 0px;
        position: relative;
        transition: all 0.2s ease-in-out 0s;
        cursor: pointer;
    }
    #in-this-section-sidebar h3 {
        display: none;
    }
    .in-this-section-title {
        position: relative;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0078ce+0,0046a6+100 */
        background: #0078ce; /* Old browsers */
        background: -moz-linear-gradient(left,  #0078ce 0%, #0046a6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0078ce), color-stop(100%,#0046a6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* IE10+ */
        background: linear-gradient(to right,  #0078ce 0%,#0046a6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078ce', endColorstr='#0046a6',GradientType=1 ); /* IE6-9 */
        padding: 7px 20px;
        height: 37px;
    }
    #content #in-this-section-sidebar .in-this-section-title h3 {
        display: block;
        background: transparent url("img/arrow-white.png") no-repeat scroll 100% 60%;
        padding-left: 40px;
        margin: 0;
        padding: 0 26px 0 0;
        float: left;
    }
    .menu-icon {
        width: 34px;
        height: 24px;
        background: transparent url("img/menu-icon.png") no-repeat scroll 50% 50% / 46px auto;
        float: right;
    }
    #in-this-section-sidebar > ul {
        display: none;
        height: auto;
        background: #EEE url("img/in-this-section.png") repeat-y scroll 0% 0% / 100% auto;
        position: absolute;
        top: -10px;
        left: 100%;
        width: 100%;
        z-index: 99999;
        opacity: .9;
    }
    #in-this-section-sidebar:hover > ul,
    #in-this-section-sidebar > ul:hover {
        display: block;
    }

    #mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 43px;
        z-index: 10;
    }
    #mobile-menu li.current-menu-item a {
        background-color: transparent;
        border-bottom: none;
    }
    #header-col-right {
        margin-top: 20px;
        margin-right: 10px;
    }
    .header-badge {
        margin-top: 60px;
    }
    #header-col-right > div {
        margin: 0 2px;
    }
    .home-right {
        margin-top: 30px;
    }

    .dl-back {
        display: block !important;
    }
    .post-after .col {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .fb-form .form-text {
        width: 200px;
    }
    #sidebars-wrap #in-this-section-sidebar {
        display: none;
    }

    .videos, .videos-sidebar {
        padding: 0;
        float: left;
        width: 100%;
        height: 400px;
    }
    .testimonial.widget {
        width: 50%;
        float: right;
        height: 424px;
        overflow: hidden;
    }
    #text-6 {
        float: left;
        width: 50%;
        height: 224px;
        overflow: hidden;
    }
    .sidebar-image {
        float: right;
        width: 50%;
        height: 224px;
    }
    .videos.widget.single-video,
    .videos.widget iframe,
    .videos-sidebar.widget.single-video,
    .videos-sidebar.widget iframe {
        height: 336px;
    }
    #content {
        padding: 0;
    }
    .alignright, .alignleft {
        float: none;
        margin: 1em auto  1em auto;
        clear: both;
        display: block;
    }
    #social-links-footer {
        margin-top: -140px;
    }
}


/* MOBILE-PORTRAIT */
@media screen and (max-width: 600px) {
    #maincontent,
    .social-links ul,
    .gridwrap {
        width: 100%;
        margin: 0 auto;
        float: none;
        padding: 0 20px;
    }
    .headerbanner {
        height: 250px;
    }
    #sidebars-wrap {
        margin-top: 30px;
    }
    #sidebar1, #in-this-section-sidebar {
        width: 50%;
    }
    #topics {
        width: 100%;
    }
    #content.has-in-this-section {
        background: none transparent;
    }
    #logo-lsa {
        right: 55px;
    }
    .spacing {
        display: none;
    }
    .languages-international,
    .award-winning-education {
        width: 100%;
        margin-bottom: 30px;
    }
    .logos {
        width: 100%;
        height: 125px;
    }
    #main-menu {
        display: none;
    }
    #additional-mobile-menu {
        display: block;
    }
    .header-badge {
        margin-left: 0px;
    }
    #content #see-more-student-photos {
        display: none;
    }
    #enrol-now {
        padding: 10px 0px;
    }
    .videos, .videos-sidebar {
        padding: 30px 20px;
    }
    .videos iframe, .videos-sidebar iframe {
        width: 100%;
        height: 178px;
    }
    .videos strong, .videos-sidebar strong {
        font-size: 20px;
    }
    #home-quote {
    }
    #home-latest-news {
    }
    #home-facebook-box {
    }
    #home-photo {
        min-height: 200px;
    }
    #flickrphoto {
        height: 203px;
    }
    #content {
        padding-bottom: 20px;
    }
    .ml-col-0 {
        width: 0;
        overflow: hidden;
    }
    .ml-col-1 {
        width: 8.3333333333333%;
    }
    .ml-col-2 {
        width: 16.6666666666%;
    }
    .ml-col-3 {
        width: 25%;
    }
    .ml-col-4 {
        width: 33.3333333333%;
    }
    .ml-col-5 {
        width: 41.6666666666%;
    }
    .ml-col-half, .ml-col-6 {
        width: 50%;
    }
    .ml-col-7 {
        width: 58.3333333333%;
    }
    .ml-col-8 {
        width: 66.6666666666%;
    }
    .ml-col-9 {
        width: 75%;
    }
    .ml-col-10 {
        width: 83.33333333333%;
    }
    .ml-col-11 {
        width: 91.66666666666%;
    }
    .ml-col-12, .ml-col-full {
        width: 100%;
        position: relative;
    }
    .ml-row-1 {
        height: 50px;
    }
    .ml-row-2 {
        height: 100px;
    }
    .ml-row-3 {
        height: 150px;
    }
    .ml-row-4 {
        height: 200px;
    }
    .ml-row-5 {
        height: 250px;
    }
    .ml-row-6 {
        height: 300px;
    }
    .ml-row-7 {
        height: 350px;
    }
    .ml-row-8 {
        height: 400px;
    }
    .ml-row-9 {
        height: 450px;
    }
    .ml-row-11 {
        height: 550px;
    }
    .ml-row-12 {
        height: 600px;
    }
    .ml-row-auto {
        height: auto;
        padding-bottom: 20px;
    }
    .mp-row-auto {
        height: auto;
    }
    .mp-col-full {
        width: 100%;
    }
    #home-intro-text p {
        margin-bottom: 15px;
    }
    #mobile-header-badge-content {
        display: block;
        overflow: hidden;
    }
    .header-badge {
        display: none;
    }
    #slider {
        display: none;
    }
    #mobile-header-badge-content {
        display: block;
        background: none #00AAAD;
        padding: 10px 20px;
        color: #fff;
/*         min-height: 100px; */
    }
    #mobile-slider h2 {
        color: #fff;
    }
    .header-badge-text {
        height: auto;
        font-size: 1.3rem;
    }
    #header {
        margin-bottom: 15px;
        position: relative;
    }
    #sidebar1 {
        width: 100%;
        margin-bottom: 100px;
        overflow: hidden;
    }
    #social-links-footer {
        margin-top: -130px;
        height: 130px;
    }
    .social-links li {
        margin-bottom: 10px;
    }
/*
    .alignright, .alignleft {
        float: none;
        margin: 0 auto;
    }
*/
    .hentry {
        padding: 0;
    }
    .in-this-section-sidebar-mobile {
        display: block;
    }
    #maincontent {
        padding: 0 0 30px 0;
    }
    #in-this-section-sidebar {
        width: calc(100% + 40px);
        height: 38px;
        /*         overflow: hidden; */
        margin-bottom: 20px;
        display: block;
        float: none;
        margin: -15px -20px 30px -20px;
        position: relative;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }
    #in-this-section-sidebar h3 {
        display: none;
    }
    .in-this-section-title {
        position: relative;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0078ce+0,0046a6+100 */
        background: #0078ce; /* Old browsers */
        background: -moz-linear-gradient(left,  #0078ce 0%, #0046a6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0078ce), color-stop(100%,#0046a6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  #0078ce 0%,#0046a6 100%); /* IE10+ */
        background: linear-gradient(to right,  #0078ce 0%,#0046a6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078ce', endColorstr='#0046a6',GradientType=1 ); /* IE6-9 */
        padding: 7px 20px;
        height: 37px;
    }
    #content #in-this-section-sidebar .in-this-section-title h3 {
        display: block;
        background: transparent url("img/arrow-white.png") no-repeat scroll 100% 60%;
        padding-left: 40px;
        margin: 0;
        padding: 0 26px 0 0;
        float: left;
    }
    .menu-icon {
        width: 34px;
        height: 24px;
        background: transparent url("img/menu-icon.png") no-repeat scroll 50% 50% / 46px auto;
        float: right;
    }
    #in-this-section-sidebar > ul {
        display: none;
        height: auto;
        background: #EEE url("img/in-this-section.png") repeat-y scroll 0% 0% / 100% auto;
        position: absolute;
        top: 27px;
        left: 0;
        width: 100%;
        z-index: 99999;
        opacity: .9;
    }
    #in-this-section-sidebar:hover > ul,
    #in-this-section-sidebar > ul:hover {
        display: block;
    }
    #logobar .col-full {
        background-size: auto 61px;
        height: 61px;
        background-position-x: -70px;
    }
    #logobar a {
        width: 100%;
    }
    #mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 43px;
        z-index: 10;
    }
    #mobile-menu li.current-menu-item a {
        background-color: transparent;
        border-bottom: none;
    }
    #header-col-right {
        margin-top: 10px;
        float: none;
        width: auto;
        margin-right: 0px;
    }
    #header-col-right-wrap {
        /*         overflow: hidden; */
    }
    .topmenu {
        background: #00868A none repeat scroll 0% 0%;
        height: 80px;
    }
    #content #home-intro-text a {
        display: block;
    }
    #blueboxes > .col {
        margin-bottom: 20px;
    }

    .home #social-links-footer {
        padding-left: 0;
        margin-top: -110px;
        margin-bottom: 0;
    }
    .home #content {
        background: transparent none repeat scroll 0% 0%;
        padding-bottom: 110px;
    }
    #home-intro-text {
        padding: 0 20px;
    }
    #header .gridwrap {
        padding: 0px;
    }
    #header-social {
        margin: 0 !important;
        display: grid;
        grid-template-columns: 26px 26px 26px 26px 26px 26px;
        grid-template-rows: auto;
        grid-column-gap: 5px;
        justify-items: end;
        grid-row-gap: 5px;
    }
    #header-social > a {
        margin-left: 10px;
        margin-right: 0;
    }
    #header-col-right #langdropdown {
        margin-left: 8px;
    }
    #langdropdown {
        width: 95px;
        height: 25px;
    }
    #langdropdown select {
        border: 0px none !important;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: transparent url("img/lang-dropdown.png") no-repeat scroll 69px 0px;
        width: 95px;
        text-indent: 0.01px;
        text-overflow: "";
        height: 25px;
    }
    #lang_sel {
        height: 25px;
        font-family: inherit;
    }
    #lang_sel a.lang_sel_sel {
        background: transparent url("img/lang-dropdown.png") no-repeat scroll 69px 0px;
        color: #777 !important;
        border: none;
        line-height: 25px;
    }
    #lang_sel a {
        font-size: inherit;
    }
    #lang_sel ul ul {
        border: none;
        opacity: .8;
        width: 95px;
    }
    #lang_sel li {
        width: 95px;
    }
    #flickrphoto {
        height: 203px;
        overflow: hidden;
    }
    .dl-back {
        display: block !important;
    }
    .post-after .col {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .fb-form .form-text {
        width: 184px;
    }

    .archive .type-post .wp-post-image {
        float: none;
        margin: 0;
    }
    #sidebars-wrap #in-this-section-sidebar {
        display: none;
    }
    #commentform label {
        position: relative;
        right: auto;
    }
    #header-searchform {
        width: 170px;
    }
    .search-field {
        width: 143px;
    }

    .table tr:nth-child(2n) {
        background-color: #eaeaea;
    }
    table.text-small {
		overflow-x: auto !important;
		display: block !important;
	}
	.text-small td {
        display: table-cell !important;
    }
    .alignright, .alignleft {
        float: none;
        margin: 1em auto  1em auto;
        clear: both;
        display: block;
    }

    .html-cell {
        clear: both;
    }
    
    .teachers.html-cell img {
        float: left;
        margin: 0 1em 0 0;
    }
    .teachers.html-cell img + br,
    .teachers.html-cell a + br {
        display: none;
    }
    .teachers + .clear {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .col-3-12,
    .col-4-12,
    .col-6-12,
    .col-8-12,
    .col-9-12 {
        width: 100%;
        float: left;
    }
    .teachers {
        font-size: 90%;
    }
    .teachers img {
        max-width: 120px;
        height: auto;
    }
}

@media screen and (max-width: 360px) {
    #header-searchform {
        width: 130px;
    }
    .search-field {
        width: 105px;
    }
}