@charset "utf-8";
html,
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 {
    border: 0 none;
    font: inherit;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0 none;
    vertical-align: top;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 none;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row-block:before,
.row-block:after {
    display: table;
    content: " ";
}
.row-block:after {
    clear: both;
}
a {
    text-decoration: none;
}
p {
    letter-spacing: 0.052em;
}
body,
html {
    height: 100%;
}
body {
    background: url(../images/bg-pattern.png) 0 0 repeat;
}
.home-page {
    background: #004f62;
}
.about-page {
    background: #013e5e;
}
.theater-page {
    background: #5c3a82;
}
#header {
    background: #f7de2c;
    background: -moz-linear-gradient(top, #f7de2c 0%, #f1c71a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7de2c), color-stop(100%, #f1c71a));
    background: -webkit-linear-gradient(top, #f7de2c 0%, #f1c71a 100%);
    background: -o-linear-gradient(top, #f7de2c 0%, #f1c71a 100%);
    background: -ms-linear-gradient(top, #f7de2c 0%, #f1c71a 100%);
    background: linear-gradient(to bottom, #f7de2c 0%, #f1c71a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7de2c', endColorstr='#f1c71a', GradientType=0);
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
#header-base {
    float: left;
    width: 100%;
    background: #f7de2c;
    background: -moz-linear-gradient(top, #f7de2c 0%, #f1c71a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7de2c), color-stop(100%, #f1c71a));
    background: -webkit-linear-gradient(top, #f7de2c 0%, #f1c71a 100%);
    background: -o-linear-gradient(top, #f7de2c 0%, #f1c71a 100%);
    background: -ms-linear-gradient(top, #f7de2c 0%, #f1c71a 100%);
    background: linear-gradient(to bottom, #f7de2c 0%, #f1c71a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7de2c', endColorstr='#f1c71a', GradientType=0);
}
#header .main {
    width: 1064px;
}
.main {
    margin: 0 auto;
    width: 1024px;
}
.top {
    float: left;
    width: 100%;
}
.logo {
    margin: 0 0 0 -20px;
    padding: 10px 20px;
    width: 280px;
    float: left;
}

.logo a:focus {
    outline: 1px white solid;
}

.logo img {
    max-width: 100%;
}
.mobile-nav {
    display: none;
}
.nav {
    float: right;
}
.nav ul {
    float: left;
    padding: 0 0 0 1px;
    border-left: 1px solid #ffe76b;
}
.nav ul ul.sub-nav {
    display: none;
}
.nav ul li {
    border-left: 1px solid #ffe76b;
    border-right: 1px solid #ffe76b;
    float: left;
    margin: 0 1px 0 0;
}
.nav ul li:last-child {
    border-right: 0 none;
    margin-right: 0;
}
.nav ul li a {
    color: #000000;
    display: block;
    font: 12px/54px Frontage-Bold;
    text-transform: uppercase;
    padding: 0 25px 4px;
    position: relative;
}
.nav ul li a .hov-soon {
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
}
.nav ul li a:hover .page-text,
.nav ul li a:focus .page-text,
.nav ul li a:active .page-text, {
    opacity: 0;
    visibility: hidden;
}
.nav ul li a:hover .hov-soon,
.nav ul li a:focus .hov-soon,
.nav ul li a:active .hov-soon {
    opacity: 1;
    visibility: visible;
}
.nav ul li.active > a,
.nav ul li a:hover, .nav ul li a:focus, .nav ul li a:active {
    background: #f1c71a;
    background: -moz-linear-gradient(top, #f1c71a 0%, #f7de2c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1c71a), color-stop(100%, #f7de2c));
    background: -webkit-linear-gradient(top, #f1c71a 0%, #f7de2c 100%);
    background: -o-linear-gradient(top, #f1c71a 0%, #f7de2c 100%);
    background: -ms-linear-gradient(top, #f1c71a 0%, #f7de2c 100%);
    background: linear-gradient(to bottom, #f1c71a 0%, #f7de2c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1c71a', endColorstr='#f7de2c', GradientType=0);
}

.nav ul li a:focus, .nav ul li a:active {
    /*outline: 1px white solid;*/
}

.nav ul li a i {
    display: none;
}
.nav ul li a small.fdus {
    display: inline-block;
    position: static;
    font-size: 22px;
    margin: 0 0 0 10px;
}
#bannerhome {
    float: left;
    position: relative;
    width: 100%;
    z-index: 0;
}
.bannerhome {
    width: 100%;
}
#blue-theater, .blue-theater {
    background: url(../images/top-blue-bg.jpg) 0 0 repeat-x #4bc5da;
    float: left;
    padding: 10px 0 3px;
    width: 100%;
}
#blue-theater ul {
    float: left;
    text-align: center;
    width: 100%;
}
#blue-theater ul li {
    display: inline-block;
}
#blue-theater ul li a {
    color: #000000;
    display: block;
    font: 13px Frontage-Bold;
    text-transform: uppercase;
}
#blue-theater ul li.active a {
    background: none repeat scroll 0 0 #013e5e;
    color: #f1c81c;
}
#banner {
    overflow: hidden;
    float: left;
    width: 100%;
    position: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
img.banner-img {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    float: left;
}
h1.air {
    color: #f1c81c;
    font: 34px Frontage-Bold;
    text-transform: uppercase;
    left: 0;
    position: absolute;
    text-align: center;
    top: 20%;
    width: 100%;
}
h2.h2-air {
    color: #f1c81c;
    font: 34px Frontage-Bold;
    text-transform: uppercase;
    left: 0;
    position: absolute;
    text-align: center;
    top: 20%;
    width: 100%;
}
.yellow-btn {
	width: auto;
	background: none repeat scroll 0 0 #003d5f;
	border: 1px solid #560700;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.4);
	color: #000000!important;
	float: left;
	position: relative;
	padding: 5px;
	margin-left: 50%;
	margin-bottom: 30px;
	transform: translateX(-50%);
}
.yellow-btn span {
    background: none repeat scroll 0 0 #f6da00;
    border: 2px solid #1393d3;
    float: left;
    font: 10px/22px Frontage-Bold;
    text-transform: uppercase;
    height: 30px;
    text-align: center;
    width: 100%;
	padding: 0 25px;
    position: relative;
	font-size: 10px!important;
	white-space: nowrap;
}
.yellow-btn span:hover, .yellow-btn span:active {
    color: #f5d828!important;
}
.yellow-btn span strong {
	font-size: 10px!important;
}
.yellow-btn span i {
    font-size: 17px;
    margin: 0 0 0 8px;
    position: relative;
    top: 2px;
}
.yellow-btn span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #2695d1;
}
.yellow-btn span:hover:after, .yellow-btn span:active:after {
    height: 100%;
}
.yellow-btn span:hover strong, .yellow-btn span:active strong {
    position: relative;
    z-index: 1;
}
.lock-block {
    float: left;
    /*padding:0 0 0 15px;*/

    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}
.lock {
    left: 50%;
    margin: 0 0 0 -55px;
    position: absolute;
    top: 45%;
    width: 110px;
}
/*.lock{left:50%;margin:0 0 0 -190px;position:absolute;top:45%;width:380px;}*/

.lock .lock-icon {
    background-color: #005063;
    border: 1px solid #ffdd00;
    border-radius: 50%;
    float: left;
    height: 110px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    width: 110px;
}
.lock-icon strong {
    background-color: #feda22;
    border: 2px solid #8cbdd5;
    border-radius: 50%;
    float: left;
    height: 100%;
    width: 100%;
}
.lock .lock-icon strong small {
    background: none;
    float: left;
    text-align: center;
    width: 100%;
}
.lock-icon small img {
    margin: 7px 0 0;
    width: 32px;
}
.lock .lock-icon i {
    color: #155161;
    cursor: default;
    float: left;
    font: 10px Frontage-Bold;
    margin: 5px 0 0;
    width: 100%;
}
.lock .lock-icon strong i {
    cursor: pointer;
}
.lock .lock-block span.out {
    background-color: #005063;
    border: 1px solid #ffdd00;
    float: left;
    margin: 24px 0 0 -26px;
    padding: 6px;
    position: relative;
    width: 280px;
    z-index: -1;
}
.lock .lock-block small {
    background-color: #005063;
    float: left;
    width: 100%;
}
.lock .out span {
    background-color: #ffdd00;
    border: 2px solid #1395d3;
    float: left;
    width: 100%;
}
.lock .lock-block .out i {
    color: #000000;
    float: left;
    font: 16px/40px Frontage-Bold;
    text-transform: uppercase;
    height: 44px;
    text-align: center;
    width: 100%;
}
#banner.ft-banner {
    background-image: url(../images/for-thearter-banner.jpg);
}
#banner.tp-banner {
    background-image: url(../images/portal-banner.jpg);
}
.theater-block {
    float: left;
    position: relative;
    width: 100%;
    background-color: #5c3a82;
}
.pattern-bg {
    background-image: url("../images/bg-pattern.png");
}
.theater-block.pad,
.parents-block.pad {
    padding: 45px 0;
}
.row-block {
    margin: 0 -20px;
}
.content4 {
    width: 40%;
}
.content45 {
    padding: 0 20px;
    width: 45%;
}
.youtube-brief {
    position: relative;
    border: 1px solid #ffffff;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    float: left;
    width: 100%;
    padding: 1px;
}
.youtube-brief img,
.youtube-brief iframe {
    width: 100%;
    float: left;
}
.content5 {
    padding: 0 20px;
    width: 50%;
}
.content55 {
    padding: 0 20px;
    width: 55%;
}
.content6 {
    padding: 0 20px;
    width: 60%;
}
.brief-text {
    float: left;
    width: 100%;
}
.brief-text h2 {
    color: #f1c81c;
    font: 24px Frontage-Bold;
    text-transform: uppercase;
}
.brief-text p {
    color: #ffffff;
    font: 15px/22px FuturaMedium;
    margin: 0 0 10px;
    padding: 5px 0 0 5px;
}
.brief-text p a {
    color: #ffffff;
    text-decoration: underline;
}
.content4.goal-img-right {
    float: right;
    padding: 0 0 0 20px;
}
.content4 iframe {
    margin: 15px 0 0 0;
}
.goal-img {
    float: left;
    width: 100%;
    background-size: auto 100%;
    background-image: url(../images/goals-pic.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.goal-img img {
    width: 100%;
}
.goal-text {
    float: left;
    padding: 45px 0;
    width: 100%;
}
.goal-text h2 {
    background: url(../images/dot-bod.png) bottom left repeat-x;
    color: #f1c81c;
    font: 24px Frontage-Bold;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0 0 15px;
    text-align: center;
}
.goal-text ul {
    color: #ffffff;
    float: left;
    padding: 0 0 0 15px;
    width: 100%;
}
.goal-text ul li {
    font: 15px/22px FuturaMedium;
    list-style: disc outside;
    margin: 0 0 5px;
}
.content4.structure-img-left {
    float: left;
    padding: 0 20px 0 0;
}
.structure-img {
    float: left;
    width: 100%;
    background-size: auto 100%;
    background-image: url(../images/structure-pic.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.structure-text {
    float: left;
    padding: 45px 0;
    width: 100%;
}
.structure-text h2 {
    background: url(../images/dot-bod.png) bottom left repeat-x;
    color: #f1c81c;
    font: 24px Frontage-Bold;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0 0 15px;
    text-align: center;
}
.structure-text ul {
    float: left;
    padding: 0 0 0 15px;
    width: 100%;
}
.structure-text ul li {
    color: #ffffff;
    float: left;
    font: 15px/22px FuturaMedium;
    list-style: disc outside;
    margin: 0 0 5px;
    padding: 0 25px 0 0;
    width: 50%;
}
.hidden {
    opacity: 0;
    visibility: hidden;
    width: 100%;
}
#find-foot {
    background: url("../images/bg-pattern.png") repeat scroll 0 0 #6d419a;
    float: left;
    padding: 40px 0;
    position: relative;
    width: 100%;
    z-index: -1;
}
.foot-block {
    float: left;
    width: 100%;
}
.foot-block h2 {
    color: #f1c81c;
    font: 24px Frontage-Bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.foot-block ul {
    margin: 0 -10px;
}
.foot-block ul li {
    float: left;
    margin-bottom: 30px;
    width: 33.3333%;
    padding: 0 10px;
}
.foot-block ul li ul li.city-map {
    float: left;
    min-height: 1px;
    width: 100px;
    margin-bottom: 0;
}
.foot-block ul li ul li.city-map img {
    max-width: 100%;
}
.foot-block ul li ul li.city-add {
    float: none;
    min-height: 1px;
    padding: 0 0 0 100px;
    width: auto;
    margin-bottom: 0;
}
.foot-block ul li h3 {
    color: #f6db2a;
    font: 12px Frontage-Bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.foot-block ul li h4 {
    color: #ffffff;
    font: 12px Frontage-Bold;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-transform: uppercase;
    min-height: 36px;
}
.foot-block ul li p {
    color: #ffffff;
    font: 11px FuturaMedium;
}
.city-add > p {
    min-height: 65px;
}
.foot-block ul li p strong {
    font-family: FuturaLTBold;
}
.foot-block ul li ul li.city-add a {
    background: none repeat scroll 0 0 #003d5f;
    border: 1px solid #560700;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    color: #000000;
    float: left;
    margin: 10px 0 0;
    padding: 5px;
    text-align: center;
    position: relative;
}
.foot-block ul li ul li.city-add a span {
    background: none repeat scroll 0 0 #f6da00;
    border: 2px solid #1393d3;
    float: left;
    font: 10px/24px Frontage-Bold;
    text-transform: uppercase;
    height: 30px;
    width: 144px;
}
.foot-block ul li ul li.city-add a span i {
    font-size: 16px;
    margin: 0 0 0 10px;
    position: relative;
    top: 1px;
}
.foot-block ul li ul li.city-add a span.ln-hover {
    left: 5px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.foot-block ul li ul li.city-add a:hover .ln-more {
    opacity: 0;
    visibility: hidden;
}
.foot-block ul li ul li.city-add a:hover .ln-hover {
    opacity: 1;
    visibility: visible;
}
#foothome {
    background: url("../images/footertop.png") repeat-x 0 0;
    float: left;
    padding: 27px 0 15px;
    width: 100%;
}
#foothome .main {
    width: 724px;
}
.foot-sec {
    margin: 0 -20px;
}
.right-foot {
    float: right;
    padding: 20px;
    width: 20%;
}
.find-image-home {
    float: left;
    text-align: center;
    width: 100%;
}
.right-foot img {
    width: 162px;
    max-width: 100%;
}
.left-foot {
    float: left;
    padding: 20px;
    width: 80%;
}
.left-foot h2 {
    color: #ffdd2f;
    font: 18px Frontage-Bold;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.left-foot p {
    color: #ffffff;
    font: 16px/24px FuturaMedium;
}
#banner.about-banner {
    background-image: url("../images/about-banner.jpg");
}
.about-banner h1.air {
    top: 50%;
}
.about-banner h2.h2-air {
    top: 50%;
}
#about-sec {
    background: url("../images/bg-pattern.png") repeat scroll 0 0 #148ab8;
    float: left;
    width: 100%;
    overflow: hidden;
}
.content4.abv {
    padding: 0 20px 0 0;
}
.about-video {
    float: left;
    padding: 65px 0;
    width: 100%;
}
.about-video h2 {
    color: #ffffff;
    font: 28px Frontage-Bold;
    text-transform: uppercase;
    text-align: center;
}
.youtube-about {
    border: 10px solid #1591bd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    float: left;
    margin: 30px 0 0;
    width: 100%;
}
.youtube-about img {
    width: 100%;
}
.about-icon {
    background: #f0c319;
    background: -moz-linear-gradient(top, #f0c319 0%, #f3d122 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0c319), color-stop(100%, #f3d122));
    background: -webkit-linear-gradient(top, #f0c319 0%, #f3d122 100%);
    background: -o-linear-gradient(top, #f0c319 0%, #f3d122 100%);
    background: -ms-linear-gradient(top, #f0c319 0%, #f3d122 100%);
    background: linear-gradient(to bottom, #f0c319 0%, #f3d122 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0c319', endColorstr='#f3d122', GradientType=0);
    float: left;
    padding: 30px 0;
    width: 100%;
    position: relative;
}
.about-icon:before {
    background: #f0c319;
    background: -moz-linear-gradient(top, #f0c319 0%, #f3d122 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0c319), color-stop(100%, #f3d122));
    background: -webkit-linear-gradient(top, #f0c319 0%, #f3d122 100%);
    background: -o-linear-gradient(top, #f0c319 0%, #f3d122 100%);
    background: -ms-linear-gradient(top, #f0c319 0%, #f3d122 100%);
    background: linear-gradient(to bottom, #f0c319 0%, #f3d122 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0c319', endColorstr='#f3d122', GradientType=0);
    content: "";
    height: 100%;
    left: -100000%;
    position: absolute;
    top: 0;
    width: 100000%;
}
.about-icon h2 {
    text-align: center;
}
.about-icon h2 span {
    border-bottom: 2px solid #013855;
    border-top: 2px solid #013855;
    color: #013855;
    display: inline-block;
    font: 16px Frontage-Bold;
    text-transform: uppercase;
    padding: 10px 0;
}
.about-icon-list {
    float: left;
    width: 100%;
}
.about-icon-list ul {
    float: left;
    width: 100%;
}
.about-icon-list ul li {
    float: left;
    margin: 25px 0 0;
    text-align: center;
    width: 100%;
}
.about-icon-list ul li .abt-icon-sec {
    display: inline-block;
    width: 100%;
}
.about-icon-list ul li .abt-icon-sec img {
    display: inline-block;
    width: 96px;
}
.about-icon-list ul ul {
    display: inline-block;
    float: none;
    margin: 0 0 0 10px;
    min-width: 100px;
    width: auto;
}
.about-icon-list ul ul li {
    float: none;
    margin: 0;
    width: auto;
}
.about-icon-list ul ul li h3 {
    color: #013e5e;
    display: inline-block;
    font: 46px FuturaStdCondensedLight;
}
.about-icon-list ul ul li h4 {
    color: #013e5e;
    display: inline-block;
    font: 12px Frontage-Bold;
    text-transform: uppercase;
}
#about-col {
    background: none repeat scroll 0 0 #013e5e;
    float: left;
    padding: 45px 0;
    width: 100%;
    position: relative;
}
.content3 {
    padding: 0 20px;
    width: 33.3333%;
}
.abt-info {
    float: left;
    text-align: center;
    width: 100%;
}
.abt-info h2 {
    color: #f3cf1f;
    font: 24px Frontage-Bold;
    text-transform: uppercase;
}
.abt-find p {
    margin: 25px 0 0;
}
.abt-info p {
    color: #ffffff;
    font: 15px/22px FuturaMedium;
    margin: 15px 0 0;
    text-align: left;
}
.abt-info ul {
    margin-top: 10px;
    padding: 0 0 0 15px;
    text-align: left;
    float: left;
    width: 100%;
}
.abt-info ul li {
    color: #ffffff;
    font: 15px/22px FuturaMedium;
    list-style: disc outside;
    margin: 10px 0 0;
    float: left;
    width: 100%;
}
.abt-find {
    float: left;
    margin: 22px 0 0;
    width: 100%;
    text-align: center;
}
.abt-find a {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: 94px;
}
.abt-find a i {
    font-size: 24px;
    line-height: 38px;
    margin: 0 0 0 10px;
}
#about-news {
    background: url("../images/bg-pattern.png") repeat scroll 0 0 #148ab8;
    float: left;
    padding: 45px 0;
    width: 100%;
}
#about-news h2 {
    color: #f3cf1f;
    font: 30px Frontage-Bold;
    text-transform: uppercase;
    margin: 0 0 25px;
    text-align: center;
}
.abt-news {
    float: left;
    width: 100%;
}
#about-news .row-block {
    margin: 0 -10px;
    position: relative;
}
#about-news .row-block .content3 {
    padding: 0 10px;
}
.abt-news-pic {
    border: 3px solid #1864fc;
    float: left;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.abt-news-pic img {
    width: 100%;
}
.abt-news-pic h6 {
    bottom: 10px;
    color: #ffffff;
    font: 14px FuturaMedium;
    position: absolute;
    right: 15px;
}
.abt-news p {
    color: #ffffff;
    float: left;
    font: 16px/22px FuturaMedium;
    min-height: 66px;
    padding: 0 15px;
    text-align: center;
    width: 100%;
}
.abt-news p i {
    font-style: italic;
}
.abt-news-btn {
    float: left;
    margin: 25px 0 0;
    text-align: center;
    width: 100%;
}
.abt-news-btn a {
    background: none repeat scroll 0 0 #013e5e;
    display: inline-block;
    padding: 10px;
}
.abt-news-btn a span {
    background: none repeat scroll 0 0 #f5d828;
    border: 2px solid #2695d1;
    color: #000000;
    float: left;
    font: 14px/28px Frontage-Bold;
    text-transform: uppercase;
    height: 36px;
    padding: 0;
    text-align: center;
    width: 200px;
}
.abt-news-btn a span i {
    font-size: 22px;
    margin: 0 0 0 15px;
    position: relative;
    top: 1px;
}
.feature-student {
    position: absolute;
    right: 0;
    top: 0;
    width: 17%;
    z-index: 100;
}
.fsimg {
    float: left;
    position: relative;
    width: 100%;
}
.fsimg img {
    width: 100%;
}
span.close-fsi {
    cursor: pointer;
    margin: 5% 5% 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 6%;
}
body.findbg {
    background: url("../images/bg-pattern.png") repeat scroll 0 0 #31b0c8;
}
#find-us {
    background: url("../images/bg-pattern.png") repeat scroll 0 0 #31b0c8;
    padding: 20px 0 60px;
    position: absolute;
    bottom: 100%;
    width: 100%;
}
#find-us-sec {
    float: left;
    width: 100%;
    background: url("../images/bg-pattern.png") repeat scroll 0 0 #31b0c8;
    z-index: 1500;
    position: relative;
}
.find-row-block {
    float: left;
    padding: 20px 0 0;
    position: relative;
    width: 100%;
}
.map {
    float: left;
    padding: 40px 0;
    width: 100%;
}
.find-logo {
    float: left;
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
}
img.find-us-logo {
    width: 140px;
}
.map-img {
    float: left;
    width: 100%;
}
.find-us-map {
    width: 100%;
}
#find-us-sec .row-block {
    position: relative;
    padding-bottom: 3em;
}
a#close {
    color: #ffffff;
    font: 15px Frontage-Bold;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 15px;
}
.find-location {
    float: left;
    padding: 80px 0 0;
    width: 100%;
}
.find-location ul {
    margin: 0 -10px;
}
.find-location ul li {
    float: left;
    margin: 0 0 65px;
    padding: 0 10px;
    width: 50%;
}
.find-location ul li h2 {
    color: #f6db2a;
    font: 14px Frontage-Bold;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}
.find-location ul li h3 {
    color: #ffffff;
    font: 12px Frontage-Bold;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
    line-height: 18px;
}
.find-loc {
    float: left;
    width: 100%;
}
.find-loc a {
    width: 100%;
    background: none repeat scroll 0 0 #003d5f;
    border: 1px solid #560700;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    color: #000000;
    float: left;
    position: relative;
    padding: 5px;
}

.find-loc a:focus span strong{
    position: relative;
    z-index: 1;
}

.find-loc a:focus span{
    color: #f5d828;
}

.find-loc a:focus span:after{
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2695d1;
}

.find-loc a span {
    background: none repeat scroll 0 0 #f6da00;
    border: 2px solid #1393d3;
    float: left;
    font: 10px/22px Frontage-Bold;
    text-transform: uppercase;
    height: 30px;
    text-align: center;
    width: 100%;
    position: relative;
}
.find-loc a span i {
    font-size: 17px;
    margin: 0 0 0 8px;
    position: relative;
    top: 2px;
}
.find-loc a span.ln-hover {
    left: 5px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.find-loc a:hover .ln-more,
.find-loc a:focus .ln-more,
.find-loc a:active .ln-more {
    opacity: 0;
    visibility: hidden;
}
.find-loc a:hover .ln-hover,
.find-loc a:focus .ln-hover,
.find-loc a:active .ln-hover {
    opacity: 1;
    visibility: visible;
}
.mobtext {
    float: left;
    width: 100%;
}
h2.ghead i,
h2.shead i,
h2.fhead i {
    display: none;
}
.abtext {
    float: left;
    width: 100%;
}
h2.abhead i {
    display: none;
}
#banner.faq-banner {
    background-image: url("../images/faq-banner.jpg");
}
.faq-banner h1.air {
    top: 50%;
}
.faq-banner h2.h2-air {
    top: 50%;
}
#faq-sec {
    background: none repeat scroll 0 0 #013e5e;
    float: left;
    width: 100%;
}
.faq-box {
    background: url("../images/bg-pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
    overflow: hidden;
}
.faq-ques {
    float: left;
    width: 100%;
}
.faq-box:nth-child(2n) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.faq-main {
    margin: 0 auto;
    width: 1024px;
}
.faq-ques h2 {
    color: #f3cf1f;
    cursor: pointer;
    float: left;
    font: 24px/32px Frontage-Bold;
    text-transform: uppercase;
    padding: 25px 45px 25px 45px;
    position: relative;
    width: 100%;
}
.faq-ques h2 strong {
    left: 0;
    position: absolute;
    top: 24px;
}
.faq-ques h2 i {
    font-size: 40px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 24px;
}
.faq-collapse {
    display: none;
    float: left;
    width: 100%;
}
.faq-ans,
.st-content {
    // float: left;
    padding: 0 0 20px 45px;
    width: 100%;
}
.faq-ans p,
.st-content p {
    color: #ffffff;
    font: 16px/24px FuturaMedium;
    margin: 0 0 20px;
}
.faq-ans a,
.st-content a {
    color: #ffffff;
    text-decoration: underline;
}
.faq-ans ul,
.st-content ul {
    float: left;
    padding: 0 0 25px 20px;
    width: 100%;
}
.faq-ans ul li,
.st-content ul li {
    color: #ffffff;
    float: left;
    font: 16px/22px FuturaMedium;
    list-style: disc outside;
    margin: 0 0 10px;
    width: 100%;
}
.last-modified {
    font-size: 11px;
    font-style: italic;
}
section.blue-theater {
    padding: 10px 0 0;
}
.about-icon .about-icon-list ul ul li h3 {
    font: 43px FuturaStdCondensedLight;
}
.about-banner h1.air {
    font: 32px Frontage-Bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.about-banner h2.h2-air {
    font: 32px Frontage-Bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#mfPreviewBar {
    display: none!important;
}
.youtube-about iframe {
    float: left;
    width: 100%;
}
.abt-infographics {
    float: left;
    padding: 0 20px 0 0;
    width: 100%;
}
.abt-infographics img {
    width: 100%;
}
.map-img ul {
    float: left;
    position: relative;
    width: 100%;
}
.map-img ul li.map-pic-base {
    position: relative;
}
.map-img ul li.map-pic-base::before {
    content: '';
    display: block;
    position: absolute;
    left: 1%;
    top: -11%;
    width: 12%;
    height: 2em;
    background: url('../images/find-us-usa.png') 0 0 no-repeat;
    background-size: 100% auto;
}
.map-img ul li.map-pic-base::after {
    content: '';
    display: block;
    position: absolute;
    left: 1%;
    top: 61%;
    width: 12%;
    height: 2em;
    background: url('../images/find-us-uk.png') 0 0 no-repeat;
    background-size: 100% auto;
}
.map-img ul li {
    float: left;
    width: 100%;
}
.map-img ul li.map-location {
    height: 100%;
    position: absolute;
}
.map-img ul li.map-location ul {
    float: left;
    height: 100%;
    width: 100%;
}
.map-img ul li.map-location ul li.seattle {
    left: 45px;
    position: absolute;
    top: -20px;
    z-index: 5;
}
.map-img ul li.map-location ul li.las-vegas {
    left: 72px;
    position: absolute;
    top: 155px;
    z-index: 5;
}
.map-img ul li.map-location ul li.california {
    left: 35px;
    position: absolute;
    top: 180px;
    z-index: 5;
}
.map-img ul li.map-location ul li.tennesse {
    position: absolute;
    right: 170px;
    top: 180px;
    z-index: 5;
}
.map-img ul li.map-location ul li.new-york {
    position: absolute;
    right: 43px;
    top: 88px;
    z-index: 5;
}
.map-img ul li.map-location ul li {
    height: 39px;
    width: 27px;
}
.map-img ul li.map-location ul li .loc-pointer {
    background: url("../images/find-loc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 100% 100%;
    height: 39px;
    position: absolute;
    width: 27px;
    z-index: 10;
    cursor: pointer;
}
.map-img ul li.map-location ul li .state-img {
    display: none;
}
.loc-map {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
    border: 1px solid #c32e27;
    padding: 15px;
    position: absolute;
    width: 310px;
    display: none;
    z-index: 999999;
}
.loc-map .city {
    color: #ffffff;
    font: 12px Frontage-Bold;
    margin: 0 0 10px;
}
.loc-map .description {
    color: #ffdb2d;
    font: 14px Frontage-Bold;
    margin: 0 0 15px;
}
.find-loc-map {
    float: left;
    text-align: center;
    width: 100%;
}
.find-loc-map a {
    border: 2px solid #013e5e;
    color: #ffdb2d;
    display: inline-block;
    font: 11px Frontage-Bold;
    height: 24px;
    padding: 2px 10px;
    position: relative;
}
.find-loc-map a .ln-hover {
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 2px;
    visibility: hidden;
    width: 100%;
}
.find-loc-map a:hover .ln-more {
    opacity: 0;
    visibility: hidden;
}
.find-loc-map a:hover .ln-hover {
    opacity: 1;
    visibility: visible;
}
.map-img ul li.map-location ul li .find-loc-map a i {
    font-size: 14px;
    left: auto;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
}
.map-img ul li.map-location ul li.seattle .state-img {
    height: 80px;
    left: -25px;
    position: absolute;
    top: 10px;
    width: 101px;
    z-index: 3;
}
.map-img ul li.map-location ul li.las-vegas .state-img {
    height: 133px;
    left: -40px;
    position: absolute;
    top: -63px;
    width: 98px;
    z-index: 3;
}
.map-img ul li.map-location ul li.california .state-img {
    bottom: -41px;
    height: 179px;
    left: -43px;
    position: absolute;
    width: 115px;
}
.map-img ul li.map-location ul li.tennesse .state-img {
    height: 59px;
    left: -44px;
    position: absolute;
    top: 8px;
    width: 118px;
}
.map-img ul li.map-location ul li.new-york .state-img {
    height: 89px;
    left: -70px;
    position: absolute;
    top: -34px;
    width: 105px;
}
.map-img ul li.map-location ul li.seattle .loc-map {
    left: -45px;
    top: 45px;
}
.map-img ul li.map-location ul li.las-vegas .loc-map {
    left: -45px;
    top: 45px;
}
.map-img ul li.map-location ul li.california .loc-map {
    left: -35px;
    top: 45px;
}
.map-img ul li.map-location ul li.tennesse .loc-map {
    left: -85px;
    top: 45px;
}
.map-img ul li.map-location ul li.new-york .loc-map {
    left: -140px;
    top: 45px;
}
.map-img ul li.map-location ul li.seattle.show {
    z-index: 50;
}
.map-img ul li.map-location ul li.show .loc-pointer {
    background: url("../images/find-loc-sel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 100% 100%;
}
.map-img ul li.map-location ul li.show .state-img {
    display: block;
}
.map-img ul li.map-location ul li.show .loc-map {
    display: block;
}
.bx-wrapper img.mobile-slide {
    display: none;
}
.footer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-top: 1px solid #ffffff;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.footer a {
    color: #ffffff;
    font: 12px FuturaMedium;
    margin: 0 5px;
}
.footer a:hover, .footer a:active, .footer a:focus {
    color: #ffdd00;
}
.footer p {
    color: #ffffff;
    font: 11px FuturaMedium;
    margin: 5px 0 0;
}
#blue-theater.purple {
    background: url(../images/top-purple-bg.jpg) 0 0 repeat-x #714b9b;
}
#blue-theater.purple ul li a {
    color: #fff;
}
#blue-theater.purple ul li.active a {
    background: none repeat scroll 0 0 #4b2d73;
    color: #f1c81c;
}
.footer.footpos {
    bottom: 0;
    position: absolute;
}
#header.foothead {
    position: static;
}
/*animation-starts*/

span.si-icon.si-icon-nav-up-arrow {
    float: left;
    display: block;
    width: 100%;
    position: relative;
}
.si-icon svg {
    position: absolute;
    right: 0;
    top: 35px;
}
#banner.tp-banner h1.air {
    top: 45%;
}
#banner.tp-banner h2.h2-air {
    top: 45%;
}
#portal-welcome {
    background: #5c3a82;
    float: left;
    padding: 40px 0 60px;
    width: 100%;
}
.content-wide {
    float: left;
    padding: 0 20px;
    width: 100%;
}
#portal-welcome h3 {
    color: #f5d828;
    font: 24px Frontage-Bold;
    text-align: center;
}
.wel-text-box {
    float: left;
    margin: 25px 0 0;
    text-align: center;
    width: 100%;
}
.wel-text-box p {
    color: #ffffff;
    font: 15px/22px FuturaMedium;
}
.wel-text-box p a {
    color: #ffffff;
}
#portal-sec {
    background: none repeat scroll 0 0 #5c3a82;
    float: left;
    width: 100%;
}
.faq-ques h2 strong.icon-por {
    top: 30px;
    width: 45px;
    -webkit-transition: all 650ms 0s ease-in-out;
    -moz-transition: all 650ms 0s ease-in-out;
    -ms-transition: all 650ms 0s ease-in-out;
    transition: all 650ms 0s ease-in-out;
}
.st-open .faq-ques h2 strong.icon-por {
    width: 70px;
}
.faq-ques h2 strong.icon-por img {
    max-width: 100%;
}
.faq-ques h2 strong.icon-por.one-icon img {
    height: 75px;
}
#portal-sec .faq-ques h2,
#portal-sec .faq-ans,
#portal-sec .st-content {
    padding-left: 90px;
}
#portal-sec h2.faq-acc small {
    color: #ffffff;
    float: left;
    font: 15px/22px FuturaMedium;
    margin: 5px 0 0;
    padding: 5px;
    text-transform: none;
    width: 100%;
}
.year-text {
    float: left;
    width: 100%;
}
.yt-list {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
.yt-head {
    float: left;
    width: 100%;
    position: relative;
}
.yt-head img.yt-icon {
    position: absolute;
    width: 44px;
    left: 0;
}
.yt-head h4 {
    color: #ffffff;
    font: 16px/22px FuturaMedium;
    padding: 0 0 10px 60px;
    text-transform: uppercase;
}
.st-content .yt-list ul {
    margin: 0 0 15px;
    padding: 0 0 0 100px;
}
.st-content .yt-list ul li {
    padding: 0 0 0 15px;
}
#about-news .jcarousel-control-prev {
    display: block;
}
#about-news .jcarousel-control-next {
    display: block;
}
.parents-page {
    background: none repeat scroll 0 0 #5a2834;
}
#blue-theater.rust {
    background: url(../images/rust-bg.jpg) repeat-x scroll 0 0 #5a2834;
}
#banner.fp-banner {
    background-image: url("../images/for-parent-banner.jpg");
}
#banner.fp-banner .h2-air {
    top: 45%;
}
.parents-block {
    float: left;
    width: 100%;
}
.parents-page .content4.pull-left {
    padding-right: 20px;
}
.parents-page .content4.pull-right {
    padding-left: 20px;
}
.bg-parent-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    float: left;
    position: relative;
    width: 100%;
}
.bg-parent-img.first {
    background-image: url(../images/par1.jpg);
}
.bg-parent-img.second {
    background-image: url(../images/par2.jpg);
}
.bg-parent-img.third {
    background-image: url(../images/par3.jpg);
}
.figure-cap {
    bottom: 10px;
    color: #402b21;
    background-color: #fff;
    font: 12px FuturaMedium;
    position: absolute;
    right: 15px;
}
.mob-only {
    display: none;
}
.first-parent-text {
    float: left;
    padding: 60px 0 60px;
    width: 100%;
}
.first-parent-text h2 {
    color: #f1c81c;
    font: 24px Frontage-Bold;
    margin: 0 0 5px;
    display: block;
}
.first-parent-text p {
    color: #ffffff;
    font: 15px/22px FuturaMedium;
    padding: 5px;
}
.parent-text {
    float: left;
    padding: 40px 0;
    width: 100%;
}
.parent-text h2 {
    background: url("../images/dot-bod.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    color: #f1c81c;
    display: block;
    font: 24px Frontage-Bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.parent-text ul {
    color: #ffffff;
    float: left;
    padding-left: 15px;
    width: 100%;
}
.parent-text p {
    color: #ffffff;
    font: 15px/22px FuturaMedium;
    margin-bottom: 5px;
}
.parent-text p a {
    color: #fff;
    text-decoration: underline;
}
.parent-text ul li {
    font: 15px/22px FuturaMedium;
    list-style: disc outside;
    padding-bottom: 5px;
}
.parent-find {
    float: left;
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
}
.school-page {
    background: none repeat scroll 0 0 #d04a3a;
}
#blue-theater.orange {
    background: url("../images/orange-bg.jpg") repeat-x scroll 0 0 #d04a3a;
}
#blue-theater.orange ul li.active a {
    background: none repeat scroll 0 0 #b02c20;
}
#banner.fs-banner {
    background-image: url("../images/fs-banner.jpg");
}
.fs-banner .lock {
    margin-left: -55px;
    width: 110px;
}
.fs-banner .lock .lock-block {
    padding: 0;
}
.theater-block.sb {
    background-color: #9b3225;
    float: left;
    position: relative;
    width: 100%;
}
.sb .goal-text p {
    color: #ffffff;
    font: 15px/22px FuturaMedium;
    margin: 0 0 5px;
}
h2.youtube-head {
    color: #f1c81c;
    float: left;
    font: 22px Frontage-Bold;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
}
#find-foot.ff-school {
    background: none repeat scroll 0 0 #9b3225;
}
.theater-block.sb .goal-img {
    background-image: url("../images/fs1.jpg");
}
#find-foot.ff-school h2 {
    float: left;
    margin-bottom: 30px;
    white-space: nowrap;
    width: 100%;
}
#find-foot.ff-school h2 img {
    float: left;
    margin: 0 30px 0 0;
    width: 90px;
}
#banner.fsl-banner {
    background-image: url("../images/fsl-banner.jpg");
}
.fsl-banner h1.air {
    top: 45%;
}
.fsl-banner h2.h2-air {
    top: 45%;
}
#portal-welcome.school-por,
#portal-sec.por-school {
    background: none repeat scroll 0 0 #d04a3a;
}
.por-school .faq-box,
.sb.pattern-bg {
    background: url("../images/stripe-bg.png") repeat scroll 0 0 #9b3225;
}
.por-school .faq-box:nth-child(2n) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1025px) {
    .nav ul li a {
        overflow: hidden;
    }
    .nav ul li a span {
        position: relative;
        display: inline-block;
        /*-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;transition:transform 0.3s;*/
    }
    .nav ul li a span::before {
        position: absolute;
        top: 100%;
        content: attr(data-hover);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .nav ul li a:hover span,
    .nav ul li a:focus span {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .nav ul li.cm a strong:before {
        text-align: center;
        width: 100%;
        left: 0;
    }
    #blue-theater ul li a {
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    #blue-theater ul li a span {
        position: relative;
        display: inline-block;
        padding: 8px 10px 10px;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    #blue-theater ul li a span::before {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        content: attr(data-hover);
        padding-top: inherit;
        padding-bottom: inherit;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        transition: background 0.3s;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    #blue-theater ul li a:hover span,
    #blue-theater ul li a:focus span,
    #blue-theater ul li.active a span {
        -webkit-transform: rotateX(90deg) translateY(-22px);
        -moz-transform: rotateX(90deg) translateY(-22px);
        transform: rotateX(90deg) translateY(-22px);
    }
    #blue-theater ul li a:hover span::before,
    #blue-theater ul li a:focus span::before {
        background: #013e5e;
        color: #f1c81c;
    }
    #blue-theater.purple ul li a:hover span::before,
    #blue-theater.purple ul li a:focus span::before {
        background: #4b2d73;
        color: #f1c81c;
    }
    #blue-theater.orange ul li a:hover span::before,
    #blue-theater.orange ul li a:focus span::before {
        background: #b02c20;
    }
    .abt-news-btn a span,
    .foot-block ul li ul li.city-add a span,
    .find-loc a span {
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .abt-news-btn a span:after,
    .foot-block ul li ul li.city-add a span:after,
    .find-loc a span:after {
        content: '';
        position: absolute;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: #2695d1;
    }
    .abt-news-btn a span:hover:after,
    .abt-news-btn a span:active:after,
    .foot-block ul li ul li.city-add a span:hover:after,
    .foot-block ul li ul li.city-add a span:active:after,
    .find-loc a span:hover:after,
    .find-loc a span:active:after {
        height: 100%;
    }
    .abt-news-btn a span:hover,
    .abt-news-btn a span:active,
    .foot-block ul li ul li.city-add a span:hover,
    .foot-block ul li ul li.city-add a span:active,
    .find-loc a span:hover,
    .find-loc a span:active {
        color: #f5d828;
    }
    .abt-news-btn a span:hover strong,
    .abt-news-btn a span:active strong,
    .foot-block ul li ul li.city-add a span:hover strong,
    .foot-block ul li ul li.city-add a span:active strong,
    .find-loc a span:hover strong,
    .find-loc a span:active strong {
        position: relative;
        z-index: 1;
    }
    .abt-news-pic {
        -webkit-transition: border 0.35s ease-out;
        -moz-transition: border 0.35s ease-out;
        -o-transition: border 0.35s ease-out;
        transition: border 0.35s ease-out;
    }
    .abt-news-pic:hover {
        border-color: #fff;
    }
    .abt-news-pic figure {
        background: none repeat scroll 0 0 #4bc5da;
        float: left;
        overflow: hidden;
        position: relative;
    }
    .abt-news-pic figure img {
        position: relative;
        display: block;
    }
    .abt-news-pic figure.effect img {
        opacity: 0.8;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    .abt-news-pic figure.effect:hover img {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*animation-ends*/

.school-nyc-page {
    background: #015162;
}
#blue-theater.teal {
    background: url("../images/teal-bg.jpg") repeat-x scroll 0 0 #015162;
}
#banner.syc-banner {
    background-image: url("../images/nyc-banner.jpg");
}
.h3-air {
    color: #ffffff;
    font: 20px FuturaMedium;
    left: 0;
    letter-spacing: 0.052em;
    position: absolute;
    text-align: center;
    top: 60%;
    width: 100%;
}
.h3-air a {
    color: #ffffff;
    text-decoration: underline;
}
.nyc-block {
    position: relative;
    float: left;
    width: 100%;
}
.bg-parent-img.ny1 {
    background-image: url("../images/ny1.jpg");
}
.bg-parent-img.ny2 {
    background-image: url("../images/ny2.jpg");
}
.parent-text p strong {
    font-family: FuturaLTBold;
}
.content12 {
    padding: 0 20px;
    width: 100%;
}
.nyc-block-accordion {
    float: left;
    width: 100%;
}
.nyc-block-accordion .toggle-icon i {
    margin-right: -515px;
    font-size: 40px;
    line-height: 32px;
    position: absolute;
    right: 50%;
    top: 24px;
    color: #f1c81c;
}
.ul-acc {
    float: left;
    width: 100%;
}
.li-acc {
    float: left;
    width: 100%;
}
.nyc-block.pattern-bg,
.li-acc:nth-child(2n+1) {
    background-image: url("../images/acc-teal-bg.jpg");
}
.acc-anc {
    float: left;
    position: relative;
    width: 100%;
}
.acc-anc h3 {
    color: #f5d828;
    float: left;
    font: 24px/32px Frontage-Bold;
    padding: 25px 45px 25px 0;
}
.li-acc .st-content {
    padding-left: 0;
    padding-right: 0;
}
.nyc-text-sec {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}
.nyc-text-sec .content35 {
    padding: 0 20px;
    width: 35%;
}
.nyc-img {
    float: left;
    width: 100%;
}
.nyc-img img {
    max-width: 100%;
}
.nyc-text-sec .content65 {
    padding: 0 20px;
    width: 65%;
}
.nyc-text {
    float: left;
    width: 100%;
}
.nyc-text h4 {
    color: #f5d828;
    font: 16px/24px FuturaLTBold;
    text-transform: uppercase;
}
.nyc-text ul {
    padding: 0 0 25px 35px;
}
.nyc-text ul li {
    padding: 0 0 0 10px;
}
.calendar-event {
    float: left;
    width: 100%;
}
.calendar-event ul {
    float: none;
    margin: 0 -20px;
    padding: 0;
    width: auto;
}
.calendar-event ul li {
    float: left;
    list-style: outside none none;
    padding: 20px;
    text-align: center;
    width: 212px;
    height: 212px;
}
.cal-shell {
    background: url("../images/bg-pattern.png") repeat scroll 0 0 #015162;
    border: 3px solid #117b92;
    border-radius: 50%;
    float: left;
    position: relative;
    width: 100%;
}
.cal-shell h2 {
    color: #ffffff;
    font: 20px Frontage-Bold;
    position: absolute;
    top: 30px;
    width: 100%;
}
.cal-shell h6 {
    color: #ffffff;
    font: 50px Frontage-Bold;
    position: absolute;
    top: 50px;
    width: 100%;
}
.cal-shell.hov p {
    height: 100%;
    left: 0;
    padding: 30px 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    font: 16px/26px FuturaMedium;
}
.cal-shell.hov:hover h2,
.cal-shell.hov:hover h6 {
    display: none;
}
.cal-shell.hov:hover p {
    display: block;
}
.calendar-event h4 {
    float: left;
    font: 18px Frontage-Bold;
    text-align: center;
    width: 100%;
}
.hidden-img {
    float: left;
    width: 100%;
}
.hidden-img > img {
    opacity: 0;
    visibility: hidden;
    width: 100%;
}
.nyc-img .figure-cap {
    bottom: 20px;
    color: #ffffff;
    right: 0;
    text-align: center;
    width: 100%;
}
.cal-shell .cal-info-front h3 {
    color: #ffffff;
    font: 20px Frontage-Bold;
    position: absolute;
    top: 30px;
    width: 100%;
}
.cal-shell .cal-info-front h4 {
    color: #ffffff;
    font: 50px Frontage-Bold;
    position: absolute;
    top: 50px;
    width: 100%;
}
.cal-shell .cal-info-front h3 {
    font-size: 24px;
}
.cal-shell .cal-info-front h4 {
    font-size: 12px;
    top: 70px;
}
.cal-shell .cal-info-front h3.till {
    top: 90px;
}
.calendar-event.bottome {
    background: url("../images/dot-acc.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    margin: 20px 0 0;
    padding: 20px 0 0;
}
.calendar-event.bottome > h4 {
    margin: 0 0 20px;
}
.calendar-event.bottome ul {
    text-align: center;
}
.calendar-event.bottome ul li {
    display: inline-block;
    float: none;
}
.ques-mail {
    float: left;
    margin: 30px 0 0;
    width: 100%;
}
.ques-mail span {
    color: #ffffff;
    font: 16px/24px FuturaMedium;
    letter-spacing: 0.052em;
    text-transform: none;
}
.cal-shell {
    background: #015162 url("../images/bg-pattern.png") repeat scroll 0 0;
    border-radius: 50%;
    cursor: default;
    height: 100%;
    position: relative;
    width: 100%;
}
.cal-shell-inner {
    border-radius: 50%;
    height: 150px;
    left: 8px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 8px;
    width: 150px;
}
.cal-info {
    border-radius: 50%;
    height: 150px;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 150px;
}
.cal-info > div {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: center center;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.cal-info .cal-info-front {
    background: #015162 url("../images/bg-pattern.png") repeat scroll 0 0;
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    -o-transform: rotate3d(0, 1, 0, 0deg);
    -ms-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
}
.cal-info .cal-info-back {
    background: #015162 none repeat scroll 0 0;
    border: 2px solid #117b92;
    display: table;
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
}
@media only screen and (min-width: 1025px) {
    .cal-shell:hover .cal-info {
        -webkit-transform: rotate3d(0, 1, 0, -180deg);
        -moz-transform: rotate3d(0, 1, 0, -180deg);
        -o-transform: rotate3d(0, 1, 0, -180deg);
        -ms-transform: rotate3d(0, 1, 0, -180deg);
        transform: rotate3d(0, 1, 0, -180deg);
    }
}
.cal-info-back p {
    display: table-cell;
    height: 100%;
    line-height: normal;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.theater-page .parent-text ul.col-2 {
    padding-left: 45px;
    width: 50%;
}
#find-foot.ff-school h2 span.fsubhead {
    color: #ffffff;
    float: left;
    font: 15px/22px FuturaMedium;
    letter-spacing: 0.052em;
    margin: 10px 0 0;
    padding: 0 5px;
    text-transform: none;
    width: 100%;
}
#wrapper {
    float: left;
    position: relative;
    width: 100%;
    z-index: 10;
    margin-top: -2px;
}
.about-page #wrapper {
    background: #013e5e;
    border-top: 1px solid #013a59;
}
.parents-page #wrapper {
    background: none repeat scroll 0 0 #5a2834;
    border-top: 1px solid #4a1824;
}
.theater-page #wrapper {
    background: none repeat scroll 0 0 #5c3a82;
    border-top: 1px solid #3d1b63;
}
.school-page #wrapper {
    background: none repeat scroll 0 0 #9b3225;
    border-top: 1px solid #572101;
}
.school-nyc-page #wrapper {
    background: none repeat scroll 0 0 #015162;
    border-top: 1px solid #01414d;
}
.school-page .figure-cap {
    color: #ffffff;
    left: 15px;
    right: auto;
}
@media screen and (min-width: 1025px) {
    a.ani-cricle {
        float: left;
        width: 100%;
    }
    a.ani-cricle,
    .ani-cricle a,
    .ani-cricle.center-img a {
        position: relative;
    }
    .fdu.center-img a {
        display: inline-block;
    }
    a.ani-cricle,
    .ani-cricle a,
    .ani-cricle.center-img a {
        -webkit-transition: background 0.2s, color 0.2s;
        -moz-transition: background 0.2s, color 0.2s;
        transition: background 0.2s, color 0.2s;
    }
    a.ani-cricle:after,
    .ani-cricle a:after,
    .ani-cricle.center-img a:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    a.ani-cricle:after,
    .ani-cricle a:after,
    .ani-cricle.center-img a:after {
        top: -5px;
        left: -5px;
        padding: 5px;
        box-shadow: 0 0 0 5px #C52C29;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform 0.2s, opacity 0.2s;
        transform: scale(.8);
        opacity: 0;
    }
    a.ani-cricle:hover:after,
    .ani-cricle a:hover:after,
    .ani-cricle.center-img a:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
#banner-base {
    display: none!important;
}
.find-bottom-footer {
    bottom: 0;
    position: absolute;
}
span.close-fsi:hover .hide-ico {
    display: inline-block;
}
span.close-fsi:hover .show-ico {
    display: none;
}
.close-fsi .hide-ico {
    display: none;
}
.sticker_wrap {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
span.close-fsi {
    cursor: pointer;
    margin: 5% 5% 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 6%;
}
.stickercontainer {
    font-size: 12px;
    height: 228px;
    margin: 0;
    position: relative;
    top: 10px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    width: 228px;
}
.stickercrop {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.text {
    color: #fff;
    font-family: Frontage-Bold;
    font-size: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    top: 0;
    width: 100%;
}
.ss {
    color: #fff;
    margin-right: 5px;
    /*margin added for SJC featured school*/
}
.ss > h2 {
    color: #ffee39;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0 auto 5px;
    text-align: center;
    width: 69%;
}
.snipe-p1 {
    display: block;
    font-size: 11.5px;
    margin-bottom: 2px;
}
.snipe-p2 {
    color: #edf1f2;
    display: block;
    font-size: 10px;
    margin-bottom: 3px;
}
.snipe-p3 {
    color: #f0f9fa;
    display: block;
    font-size: 9px;
}
#banner {
    height: 16vw !important;
    text-align: center;
}
#banner .lock {
    position: static;
    display: inline-block;
    margin: -15px 0 0 0;
    width: auto;
}
#banner::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    height: 16vw;
    width: 0;
    margin-right: -0.31em;
}
#banner img.banner-img {
    display: none;
}
/* important because someone did not do this well. */

#banner h1,
#banner h2 {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    position: static !important;
    padding: 0.4em 1em !important;
    margin: 0em 0 0.4em !important;
    width: 100% !important;
}
@media screen and (max-width: 768px) {
    #banner {
        height: 200px !important;
    }
    #banner::before {
        height: 200px;
    }
}
#banner.syc-banner,
#banner.ft-banner,
#banner.fs-banner {
    height: 20vw !important;
    min-height: 200px;
}
#banner.ft-banner::before,
#banner.fs-banner::before {
    height: 45%;
}
#banner.syc-banner {
    height: auto !important;
    min-height: 20vw;
}
#banner.syc-banner p.h3-air {
    height: auto;
    position: static;
    padding: 0 1em 1em;
}
#banner.syc-banner::before {
    height: 13vw;
}
/*
.nyc-block-accordion{float:left;width:100%;}
.nyc-block-accordion>ul {counter-reset:nyc-counter;}
.nyc-block-accordion>ul>li {position:relative;}
.nyc-block-accordion>ul>li .si-icon>h3 {padding-top:35px;position:relative;padding-bottom:40px;padding-left: 2.5em;line-height:1;}
.nyc-block-accordion>ul>li .si-icon>h3:before */

.nyc-block-accordion .nyc-steps p {
    padding-left: 3.5em;
    position: relative;
    overflow: hidden;
}
.nyc-block-accordion .huge-number {
    display: inline-block;
    position: relative;
    float: left;
    font: 450% Frontage-Bold;
    top: 0em;
    left: 0.15em;
    height: 1em;
    margin: 0 -0em 0 -1.2em;
    line-height: 0.5em;
    overflow: visible;
    width: 1.2em;
    text-align: center;
    color: rgba(0, 39, 57, 0.85);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 1024px) {
    #banner {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .lock {
        top: 40%;
    }
}
@media screen and (max-width: 380px) {
    h1.air {
        font-size: 24px;
    }
}
.youtube-nyc {
    float: left;
    padding: 15px 0;
    width: 100%;
}
.youtube-nyc iframe {
    width: 100%;
}
.h_iframe {
    position: relative;
}
.h_iframe .ratio {
    display: block;
    width: 100%;
    height: 100%;
}
.h_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.school-nyc-page .abt-news-btn a span {
    background: #f5d828 none repeat scroll 0 0;
    border: 2px solid #2695d1;
    color: #000000;
    float: left;
    font: 19px/28px Frontage-Bold;
    height: 50px;
    padding: 5px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
}
