@charset "utf-8";
body {
    min-width: 1000px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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 {
    margin: 0;
    padding: 0;
    border: none;
}

html,
body {
    
    min-height: 100%;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #404041;
    background: url("/media/878/main-bg.png") center 0 repeat-y #fff;
}

img {
    vertical-align: top;
}

a,
input,
button,
textarea,
select,
:-moz-any-link:focus {
    outline: none;
}

a {
    color: #BE1E2D;
}

a:hover {
    text-decoration: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.img-left {
    float: left;
    margin: 0 12px 8px 0;
}

.img-right {
    float: right;
    margin: 0 0 8px 12px;
}

.center,
.content .center {
    text-align: center;
}

.clear {
    clear: both;
}

.red {
    color: #BE1E2D !important;
}

.top-line {
    background: url("/media/1223/top-line.png") 0 0 no-repeat;
    height: 48px;
}

.header .logo {
    width: 201px;
    height: 56px;
    float: left;
    padding: 2px 20px 18px 26px;
}

.header #search-block {
    float: right;
    width: 360px;
    margin-left: 17px;
}

.header .search-flag-block {
    float: left;
    padding: 27px 0 17px 0;
}

.search-flag-block .search {
    margin-right: 19px;
    float: left;
}

.search-flag-block .search .txt {
    background-color: #FFFFFF;
    border: 1px solid #C51A35;
    color: #4f4f4f;
    font: normal 11px Tahoma, Geneva, sans-serif;
    width: 122px;
    height: 13px;
    padding: 2px;
    float: left;
}

.search-flag-block .search .sbm {
    float: left;
    margin: 1px 0 0 3px;
}

.search-flag-block .flags {
    padding-top: 0;
    margin-right: 23px;
}

.top-form-icons {
    float: left;
    padding-top: 2px;
    /* width: 51px; */
    overflow: hidden;
}

.top-form-icons a,
.top-form-icons span {
    float: left;
}

.header {
    zoom: 1;
}

.flag-select-wrap {
    display: block;
    width: 150px;
    float: left;
    border: solid 1px #acacad;
    position: relative;
    cursor: pointer;
    zoom: 1;
    height: 17px;
}

.flag-select-wrap .txt span {
    font-size: 10px;
    line-height: 17px;
    padding-left: 2px;
}

.flag-select-wrap .flags-select {
    width: 112px;
    padding: 1px;
    display: none;
    position: absolute;
    top: 17px;
    left: -1px;
    z-index: 9999;
    border: solid 1px #9d9d9d;
    zoom: 1;
    background-color: #fff;
}

.flag-select-wrap .noscript .flags-select {
    display: block;
}

.flag-select-wrap .flags-select li {
    float: none;
    width: 114px;
    zoom: 1;
    margin-right: 0;
    list-style: none;
}

.flag-select-wrap .flags-select a {
    display: block;
    width: 100%;
    float: left;
    padding: 3px 0;
    margin: 0;
    height: 12px;
    zoom: 1;
    color: #6B6868;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
}

.flag-select-wrap a:hover {
    background-color: #e3e0e0;
}

.flag-select-wrap .flags-select img {
    position: relative;
    top: 1px;
    left: 2px;
    float: left;
}

.flag-select-wrap .flags-select span {
    display: block;
    float: left;
    padding-left: 6px;
}

.flag-select-wrap b {
    background: url("/media/9118/arrow.jpg") 0 0 no-repeat;
    cursor: pointer;
    display: block;
    height: 13px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 13px;
}

.header-links {
    float: right;
    padding-top: 30px;
    color: #8f8f91;
}

.header-links li {
    float: left;
    padding: 0 9px;
    border-right: solid 1px #8f8f91;
    list-style: none;
    line-height: 12px;
}

.header-links li.last {
    border-right: none;
}

.header-links li a {
    color: #666;
    text-decoration: none;
}

.header-links li a:hover {
    text-decoration: underline;
}

.menu-wrap {
    background: url("/media/888/menu-bg2.png") 0 0 repeat-x;
    height: 25px;
    padding-left: 35px;
}

#menu {
    position: relative;
    z-index: 599;
}

#menu li {
    list-style: none;
    float: left;
    position: relative;
    line-height: 25px;
}

#menu li a {
    font: bold 12px/23px Tahoma, Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 25px;
    height: 25px;
    white-space: nowrap;
    text-shadow: 1px 0 1px #000;
}

#menu li:first-child a {
    background: none;
}

.submenu {
    display: none;
    position: absolute;
    left: 3px;
    top: -7px;
    z-index: 1;
}

.submenu .item-name {
    height: 41px;
    cursor: pointer;
    position: relative;
    top: 4px;
}

.submenu .item-name a,
#menu li .submenu .item-name a {
    height: auto;
    padding: 0;
    background: url("/media/1173/item-bg.png") 0 0 no-repeat;
    position: relative;
    cursor: pointer;
}

.submenu .item-name a span {
    display: block;
    height: 33px;
    font-size: 12px;
    line-height: 14px !important;
    margin: 0 16px 0 10px;
    background: url("/media/1173/item-bg.png") 0 -82px repeat-x;
    padding: 8px 17px 0;
}

.submenu .item-name div {
    width: 16px;
    height: 41px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/media/1173/item-bg.png") 0 -41px repeat-x;
}

.submenu .submenu-item {
    display: none;
    width: 185px;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 500;
}

.submenu .submenu-item .submenu-item {
    left: 20px;
}

.submenu .submenu-item .si-top {
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0;
    top: -14px;
    z-index: 510;
}

.submenu .submenu-item .si-top div {
    display: none;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: url("/media/1188/submenu-corners.png") 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.submenu .submenu-item .si-top b {
    display: block;
    height: 14px;
    background: url("/media/1198/submenu-right-top-corner.png") right 0 no-repeat;
    margin-left: 130px;
    position: relative;
    top: 0;
    margin-right: 0;
}

.submenu .submenu-item .submenu-item .si-top b {
    width: 14px;
    height: 14px;
    background: url("/media/1188/submenu-corners.png") -13px 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.submenu .submenu-item .submenu-item .si-top div {
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: url("/media/1183/submenu-corner-lavel-2.png") 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.submenu .submenu-item .submenu-item .si-top span {
    display: block;
    height: 14px;
    margin: 0 14px;
    background: url("/media/1203/top-bottom-shadow.png") 0 0 repeat-x;
    position: relative;
    top: 0;
}

.submenu .submenu-item .si-bottom {
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: -16px;
    z-index: 510;
}

.si-bottom div,
.si-bottom b {
    display: block;
    width: 16px;
    height: 16px;
    background: url("/media/1188/submenu-corners.png") 0 -14px no-repeat;
    position: absolute;
    left: -3px;
    top: 0;
}

.si-bottom b {
    left: auto;
    right: -1px;
    background-position: -16px -14px;
}

.si-bottom span {
    display: block;
    height: 16px;
    margin: 0 15px 0 13px;
    background: url("/media/1203/top-bottom-shadow.png") 0 -14px repeat-x;
}

.submenu .submenu-item .si-left-shadow,
.submenu .submenu-item .si-right-shadow {
    width: 14px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/media/1178/left-right-shadow.png") 0 0 repeat-y;
    z-index: 510;
}

.submenu .submenu-item .si-right-shadow {
    right: 0;
    left: auto;
    background-position: right 0;
}

.submenu .si-white-line {
    display: none;
    width: 100%;
    height: 2px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 515;
}

#menu li .submenu .submenu-item a,
.submenu .submenu-item a {
    height: auto;
    margin: 0 6px;
    padding: 5px 9px 6px 16px;
    font-size: 11px;
    line-height: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background: #444345;
    position: relative;
    z-index: 521;
}

#menu li .submenu .submenu-item .submenu-item a,
.submenu .submenu-item .submenu-item a {
    font-size: 11px;
    padding-top: 4px;
    top: 0;
}

.submenu .submenu-item a span {
    display: block;
    padding-right: 18px;
}

.submenu .submenu-item a.isSubmenu span {
    background: url("/media/1193/submenu-item-dot.gif") right 4px no-repeat;
}

#menu li .submenu .submenu-item a:hover,
.submenu .submenu-item a:hover,
#menu li .submenu .submenu-item a.submenuOpen,
.submenu .submenu-item a.submenuOpen {
    background: #575658;
}

.header {
    position: relative;
    z-index: 600;
}

.header-img {
    position: relative;
    zoom: 1;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
}

.main {
    padding: 35px 20px 10px 20px;
    min-height: 610px;
}

.basic {
    float: right;
}

.left-col {
    float: left;
}

.left-col .unit-holder {
    margin-bottom: 15px;
}

.center-col {
    float: left;
    width: 517px;
}

.center-col-cont {
    padding: 0 20px;
}

.right-col {
    float: left;
    width: 203px;
}

.right-col .unit-holder {
    margin-bottom: 15px !important;
}

.center-col-with-left {
    float: left;
    width: 757px;
}

.center-col-with-left .center-col-cont {
    padding-left: 0;
}

.center-col-with-right {
    width: 720px;
    float: left;
}

.center-col-with-right .center-col-cont {
    padding-right: 0;
}

.center-col-wide {
    width: 960px;
    float: left;
}

.center-col-wide .center-col-cont {
    padding: 0;
}

.content {
    color: #4f4f4f;
    line-height: 17px;
}

.content h1 {
    color: #BE1E2D;
    font: bold 20px/22px Arial, Helvetica, sans-serif;
    padding-bottom: 17px;
}

.content h2 {
    font: bold 16px/18px Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}

.content h3 {
    color: #BE1E2D;
    font: bold 14px/16px Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}

.content h4,
.content h5,
.content h6 {
    font: bold 12px Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}

.content h4 {
    font-size: 13px;
}

.content p {
    padding-bottom: 17px;
}

.content .testimonials {
    color: #999;
    font-size: 10px;
}

.content ul {
    padding: 0 0 14px 25px;
    margin-left: 20px;
}

.content ul li {
    list-style-type: disc;
    padding-bottom: 3px;
}

.content ol {
    padding: 0 0 14px 25px;
    margin-left: 20px;
}

.content ol li {
    padding-bottom: 3px;
}

.round-table {
    margin-bottom: 17px;
    border: solid 1px #bababa;
    background-color: #ececec;
    padding: 1px;
    position: relative;
}

.round-table .tl {
    background: url("/media/512/block-corners.png") 0 0 no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.round-table .tr {
    background: url("/media/512/block-corners.png") right 0 no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -1px;
    right: -1px;
}

.round-table .bl {
    background: url("/media/512/block-corners.png") 0 bottom no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -1px;
    left: -1px;
}

.round-table .br {
    background: url("/media/512/block-corners.png") right bottom no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -1px;
    right: -1px;
}

.round-table .cont {
    background-color: #d9d9d9;
    padding: 7px;
}

.round-table table {
    width: 100%;
}

.round-table th {
    color: #002666;
    font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: top;
    padding: 5px;
}

.round-table td {
    background-color: #f5f5f5;
    padding: 5px;
    vertical-align: top;
}

.round-table .light-bg td,
.round-table .light-bg {
    background-color: #fff;
}

.content .round-table ul {
    margin: 0;
    padding: 0 0 10px 20px;
}

.content .round-table p {
    padding-bottom: 10px;
}

.cltable {
    background-color: #EFEFEF;
}

.cltable td {
    border: 1px solid #C9C9C9;
    padding: 5px;
}

.round-gray-block {
    background-color: #f2f2f2;
    border: solid 1px #b8b7b7;
    padding: 1px;
    position: relative;
    font-size: 11px;
    color: #4F4F4F;
}

.round-gray-block h3 {
    font: bold 14px Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    color: #002266;
}

.round-gray-block h4 {
    font: bold 12px Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    color: #002266;
    text-align: center;
}

.round-gray-block p {
    padding-bottom: 5px;
    line-height: 15px;
}

.round-gray-block li {
    list-style: none;
    background: url("/media/217849/cc-blue-list-dot.gif") 0 5px no-repeat;
    border-bottom: 1px solid #ddd;
    padding: 0 0 4px 10px;
    margin-bottom: 4px;
}

.round-gray-block .cont {
    padding: 15px;
    background-color: #e6e6e6;
}

.round-gray-block .tl,
.round-gray-block .tr,
.round-gray-block .bl,
.round-gray-block .br {
    position: absolute;
    width: 6px;
    height: 6px;
}

.round-gray-block .tl {
    background: url("/media/images/rb-tl.png") 0 0 no-repeat;
    top: -1px;
    left: -1px;
}

.round-gray-block .tr {
    background: url("/media/images/rb-tr.png") 0 0 no-repeat;
    top: -1px;
    right: -1px;
}

.round-gray-block .bl {
    background: url("/media/images/rb-bl.png") 0 0 no-repeat;
    bottom: -1px;
    left: -1px;
}

.round-gray-block .br {
    background: url("/media/images/rb-br.png") 0 0 no-repeat;
    bottom: -1px;
    right: -1px;
}

.content-table {
    width: 100%;
    border-top: solid 1px #d4d5d6;
    border-left: solid 1px #d4d5d6;
    margin-bottom: 25px;
}

.content-table th {
    background: url("/media/563/cont-table-th.png") 0 bottom repeat-x #58595b;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    padding: 6px 10px;
    text-shadow: 1px 1px 1px #1f0914;
    vertical-align: top;
    font-size: 13px;
}

.content-table td {
    padding: 6px 10px;
    vertical-align: top;
    border-bottom: solid 1px #d4d5d6;
    border-right: solid 1px #d4d5d6;
}

.content-table .dark td {
    background-color: #efeff0;
}

.content .content-table ul {
    padding: 0;
}

.cc-expand-list {
    margin-bottom: 17px;
}

.cc-expand-list ul {
    border-top: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cc-expand-list ul ul {
    border-top: 0 none;
    padding: 0 0 17px 8px;
    margin-left: 20px;
}

.cc-expand-list li .cc-expand-list {
    margin-bottom: 0;
}

.cc-expand-list .cc-expand-list ul {
    padding: 0;
    margin: 0;
}

.cc-expand-list .cc-expand-list ul ul {
    padding: 0 0 17px 8px;
    margin-left: 20px;
}

.cc-expand-list ul li {
    background: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    list-style: none;
}

.cc-expand-list ul li li {
    border-bottom: 0 none;
    list-style-type: disc;
    padding-bottom: 3px;
}

.cc-expand-list li .cc-expand-list li {
    list-style: none;
    border-top: 1px solid #ccc;
    padding: 0;
}

.cc-expand-list li .cc-expand-list li li {
    border-top: 0 none;
    list-style-type: disc;
    padding-bottom: 3px;
}

.cc-expand-list .p-l-name {
    padding: 7px 8px 9px 7px;
    position: relative;
    cursor: pointer;
}

.cc-expand-list .p-l-name em {
    display: block;
    background: url("/media/537/cc-list-dot.gif") no-repeat scroll 0 7px transparent;
    color: #BE1E2D;
    font-weight: bold;
    line-height: 16px;
    margin-right: 60px;
    padding-left: 11px;
    font-style: normal;
}

.cc-expand-list .p-l-name b {
    border-bottom: 1px dashed #BE1E2D;
    color: #BE1E2D;
    cursor: pointer;
    display: block;
    font-weight: bold;
    position: absolute;
    right: 2px;
    top: 6px;
    z-index: 100;
    line-height: 15px;
}

.cc-expand-list .p-l-name i {
    display: none;
}

.cc-expand-list .p-l-name b:hover {
    border: 0 none;
}

.cc-expand-list .p-l-cont {
    display: none;
    padding: 0 8px 0 18px;
}

.expand-collapse {
    border-bottom: dashed 1px #a9abad;
    margin-bottom: 17px;
}

.expand-collapse .ec-name {
    cursor: pointer;
    padding: 8px 30px 8px 0;
    color: #333;
    font-size: 13px;
    position: relative;
    zoom: 1;
}

.expand-collapse .ec-name span,
.expand-collapse .ec-name div {
    background: url("/media/588/ec-icon.gif") 0 -5px no-repeat;
    width: 9px;
    height: 5px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 14px;
    right: 10px;
}

.expand-collapse .ec-name-open span,
.expand-collapse .ec-name-open div {
    background-position: 0 0 !important;
}

.acca-expand-collapse .ec-name.yellow {
    background: url("/media/323375/LSBF-21731_05_02.png") 0 0 repeat;
}

.acca-expand-collapse .ec-name.coral {
    background: url("/media/323376/LSBF-21731_11_02.png") 0 0 repeat;
}

.acca-expand-collapse .ec-name.vine {
    background: url("/media/323377/LSBF-21731_17_02.png") 0 0 repeat;
}

.acca-expand-collapse .ec-name.purple {
    background: url("/media/323378/LSBF-21731_23_02.png") 0 0 repeat;
}

.acca-expand-collapse .ec-name.orange {
    background: url("/media/579377/lsbf-bg.jpg") 0 0 repeat;
}

.acca-expand-collapse .ec-cont.orange {
    background-color: #e27c25;
    padding: 6px 10px;
    color: white;
}

.expand-collapse .ec-cont-hide {
    display: none;
}

.expand-collapse .ec-category {
    border-top: dashed 1px #a9abad;
}

.expand-collapse .expand-collapse {
    margin-bottom: 0;
    margin: 0 0 5px 20px;
    border-bottom: none;
}

.expand-collapse .expand-collapse .ec-category {
    border-top: dotted 1px #a9abad;
}

.expand-collapse .expand-collapse .ec-name {
    padding: 5px 30px 5px 0;
    font-size: 12px;
}

.expand-collapse .expand-collapse .ec-name span {
    top: 11px;
}

.ec-testimonials .ec-name {
    color: #BE1E2D !important;
    font-size: 12px;
}

.ec-testimonials .ec-category .ec-name strong {
    font-weight: normal;
}

.ec-testimonials .ec-name span,
.ec-testimonials .ec-name div {
    background-image: url("/media/583/ec-icon-testim.gif") !important;
}

.l-menu li {
    list-style: none;
    font-size: 11px;
    color: #4f4f4f;
    line-height: 17px;
    background: url("/media/833/lmenu-new-li.png") right bottom no-repeat;
    padding-bottom: 8px;
    text-transform: uppercase;
    padding-left: 28px;
    position: relative;
    margin-bottom: 7px;
    zoom: 1;
}

.l-menu li.pg-item {
    background: url("/media/813/lmenu-new-li-pg.png") right bottom no-repeat;
}

.l-menu li.prof-item {
    background: url("/media/818/lmenu-new-li-prof.png") right bottom no-repeat;
}

.l-menu li.ug-item {
    background: url("/media/828/lmenu-new-li-ug.png") right bottom no-repeat;
}

.l-menu li.soe-item {
    background: url("/media/823/lmenu-new-li-soe.png") right bottom no-repeat;
}

.l-menu li li {
    background: none;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-transform: none;
}

.l-menu .open .sub li {
    font-weight: normal;
}

.l-menu .sub .sub {
    padding-left: 14px;
}

.l-menu a {
    color: #333;
    line-height: 14px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 1px;
    text-decoration: none;
    display: block;
}

.l-menu .open a {
    color: #BE1E2D;
}

.l-menu a.active {
    font-weight: bold;
    color: #BE1E2D;
}

.l-menu .exec-item-open a {
    color: #19398A;
}

.l-menu .sub a {
    background: url("/media/858/lmenu-standart-close.gif") 0 8px no-repeat;
    padding-left: 12px;
    color: #333;
}

.l-menu .sub a.active {
    color: #BE1E2D;
}

.l-menu .open .sub a,
.l-menu .open .open .sub a,
.l-menu .open .open .open .sub a,
.l-menu .open .open .open .open .sub a {
    background: url("/media/858/lmenu-standart-close.gif") 0 8px no-repeat;
    padding-left: 12px;
    padding-top: 6px;
    padding-bottom: 0;
}

.l-menu .open .open a,
.l-menu .open .open .open a,
.l-menu .open .open .open .open a {
    background: url("/media/863/lmenu-standart-open.gif") 0 10px no-repeat;
    padding-left: 14px;
}

.l-menu .prof-item-open a {
    color: #7D0049;
}

.l-menu .prof-item-open .sub a {
    color: #333333;
}

.l-menu .prof-item a.active {
    color: #7D0049!important;
}

.l-menu .ug-item-open a {
    color: #0194D3;
}

.l-menu .ug-item-open .sub a {
    color: #333333;
}

.l-menu .ug-item a.active {
    color: #0194D3;
    !important;
}

.l-menu .pg-item-open a {
    color: #19398a;
}

.l-menu .pg-item-open .sub a {
    color: #333333;
}

.l-menu .pg-item a.active {
    color: #19398a!important;
}

.l-menu .gray-item-open a {
    color: #333333;
}

.l-menu .gray-item-open .sub a {
    color: #666;
}

.l-menu .gray-item a.active {
    color: #666!important;
}

.l-menu .white-item-open a {
    color: #BE1E2D;
}

.l-menu .white-item-open .sub a {
    color: #333333;
}

.l-menu .white-item a.active {
    color: #BE1E2D!important;
}

.l-menu .prof-item-open .sub a,
.l-menu .prof-item-open .open .sub a,
.l-menu .prof-item-open .open .open .sub a,
.l-menu .prof-item-open .open .open .open .sub a {
    background-image: url("/media/848/lmenu-prof-close.gif");
}

.l-menu .prof-item-open .open a,
.l-menu .prof-item-open .open .open a,
.l-menu .prof-item-open .open .open .open a {
    background-image: url("/media/853/lmenu-prof-open.gif");
}

.l-menu .ug-item-open .sub a,
.l-menu .ug-item-open .open .sub a,
.l-menu .ug-item-open .open .open .sub a,
.l-menu .ug-item-open .open .open .open .sub a {
    background-image: url("/media/868/lmenu-ug-close.gif");
}

.l-menu .ug-item-open .open a,
.l-menu .ug-item-open .open .open a,
.l-menu .ug-item-open .open .open .open a {
    background-image: url("/media/873/lmenu-ug-open.gif");
}

.l-menu .pg-item-open .sub a,
.l-menu .pg-item-open .open .sub a,
.l-menu .pg-item-open .open .open .sub a,
.l-menu .pg-item-open .open .open .open .sub a {
    background-image: url("/media/838/lmenu-pg-close.gif");
}

.l-menu .pg-item-open .open a,
.l-menu .pg-item-open .open .open a,
.l-menu .pg-item-open .open .open .open a {
    background-image: url("/media/843/lmenu-pg-open.gif");
}

.l-menu span {
    width: 16px;
    position: absolute;
    top: -2px;
    left: 0;
    border: solid 1px #BE1E2D;
    background-color: #BE1E2D;
}

.l-menu .pg-item span {
    background-color: #19398a;
    border: solid 1px #19398a;
}

.l-menu .exec-item span {
    background-color: #002147;
    border: solid 1px #002147;
}

.l-menu .exec-item a.active {
    color: #002147;
}

.l-menu .exec-item-open .sub a,
.l-menu .exec-item-open .open .sub a,
.l-menu .exec-item-open .open .open .sub a,
.l-menu .exec-item-open .open .open .open .sub a {
    background-image: url("/media/225378/LSBF-16098.png");
}

.l-menu .exec-item-open .open a,
.l-menu .exec-item-open .open .open a,
.l-menu .exec-item-open .open .open .open a {
    background-image: url("/media/225379/LSBF-16098_2.png");
}

.l-menu .exec-item .sub a.active {
    color: #002147;
}

.l-menu li.exec-item {
    background-image: url("/media/225380/LSBF-16098_3.png");
}

.l-menu .pg-item-active {}

.l-menu .prof-item span {
    background-color: #7d0049;
    border: solid 1px #7d0049;
}

.l-menu .ug-item span {
    background-color: #0194d3;
    border: solid 1px #1e8bbb;
}

.l-menu .ug-item span.itemRect a {
    height: 100%;
    padding: 0;
}

.l-menu .soe-item span {
    background-color: #afbd21;
    border: solid 1px #afbd21;
}

.l-menu .gray-item span {
    background-color: #666;
    border: solid 1px #666;
}

.l-menu .white-item span {
    background-color: #fff;
    border: solid 1px #9b1434;
}

.left-testimonials {
    background: url("/media/1218/test-grad-prof.png") 0 bottom repeat-x #fff;
    border: solid 1px #e8e9e9;
    padding: 6px;
    font: normal 12px/18px Arial, Helvetica, sans-serif;
    color: #231f20;
    zoom: 1;
}

.left-testimonials p {
    padding-bottom: 4px;
}

.left-testimonials .photo {
    float: left;
    width: 75px;
}

.left-testimonials .desc {
    margin-left: 45px;
}

.breadcrumbs {
    padding-bottom: 17px;
}

.breadcrumbs a,
.breadcrumbs span {
    text-decoration: none;
    color: #4f4f4f;
    background: url("/media/858/lmenu-standart-close.gif") right center no-repeat;
    padding: 0 13px 0 0;
    white-space: nowrap;
    font-size: 11px;
    line-height: 13px;
    margin-right: 8px;
}

.breadcrumbs span {
    color: #BE1E2D;
    background: none;
    padding: 0;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.content .paging {
    font-size: 11px;
    padding-bottom: 17px;
}

.content .paging ul {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.content .paging li {
    list-style: none;
    border-right: solid 1px #b9b9b9;
    color: 4f4f4f;
    float: left;
    margin-right: 3px;
    line-height: 13px;
    font-weight: bold;
    padding: 0 4px;
}

.content .paging .first {
    font-size: 12px;
}

.content .paging .last,
.content .paging .first {
    border-right: none;
}

.content .paging a {
    font-weight: normal;
}

.center-form {
    margin-bottom: 40px;
}

.center-form h2 {
    display: none;
}

.center-form .gefa-tr label {
    display: block;
    padding: 5px 0 0 0;
}

.center-form .gefa-tr label sup {
    color: #BE1E2D;
}

.center-form input,
.center-form select,
.center-form textarea {
    border: 1px solid #A5ACB2;
    color: #4F4F4F;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
    width: 330px;
    padding-left: 3px;
}

.center-form select {
    padding-left: 0;
    width: 335px
}

.center-form .submit-input input {
    background-color: #F5F5F5;
    border: 1px solid #A5ACB2;
    color: #BE1E2D;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    width: 78px;
    cursor: pointer;
}

.center-form .gefa-error {
    font-size: 10px;
    color: #BE1E2D;
}

.center-form .radios-input input {
    width: auto;
    border: none;
}

.center-form .radios-input label {
    display: inline;
}

.center-form .submit-input {
    background: transparent url("/media/547/center-submit-red.png") 0 0 no-repeat;
    height: 26px;
    overflow: hidden;
    width: 77px;
    cursor: pointer;
    float: left;
    margin-top: 10px;
}

.center-form .submit-input input {
    height: 26px;
    width: 77px;
    background: none;
    border: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.call-us {
    background: url("/media/1081/call-us-bottom.gif") 0 bottom no-repeat;
    padding-bottom: 4px;
    line-height: 15px;
}

.call-us .caption {
    background: url("/media/1131/red-call-us-caption.gif") 0 0 no-repeat;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
}

.call-us .cont {
    padding: 0 1px;
    border-left: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
}

.call-us .cont .grad-bg {
    background: url("/media/1101/grad-bg.png") 0 0 repeat-x #f1f1f1;
    padding: 5px 10px;
    font-size: 11px;
}

.call-us .cont .grad-bg ul {
    padding-left: 13px;
}

.call-us p {
    padding: 5px 0;
}

.call-us p strong {
    font-size: 12px;
}

.blue-call-us .caption {
    background-image: url("/media/1071/blue-call-us-caption.gif");
}

.gray-call-us .caption {
    background-image: url("/media/1106/gray-call-us-caption.gif");
}

.red-call-us {
    background: none #EFEFF0;
    padding-bottom: 0;
}

.red-call-us .caption {
    background: url("/media/527/caption.gif") 0 0 no-repeat;
    height: 19px;
    padding: 0 10px;
    position: relative;
    line-height: 19px;
    text-align: center;
    font-size: 13px;
}

.red-call-us .cont {
    border: none;
    padding: 10px;
}

.right-form {
    width: 203px;
    overflow: hidden;
    color: #666;
}

.right-form .form-cont {
    padding-left: 6px;
}

.right-form .caption {
    background: url("/media/1136/red-form-caption.gif") 0 0 no-repeat;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blue-right-form .caption {
    background-image: url("/media/1076/blue-form-caption.gif");
}

.gray-right-form .caption {
    background-image: url("/media/1111/gray-form-caption.gif");
}

.right-form h2 {
    display: none;
}

.right-form .gefa-td-01 {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 3px;
    clear: both;
}

.right-form .gefa-td-01 label {
    vertical-align: baseline;
    display: block;
    line-height: 15px;
    margin-right: 5px;
}

.right-form .gefa-td-02 {
    font-size: 11px;
    padding-bottom: 8px;
}

.right-form .gefa-error {
    font-size: 10px;
    color: #BE1E2D;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    clear: both;
}

.right-form .text-input {
    width: 190px;
    padding-bottom: 0;
}

.right-form .text-input input {
    width: 184px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 3px 2px;
}

.right-form .textarea-input {
    padding-bottom: 3px;
    width: 190px;
}

.right-form .textarea-input textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100px;
    width: 184px;
}

.right-form .select-input {
    padding-bottom: 3px;
    width: 190px;
}

.right-form .select-input select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 188px;
}

.right-form .gefa-td-01 sup {
    color: #BE1E2D;
    margin-left: 2px;
    vertical-align: top;
}

.right-form .radios-input {
    position: relative;
    top: -3px;
}

.right-form .radios-input label {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
}

.right-form .radios-input input {
    margin: 3px;
    position: relative;
    top: 2px;
}

.right-form .submit-input {
    width: 59px;
    height: 19px;
    overflow: hidden;
    background: url("/media/1096/callback_btn.gif") 0 0 no-repeat;
    float: right;
    cursor: pointer;
    margin-top: 3px;
    margin-right: 7px;
}

.blue-right-form .submit-input {
    width: 83px;
    height: 20px;
    background-image: url("/media/1086/callback-btn-blue.gif");
}

.gray-right-form .submit-input {
    background-image: url("/media/1091/callback-btn-gray.gif");
}

.right-form .submit-input input {
    width: 59px;
    height: 19px;
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.blue-right-form .submit-input input {
    width: 83px;
    height: 20px;
}

.right-form .clear {
    line-height: 0;
    height: 0;
}

.key-facts {
    background: url("/media/1121/kf-top.gif") 0 0 no-repeat;
    padding-top: 8px;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
}

.key-facts .bot-bg {
    background: url("/media/1116/kf-bot.gif") 0 bottom no-repeat #8c9ab9;
    padding-bottom: 13px;
    padding-top: 5px;
}

.key-facts .cont {
    padding: 5px 15px;
}

.key-facts h2 {
    font: normal 18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0 15px 10px 15px;
}

.key-facts .cont p {
    padding-bottom: 15px;
}

.key-facts a {
    color: #fff;
}

.key-facts .cont ul {
    padding-bottom: 12px;
    padding-left: 5px;
}

.key-facts .cont li {
    padding-bottom: 2px;
}

.key-facts .downloads {
    border-top: solid 1px #afb8ce;
    padding: 10px 15px 5px 1px;
}

.key-facts .downloads h3 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.key-facts .downloads li {
    list-style: none;
    background: url("/media/1126/list-downloads.gif") 0 3px no-repeat;
    padding: 0 0 2px 15px;
}

.key-facts .downloads .pdf-icon li {
    background: url("/media/5738/pdf.gif") 0 0 no-repeat;
    padding-left: 25px;
}

.programmes li {
    width: 220px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    list-style: none;
}

.programmes a {
    color: #4f4f4f;
    text-transform: uppercase;
}

.programmes .pic {
    float: left;
    width: 18px;
    height: 27px;
    margin-right: 10px;
}

.programmes .ug .pic {
    background-color: #1e8bbb;
}

.programmes .pg .pic {
    background-color: #13356d;
}

.programmes .prof .pic {
    background-color: #7a003a;
}

.programmes .soe .pic {
    background-color: #afbd21;
}

.programmes .desc {
    float: left;
    width: 192px;
    padding: 5px 0 12px 0;
    position: relative;
    background: url("/media/568/dashed-line.png") 0 bottom repeat-x;
}

.programmes .desc a {
    text-decoration: none;
}

.programmes .desc b {
    background: url("/media/948/pointer-blue.gif") 0 0 no-repeat;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.programmes .pg .desc b {
    background-image: url("/media/953/pointer-dark-blue.gif");
}

.programmes .prof .desc b {
    background-image: url("/media/973/pointer-red.gif");
}

.programmes .soe .desc b {
    background-image: url("/media/963/pointer-lime.gif");
}

.qualifications {
    width: 220px;
    overflow: hidden;
}

.qualifications li {
    float: left;
    width: 100px;
    overflow: hidden;
    list-style: none;
    position: relative;
    padding-bottom: 4px;
    list-style: none;
}

.qualifications .first {
    margin-right: 20px;
}

.qualifications a {
    color: #4f4f4f;
}

.qualifications .desc a {
    text-decoration: none;
}

.qualifications .pic {
    float: left;
    width: 18px;
    height: 27px;
    margin-right: 10px;
}

.qualifications .ug .pic {
    background-color: #1e8bbb;
}

.qualifications .pg .pic {
    background-color: #13356d;
}

.qualifications .prof .pic {
    background-color: #7a003a;
}

.qualifications .soe .pic {
    background-color: #afbd21;
}

.qualifications .desc {
    float: left;
    width: 72px;
    padding: 5px 0 8px 0;
    position: relative;
    background: url("/media/568/dashed-line.png") 0 bottom repeat-x;
    font-size: 11px;
}

.qualifications .desc b {
    background: url("/media/948/pointer-blue.gif") 0 0 no-repeat;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 2px;
}

.qualifications .pg .desc b {
    background-image: url("/media/953/pointer-dark-blue.gif");
}

.qualifications .prof .desc b {
    background-image: url("/media/973/pointer-red.gif");
}

.qualifications .soe .desc b {
    background-image: url("/media/963/pointer-lime.gif");
}

.news-block {
    color: #4f4f4f;
}

.news-block .news {
    background: url("/media/568/dashed-line.png") 0 bottom repeat-x;
}

.news-block .item {
    padding-bottom: 14px;
}

.news-block h3 {
    font: bold 12px Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}

.news-block h3 a {
    text-decoration: none;
}

.news-block h3 a:hover {
    text-decoration: underline;
}

.news-block p {
    font: normal 12px/18px Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}

.news-block .date {
    font-size: 10px;
    line-height: 13px;
}

.news-block .more {
    background: url("/media/978/pointer-red2.gif") right 4px no-repeat;
    padding-right: 9px;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

.news-block .more:hover {
    text-decoration: underline;
}

.news-block .all-news {
    padding: 18px 0 30px 0;
    width: 105px;
    float: left;
}

.news-block .rss {
    float: left;
    width: 115px;
    padding: 18px 0 30px 0;
}

.news-block .rss a {
    background: url("/media/40632/rss-logo2.png") 0 0 no-repeat;
    display: block;
    font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
    color: #59595c;
    text-transform: uppercase;
    padding-left: 27px;
    text-decoration: none;
}

.events-block .item {
    background: url("/media/568/dashed-line.png") 0 bottom repeat-x;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.events-block .item .pic {
    float: left;
    width: 70px;
}

.events-block .item .desc {
    margin-left: 75px;
}

.events-block h3 {
    font: bold 12px Arial, Helvetica, sans-serif;
    padding-bottom: 3px;
    color: #c51a35;
}

.events-block h3 a {
    text-decoration: none;
}

.events-block p {
    line-height: 18px;
}

.events-block .more,
.bottom-block .more {
    font-size: 11px;
    background: url("/media/978/pointer-red2.gif") right 4px no-repeat;
    padding-right: 9px;
    text-transform: uppercase;
    text-decoration: none;
}

.events-block .more:hover,
.bottom-block .more:hover {
    text-decoration: underline;
}

.events-block b,
.icons-block b {
    background: url("/media/958/pointer-gray.gif") 0 0 no-repeat;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.scroller-banner {
    border: 1px solid #7A0132;
}

.scroller-banner .tabs {
    margin-bottom: 0;
}

.scroller-banner .scroller {
    width: 218px;
    height: 139px;
    overflow: hidden;
    position: relative;
    z-index: 20;
}

.scroller-banner .scroller ul {
    width: 2000px;
}

.scroller-banner .scroller li {
    float: left;
    list-style: none;
}

.scroller-banner .info {
    background: url("/media/1141/scroller-banner-red.png") 0 0 no-repeat;
    width: 116px;
    height: 72px;
    position: absolute;
    top: 58px;
    left: 0;
    color: #fff;
}

.scroller-banner .scroller-intakes .info {
    width: 140px;
    background-repeat: repeat-x;
}

.scroller-banner .info h4 {
    font: normal 11px/13px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 4px 10px 5px 9px;
}

.scroller-banner .info span {
    font-size: 18px;
    line-height: 18px;
}

.scroller-banner .info p {
    padding: 0 0 0 9px;
    font-size: 11px;
}

.scroller-banner .info a {
    color: #fff;
    text-decoration: none;
}

.scroller-banner .info b {
    font-size: 9px;
}

.tabs {
    margin-bottom: 17px;
    height: 23px;
    list-style: none;
}

.tabs li {
    float: left;
    height: 23px;
    position: relative;
    width: 33.3%;
}

.tabs li.active,
.tabs li.ui-tabs-selected {
    background-color: #bd1622;
    zoom: 1;
}

.ui-tabs-hide {
    display: none;
}

.tabs a {
    display: block;
    height: 23px;
    background: url("/media/517/btn-gray.jpg") 0 0 repeat-x;
    color: #4f4f4f;
    font: bold 10px/23px Verdana, Arial, Helvetica, sans-serif;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
}

.tabs span {
    display: block;
    height: 23px;
    line-height: 23px;
    text-align: center;
}

.tabs .active a,
.tabs .ui-tabs-selected a {
    background: url("/media/1208/tabs-active-left.png") 0 0 no-repeat;
    color: #fff;
}

.tabs .active span,
.tabs .ui-tabs-selected span {
    background: url("/media/1213/tabs-active-right.png") right 0 no-repeat;
}

.tabs b {
    display: none;
}

.tabs .active b,
.tabs .ui-tabs-selected b {
    background: url("/media/968/pointer-red-bottom.gif") 0 0 no-repeat;
    width: 10px;
    height: 5px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    z-index: 200;
    font-size: 2px;
}

.news-list {
    border: solid 1px #efefef;
    margin-bottom: 12px;
}

.news-list h2 {
    padding: 0 15px;
    height: 29px;
    background: url("/media/908/news-cap.png") 0 0 repeat-y;
    font: bold 13px/29px Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    text-transform: uppercase;
}

.news-article h2 a {
    text-decoration: none;
    color: #4F4F4F;
}

.news-list .item {
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
}

.news-list .item-dark {
    background-color: #efeff0;
}

.news-list .date,
#news-content-inner .date {
    float: left;
    background: url("/media/913/news-date-bg.png") 0 0 no-repeat;
    width: 90px;
    height: 59px;
    text-align: center;
    display: inline;
    margin: 0 15px;
}

#news-content-inner .date {
    margin: 3px 15px 18px 0;
}

#news-content-inner h1 {
    margin-left: 130px;
}

.news-list .date .day,
.events-inner .date .day,
#news-content-inner .date .day {
    font: normal 20px/35px Arial, Helvetica, sans-serif;
    color: #404041;
}

.news-list .date .day sup,
#news-content-inner .date .day sup {
    font-size: 11px;
    line-height: normal;
}

.news-list .date .month-year,
.events-inner .date .month-year,
#news-content-inner .date .month-year {
    font: bold 14px/22px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    height: 22px;
    text-shadow: 1px 1px 1px #650010;
}

.news-list .date .month-year b {
    display: block;
}

.news-list .desc {
    margin-left: 130px;
    padding-right: 20px;
}

.news-list .desc h3 {
    font: bold 14px Arial, Helvetica, sans-serif;
    padding-bottom: 3px;
    color: #58595B;
}

.news-list .desc h3 a {
    color: #58595b;
    text-decoration: none;
}

.news-list .all-news-link {
    padding: 10px 0 15px 0;
}

#news-content .all-news,
#news-content-inner .all-news {
    width: 100%;
    overflow: hidden;
    text-align: right;
    padding-bottom: 12px;
}

.news-list .item {
    position: relative;
}

.news-list .expand-arrow {
    background: url("/media/883/media-mentions-expand-arrow.png") 0 -5px no-repeat;
    cursor: pointer;
    height: 5px;
    position: absolute;
    right: 12px;
    top: 18px;
    width: 9px;
}

.news-list .open {
    background-position: 0 0;
}

.icons-block-bottom .pointer {
    background: url("/media/933/news-pointer2.gif") 0 0 no-repeat red;
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: 1px;
    right: 0;
}

.s-buttons {
    float: left;
    width: 250px;
    padding-top: 2px;
}

.icons-block-bottom ul {
    float: right;
    padding: 0;
}

.icons-block-bottom ul li {
    list-style: none !important;
    margin-right: 10px;
    float: left;
    padding-bottom: 0
}

.icons-block-bottom ul li.last {
    margin-right: 0;
}

#news-content .paging,
.content .testimonials-paging {
    text-align: center;
    padding-bottom: 20px;
    margin: 10px 0;
    line-height: 30px;
}

#news-content .paging span,
#news-content .paging a,
.content .testimonials-paging span,
.content .testimonials-paging a {
    background-color: #373737;
    border-right: 1px solid #B9B9B9;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    line-height: 13px;
    margin-right: 0;
    padding: 3px 6px;
    text-decoration: none;
}

.content table td {
    vertical-align: top;
}

#news-content .paging span,
#news-content .news-list .paging .selected {
    background-color: #373737;
    font-weight: bold;
}

#news-content .paging a,
.content .testimonials-paging a {
    font-weight: normal;
    background-color: #b9b9b9;
}

#news-content .paging .first,
.content .testimonials-paging .first {
    font-size: 12px;
    border-right: 0 none;
    padding-left: 0;
    background: none;
    color: #000;
}

#news-content .paging .last,
.content .testimonials-paging .last {
    border-right: 0 none;
    margin-right: 0;
}

.news-article {
    background: url("/media/903/news-border2.gif") 115px 0 repeat-y;
    margin-bottom: 18px;
    zoom: 1;
}

.news-article .item {
    padding-bottom: 15px;
}

.news-article .last {
    padding-bottom: 0;
}

.news-article .pic {
    float: left;
    width: 100px;
    overflow: hidden;
    margin-right: 30px;
}

.news-article .desc {
    float: left;
    width: 570px;
}

.news-article .desc h2 {
    padding-bottom: 5px;
}

.news-article .desc p {
    padding-bottom: 9px;
}

#news-content-inner .img-left,
#news-content-inner .img-right {
    color: #929497;
}

#news-content-inner .img-left p {
    padding-right: 12px;
}

#news-content-inner .img-right p {
    padding-left: 12px;
    text-align: right;
}

#news-content-inner .img-left .border {
    border-right: dashed 1px #929497;
    margin-bottom: 3px;
    padding: 0 12px 1px 0;
}

#news-content-inner .img-right .border {
    border-left: dashed 1px #929497;
    margin-bottom: 3px;
    padding: 0 0 1px 12px;
}

#news-content-inner .quote {
    text-align: center;
    margin: 10px 100px 15px 100px;
    color: #231f20;
}

.news-gray-block {
    width: 240px;
}

.news-gray-block {
    background: url("/media/918/news-gray-block-bot.png") 0 bottom no-repeat;
    padding-bottom: 5px;
}

.news-gray-block .cont {
    background: url("/media/928/news-gray-block-cont.png") 0 0 repeat-y;
    padding: 3px 14px;
    color: #4f4f4f;
    font-size: 11px;
    line-height: 17px;
}

.news-gray-block p {
    padding-bottom: 8px;
}

.news-gray-block p.last {
    padding-bottom: 3px;
}

.news-gray-block .caption {
    background: url("/media/923/news-gray-block-cap.png") 0 0 no-repeat;
    height: 43px;
    color: #fff;
    font: bold 18px/43px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
}

.block-404 {
    background: url("/media/501/404-bg.png") 13px 0 no-repeat;
    padding: 80px 0 100px 502px;
    margin-top: 30px;
}

.content .block-404 h3 {
    color: #000000;
    font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif margin-bottom: 6px;
}

.content .block-404 p {
    color: #000000;
    padding-bottom: 36px;
}

.content .block-404 ul {
    padding: 0;
    margin: 0;
}

.content .block-404 li {
    list-style: none;
    font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.sitemap-col {
    width: 49%;
    float: left;
    padding-bottom: 20px;
}

.content .sitemap-col ul {
    padding: 0 0 0 0;
    margin-left: 28px;
}

.content .sitemap-col ul ul {
    margin-left: 12px;
    padding-top: 1px;
}

.content .sitemap-col li {
    list-style: none;
    font-weight: bold;
    padding-bottom: 0;
}

.content .sitemap-col li li {
    text-transform: none;
    font-weight: normal;
}

.content .sitemap-col a {
    color: #002666;
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
}

.content .sitemap-col a:hover {
    text-decoration: underline;
}

.content .sitemap-col li li a {
    background: url("/media/722/bull_2.gif") 0 6px no-repeat;
    padding-left: 8px;
}

.search-results .item {
    padding: 15px 10px;
}

.search-results p {
    padding-bottom: 3px;
}

.search-results .link a {
    font-size: 11px;
}

.bottom-block {
    background: url("/media/568/dashed-line.png") 0 0 repeat-x;
    padding: 28px 0 0 0;
    margin: 0 20px;
    color: #59595c;
    line-height: 18px;
}

.bottom-block .block1,
.bottom-block .block2,
.bottom-block .block3,
.bottom-block .block4 {
    float: left;
    margin-right: 45px;
    padding-bottom: 20px;
}

.bottom-block .block1 {
    width: 220px;
}

.bottom-block .block2 {
    width: 185px;
}

.bottom-block .block3 {
    width: 200px;
}

.bottom-block .block4 {
    margin-right: 0;
    width: 220px;
    padding-bottom: 10px;
    position: relative;
}

.bottom-block .block4 .icon {
    position: absolute;
    right: 0;
    top: -8px;
}

.bottom-block .block1 img {
    float: left;
}

.bottom-block .block1 .desc {
    margin-left: 80px;
}

.bottom-block h3 {
    font: bold 14px/14px Arial, Helvetica, sans-serif;
    padding-bottom: 6px;
}

.bottom-block p {
    padding-bottom: 5px;
}

.bottom-block .block4 p {
    padding-bottom: 20px;
}

.bottom-block .block4 p .date {
    display: block;
    color: #c10a27;
    font-size: 10px;
}

.bottom-logos {
    background: url("/media/568/dashed-line.png") 0 0 repeat-x;
    padding: 28px 0 30px 0;
    margin: 0 20px;
    zoom: 1;
}

.bottom-logos ul {
    width: 100%;
    overflow: hidden;
}

.bottom-logos li {
    list-style: none;
    float: left;
    margin-right: 52px;
}

.bottom-logos .last {
    margin-right: 0;
}

.quick-links {
    padding: 86px 30px 25px 30px;
    zoom: 1;
    color: #fff;
    background: url("/media/639/footer-bg.jpg") 0 0 no-repeat;
}

.quick-links h3 {
    font: normal 16px Arial, Helvetica, sans-serif;
    padding-bottom: 8px;
}

.quick-links .col1 {
    width: 210px;
    padding-right: 20px;
    float: left;
}

.quick-links .col2 {
    width: 250px;
    padding-right: 20px;
    float: left;
}

.quick-links .col3 {
    width: 320px;
    float: left;
}

.quick-links h4 {
    font: bold 11px Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
}

.quick-links p {
    font-size: 11px;
    line-height: 14px;
}

.quick-links a {
    text-decoration: none;
    color: #fff;
}

.quick-links a:hover {
    text-decoration: underline;
}

.footer {
    padding: 13px 30px;
    color: #888787;
    font: normal 11px Arial, Helvetica, sans-serif;
    /* position: absolute;
    bottom: 0; */
}

.footer .copyright {
    float: left;
}

.footer .footer-menu {
    float: right;
}

.footer-menu li {
    float: left;
    list-style: none;
    margin-right: 6px;
    padding-right: 6px;
    border-right: solid 1px #b8b7b7;
}

.footer-menu .last {
    padding: 0;
    margin: 0;
    border: none;
}

#flag-dropdown {
    font-size: 11px !important;
}

.f-rss {
    background: url("/media/818/lmenu-new-li-prof.png") 0 center no-repeat;
    color: #999;
    text-decoration: none;
    padding-left: 30px;
    display: block;
    font-size: 11px;
}

.popup-bg-shadow {
    position: fixed;
    background-color: #000000 !important;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2999;
}

iframe.popup-iframe {
    display: none;
}

.popup {
    position: fixed;
    left: 50%;
    top: 30%;
    font: normal 12px/14px Arial, Helvetica, sans-serif;
    color: #000;
    z-index: 3000;
}

.popup .popup-top,
.popup .popup-bottom {
    height: 23px;
    position: relative;
}

.popup .popup-top b,
.popup .popup-top i,
.popup .popup-top span,
.popup .popup-bottom b,
.popup .popup-bottom i,
.popup .popup-bottom span {
    display: block;
    height: 23px;
}

.popup .popup-top b,
.popup .popup-top i,
.popup .popup-bottom b,
.popup .popup-bottom i {
    width: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/media/1015/popup-corners.png") 0 0 no-repeat;
}

.popup .popup-bottom b {
    background-position: 0 -23px;
}

.popup .popup-top i,
.popup .popup-bottom i {
    right: 0;
    left: auto;
    background-position: -23px 0;
}

.popup .popup-bottom i {
    background-position: -23px -23px;
}

.popup .popup-top span {
    margin: 0 23px;
    background: url("/media/1025/popup-top-bottom.png") 0 0 repeat-x;
}

.popup .popup-bottom span {
    margin: 0 23px;
    background: url("/media/1025/popup-top-bottom.png") 0 -23px repeat-x;
}

.popup .popup-body {
    background: url("/media/1020/popup-left-right.png") 0 0 repeat-y;
    position: relative;
}

.popup .popup-body-cont {
    background: url("/media/1020/popup-left-right.png") right 0 repeat-y;
}

.popup .popup-ie6-left,
.popup .popup-ie6-right {
    display: none;
}

.popup .popup-cont {
    background: #fff;
    margin: 0 23px;
    padding: 6px;
}

.popup .close-btn {
    position: absolute;
    top: -38px;
    right: -15px;
    background: url("/media/1010/close.png") 0 0 no-repeat;
    width: 44px;
    height: 47px;
}

#logo-switcher li {
    -display: inline;
}

.student-testimonials h3 {
    color: #be1e2d;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0;
}

.student-testimonials-item {
    padding: 15px 0 0;
    margin-right: 0;
}

.student-testimonials-item div.block {
    position: relative;
    cursor: pointer;
    float: left;
    margin: 0 8px 16px;
    width: 312px;
    height: 235px;
    color: #000000;
    text-decoration: none;
    background: url("/media/6266/student-testimonials-bg.png") repeat-x scroll 0 bottom #FFFFFF;
    border: 1px solid #E8E9E9;
    border-bottom: none;
    font: 12px/18px Arial, Helvetica, sans-serif;
    padding: 10px;
    text-align: left;
}

.student-testimonials .photo {
    float: left;
    width: 85px;
}

.student-testimonials .photo img {
    width: 85px;
}

.student-testimonials .desc {
    margin-left: 93px;
    background: url("/media/6271/student-testimonials-separator.gif") 0 0 repeat-y;
    padding: 0 7px;
    height: 223px;
    zoom: 1;
    overflow: visible;
}

.student-testimonials .desc i {
    font-size: 12px;
    line-height: 16px;
}

.hidden {
    display: none;
}

div p.grey {
    color: #333333;
    padding-bottom: 11px;
}

.dark-grey {
    color: #1a1a1a;
}

div p.read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #be1e2d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 0 7px 7px;
    text-shadow: 0 1px 1px #CCCCCC;
}

.social-buttons {
    height: 30px;
    position: absolute;
    left: 40px;
    bottom: 20px;
}

.social-buttons iframe {
    float: left;
}

.popup-content {
    width: 500px;
    height: 500px;
    background: #ffffff;
    padding: 20px 20px 50px 190px;
    z-index: 3000;
    overflow: auto;
}

.popup-content .photo {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 154px;
    height: 164px;
}

.popup-content h3 {
    font-size: 14px;
    color: #be1e2d;
    padding-bottom: 10px;
}

.popup-content h4 {
    color: #1a1a1a;
    font-size: 12px;
    padding-bottom: 10px;
}

.popup-content p {
    padding-bottom: 15px;
}

.cookie-alert {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 260px;
    border: 1px solid #b3b3b3;
    background: #fff url("/media/2170/cookie-alert-bg.png") 0 bottom repeat-x;
    padding: 20px 30px 10px;
    display: none;
    z-index: 5;
}

.cookie-alert p {
    padding-bottom: 20px
}

.cookie-alert .top-shadow {
    position: absolute;
    top: -10px;
    left: -9px;
    background: url("/media/2165/alert-top-shadow.png") 0 0 no-repeat;
    width: 339px;
    height: 10px;
}

.cookie-alert .bottom-shadow {
    position: absolute;
    bottom: -10px;
    left: -9px;
    background: url("/media/2150/alert-bottom-shadow.png") 0 0 no-repeat;
    width: 339px;
    height: 10px;
}

.cookie-alert .left-shadow {
    position: absolute;
    top: 0;
    left: -12px;
    background: url("/media/2155/alert-left-shadow.png") 0 0 repeat-y;
    width: 12px;
    height: 100%;
}

.cookie-alert .right-shadow {
    position: absolute;
    top: 0;
    right: -13px;
    background: url("/media/2160/alert-right-shadow.png") 0 0 no-repeat;
    width: 12px;
    height: 100%;
}

.fom-link {
    text-decoration: none;
    color: #c10a27;
    font-size: 13px;
    padding-right: 14px;
    background: url("/media/2180/rarr.png") right center no-repeat;
}

#cookie-alert-popup .popup .popup-top b,
#cookie-alert-popup .popup .popup-top i,
#cookie-alert-popup .popup .popup-top span,
#cookie-alert-popup .popup .popup-bottom b,
#cookie-alert-popup .popup .popup-bottom i,
#cookie-alert-popup .popup .popup-bottom span {
    display: block;
    height: 0;
}

#cookie-alert-popup .popup .close-btn {
    background-image: url("/media/1625636/black-white-close-btn.png");
    height: 23px;
    position: absolute;
    right: 20px;
    top: 11px;
    width: 22px;
}

#cookie-alert-popup .popup {
    top: 50%;
}

#cookie-alert-popup .popup-body {
    position: relative;
    z-index: 2;
}

#cookie-alert-popup {
    display: none;
}

#cookie-alert-popup .popup .popup-cont {
    padding: 20px 14px 5px;
}

#cookie-alert-popup .popup-cookie-bottom-bg {
    position: absolute;
    bottom: 0;
    left: 11px;
    width: 724px;
    height: 35px;
    background: #fff url("/media/2170/cookie-alert-bg.png") 0 bottom repeat-x;
}

.cookie-switcher-tab {
    width: 622px;
    padding: 15px 25px 25px;
    border: 1px solid #b3b3b3;
    position: relative;
    margin-bottom: 15px;
    background: url("/media/2195/tab-wrap-bg.png") 0 bottom repeat-x;
    zoom: 1;
}

.cookie-switcher-tab ul {
    display: block;
    height: 315px;
    width: 622px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    zoom: 1;
}

.cookie-switcher-tab ul li {
    list-style: none;
    float: left;
    width: 206px;
    height: 315px;
    zoom: 1;
}

.cookie-switcher-tab ul li a {
    display: block;
    height: 315px;
    zoom: 1;
}

.cookie-switcher-tab ul li.ui-state-active a {
    background: none;
}

#cookie-alert-popup .switcher-slider-wrap {
    position: absolute;
    width: 428px;
    padding: 0 95px 0 97px;
    height: 5px;
    top: 150px;
    left: 0;
    background: url("/media/2185/slider-bg.png") 0 0 repeat-x;
    z-index: 2;
    zoom: 1;
}

#cookie-alert-popup .switcher-slider {
    height: 5px;
}

#cookie-alert-popup .switcher-slider a {
    display: block;
    width: 93px;
    height: 15px;
    margin: -5px 0 0 -46px;
    background: url("/media/2190/slider.png") 0 0 no-repeat;
    position: relative;
    zoom: 1;
    border: none !important;
    outline: none !important;
}

#cookie-alert-popup .switcher-inner-wrap {
    padding: 1px 0;
    height: 315px;
    border: 1px solid #b3b3b3;
    position: relative;
    zoom: 1;
}

.opts {
    position: absolute;
    top: 0;
    left: 0;
    height: 130px;
    width: 177px;
    padding: 170px 15px 15px;
    background: url("/media/2200/tab1-bg.png") 30px 20px no-repeat;
    display: block;
    zoom: 1;
}

#opt2 {
    left: 208px;
    background-image: url("/media/2205/tab2-bg.png");
    border-left: 1px solid #debcc0;
    width: 176px;
}

#opt3 {
    left: 414px;
    background-image: url("/media/2210/tab3-bg.png");
    border-left: 1px solid #debcc0;
    width: 175px;
}

#cookie-alert-popup h3 {
    font-size: 16px;
    padding-bottom: 15px;
    color: #4d4d4d;
    line-height: 18px;
}

#cookie-alert-popup p {
    padding-bottom: 15px;
    color: #4d4d4d
}

#cookie-alert-popup h2 {
    font-size: 26px;
    color: #4d4d4d;
    padding-bottom: 20px;
}

#cookie-alert-popup .ui-tabs-hide .picklock {
    background: url("/media/2215/unlocked.png") 0 0 no-repeat;
}

#cookie-alert-popup .picklock,
#cookie-alert-popup .locked .picklock {
    width: 48px;
    height: 47px;
    position: absolute;
    top: 80px;
    right: 30px;
    background: url("/media/2175/locked.png") 0 0 no-repeat;
}

.servBtns {
    float: right;
    zoom: 1;
}

.cookie-switcher-tab .ui-tabs-hide {
    display: block !important;
}

.shadedOpt {
    background: #eee;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.testimonials-tabs {
    margin-bottom: 25px;
    width: 100%;
}

.testimonials-tabs .tabs {
    height: 23px;
    margin: 0;
    padding: 0;
}

.testimonials-tabs .tabs li {
    height: 23px;
    list-style: none;
    padding: 0;
    position: relative;
    width: auto;
}

.testimonials-tabs .tabs a {
    display: block;
    height: 23px;
    text-decoration: none;
    text-transform: uppercase;
    width: 220px;
}

.testimonials-tabs .tabs span {
    display: block;
    font: bold 13px/23px "Arial", "Helvetica", sans-serif;
    padding: 0 20px;
    height: 23px;
    width: 180px;
}

.testimonials-tabs .tabs .first span {
    width: 130px;
}

.testimonials-tabs .tabs .first a {
    width: 170px;
}

.testimonials-tabs .tabs .ui-state-active div {
    background: url("/media/5912/red-tab-pointer.png") 0 0 no-repeat;
    bottom: -6px;
    display: block;
    height: 6px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 12px;
}

.testimonials-tabs .tabs-cont {
    background-color: #efefef;
    padding: 10px 7px;
}

.testimonials-tabs .student-testimonials-item div.block {
    width: 44%;
}

.student-testimonials-item {
    padding: 15px 0 0 0;
    background-color: #fff;
    border: solid 1px #e3e4e5;
    width: 100%;
}

.testimonials-tabs .student-testimonials .desc i {
    font-size: 10px;
    line-height: 13px;
    font-style: italic;
}

.student-testimonials-item div.block {
    height: 200px;
}

.student-testimonials .desc {
    height: 200px;
}

.search-flag-block .search {
    margin-right: 10px;
}

.s-buttons {
    min-width: 151px !important;
    margin-left: 10px;
    padding-right: 49px !important;
}

.icons-block-bottom .cont ul li {
    margin-right: 6px !important;
}

.icons-block-bottom .cont ul li.first {
    margin-right: 26px !important;
}

.icons-block-bottom .cont ul li.last {
    margin-right: 0 !important;
}

.search-results {
    width: auto;
}

.sarch-field {
    background-color: #efeff0;
    padding: 8px 14px 6px 11px;
    margin-bottom: 20px;
}

.sarch-field .search-text {
    width: 413px;
    border: solid 1px #bb5766;
    display: block;
    float: left;
    margin-right: 15px;
}

.sarch-field .result {
    font-size: 10px;
}

.sarch-field .search-btn {
    display: block;
    float: left;
    width: 86px;
    height: 23px;
}

.search-results .caption {
    background-color: #a6192e;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

.search-results .dark {
    background-color: #efeff0;
}

.phone {
    width: 336px;
    padding-left: 5px;
    color: #C42031;
    font: bold 13px/26px Arial, Helvetica, sans-serif;
}

.dialog {
    width: 383px;
    background-color: #fff;
    padding: 35px 37px;
    display: none;
    position: fixed;
    left: 50%;
    margin-left: -228px;
    top: 80px;
}

.dialog .dialogClose {
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 11px;
}

.hided {
    display: none;
}

.dialog .downloadForm h2 {
    display: none;
}

.dialog .downloadForm .gefa-td-01 {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-bottom: 3px;
    width: 170px;
}

.dialog .downloadForm .gefa-td-02 {
    float: left;
    font-size: 12px;
    padding-bottom: 8px;
    width: 210px;
}

.dialog .downloadForm .gefa-clear {
    clear: both;
}

.dialog .downloadForm .text-input input {
    border: 1px solid #58595B;
    padding: 2px;
    width: 205px;
}

.dialog .downloadForm .select-input select {
    border: 1px solid #58595B;
    width: 211px;
}

.dialog .downloadForm .submit-input {
    background: url("/media/6327/submit-blue.png") 0 0 no-repeat;
    cursor: pointer;
    float: right;
    height: 22px;
    margin-bottom: 5px;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
    width: 83px;
}

.dialog .downloadForm .submit-input input {
    cursor: pointer;
    height: 22px;
    opacity: 0;
    width: 83px;
}

.dialog .downloadForm .gefa-td-01 sup {
    color: #A6192E;
}

.dialog .downloadForm .gefa-error {
    clear: both;
    color: #A6192E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-bottom: 2px;
}

.dialog .downloadForm a {
    background: url("/media/5683/ok-button.png") no-repeat scroll 0 0 #001C79;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin: 10px 0 0 151px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 83px;
}

.content .grey {
    background-color: #EFEFEF;
}

.content .box-text {
    border: 1px solid #EFEFEF;
    padding: 15px 15px 0;
}

.content h3 {
    color: #BE1E2D;
}

#logo-switcher ul {
    padding: 0;
    margin: 0;
}

#logo-switcher {
    padding: 0 0 10px;
    margin: 0 auto;
    width: 200px;
    height: auto !important;
    position: relative;
    background: url("/media/6347/switcher-bg.jpg") -25px 115px no-repeat;
    overflow: hidden;
}

#logo-switcher h3 {
    margin: 0;
    color: #666;
    min-height: 32px;
    font: bold 14px/16px Helvetica, sans-serif
}

#logo-switcher li {
    float: left;
    list-style: none;
    margin: 5px 30px;
}

#logo-switcher .left,
#logo-switcher .right {
    cursor: pointer;
    width: 6px;
    height: 9px;
    position: absolute;
    top: 50%;
    background: url("/media/3535/left-arr.png") 0 center no-repeat;
    -background: none;
    -filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/media/3535/left-arr.png', sizingMethod='crop');
}

#logo-switcher .left {
    left: 0;
}

#logo-switcher .right {
    right: 0;
    background-image: url("/media/5952/right-arr.png");
    -background: none;
    -filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/media/5952/right-arr.png', sizingMethod='crop');
}

.top-con-btns {
    display: none;
}

#deskContainerImage {
    display: block;
}

#mobileContainerImage {
    display: none;
}

.more {
    text-decoration: none;
}

.icons-block-bottom {
    margin: 0 27px 0 20px;
    background: none;
    float: right;
    position: relative;
    padding: 0 0 40px;
}

.icons-block-bottom .cont {
    background: none;
    padding: 0;
}

.icons-block-bottom .cont .s-buttons {
    padding: 0;
}

.icons-block-bottom .cont ul li {
    margin-right: 10px;
}

.icons-block-bottom .cont ul li.last {
    margin-right: 35px;
}

.icons-block-bottom .cont .s-buttons {
    float: right;
}

.s-buttons {
    width: 210px;
}

.header .search-flag-block {
    padding-top: 7px;
}

.header-links {
    padding: 10px 0 20px;
}

.s-buttons .facebook {
    float: left;
    width: 92px;
    height: 20px;
}

ul.js-header-nav {
    position: absolute;
    top: 10px;
    left: 40px;
    z-index: 20;
    width: 172px;
}

.tabs-block ul.js-header-nav li {
    list-style: none;
    cursor: pointer;
    float: left;
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background-color: #c0c1c2;
}

.tabs-block ul.js-header-nav li a {
    display: block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    opacity: 0;
}

.js-header {
    position: relative;
    min-height: 200px;
}

.blue-tabs-item {
    display: none;
}

.js-header-cont div {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 230px;
    width: 100%;
}

.findBtn {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.execBtn {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.mastBtn {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.first-slide {
    left: 80px;
}

.tabs-block ul.js-header-nav li a.currentBtn {
    opacity: 1;
    background-color: #ba1422;
}

.js-header-cont div.quote {
    position: absolute;
    top: 40px;
    left: 541px;
}

.js-header-cont div.quote .photo {
    float: left;
    border: dashed 1px #c26e7a;
    margin-right: 7px;
    height: auto;
    position: static;
}

.js-header-cont div.quote .text {
    float: left;
    width: 245px;
    height: 120px;
    border: dashed 1px #c26e7a;
    font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #58595b;
    background-color: #fff;
    position: static;
    padding: 13px 6px 6px 14px;
}

.js-header-cont div.quote .text p {
    margin-bottom: 7px;
}

.js-header-cont div.quote .text .name {
    color: #a6192e;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}

.js-header-cont div.quote .text p.readMore {
    margin-bottom: 0;
    text-align: right;
    margin-top: -21px;
    text-shadow: 1px 1px 1px #000;
}

.js-header-cont div.quote .text p.readMore a {
    color: #a6192e;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.switch-item {
    display: none;
}

.scroller-banner .info {
    background-image: url("/media/40625/Intake-Box_4.png");
    height: 150px;
    left: 0;
    top: 0;
    width: 100px;
    height: 189px;
}

.scroller-banner .intakes {
    background-image: url("/media/40625/Intake-Box_4.png");
    width: 101px !important;
}

.scroller-banner .cont {
    position: relative;
    height: 189px;
}

.scroller-banner .info h4 {
    padding-top: 4px;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 11px;
    font-weight: bold;
}

.scroller-banner .info p {
    padding-top: 3px;
    font-weight: 700;
}

.scroller-banner .info h4 b {
    text-transform: none;
    font-weight: bold;
}

.scroller-banner .intakes h4 {
    padding: 4px 5px 0;
}

.qualifications .desc {
    background: url("/media/568/dashed-line.png") 0 bottom repeat-x;
    float: left;
    padding: 8px 0;
    position: relative;
    width: 79px;
    height: 12px;
    font-size: 10px;
}

.qualifications .long {
    padding: 0 0 8px;
    height: 20px;
}

.qualifications .pic {
    float: left;
    height: 27px;
    margin-right: 3px;
    width: 18px;
}

.programmes .short .pic {
    border: 1px solid #990000;
    height: 25px;
    width: 16px;
}

.programmes .short .desc b {
    background-image: url("/media/5798/pointer-real-red.gif");
}

.pic a {
    display: block;
    width: 100%;
    height: 81px;
    text-decoration: none;
}

.twtr-timeline {
    height: auto;
}

.twtr-ft {
    display: none;
}

.twtr-hd {
    display: none;
}

.twtr-widget .twtr-tweet {
    border-bottom: none;
}

#twtr-widget-1 .twtr-bd,
#twtr-widget-1 .twtr-timeline i a,
#twtr-widget-1 .twtr-bd p {
    font-size: 12px;
    color: #59595C !important;
    line-height: 18px !important;
}

.twtr-widget .twtr-tweet-wrap {
    padding: 6px 8px 15px 0;
}

.twtr-doc a {
    text-decoration: underline !important;
}

.twtr-doc a:hover {
    text-decoration: none !important;
}

.bottom-logos li {
    margin-right: 95px;
}

.quick-links {
    position: relative;
    /* position: absolute;
    max-width: 1000px;
    width: 100%;
    bottom: 40px; */
}

.quick-links .flag {
    position: absolute;
    top: -14px;
    right: 18px;
}

#splashScreen .right-form .select-input,
#splashScreen .right-form .text-input,
#splashScreen .right-form .checkbox-input,
#splashScreen .right-form .textarea-input {
    width: 206px;
}

#splashScreen .right-form .text-input input,
#splashScreen .right-form .textarea-input textarea {
    width: 199px;
}

#splashScreen .right-form .select-input select {
    width: 205px;
}

#splashScreen .right-form .checkbox-input input {
    float: left;
    margin: 0 10px 25px 0;
}

#splashScreen {
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    margin: -345px 0 0 -224px;
    background: #e3e3e3 url("/media/6238/bg-top.png") 0 0 no-repeat;
    display: none;
}

#splashScreen.ty-page {
    margin-top: -135px;
}

#splashScreen .splashScreenInner {
    padding: 40px 30px 60px;
    width: 389px;
    min-height: 170px;
    background: url("/media/6233/bg-bottom.png") 0 bottom no-repeat;
}

#splashScreen .splashScreenInner p,
#splashScreen .splashScreenInner h3 {
    font-size: 16px;
    line-height: 22px;
}

#splashScreen .splashScreenInner h3 {
    padding-bottom: 23px;
}

#splashScreen .splashScreenInner p.phone-num {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #a61a2f;
    padding: 17px 0;
}

#splashScreen .splashScreenInner .form-wrap {
    margin-top: 15px;
    padding: 15px 2px 0 0;
    border-top: 1px dashed #abacae;
    background: none;
}

#splashScreen .right-form .gefa-td-01 {
    width: 170px;
}

#splashScreen .right-form .gefa-td-01,
#splashScreen .right-form .gefa-td-02 {
    clear: none;
    float: left;
}

#splashScreen .right-form .gefa-td-02 {
    float: right;
}

#splashScreen .right-form .gefa-clear {
    clear: both;
}

#splashScreen .right-form {
    width: 100%;
}

#splashScreen a.close-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/media/6243/close-btn.png") 0 0 no-repeat;
    width: 20px;
    height: 19px;
    cursor: pointer;
}

#splashScreen .right-form textarea {
    resize: none;
    height: 40px;
}

#splashScreen .right-form .submit-input {
    width: 203px;
    height: 30px;
    overflow: hidden;
    background: url("/media/6248/new-submit-red.png") 0 0 no-repeat;
    float: right;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
}

#splashScreen .right-form .submit-input input {
    width: 203px;
    height: 30px;
}

#splashScreen .topMessage h2 {
    text-transform: uppercase;
    color: #A61A2F;
    font-size: 30px;
    font-weight: bold;
}

#splashScreen.ty-page .form-wrap {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

#splashScreen.ty-page .topMessage h2 {
    padding-top: 40px;
}

.ga-iframe {
    visibility: hidden;
    height: 0;
}

html,
body {
    font: normal 12px Arial, Helvetica, sans-serif;
}

a {
    color: #c51a35;
}

.main {
    padding: 26px 20px 10px 20px;
    /* margin-bottom: 360px; */
}

.main .left-col {
    float: left;
}

.center-col {
    float: left;
    width: 517px;
}

.center-col-cont {
    padding: 0 20px;
}

.main .right-col {
    float: left;
    width: 203px;
    color: #58595b;
}

.left-col .unit-holder {
    width: 240px;
    margin-bottom: 15px;
}

.right-col .unit-holder {
    margin-bottom: 15px;
}

.tabs span {
    font: bold 12px/23px Arial, Helvetica, sans-serif;
    height: 23px;
}

.center-col .content-img {
    margin-bottom: 13px;
}

.center-col h1 {
    color: #58595B;
    font: Bold, 21px/22px Arial, Helvetica, sans-serif;
    margin-top: -3px;
    padding-bottom: 17px;
    position: relative;
    text-transform: none;
}

.center-col .more {
    background: url("/media/978/pointer-red2.gif") right 4px no-repeat;
    padding-right: 9px;
    font-size: 11px;
    text-transform: uppercase;
}

.right-col .icons-block {
    position: relative;
    background: url("/media/568/dashed-line.png") 0 bottom repeat-x;
    padding-bottom: 18px;
}

.right-col .icons-block ul {
    width: 100%;
    overflow: hidden;
}

.right-col .icons-block li {
    float: left;
    list-style: none;
    margin-right: 11px;
}

.right-col .icons-block .last {
    margin-right: 0;
}

.ncuk-h2 {
    color: #BE1E2D !important;
}

.center-col h2 {
    font: Bold, 16px/21px Arial, Helvetica, sans-serif;
    color: #558595b;
    padding-bottom: 5px;
    text-transform: none;
}

@charset "utf-8";
.open-day-block {
    width: 212px;
}

.open-day-block-right {
    width: 202px;
    color: #026;
    float: right;
    margin: 0 0 20px 0;
    padding-top: 20px;
}

.od-head,
.box td .od-head {
    height: 40px;
    padding: 7px 15px 0;
    background: url("/media/images/open-day-banner-head.png") 0 0 no-repeat;
    font-size: 16px;
    line-height: 18px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #026;
    text-align: right;
    cursor: default;
}

.open-day-block-right .od-head,
.box td .open-day-block-right .od-head {
    font-size: 15px;
    background: url("/media/images/open-day-banner-head-right.png") 0 0 no-repeat;
}

.od-body {
    height: 191px;
    background: url("/media/images/open-day-banner-body.jpg") 0 0 no-repeat;
    position: relative;
    margin-bottom: 6px;
}

.open-day-block-right .od-body {
    background: url("/media/images/open-day-banner-body-right.jpg") 0 0 no-repeat;
}

.od-body a,
.box td .od-body a {
    width: 123px;
    height: 26px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    font: normal normal 14px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 23px;
    color: #fff;
    text-decoration: none;
    -right: expression(-parentNode.clientWidth%2 + 'px');
    -bottom: expression(-parentNode.clientHeight%2 + 'px');
}

.od-body a span {
    margin-left: 15px;
}

.balloonTooltip {
    width: 192px;
    position: absolute;
    left: 20%;
    top: 100px;
}

.bt-top {
    height: 15px;
}

.bt-bottom {
    height: 22px;
}

.bt-top i,
.bt-top b,
.bt-top u,
.bt-top span,
.bt-bottom i,
.bt-bottom b,
.bt-bottom u,
.bt-bottom span {
    display: block;
    height: 15px;
    float: left;
}

.bt-top b {
    display: none;
    width: 31px;
    height: 15px;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.bt-top b span {
    width: 31px;
    height: 41px;
    overflow: hidden;
    position: absolute;
    top: -20px;
    left: 0;
    background: url("/media/11972/tooltip-top-arrow.png") 0 0 no-repeat;
    -background: none;
    -filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon-tooltip/tooltip-top-arrow.png', sizingMethod='crop');
}

.bt-top u span,
.bt-bottom u span {
    width: 600px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/media/11982/tooltip-top-right.png") 0 0 no-repeat;
    -right: expression(-parentNode.clientWidth%2 + 'px');
    -background: none;
    -filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon-tooltip/tooltip-top-right.png', sizingMethod='crop');
}

.bt-top i {
    width: 96px;
    background: url("/media/11977/tooltip-top-left.png") 0 0 no-repeat;
    -background: none;
    -filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon-tooltip/tooltip-top-left.png', sizingMethod='crop');
}

.bt-top u {
    width: 96px;
    overflow: hidden;
    position: relative;
}

.bt-bottom i {
    width: 120px;
    height: 22px;
    background: url("/media/11952/tooltip-bottom-left.png") 0 0 no-repeat;
    -background: none;
    -filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon-tooltip/tooltip-bottom-left.png', sizingMethod='crop');
}

.bt-bottom b {
    width: 31px;
    height: 22px;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.bt-bottom b span {
    width: 31px;
    height: 41px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/media/11947/tooltip-bottom-arrow.png") 0 0 no-repeat;
    -background: none;
    -filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon-tooltip/tooltip-bottom-arrow.png', sizingMethod='crop');
}

.bt-bottom u {
    width: 41px;
    height: 22px;
    overflow: hidden;
    position: relative;
}

.bt-bottom u span {
    height: 22px;
    background: url("/media/11957/tooltip-bottom-right.png") 0 0 no-repeat;
    -background: none;
    -filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon-tooltip/tooltip-bottom-right.png', sizingMethod='crop');
}

.bt-middle-left {
    margin-right: 8px;
    background: url("/media/11962/tooltip-middle-left.png") 0 0 no-repeat;
    -background: none;
    -filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon-tooltip/tooltip-middle-left.png', sizingMethod='crop');
    zoom: 1;
}

.bt-middle-right {
    background: url("/media/11967/tooltip-middle-right.png") right 0 no-repeat;
    -position: relative;
    -background: none;
    zoom: 1;
}

.bt-middle-right-ie {
    display: none;
    width: 8px;
    height: expression(parentNode.clientHeight + 'px');
    position: absolute;
    right: 0;
    top: 0;
    -right: expression(-parentNode.clientWidth%2 + 'px');
    -background: none;
    -filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='mediaimages/balloon-tooltip/tooltip-middle-right.png', sizingMethod='crop');
    -display: block;
}

.bt-cont {
    min-height: 62px;
    -height: 62px;
    position: relative;
}

.balloonTooltipBottom .bt-top i {
    width: 120px;
}

.balloonTooltipBottom .bt-top u {
    width: 41px;
}

.balloonTooltipBottom .bt-top b {
    display: block;
}

.balloonTooltipBottom .bt-bottom i,
.balloonTooltipBottom .bt-bottom u {
    width: 96px;
}

.balloonTooltipBottom .bt-bottom u {
    width: 96px;
}

.balloonTooltipBottom .bt-bottom b {
    display: none;
}

.bt-cont {
    padding: 0 10px 0 14px;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

#mobile-menu {
    position: relative;
    z-index: 700;
}

.rmm ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.rmm li {
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.rmm li a {
    display: block;
    text-align: left;
    padding-left: 20px;
    line-height: 35px;
    color: #fff;
    background: #505052;
    background: -moz-linear-gradient(top, #505052 0, #322e2f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #505052), color-stop(100%, #322e2f));
    background: -webkit-linear-gradient(top, #505052 0, #322e2f 100%);
    background: -o-linear-gradient(top, #505052 0, #322e2f 100%);
    background: -ms-linear-gradient(top, #505052 0, #322e2f 100%);
    background: linear-gradient(to bottom, #505052 0, #322e2f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#505052', endColorstr='#322e2f', GradientType=0);
    text-decoration: none;
}

.rmm li:hover a {}

.rmm li a.taphover:hover,
.rmm li a.taphover.hover {}

.rmm li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
}

.rmm li:hover ul a:hover {
    background: #ccc;
    color: #fff;
}

.rmm li ul {
    display: none;
}

.rmm li ul li {
    display: block;
    float: none;
}

.rmm li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

.rmm ul li a:hover + .hidden,
.hidden:hover {
    display: block;
}

.rmm .show-menu {
    text-decoration: none;
    color: #fff;
    padding: 2px 7px;
    display: none;
    float: right;
    width: 40px;
}

.rmm input[type=checkbox] {
    display: none;
    -webkit-appearance: none;
}

.rmm input[type=checkbox]:not(:checked) ~ #mobilemenu {
    display: block;
}

@media screen and (max-width:800px) {
    .rmm ul {
        position: static;
        display: none;
    }
    .rmm li {
        border-bottom: 1px solid #999999;
        margin-bottom: 0;
    }
    .rmm ul li,
    li a {
        width: 100%;
    }
    .rmm .show-menu {
        display: block;
    }
    .menu-wrap {
        display: none;
    }
}

@media only screen and (min-width:801px) {
    #mobile-menu {
        display: none;
    }
    #blog-mobile-menu {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    body {
        min-width: 310px;
    }
    .main {
        padding: 17px 12px 10px;
    }
    .basic {
        width: 100%;
        margin-left: -390px;
    }
    .center-col-with-right {
        margin-left: 390px;
        float: none;
        width: auto;
    }
    .wrap {
        max-width: 1000px;
        width: 100%;
        overflow: hidden;
    }
    .wrap .acca-expand-collapse {
        width: 100%;
    }
    .quot-r {
        background-position: right bottom !important;
    }

    .white-popup{
        position: fixed!important;
        bottom: 0;
        right: 0;
        border: 1px solid lightgray;
        margin: 20px auto 0!important;
    }

}

@media only screen and (min-width:801px) and (max-width:1024px) {
    div#search-holder {
        left: -100px;
    }
}

@media only screen and (min-width:601px) and (max-width:1024px) {
    #menu li a {
        padding: 0 24px;
    }
    .main .left-col {
        width: 25% !important;
        clear: left;
    }
    .center-col {
        margin: 2%!important;
        float: left !important;
    }
    .main .right-col {
        width: 32% !important;
    }
    .main .right-col .unit-holder>p {
        display: none;
    }
    .main .right-col .unit-holder .right-form input[type="submit"] {
        margin: 10px 0 0 0 !important;
    }
    .basic {
        width: 64%;
        margin-left: -390px;
    }
    .center-col-with-right {
        width: 90% !important;
        margin-left: 32px !important;
    }
    .tutor-video .video-wr {
        width: 100% !important;
        position: static !important;
    }
    .post-tabs .tabs span,
    .prof-tabs .tabs span {
        font-size: 8px !important;
    }
    .brochure {
        margin-bottom: 10px;
    }
    .content .gray-box {
        width: 94% !important;
    }
    .prof-tabs .tabs li {
        width: 118px !important;
    }
    .bottom-block .block1 {
        width: 23%;
        margin-right: 2%;
    }
    .bottom-block .block2,
    .bottom-block .block3 {
        width: 20%;
        margin-right: 2%;
    }
    .bottom-block .block4 {
        width: 28%;
        margin-right: 2%;
    }
    .call-us-post .caption div {
        right: 0 !important;
    }
    .request-more-info-bt {
        width: 18% !important;
    }
    div.content-text {
        width: 89% !important;
        float: none;
    }
    .blue-tabs-nav a {
        font-size: 9px !important;
    }
    .content .blue-tabs li .ui-state-default {
        width: 18% !important;
    }
    ul.blue-tabs-nav li,
    ul.blue-tabs-nav li.ui-tabs-selected {
        width: 18% !important;
    }
    div.inner-tabs-cont {
        width: 44% !important;
    }
    ul.blue-tabs-nav li span {
        padding: 0 23px 0 22px !important;
    }
    .content-img,
    .content table,
    .left-col .unit-holder,
    .pg-expand-collapse,
    .red-expand-collapse,
    .video-wr div img,
    .download-box,
    .DownloadBox-res,
    .content-table,
    .content p,
    .content p img,
    .content .contentForm,
    .ug-expand-collapse,
    .ec-cont iframe,
    .Box-image,
    .content #tabs,
    .content iframe,
    .content .tabs-block,
    .expand-collapse,
    .campus-photo img,
    .call-us-prof,
    .email-cv-bottom {
        width: 100% !important;
    }
    .content p a img {
        width: auto !important;
        margin-top: 5px;
    }
    .faculty-tabs ul.faculty-tabs-nav li a {
        font-size: 11px !important;
        width: auto !important;
    }
    .tutor {
        height: auto !important;
        background-repeat: repeat !important;
    }
    .crm-form .form-row-Comments {
        height: 85px;
    }
    .right-form input[type="submit"] {
        background-repeat: no-repeat;
    }
    .quick-links .col1,
    .quick-links .col2,
    .quick-links .col3 {
        width: 30% !important;
    }
    .footer .copyright {
        width: 40% !important;
    }
    .footer .footer-menu {
        width: 50% !important;
    }
}

@media only screen and (max-width:900px) and (min-width:845px) {
    #menu li a {
        padding: 0 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:844px) {
    #menu li a {
        padding: 0 15px;
    }
    .menu-wrap {
        padding-left: 51px;
    }
    .right-col .unit-holder a img,
    .wrap .right-form,
    .right-form .form-cont,
    #logo-switcher,
    .icons-block-bottom {
        width: 100% !important;
    }
    .right-form input,
    .right-form select,
    .right-form textarea {
        width: 90% !important;
    }
    .right-form input[type="submit"] {
        margin: 10px 26px 0 0 !important;
    }
    .wrap .icons-block-bottom ul {
        width: 64%;
    }
}

@media only screen and (min-width:601px) and (max-width:767px) {
    #menu li a {
        padding: 0 15px;
        font-size: 11px;
    }
    .submenu .item-name a span {
        padding: 8px 12px 0;
        margin: 0 10px 0 5px;
        font-size: 11px;
    }
    .menu-wrap {
        padding-left: 0;
    }
    .events-block .item .pic {
        width: 50px !important;
    }
    .events-block .item .pic img {
        width: 44px !important;
        height: auto !important;
    }
    .events-block .item .desc {
        margin-left: 50px;
    }
    .center-col-cont {
        padding: 0 20px !important;
    }
    .programmes {
        display: inline-block;
        margin-top: 10px;
    }
    .programmes .desc {
        width: 78%;
    }
    .qualifications {
        width: 100%;
        margin-top: 10px;
        display: inline-block;
    }
    .qualifications .desc {
        width: 82%;
    }
    .qualifications li,
    .programmes li,
    .content-img,
    .tabs li,
    .right-col .unit-holder a img,
    .wrap .right-form,
    .right-form .form-cont,
    #logo-switcher,
    .icons-block-bottom,
    .key-facts,
    .prof-tabs .tabs li {
        width: 100% !important;
        ;
    }
    .wrap .right-form,
    .wrap .left-col .unit-holder {
        width: auto !important;
    }
    .right-form input,
    .right-form select,
    .right-form textarea {
        width: 90% !important;
    }
    .right-form input[type="submit"] {
        margin: 10px 26px 0 0 !important;
    }
    .wrap .icons-block-bottom ul {
        width: 64%;
    }
    .bottom-block .block1,
    .bottom-block .block2,
    .bottom-block .block3,
    .bottom-block .block4 {
        width: 40%;
        margin-right: 2%;
    }
    .bottom-block .block3 {
        clear: both;
    }
    .content-table td {
        padding: 6px 0 !important;
        font-size: 10px;
    }
    .content-table th {
        padding: 6px 0 !important;
        font-size: 10px !important;
        ;
    }
    .content-table tr td.hover .hover-cont {
        padding: 10px 9px 0 !important;
        width: auto !important;
    }
    .content-table tr.dark td.last {
        width: auto !important;
    }
    .download-box {
        float: left;
    }
    .post-tabs .tabs-cont {
        float: left;
        padding: 6% !important;
        width: 87%;
    }
    .scroller-banner .cont {
        display: inline-block;
    }
    .scroller-banner #open-days .cont img,
    .scroller-banner #next-intakes .cont img {
        width: 100% !important;
        height: 100% !important;
    }
    .scroller-banner .cont .info {
        width: 81% !important;
    }
    div.scroller-banner .intakes {
        left: 19% !important;
    }
    .caption div {
        right: 2px !important;
    }
    .right-form .caption {
        height: auto !important;
        background-repeat: repeat-y !important;
    }
    #sCaption {
        font-size: 10px;
        text-align: left;
    }
    .call-us #sCaption {
        font-size: 13px;
    }
    .ug-expand-collapse .ec-name {
        clear: both !important;
    }
    .tutor-video {
        height: auto !important;
    }
    .download-box {
        margin-top: 15px !important;
    }
    .right-form input[type="submit"] {
        float: left !important;
    }
    .unit-holder p a img,
    .dark a img {
        width: 100% !important;
    }
    .faculty-tabs ul.faculty-tabs-nav li {
        width: 116px !important;
    }
    .faculty-tabs-item {
        clear: both;
    }
}

@media only screen and (max-width:800px) {
    .wrap .right-form,
    .wrap .left-col .unit-holder {
        width: 200px;
    }
    .basic {
        width: 100%;
        margin-left: -25px;
        float: left;
    }
    #menu li a {
        font: bold 10px/23px Tahoma, Arial, Helvetica, sans-serif;
        padding: 0 20px;
    }
    .center-col-with-right {
        margin-left: 210px;
    }
    .main .left-col {
        width: initial !important;
        clear: left;
    }
    .wrap .right-form .textarea-input textarea {
        width: 100%;
    }
    .wrap .icons-block-bottom {
        margin-right: 15px !important;
    }
    .wrap .s-buttons {
        padding-right: 20px !important;
    }
}

@media only screen and (max-width:800px) {
    .expand-collapse.ec-testimonials.full {
        display: none;
    }
    .breadcrumbs {
        display: none;
    }
    .basic {
        float: none !important;
    }
    .center-col-with-right {
        width: 100%;
    }
    .wrap .top-line {
        height: 28px;
    }
    .wrap .header .logo {
        padding-left: 10px;
    }
    .wrap .icons-block-bottom {
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    .wrap .icons-block-bottom ul {
        padding-top: 5px;
        clear: both;
        width: 127px;
    }
    .wrap .s-buttons {
        padding-right: 0 !important;
    }
    .wrap .s-buttons iframe {
        height: 20px !important;
    }
    .wrap .header .logo img {
        width: 100%;
    }
    .wrap .header .logo {
        width: 150px;
        padding-bottom: 5px;
        padding-right: 0;
    }
    .wrap .right-form,
    .wrap .left-col .unit-holder {
        width: 100%;
    }
    .wrap .right-form .field-type-text input,
    .wrap .right-form .field-type-select select {
        width: 90%;
        padding: 2px;
    }
    .wrap .right-form .field-type-select select {
        padding-right: 3px;
    }
    .wrap .right-form .select-input,
    .wrap .right-form .text-input {
        width: auto;
    }
    .wrap .right-form .field-type-text,
    .wrap .right-form .field-type-select {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }
    .wrap .right-form .form-cont {
        padding-right: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .right-form .submit-input {
        margin-right: 0;
    }
    .mini {
        display: block;
    }
    .full {
        display: none;
    }
    .header-links {
        display: none;
    }
    .header #search-block {
        width: 100%;
        float: none;
    }
    .programme-block {
        width: 100% !important;
    }
    .programme-block div {
        padding: 0 0 8px 188px !important;
    }
    .center-col-with-right {
        margin-left: 10px !important;
    }
    .content .contentForm {
        width: 100% !important;
    }
    .menu-wrap {
        display: none;
    }
    .header-img img.findBtn {
        display: none !important;
    }
    .js-header {
        min-height: 0 !important;
    }
    .js-header-cont img {
        height: auto !important;
    }
    .js-header-cont div {
        height: auto;
    }
    .content {
        margin-top: 0 !important;
    }
    .basic {
        margin-left: 0;
        width: 100%;
    }
    .main {
        padding: 26px 20px 10px;
    }
    .center-col {
        width: 100% !important;
    }
    .center-col-cont {
        padding: 0 10px !important;
        width: 100%;
    }
    .center-col .content-img {
        width: 100%;
    }
    .main .right-col {
        padding: 0 10%!important;
        width: 90% !important;
    }
    .pg-expand-collapse {
        width: 100% !important;
    }
    .content .gray-box {
        width: 90% !important;
    }
    .programm-box {
        width: 100% !important;
    }
    .pg-expand-collapse .last {
        width: 100% !important;
    }
    .short {
        width: 100% !important;
    }
    .download-box {
        width: 100% !important;
    }
    .brochure {
        margin-bottom: 10px !important;
    }
    .right-form .form-cont {
        width: 100% !important;
    }
    .right-form .caption {
        background: url("/media/2089/caption.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0)!important;
    }
    .call-us-post .caption {
        background: url("/media/2089/caption.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0)!important;
    }
    .call-us-prof {
        width: 100% !important;
    }
    .call-us-prof .caption {
        background: url("/media/2089/caption.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0)!important;
    }
    .email-cv-cont {
        background: url("/media/2383/email-bg.png") repeat scroll 0 0 #E4E3E3 !important;
    }
    .email-cv-bottom {
        background: none !important;
    }
    .right-col .unit-holder .email-cv-cont img {
        width: auto !important;
    }
    .right-col .unit-holder .scroller-banner .cont img {
        height: 189px;
        width: auto !important;
        position: absolute;
        right: 30px;
    }
    .blue-tabs-item .image {
        display: none;
    }
    .blue-tabs-item .description {
        display: none;
    }
    .tutor-video .video-wr {
        width: 100% !important;
        position: static !important;
    }
    .tutor-video .video-wr img {
        width: 100% !important;
    }
    .Box-image {
        width: 100% !important;
    }
    .ug-expand-collapse {
        width: 100% !important;
    }
    .ug-expand-collapse .ec-cont iframe {
        width: 100% !important;
    }
    .red-expand-collapse {
        width: 100% !important;
    }
    .right-form input,
    .right-form select,
    .right-form textarea {
        width: 100% !important;
    }
    .form-row {
        padding: 0 !important;
        width: 100% !important;
    }
    .content table {
        width: 100%!important;
    }
    .content-text,
    .content-text p {
        width: 100% !important;
    }
    #tabs {
        width: 100% !important;
    }
    iframe {
        width: 100% !important;
    }
    object,
    embed {
        width: 100% !important;
        height: 200px !important;
    }
    .quickLinksTop {
        display: none;
    }
    .content-table tr td.hover .hover-cont {
        width: 30% !important;
    }
    .tutor-video .caption {
        font-size: 1em !important;
    }
    .post-tabs {
        width: 100%;
    }
    .post-tabs .tabs li {
        width: 100% !important;
    }
    .prof-tabs {
        width: 100% !important;
    }
    .prof-tabs .tabs li {
        width: 100% !important;
    }
    .key-facts .bot-bg {
        width: 81% !important;
    }
    .campus-photo img {
        width: 100% !important;
    }
    .campus-content h2 {
        font-size: 1em !important;
    }
    .expand-collapse .ec-name {
        font-size: 1em !important;
    }
    .pg-expand-collapse .ec-name {
        font-size: 1em !important;
    }
    .faculty-tabs ul.faculty-tabs-nav li {
        width: 116px !important;
    }
    .faculty-tabs-item {
        float: left;
    }
    .item-cont {
        float: left;
        margin-top: 10px;
        padding-left: 0;
        width: 100%;
        background: none !important;
        margin-left: 0 !important;
    }
    .item img {
        float: left;
        width: 100%;
    }
    .dark,
    .item {
        float: left;
    }
    .icons-block-bottom .cont {
        display: none;
    }
    .top-con-btns {
        display: block;
    }
    .img-res img {
        width: 100%;
    }
    #deskContainerImage {
        display: none;
    }
    #mobileContainerImage {
        display: block;
    }
    .btn-contactUs {
        background: none repeat scroll 0 0 #c51a35;
        border: 1px solid #c51a35;
        color: #fff;
        font-weight: bold;
        margin-right: 10px;
        padding: 5px;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 5px;
    }
    .download-box a.button {
        margin-top: 20px !important;
    }
    div.Download-form .form-row {
        height: auto !important;
    }
    .popup {
        width: 300px !important;
        margin-left: -155px !important;
    }
    .popup-content {
        width: 220px !important;
    }
    .download-box .message {
        width: 200px !important;
    }
    .Download-form input,
    .Download-form select,
    .Download-form textarea {
        width: 100% !important;
    }
    .content-wrap {
        width: 90% !important;
    }
    .popup div.frameWrap {
        width: 63% !important;
    }
    .dialog {
        width: 220px !important;
        margin-left: -155px !important;
    }
    .dialogCont {
        width: 236px !important;
    }
    .blue-tabs {
        width: 100% !important;
    }
    ul.blue-tabs-nav {
        padding: 0 !important;
    }
    .blue-tabs-item ul {
        width: 33% !important;
    }
    div.inner-tabs-cont {
        width: 53% !important;
    }
    .inner-tabs-nav li a strong {
        word-wrap: break-word;
    }
    .content .inner-tabs-cont ul {
        width: 92% !important;
    }
    .dark,
    .item {
        float: none !important;
        vertical-align: top;
        display: inline-block;
    }
    .content-table tr.dark {
        display: table-row;
    }
    .acca-expand-collapse .ec-name.coral {
        background-repeat: repeat;
    }
    .content p img {
        width: 100% !important
    }
    .js-header-cont div {
        position: static;
    }
    .DownloadBox-res {
        margin-left: 0 !important;
        width: 100px !important;
    }
}

@media only screen and (max-width:480px) {
    .breadcrumbs {
        display: none;
    }
    .bottom-unit-holder {
        display: none;
    }
    .main .left-col {
        display: none;
    }
}

@media only screen and (max-width:380px) {
    .wrap .s-buttons {
        display: none;
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000001042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000001043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1000001045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1000001044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1000001046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0;
    float: left;
    padding-right: -11px;
    width: 32%;
    margin-top: -34px;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 17%;
    left: 17%;
    width: 65%;
    height: 67%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    border: 4px solid #fff;
}

.mfp-iframe-holder .mfp-close {
    top: 92px;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}