* {
  margin:0;
  padding:0;
}
html {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
#outer-wrapper { overflow:hidden; }
#inner-wrapper { margin:auto; }
#seo-top {
  height:30px;
  background-color:#3f3570;
  font-size:8px;
  color:#888;
  font-style:italic;
  text-align:left;
}
#seo-top .widget {
  white-space:nowrap;
  width:980px;
  padding-right:365px;
  line-height:30px;
  margin:auto;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
#seo-top .widget .textwidget {
  overflow:hidden;
  text-overflow:ellipsis;
}
#container { background:#fff; }
#container .wrapper {
  width:980px;
  margin-left:auto;
  margin-right:auto;
}
#container .layout-content .yui3-g {
  margin-left:-20px;
  margin-right:-20px;
}
#header {
  background:#622ebe;
  border-bottom:5px solid white;
  color:white;
}
#header #header-menu { width:100%; }
#header #header-menu .column {
  margin-left:240px;
  padding-right:170px;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name:slidein;
  -moz-animation-name:slidein;
  -o-animation-name:slidein;
  -ms-animation-name:slidein;
  animation-name:slidein;
}
#header #header-video {
  margin-top:13px;
  margin-left:-145px;
}
#header .layout-content {
  width:980px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}
#header .layout-content .column {
  margin-left:0;
  margin-right:0;
}
#header .layout-content .first {
  position:absolute;
  width:350px;
  top:-30px;
  right:0;
  line-height:30px;
  height:30px;
}
#header .layout-content .first .yui3-g { margin:0; }
#header .layout-content .first .yui3-g .column {
  padding-left:19px;
  padding-right:20px;
  border-left:1px solid #a65740;
}
#header .layout-content .first .yui3-g .phone { width:50%; }
#header .layout-content .first .yui3-g .phone span {
  display:inline-block;
  white-space:nowrap;
  padding-left:25px;
  margin-left:-5px;
  font-weight:bold;
  text-align:left;
  background:url(https://boardingschoolforgirls-org.epicmove3.com/wp-content/themes/teen-challenge/css/../images/phone.png) left no-repeat;
}
#header .layout-content .first .yui3-g .social {
  width:50%;
  line-height:20px;
}
#header .layout-content .first .yui3-g .social span {
  display:block;
  text-align:center;
  padding-top:5px;
}
#header .layout-content .first .yui3-g .social span a {
  opacity:0.75;
  display:inline-block;
  margin:0 2px;
}
#header .layout-content .first .yui3-g .social span a:hover { opacity:1; }
#header .layout-content .first .yui3-g .yui3-u:last-of-type .column { border-right:1px solid #a65740; }
#header .layout-content .second { height:105px; }
#header .menu-main-container {
  display:inline-block;
  padding-top:37px;
  padding-left:235px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
#header h1#logo {
  margin:0;
  position:absolute;
  top:-22px;
  left:-30px;
}
#header h1#logo a {
  display:block;
  width:252px;
  height:139px;
  background:transparent url(https://boardingschoolforgirls-org.epicmove3.com/wp-content/themes/teen-challenge/css/../images/logo.png) top left no-repeat;
  text-indent:-3000em;
}
#header .video {
  display:block;
  position:relative;
  width:100%;
  line-height:0;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
#header .video::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -moz-box-shadow:inset 0 0 0 1px #000, inset 0 0 3px white;
  -webkit-box-shadow:inset 0 0 0 1px #000, inset 0 0 3px white;
  box-shadow:inset 0 0 0 1px #000, inset 0 0 3px white;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
#header .video img {
  width:100%;
  height:auto;
  max-width:130px;
  max-height:80px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
#header .video span {
  display:block;
  position:absolute;
  left:12px;
  bottom:10px;
  width:33px;
  height:22px;
  font-size:0;
  background-image:url(https://boardingschoolforgirls-org.epicmove3.com/wp-content/themes/teen-challenge/css/../images/play.png);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-transition:background-position 0.2s;
  -moz-transition:background-position 0.2s;
  -o-transition:background-position 0.2s;
  transition:background-position 0.2s;
}
#header .video:hover span {
  background-position:0 -23px;
  -webkit-transition:background-position 0.2s;
  -moz-transition:background-position 0.2s;
  -o-transition:background-position 0.2s;
  transition:background-position 0.2s;
}
@-webkit-keyframes slidein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-moz-keyframes slidein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@keyframes slidein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
#body {
  position:relative;
  z-index:0;
  text-align:center;
}
#content-wrapper {
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}
#content {
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}
#content .layout-content {
  margin-top:20px;
  margin-bottom:20px;
}
.page-template-default #content, .page-template-layout-sidebarnone-php #content {
  min-width:980px;
  max-width:980px;
}
.page-template-layout-sidebarleft-php #content-wrapper {
  margin:auto;
  width:745px;
}
.page-template-layout-sidebarleft-php #content .layout-content { width:725px; }
.page-template-layout-sidebarleft-php #content-wrapper { padding-left:235px; }
.page-template-layout-sidebarleft-php #content .layout-content {
  margin-left:20px;
  margin-right:0px;
}
.page-template-layout-sidebarleft-php #sidebar-left .layout-content { margin-right:20px; }
.page-template-layout-sidebarright-php #content-wrapper {
  margin:auto;
  width:745px;
}
.page-template-layout-sidebarright-php #content .layout-content { width:725px; }
.page-template-layout-sidebarright-php #content-wrapper { padding-right:235px; }
.page-template-layout-sidebarright-php #content .layout-content {
  margin-left:0px;
  margin-right:20px;
}
.page-template-layout-sidebarright-php #sidebar-right .layout-content { margin-left:20px; }
.page-template-layout-sidebarboth-php #content-wrapper {
  width:510px;
  padding-left:235px;
  padding-right:235px;
}
.page-template-layout-sidebarboth-php #content .layout-content {
  margin-left:20px;
  margin-right:20px;
}
.page-template-layout-sidebarboth-php #content #sidebar-right .layout-content { margin-left:20px; }
.page-template-layout-sidebarboth-php #content #sidebar-left .layout-content { margin-right:20px; }
.sidebar {
  width:235px;
  min-width:235px;
  max-width:235px;
  margin-top:20px;
}
.sidebar .widget { margin-bottom:40px; }
#sidebar-left {
  min-width:235px;
  max-width:235px;
  margin-left:-235px;
}
#sidebar-left .layout-content {
  margin-left:0px;
  margin-right:20px;
}
#sidebar-right {
  min-width:235px;
  max-width:235px;
  margin-right:-235px;
}
#sidebar-right .layout-content {
  margin-right:0px;
  margin-left:20px;
}
#footer {
  padding-top:35px;
  background:#314f41 url(https://boardingschoolforgirls-org.epicmove3.com/wp-content/themes/teen-challenge/css/../images/footer-bg.jpg) top no-repeat;
  min-height:350px;
}
#footer .layout-content {
  width:980px;
  margin-left:auto;
  margin-right:auto;
}
#footer .first { width:50%; }
#footer .second { width:25%; }
#footer .third { width:25%; }
#footer .fourth { width:100%; }
#seo-bottom {
  background-color:#3f3570;
  color:#302852;
  text-align:center;
  font-size:9px;
  font-weight:normal;
  line-height:1.2em;
  padding-top:80px;
  padding-bottom:40px;
}
#seo-bottom .wrapper {
  border:1px solid #302852;
  padding:40px 20px;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  max-width:900px;
}
#seo-bottom h1, #seo-bottom h2, #seo-bottom h3 {
  font-weight:normal;
  line-height:1em;
}
#seo-bottom h1 { font-size:18px; }
#seo-bottom h2 { font-size:14px; }
#seo-bottom h3 { font-size:12px; }
