@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open Sans:400,600);

/* BRANDING COLORS
logo purple: #65226d;
lighter purple: #a539b2;
*/

html, body {
background:#fff;
margin:0;
padding:0;
font-family: 'Open Sans', sans-serif;
font-size:17px;
height:99%;
width:100%;
}

#container {
width:100%;
margin: 0;
background:#fff;
padding:0;
border:none;
}

a:link {color:#65226d; }
a:hover {color:#14aa9e; text-decoration:none;}
a:visited {color:#65226d;}

h1 { font-size:26px; color:#65226d; margin:0px;font-weight:400; }
h2 { font-size:24px; color:#65226d; margin:0px;font-weight:400; }
h3 { font-size:18px; color:#65226d; margin:0px;font-weight:400; }
strong {font-weight:600;}

/* header items
-------------------------------------------------------------- */

#application-pre-header {
background:#65226d;
height:30px;}


#header {
width:98%;
height:auto;
position:relative;
margin:0 auto;
padding:1%;
background:#fff;
border:none;
text-align:center;
}

#logo_centered {
margin:0;
}
#logo_centered img {
height:130px;
}

#logo {
width:100%;
text-align:center;
position:relative;
z-index:0;
height:130px;
padding:none;
}

#logo img {
height:130px;
position:relative;
z-index:1;
margin-left:0;
}

#headertext {
line-height:120%;
width:100%;
position:relative;
font-size:1.6em;
text-transform: uppercase;
margin-top:0;
z-index:100;
color:#24487c;
}
.header_school_name {
display:none;
}
.online_application {
color:#65226d;
}

#application-post-header {
display:none;
}

/* content items
-------------------------------------------------------------- */

#content {
width:auto;
overflow:auto;
height:auto;
min-height:600px;
}

#padder {
padding:2%;
height:auto;
}

.wideBox {
position:relative;
margin:20px auto;
width:100%;
max-width:850px;
overflow:hidden;
padding:0%;
height:auto;
vertical-align:top;
background:#FFF;
clear:both;
}

/* initial steps */
.welcome {
padding:20px;
}
.user {
padding:20px;
}
.login {
padding:20px;
}
.thankyou {
padding:20px;
}

.search-email-field {
max-width:300px !important;
padding:5px !important;
font-size:1.1em !important;
}

/* application page */
.print_app_box {
border:none;
width:100%;
max-width:800px;
padding:20px;
margin:0 auto;
}

/* above the actual form area */
.app_top_message {
padding:2%;

}
.app_title {
font-size:25px;
float:left;
color:#24487c;
}
.app_title_school_address {
font-size:11px;
line-height:110% !important;
margin-top:5px;
color:#555;
}
.app_header_address_logo {
padding:2%;
margin:0;
}
.app-page-top-logo {
float:right;
}
#app_form {
margin-top:0;
}

.section_row {
background:#ddd;
text-align:center;
border:none;
padding:15px;
font-size:22px;
}
.section_row_2 {
background:#eee;
text-align:center;
border:none;
padding:10px;
font-size:18px;
}

.section_row_print {
background:#ddd;
text-align:center;
border:none;
padding:10px;
font-size:22px;
}
.section_row_print_2 {
background:#eee;
text-align:center;
border:none;
padding:6px;
font-size:18px;
}

/* footer
-------------------------------------------------------------- */
#footer { font-size:12px;bottom:0;overflow:visible;text-align:center;background:none;color:#777;}
#footer a:link {color:#777;}
#footer a:hover {color:#777; text-decoration:none;}
#footer a:visited {color:#777;}

/* form and form divs
-------------------------------------------------------------- */

.two_col {
width:47%;
float:left;
margin:10px 1%;
}
.one_col {
width:97%;
float:left;
margin:10px 1%;
}

.field {
padding:4px;
min-width:60px;
max-width:500px;
width:98%;
margin:2px 0 2px 5px;
cursor: text;
border:1px solid #999;
color:#777;
background:#FcFcFc;
transition: opacity 200ms ease-in-out;
border-radius:5px;
}
.field:focus, field:active {
color:#333;
background:#fff;
border-color:#444;
}

.two_col select, .one_col select {
background:#F9F9F9;
font-size:0.9em;
padding:2px;
max-width:400px;
min-width:60px;
border-radius:5px;
}

.date_field {
max-width:80px;
min-width:60px;
width:25%;
margin-left:2px;
border-radius:5px;
}

.attention_field {
background:#FBFF9C;
}
.buttonBlue {
border:none;
border-radius:5px;
background:#a539b2;
padding: 4px 8px;
font-size:1.3em;
cursor:pointer;
color:#fff;
font-weight:500;
text-align:center;
margin: 5px auto;
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
ms-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;}

.buttonBlue:hover {
color:#fff;
background:#65226d;
}

#Submit {
margin:20px auto 50px auto;
}

#yes, #no {
font-size:0.8em;
}

/* misc
-------------------------------------------------------------- */

#loading{
position:fixed;
top:0;
left:0;
z-index:100;
background-color:rgba(0,0,0,0.7);
width:100%;
height:100%;
text-align:center;
font-size:30pt;
color:#fff;
-webkit-transition-duration: 250ms;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-duration: 250ms;
-moz-transition-property: all;
-moz-transition-timing-function:ease-in-out;
}

.loading {
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
z-index:10000;
background-color:rgba(50,50,50,0.7);
background-image:url(/admin/images/ps-white-watermark.png);
background-position:49.5% 100%;
background-repeat:no-repeat;
width:100%;
height:100%;
text-align:center;
color:#333;
display:none;
}


/* misc classes */
.small {font-size:10px !important;padding:3px; }
.smaller {font-size:9px !important;padding:1px; }
.medium {font-size:16px !important;}
.large {font-size:25px !important;}
.grey {color:#777 !important; }
.red {color:#FF0000; }
.darkred {color:#900 !important;}
.blue {color:#036; }
.darkgrey {color:#333 !important;}
.black {color:#000 !important;}
.green {color:#060 !important; }
.white {color:#FFF !important;}
.orange {color:#F90;}
.orangedark {color:#FF9D11;}
.orangeframe {border:1px dotted #F90 !important;}
.redframe {border:1px solid #F00 !important;}
.thickframe {border-width:2px;}
.greyframe {border:1px dotted #555;}
.bold {font-weight:600;}
.highlightBox {padding:1px 3px;background:#fff;border:1px solid #999;margin:-2px 3px 6px -2px;color:#333;}
.underline {border-bottom:1px dotted #333;}
.fullwidth {width:97%;}
.pointer {cursor:pointer;}
.topTitleBox {background:#eee;height:35px;padding:5px 10px 0 10px;margin:0 0 15px 0;font-size:20px;font-weight:bold;color:#069;border:1px dotted #999;float:left;width:50%;}
.alignleft {text-align:left;}
.aligncenter {text-align:center;}
.alignright {text-align:right;}
.clear {clear:both;}
.attention {background:#FCC;font-weight:bold;} .attention2 {background:#FFC;font-weight:bold;}
.floatRight {float:right !important;}
.floatLeft {float:left !important;}
.wide {letter-spacing:1px;}
.prep {background:url(../../images/loader-white-back-small.gif) top no-repeat;margin:20px auto;}
.noborder {border:none;}
.bgLightGrey {background:#efefef !important; border-color:#999;}
.bgLightGrey2 {background:#DDD !important; }
.bgWhite {background:#FFF;}
.bgGrey {background:#999;}
.bgRed {background:#FCC !important;}

.transAll {
-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;
}
.shadowed {
-webkit-box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
}
.progress{position:relative;height:4px;display:block;width:100%;background-color:#acece6;border-radius:2px;margin:.5rem 0 1rem 0;overflow:hidden}.progress .determinate{position:absolute;top:0;left:0;bottom:0;background-color:#26a69a;-webkit-transition:width .3s linear;transition:width .3s linear}.progress .indeterminate{background-color:#26a69a}.progress .indeterminate:before{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left, right;-webkit-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite}.progress .indeterminate:after{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left, right;-webkit-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-webkit-animation-delay:1.15s;animation-delay:1.15s}@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}



@media screen and (max-width: 768px) {
.two_col {
font-size:0.9em;
}
.wideBox {
width:96%;
padding:2%;
margin:0;
}
.shadowed {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow: none;
}

#logo img {

}
#headertext {
line-height:130%;
width:100%;
margin:5px 0 0 0;
padding:5px 0;
text-align:center;
font-size:1.5em;
z-index:100;
}

.online_application {
font-size:0.9em;
}

}

@media screen and (max-width: 667px) {
.field {
width:90%;
font-size:1.2em;
}
#logo {
}

#logo img {
}
.two_col {
width:85%;
float:none;
margin:10px auto;
}
#headertext {
font-size:1.2em;
}
.app-page-top-logo {
display:none;
}

.app_header_address_logo, .app_title {
text-align:center;
width:100%;
padding: 0;
float:none;
margin-bottom:15px;
}
#Submit {
width:85%;
padding:10px;
}
.date_field {
width:25%;
}

}
@media screen and (max-width: 428px) {
.two_col {
width:97%;
}
#logo img {
}
}