@charset "UTF-8";
/*! core.css - https://atelier35.pt/
Copyright (c) 2013 Atelier35
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300&subset=latin,latin-ext);

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, font, 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 {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

body {
    background-color: #FDFDFD;
    color: #6e6f72;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 111px;
    margin: 0 auto;
    position: relative;
}

section, article, #header, #mainContent, #footer, nav, aside, hgroup {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    color: #f5d80b;
    margin: 1.2em 0;
    text-transform: uppercase;
}

h1.big {
    font-size: 54px;
    font-weight: 800;
    line-height: 58px;
    margin: 1.2em 0 0;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.book {
    font-weight: 300;
}

.small {
    font-size: 75%;
}

h2.big {
    font-size: 36px;
}

h2, h3, h4, h5, h6 {
    color: #6e6f72;
}

p {
    margin: 15px 0;
}

a, a:link {
    color: #f5d80b;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    text-decoration: none;
}

a:visited {
    color: #f5d80b;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    text-decoration: none;
}

a:hover, a:focus {
    color: #f5d80b;
    text-decoration: underline;
}

ol, ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ol li {
    list-style-position: outside;
}

hr:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0 !important;
    line-height: 0;
    font-size: xx-large;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

.line, hr {
    *zoom: 1;
}

hr {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #dcdcdc;
    height: 0;
}

.line:after {
    clear: both;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
    display: block;
    font-size: xx-large;
    height: 0 !important;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.unit:after {
    content: " ";
    display: block;
    /*position: absolute;*/
}

.unit {
    float: left;
    display: block;
}

.size1of1 {
    float: none;
}

.size1of4, .quartered-list li {
    width: 25%;
}

body.ie7 .size1of4 {
    width: 24.99%;
}

.size1of3 {
    width: 33.33333%;
}

body.ie7 .size1of3 {
    width: 33.3%;
}

.size1of2 {
    width: 50%;
}

body.ie7 .size1of2 {
    width: 49.99%;
}

.size2of3 {
    width: 66.66666%;
}

body.ie7 .size2of3 {
    width: 66.6%;
}

.size3of4 {
    width: 75%;
}

body.ie7 .size3of4 {
    width: 74.99%;
}

.size1of5 {
    width: 20%;
}

.size2of5 {
    width: 40%;
}

.size3of5 {
    width: 60%;
}

.size4of5 {
    width: 80%;
}

.size1of6 {
    width: 16.666666%;
}

body.ie7 .size1of6 {
    width: 16.6%;
}

.size1of7 {
    width: 14%;
}

.size1of8 {
    width: 12.5%;
}

.in15 {
    padding: 0 15px;
}

.in10 {
    padding: 0 10px;
}

.inr5 {
    padding-right: 5px;
}

.inl5 {
    padding-left: 5px;
}

.inr10 {
    padding-right: 10px;
}

.inl10 {
    padding-left: 10px;
}

.inr15 {
    padding-right: 15px;
}

.inl15 {
    padding-left: 15px;
}

.bottom30 {
    margin-bottom: 30px !important;
}

.bottom20 {
    margin-bottom: 20px !important;;
}

.bottom10 {
    margin-bottom: 10px !important;;
}

.top10 {
    margin-top: 10px !important;;
}

.top30 {
    margin-top: 30px !important;;
}

.top60 {
    margin-top: 60px !important;;
}

.out15 {
    margin: 15px 0;
}

.out30 {
    margin: 30px 0;
}

.m10 {
    margin: 0 10px;
}

.m15 {
    margin: 0 15px;
}

.search_block {
    float: right;
    margin: 12px 0;
    display: inline-block;
    height: 27px;
    line-height: 27px;
}

.clearfix {
    display: block;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/* table configuration
---------------------------------------------------------------------- */
table {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    width: 100%;
    /*table-layout: fixed*/;
    font-size: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}

table.school-list {
    table-layout: fixed;
}

.simple caption {
    color: #6e6f72;
    border-bottom: 1px solid #BABABA !important;
    box-shadow: 0 1px 1px #FFFFFF;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
}

.simple td, .simple th {
    text-align: left !important;
}

.simple th {
    /*background: none repeat scroll 0 0 rgba(254, 254, 254, 0.4);*/
    background: none repeat scroll 0 0 #fbef9d;
    color: #FFF;
    font-weight: 600;
}

.simple tr.even {
    /*background: none repeat scroll 0 0 #F9F9F9*/;
}

.simple th, .simple td {
    padding: 1em !important;
}

.school-list th, .school-list td {
    padding: .8em !important;
}

.simple td, .simple th {
    /*border-right: 1px solid #6e5e4c;*/
    box-shadow: 1px 0 1px #FFFFFF;
}

.simple td:first-child, .simple th:first-child {
    /*border-left: 1px solid #6e5e4c;*/
}

.simple tr:first-child {
    /*border-top: 1px solid #6e5e4c;*/
}

.simple tr, .simple td {
    border-bottom: 1px solid #BABABA !important;
    box-shadow: 0 1px 1px #FFFFFF;
}

.simple th {
    vertical-align: middle;
}

.simple th.center, .simple td.center {
    text-align: center !important;
    display: table-cell !important;
}

.simple th.right, .simple td.right {
    text-align: right !important;
    display: table-cell !important;
}

.simple th.w32, .simple td.w32 {
    width: 32%;
}

.simple th.quarter, .simple td.quarter {
    width: 25%;
}

.simple th.w20, .simple td.w20 {
    width: 20%;
}

.simple th.w17, .simple td.w17 {
    width: 17%;
}

.simple th.w12, .simple td.w12 {
    width: 12%;
}

.simple th.w10, .simple td.w10 {
    width: 10%;
}

.simple td.small {
    font-size: 86.4%;
}

.simple td.actions {
    font-size: 94.4%;
}

.simple th.sort {
    cursor: n-resize;
}

.simple th.sort.asc {
    cursor: n-resize;
}

.simple th.sort.desc {
    cursor: s-resize;
}

.simple tr:hover {
    background-color: #fdf7ce !important;
}

.simple tr.thead:hover {
    background-color: #fbef9d !important;
}

.results th {
    /*background: none repeat scroll 0 0 rgba(250, 247, 238, 0.5);*/
    background: none;
}

.results th[scope="row"] {
    border-right: 1px solid #BABABA !important;
}

.results tr.winner th, .results tr.winner td {
    background: none repeat scroll 0 0 rgba(250, 247, 238, 0.5);
}

span.view-now a:link, span.view-now a:visited {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #bababa;
    width: 80px;
    font-size: 11px;
    font-style: italic;
    text-decoration: none;
    color: #faf7ee;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 14px;
    margin: 0 auto;
    padding: 3px 6px;
}

span.view-now a:hover, span.view-now a:focus {
    background: #f5d80b;
    color: #fff;
}

span.view-now a:active {
    position: absolute;
    top: auto;
    bottom: 9px;
}
