@font-face {
    font-family: 'OxfordBold';
    src: url('/fonts/oxfordboldwebfont.eot');
    src: url('/fonts/oxfordboldwebfont.eot?#iefix') format('embedded-opentype'), url('/fonts/oxfordboldwebfont.woff') format('woff'), url('/fonts/oxfordboldwebfont.ttf') format('truetype'), url('/fonts/oxfordboldwebfont.svg#OxfordBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OxfordRegular';
    src: url('/fonts/oxfordregularwebfont.eot');
    src: url('/fonts/oxfordregularwebfont.eot?#iefix') format('embedded-opentype'), url('/fonts/oxfordregularwebfont.woff') format('woff'), url('/fonts/oxfordregularwebfont.ttf') format('truetype'), url('/fonts/oxfordregularwebfont.svg#OxfordRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OxfordBlack';
    src: url('/fonts/oxfordblackwebfont.eot');
    src: url('/fonts/oxfordblackwebfont.eot?#iefix') format('embedded-opentype'), url('/fonts/oxfordblackwebfont.woff') format('woff'), url('/fonts/oxfordblackwebfont.ttf') format('truetype'), url('/fonts/oxfordblackwebfont.svg#OxfordBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OxfordLight';
    src: url('/fonts/oxfordlightwebfont.eot');
    src: url('/fonts/oxfordlightwebfont.eot?#iefix') format('embedded-opentype'), url('/fonts/oxfordlightwebfont.woff') format('woff'), url('/fonts/oxfordlightwebfont.ttf') format('truetype'), url('/fonts/oxfordlightwebfont.svg#OxfordLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MerriweatherSans-Regular';
    src: url('/fonts/MerriweatherSans-Regular.eot');
    src: url('/fonts/MerriweatherSans-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/MerriweatherSans-Regular.woff') format('woff'), url('/fonts/MerriweatherSans-Regular.ttf') format('truetype'), url('/fonts/MerriweatherSans-Regular.svg#formatalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
}

ul, li {
    list-style: none;
}

textarea,
input[type='text'],
input[type='email'],
input[type='tel'] {
    -webkit-border-radius: 0;
    border-radius: 0;
}

body {
    font: 62.5% Arial;
    /*background: #eceae6;*/
    text-align: right;
    direction: ltr;
    -webkit-text-size-adjust: none !important;
}

input, textarea, select {
    -webkit-appearance: none;
}

.dot1 {
    height: 60px;
    /*overflow: hidden; */
}

.font_eng {
    font-family: 'MerriweatherSans-Regular';
}
/* Smartphones (portrait and landscape)  */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    body {
        font-size: 55%;
    }
}
/* iphone 4  */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        font-size: 62.5%;
    }
}

textarea {
    resize: none;
    overflow: hidden;
}

.en {
    font-family: 'MerriweatherSans-Regular';
    font-size: 0.8em !important;
}

.srOnly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none;
}

.visible-tablet {
    display: none;
}

.hidden-desktop {
    display: none;
}

.visible-desktop {
    display: block;
}

a, a:focus, a:hover, a:active {
    text-decoration: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 980px;
    direction: rtl;
    overflow: hidden;
}
/*all color class*/
.red {
    color: #f54a33;
}

.pink {
    color: #910258;
}

.skyBlue {
    color: #0fb1d9;
}

.blue {
    color: #0FB1D9; 
}

.green {
    color: #1f8462;
}

.purple {
    color: #5f78c1;
}

.turquoise {
    color: #007d79;
}

.default {
    color: #0FB1D9;
    /*#0FB1D9*/
}
/* End - all color class */
header {
    direction: rtl;
}

.iosSliderDemo {
    direction: rtl;
}

.warpper_content {
    direction: rtl;
}

footer {
    direction: rtl;
}

select.mobileSelect {
    display: block !important;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    select.mobileSelect option {
        text-align: right;
    }
/* Date Picker Container */
/* Date Trigger (Icon) */
#datecontainer .ui-datepicker-trigger {
    float: left;
    display: table;
    cursor: pointer;
    margin: 3px 5px;
}
/* Calendar Container */
#ui-datepicker-div {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

    #ui-datepicker-div a {
        text-decoration: none;
    }
/* Date Picker Header */
.ui-datepicker-header {
    /*background: url('/Images/dark_leather.png') repeat 0 0 #000;*/
    background: #000;
    color: #e0e0e0;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, .2);
    box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, .2);
    text-shadow: 1px -1px 0 #000;
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('/Images/arrow.png');
    background-repeat: no-repeat;
    line-height: 550%;
    overflow: hidden;
}
/* Date Picker Table */
.ui-datepicker table {
    width: 100%;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    border-bottom: 1px solid #bbb;
    background-image: linear-gradient(top, #f7f7f7 0,#f1f1f1 100%);
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    color: #666666;
    text-shadow: 1px 0 0 #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-icon.ui-icon-circle-triangle-e, .ui-icon.ui-icon-circle-triangle-w {
    display: none;
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #bbb;
    background: #fff;
}

    .ui-datepicker tbody td:last-child {
        border-right: 0;
    }

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0;
    }

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0 #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}
/* Date Picker Hover & Active */
.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ededed), color-stop(100%,#dedede));
    background: -webkit-linear-gradient(top, #ededed 0,#dedede 100%);
    background: -o-linear-gradient(top, #ededed 0,#dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0,#dedede 100%);
    background: linear-gradient(top, #ededed 0,#dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #6eafbf;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0 1px 0 #4d7a85;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}
/*datepicker end*/
.alert_succses {
}

.mmenu.mmenu-left.mmenu-horizontal.mmenu-opened {
    display: none;
}

.mmenu.mmenu-left.mmenu-horizontal {
    display: none;
}

.mmenu {
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    z-index: 999;
    position: relative;
}

.links_top {
    height: 24px;
    padding-top: 24px;
    padding-bottom: 2px;
    position: relative;
    z-index: 666;
    overflow: visible;
}

    .links_top ul {
        list-style-type: none;
        float: left;
    }

        .links_top ul li {
            float: right;
            height: 21px;
        }

        .links_top ul .box1 a,
        .links_top ul .box2 a,
        .links_top ul .box3 a {
            border-left: 1px solid #cccccc;
            padding: 0 10px;
            height: 12px;
            margin-top: 5px;
            display: block;
            vertical-align: bottom;
        }

        .links_top ul .box4 {
            padding-left: 7px;
            padding-right: 7px;
        }

        .links_top ul .box5 {
            padding-left: 3px;
        }

        .links_top ul li.box5 form {
            position: relative;
        }

#sitesearch {
    background: url('/Images/sitesearch.png') no-repeat;
    width: 18px;
    height: 14px;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    border: none;
    vertical-align: middle;
}

.links_top a {
    font: 1.2em/12px arial;
    color: #000;
}

    .links_top a:hover {
        color: #0FB1D9;
    }

.links_top ul .box1 a {
    font-weight: bold;
}

#google_s {
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: -1px -1px 0 #c0c0be;
    -moz-box-shadow: -1px -1px 0 #c0c0be;
    box-shadow: -1px -1px 0 #c0c0be;
    border: 1px solid #e2e1df;
    font: 12px arial;
    color: #000;
    background: #f3f2f0;
    direction: rtl;
    text-align: right;
    height: 19px;
    width: 117px;
    padding-right: 7px;
}

.select_lang {
}

    .select_lang .ffSelectWrapper {
        width: 100%;
        position: relative;
        display: block;
        margin: 0;
        height: auto;
    }

    .select_lang .ffSelect {
        position: relative;
    }


        .select_lang .ffSelect > a {
            background: url('/Images/arrow_down2.png') no-repeat 8px center #f3f2f0;
            height: 14px !important;
            padding: 3px 0 2px 21px;
            display: block;
            -webkit-box-shadow: -1px -1px 0 #c0c0be;
            -moz-box-shadow: -1px -1px 0 #c0c0be;
            box-shadow: -1px -1px 0 #c0c0be;
            border: 1px solid #e2e1df;
            font-size: 1em;
        }

    .select_lang .ffSelectWrapper.active .ffSelect > a {
        background: url('/Images/arrow_down2.png') no-repeat 8px center #f3f2f0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .select_lang .ffSelectWrapper.active .ffSelect > a > span,
        .select_lang .ffSelect > a > span {
            display: block;
            color: #000;
            font: 1.2em/14px arial;
            height: 14px;
            padding: 0 3px;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-left: 1px solid #bfbfbf;
            margin: 0;
        }

    .select_lang .ffSelectWrapper.disabled .ffSelect > a {
        cursor: default;
    }

    .select_lang .ffSelectMenuWrapper {
        width: 100%;
        position: absolute;
        border: none;
    }

    .select_lang .ffSelectMenuMid {
        max-height: 124px;
        overflow: auto;
        background: #f3f2f0;
        border-right: 1px solid #e2e1df;
        border-left: 1px solid #e2e1df;
        border-bottom: 1px solid #e2e1df;
        padding: 0;
        margin: 0;
    }

    .select_lang .ffSelectMenuWrapper .ffSelectMenuMidBG ul {
        width: 100%;
        background: none;
        padding: 0;
    }

    .select_lang .ffSelectMenuWrapper .ffSelectMenuMidBG li {
        background: none;
        list-style: none;
        cursor: pointer;
        display: block;
        height: 19px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 3px;
    }

        .select_lang .ffSelectMenuWrapper .ffSelectMenuMidBG li span {
            color: #9b9a99;
            font: 1.2em/19px Arial;
        }

        .select_lang .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover span,
        .select_lang .ffSelectMenuWrapper .ffSelectMenuMidBG li.on span {
            color: #9b9a99;
        }

        .select_lang .ffSelectMenuWrapper .ffSelectMenuMidBG li.selected span {
            color: #0FB1D9;
        }

        .select_lang .ffSelectMenuWrapper .ffSelectMenuMidBG li:nth-child(2),
        .select_lang .ffSelectMenuWrapper .ffSelectMenuMidBG li:nth-child(1) {
            border-left: none;
            padding: 0 3px;
            height: 19px;
        }


    .select_lang ul {
        overflow: hidden;
        width: 96px;
    }

        .select_lang ul li {
            float: left;
            text-align: center;
        }

    .select_lang a {
        color: #999997;
        font: 1.2em/12px 'OxfordBold', arial;
        padding: 0 6px;
        display: block;
        border-left: 1px solid #cccccc;
        margin-top: 5px;
        height: 12px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: bold;
    }

    .select_lang li:first-child a {
        border-left: none;
    }

    .select_lang .active a,
    .select_lang a:hover {
        color: #000;
        font-family: 'OxfordBold', arial;
        font-weight: bold;
        font-size: 99%;
    }

.menu {
    height: 75px;
    overflow: visible;
}

.bg_header_desktop {
    background: #fff;
    z-index: 555;
    position: relative;
}

.logoContainer {
    margin-top: -25px;
    float: right;
}

.logo {
    background: url('/Images/logo.png') no-repeat;
    background-size: 100% 100% !important;
    width: 132px;
    height: 71px;
    overflow: hidden;
    display: block;
    margin-top: 0;
}

.logo_site {
    display: block;
    padding-top: 6px;
}

.logoTitel {
    display: none;
    color: #0FB1D9;
    text-align: center;
    padding-top: 2px;
    font: 15px 'OxfordRegular';
}

.iosSliderDemo {
    clear: both;
    width: 100%;
    height: 382px;
    padding-bottom: 43px;
    position: relative;
    direction: ltr;
}

.fluidHeight {
    position: absolute;
    width: 100%;
    height: 382px;
    padding: 0;
    left: 0;
    top: 0;
}

.sliderContainer {
    height: 100%;
    max-height: 382px;
    padding: 0;
}

.iosSlider {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    .iosSlider .slider {
        width: 100%;
        height: 100%;
    }

        .iosSlider .slider .item {
            width: 100%;
            height: 100%;
            padding: 0;
            text-align: center;
        }

            .iosSlider .slider .item .inner {
                position: relative;
                top: 0;
                left: 0;
                width: 100%;
                margin: 0 auto;
                height: 100%;
                box-shadow: 0 0 10px -5px #000;
                background-position: 50% 0;
                background-repeat: no-repeat;
            }

.img_slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

    .img_slider img {
        position: absolute;
        right: 50%;
        margin-right: -1000px;
        top: 0;
        display: block;
        width: 2000px;
    }

#bg img {
    width: 1200px;
    height: 380px;
}

.iosSlider .slider .item .inner .selectorShadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 30px;
    display: none;
}

.iosSlider .slider .item .inner .text1 {
    position: absolute;
    top: 66px;
    padding: 0 2px 0 7px;
    height: 100px;
    text-align: right;
    width: 580px;
    direction: rtl;
    overflow: hidden;
}

    .iosSlider .slider .item .inner .text1 span {
        font-family: 'OxfordLight';
        color: #fff;
        font-size: 4.5em;
        line-height: 50px;
        padding: 0 8px;
        font-weight: normal;
        text-shadow: 0 1px 5px #000; /* now both will work */
    }

        .iosSlider .slider .item .inner .text1 span i {
            margin: 0 0 0 5px;
        }

.iosSlider .slider .item .inner .text2 {
    position: absolute;
    top: 181px;
    padding: 0 2px 0 7px;
    height: 56px;
    text-align: right;
    width: 380px;
    direction: rtl;
    overflow: hidden;
}

.iosSlider .slider .item .inner .button_slider {
    position: absolute;
    top: 270px;
    padding: 0 2px 0 7px;
    height: 30px;
    text-align: right;
    width: 251px;
    display: block;
    direction: rtl;
    cursor: pointer;
}

.iosSlider .slider .item .inner .all_button {
    font-family: 'OxfordRegular';
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    background: #0FB1D9;
    width: auto;
    height: 20px;
    text-align: right;
    border: none;
    outline: none;
    padding-right: 11px;
    padding-left: 11px;
    cursor: pointer;
}

.iosSlider .slider .item .inner .text2 span {
    font-family: 'OxfordRegular';
    font-size: 2.4em;
    line-height: 27px;
    padding: 0 8px;
    font-weight: normal;
    color: #fff;
    background: #0FB1D9;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.sliderContainer .slideSelectors {
    position: absolute;
    bottom: 49px;
    width: 82px;
    z-index: 1;
    height: 11px;
}

    .sliderContainer .slideSelectors .prev {
        float: left;
        width: 11px;
        height: 11px;
    }

    .sliderContainer .slideSelectors .next {
        float: left;
        width: 11px;
        height: 11px;
        margin: 0 0 0 10px;
    }

    .sliderContainer .slideSelectors .item {
        float: left;
        width: 17px;
        height: 16px;
        background: url('/Images/slider_radius.png');
        margin: 1px 1px 1px 0;
        /* opacity: 0.25; */
        filter: alpha(opacity=25);
        border-radius: 10px;
    }

        .sliderContainer .slideSelectors .item.first {
            margin-left: 1px;
        }

    .sliderContainer .slideSelectors .selected {
        width: 14px;
        height: 15px;
        background: url('/Images/selected_radius.png');
        opacity: 1;
        margin: 1px 1px 0 1px;
        filter: alpha(opacity=100);
        box-shadow: none;
    }

        .sliderContainer .slideSelectors .selected.first {
            margin-left: 0;
        }

.sliderContainer .scrollbarContainer {
    display: none;
}

.span3 {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

    .span3:first-child .box_slide_all {
        margin-left: 10px;
    }

.bg_box_nav {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 83px;
    width: 83px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
}

    .bg_box_nav.default_bg {
        background-image: url('/Images/pic25.png');
    }

    .bg_box_nav.skyBlue_bg {
        background-image: url('/Images/bg_box_nav2.png');
    }

    .bg_box_nav.green_bg {
        background-image: url('/Images/bg_box_nav_green.png');
    }

    .bg_box_nav.blue_bg {
        background-image: url('/Images/bg_box_nav2.png');
    }

    .bg_box_nav.purple_bg {
        background-image: url('/Images/bg_box_nav6.png');
    }

    .bg_box_nav.pink_bg {
        background-image: url('/Images/bg_box_nav1.png');
    }

    .bg_box_nav.red_bg {
        background-image: url('/Images/bg_box_nav_red.png');
    }

.hpp .bg_box_nav {
    background-image: url('/Images/pic25.png');
}

#prev1, #prev2 {
    background: url("/Images/next_box_slide.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 18px;
    width: 11px;
}

#next1, #next2 {
    background: url("/Images/prev_box_slide.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 18px;
    width: 11px;
}

.nav_slide {
    height: 19px;
    width: 40px;
    padding-top: 47px;
    padding-right: 27px;
}

.boxes {
    padding-bottom: 35px;
    overflow: hidden;
}

.professions_titls {
    cursor: pointer;
    color: #000000;
    font-family: 'OxfordRegular';
    font-size: 2.6em;
    padding-right: 90px;
    height: 47px;
    padding-top: 20px;
    font-weight: normal;
    background: #fff scroll right url('/Images/professions_titls_icon.png') no-repeat;
    border: 1px solid #d6d6d6;
}

.profession {
    margin-bottom: 49px;
    clear: both;
}

.professions_select {
    overflow: hidden;
    background: #f6f3f2;
    width: 100%;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.professions_results {
    clear: both;
    background: #fff;
    width: 100%;
    border-top: 1px solid #d8d8d8;
    overflow: hidden;
}

.banner figure {
    background: url('/Images/banner.png') no-repeat;
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    background-size: 100% 100%;
}

.title_banner {
    font-family: 'OxfordLight';
    color: #fff;
    font-size: 3.1em;
    padding: 24px 0 16px;
    font-weight: normal;
}

.text_banner {
    font-family: 'OxfordRegular';
    color: #fff;
    font-size: 1.7em;
    line-height: 43px;
    padding: 4px 36px 0 36px;
    font-weight: normal;
}

.icon_banner {
    height: 30px;
    width: 30px;
    background: url('/Images/banner_icon.png') no-repeat;
    margin: 0 auto;
    display: block;
}

.slider_text1,
.slider_text {
    position: relative;
    overflow: visible !important;
    width: auto;
    height: 100%;
    margin-left: 64px;
    margin-right: 30px;
}

.box_slide {
    position: absolute;
    top: 0;
    left: 230px;
    display: none;
    opacity: 1;
    width: 100%;
    height: auto;
    background: none !important;
}

.icon_slider {
    position: absolute;
    left: -55px;
    top: 0;
}

.banner {
    width: 314px;
    background: #fff;
    height: 205px;
    float: left;
    border: 1px solid #cecece;
    border-bottom: none;
    margin-right: 0;
    box-shadow: 0 1px 0 #afaeab, 0 -1px 0 #e8e6e2;
    overflow: hidden;
}

    .banner a {
        display: block;
        height: 100%;
        width: 100%;
    }

.box_slide:nth-child(1) {
    z-index: 2;
}

.box_slide:nth-child(2) {
    z-index: 3;
}

.box_slide:nth-child(3) {
    z-index: 4;
}

.box_slide_all {
    padding-top: 18px;
    background: #fff;
    height: 187px;
    border: 1px solid #cecece;
    border-bottom: none;
    margin-right: 0;
    box-shadow: 0 2px 2px -1px #666666, 0 -1px 0 #e8e6e2;
    overflow: hidden;
    position: relative;
}

.wrap_box_responsive {
    float: right;
    display: table;
    width: 648px;
}

.date_box_slide {
    font-family: 'OxfordRegular';
    font-size: 17px;
    padding-bottom: 15px;
}

.title_slide_box {
    font-family: 'OxfordRegular';
    font-size: 20px;
    color: #323232;
    line-height: 22px;
    margin-bottom: 10px;
    max-height: 46px;
    overflow: hidden;
}

arabic .title_slide_box {
    line-height: 29px;
}

.text_slide_box_bold {
    font-family: arial;
    font-size: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    font-weight: bold;
}

.text_slide_box {
    font-family: arial;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    margin-bottom: 15px;
    text-align: right;
    height: 33px;
    overflow: hidden;
}

.link_box {
    font-family: 'OxfordRegular';
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    color: #0FB1D9;
    display: inline-block;
}

    .link_box:hover {
        color: #fff;
        background: #0FB1D9;
        border-radius: 3px;
        padding-left: 4px;
        padding-right: 4px;
    }

.text_slide_box_bold.green, .date_box_slide.green {
    color: #1f8462;
}

.text_slide_box_bold.pink, .date_box_slide.pink {
    color: #d40b6f;
}

.text_slide_box_bold.skyBlue, .date_box_slide.skyBlue {
    color: #00a3cb;
}

.ffRadioWrapper {
    display: block;
    overflow: hidden;
    height: 26px;
}

.ffCheckboxWrapper {
    display: block;
    height: 26px;
}

    .ffCheckboxWrapper a, .ffRadioWrapper a {
        float: right;
        font-family: 'OxfordRegular';
        font-size: 1.4em;
        color: #000000;
        padding-top: 8px;
    }

.ffCheckbox,
.ffRadio {
    background: url('/Images/check_radio_sheet.png') -38px top no-repeat;
    cursor: pointer;
    float: right;
    margin-left: 8px;
    width: 19px;
    height: 19px;
    margin-top: 5px;
}

.ffCheckbox {
    background: url('/Images/check_radio_sheet.png') left top no-repeat;
}

.ffRadioWrapper.on .ffRadio {
    background: url('/Images/check_radio_sheet.png') -57px top no-repeat;
}

.ffCheckboxWrapper.on .ffCheckbox {
    background: url('/Images/check_radio_sheet.png') -19px top no-repeat;
}

.ffCheckboxWrapper.on {
    background: #e6e1df;
    box-shadow: inset 0 1px 4px #bfbaba;
    border-radius: 3px;
    height: 26px;
    width: 111px;
}

.check_side_contact .ffCheckbox {
    background: url('/Images/check_radio_sheet.png') left top no-repeat;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    width: 16px;
    height: 19px;
    margin-right: 0;
    margin-top: 0;
}

.check_side_contact .ffCheckboxWrapper.on {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    width: auto;
    padding: 0;
}

.check_side_contact .ffCheckboxWrapper {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    width: auto;
}

.check_side_contact .ffCheckboxWrapper {
    display: block;
    height: auto;
    padding: 0;
}

    .check_side_contact .ffCheckboxWrapper a {
        float: none;
        font-family: 'OxfordRegular' !important;
        font-size: 1.4em;
        color: #000000;
        padding-top: 8px;
    }

.ffRadioWrapper.on {
    background: #e6e1df;
    box-shadow: inset 0 1px 4px #bfbaba;
    border-radius: 3px;
    height: 26px;
    width: 140px;
}

.left_pro .ffRadioWrapper.on {
    background: #e6e1df;
    box-shadow: inset 0 1px 4px #bfbaba;
    border-radius: 3px;
    height: 26px;
    width: 89px;
}

.right_pro {
    float: right;
    overflow: hidden;
    width: 184px;
    height: 199px;
    margin-right: 33px;
}

.center_pro {
    float: right;
    overflow: hidden;
    width: 420px;
    height: 199px;
}

.left_pro {
    float: right;
    overflow: hidden;
    width: 175px;
    height: 199px;
}

.center_center_pro {
    width: 119px;
    height: 145px;
    float: right;
    overflow: hidden;
}

    .center_center_pro div {
        margin-bottom: 5px;
        display: block;
        color: #000;
    }

.right_center_pro {
    width: 119px;
    height: 145px;
    float: right;
    overflow: hidden;
}

    .left_center_pro .btn,
    .right_center_pro .btn {
        margin-bottom: 5px;
    }

.left_center_pro {
    width: 135px;
    height: 145px;
    float: right;
    overflow: hidden;
}

    .left_center_pro > div {
        margin-bottom: 5px;
        display: block;
        color: #000;
    }

.left_pro .btn,
.right_pro .btn {
    padding-bottom: 5px;
}

.border_side_a {
    height: 115px;
    width: 1px;
    background: #d8d8d8;
    float: right;
    margin-left: 24px;
    margin-top: 57px;
}

.professions_select .footer_titls {
    padding-top: 25px;
    padding-bottom: 11px;
}

.right_results {
    float: right;
    width: 21%;
    overflow: hidden;
    margin-right: 37px;
    padding-top: 21px;
}

    .right_results a {
        font-family: 'OxfordRegular';
        font-size: 17px;
        color: #0FB1D9;
        display: block;
        margin-bottom: 5px;
        padding: 10px 4px;
    }

        .right_results a:hover {
            color: #fff;
            background: #0FB1D9;
            border-radius: 3px;
        }

    .right_results .highlight {
        color: #fff;
        background: #0FB1D9;
        border-radius: 3px;
        padding-left: 4px;
        padding-right: 4px;
    }

/*footer*/
footer {
    width: 100%;
    height: 100%;
}

.footer_links {
    height: 412px;
    width: 100%;
    /*background: #f1f0ec;*/
    border-top: 3px double #c6c5c2;
}

.right_side_footer {
    float: right;
    width: 335px;
    padding-top: 24px;
    height: 388px;
}

.border-shadow {
    height: 413px;
    width: 1px;
    background: #c3c3c2;
    float: right;
    box-shadow: -1px 0 2px #dddcd9;
}

.left_side_footer {
    float: left;
    width: 644px;
    padding-top: 27px;
    height: 385px;
}

.footer_titls {
    font-family: 'OxfordRegular';
    font-size: 18px;
    color: #000000;
    line-height: 21.97px;
}

.slider_mobile .footer_titls {
    font-size: 20px;
}

.footer_titls a {
    color: #000000;
}

    .footer_titls a:hover {
        color: #0FB1D9;
    }

.contact label {
    font-family: 'OxfordRegular';
    font-size: 16px;
    color: #000000;
    line-height: 23px;
    padding-left: 14px;
}

.contact a {
    font-family: 'OxfordRegular';
    font-size: 16px;
    color: #000000;
    line-height: 21px;
}

.contact p {
    font-family: 'OxfordRegular';
    font-size: 16px;
    color: #000000;
    line-height: 23px;
    float: right;
    overflow: hidden;
    padding-top: 17px;
    padding-left: 45px;
}

.contact_button {
    background: #0FB1D9;
    border-radius: 4px;
    color: #fff;
    font-family: 'OxfordRegular';
    font-size: 16px;
    box-shadow: 0 2px 0 #00326e;
    padding: 0 10px;
    height: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: 29px;
    margin-top: 11px;
    display: inline-block;
    line-height: 31px;
    text-align: center;
}

.contacts {
    background: url('/Images/envelope.png') no-repeat scroll right;
    padding-right: 35px;
    padding-top: 8px;
    margin-right: 2px;
    margin-bottom: 15px;
    font-size: 20px;
}

.contact {
    margin-right: 3px;
}

.locations {
    background: url('/Images/location.png') no-repeat scroll right;
    padding-right: 25px;
    padding-top: 8px;
    margin-right: 2px;
    margin-bottom: 15px;
    font-size: 20px;
}

.location {
    width: 100%;
    margin-top: 15px;
}

    .location p {
        font-family: 'OxfordRegular';
        font-size: 16px;
        color: #000000;
        line-height: 23px;
        overflow: hidden;
        padding-bottom: 18px;
    }

    .location .img_map_footer {
        height: 112px;
        width: 304px;
        border: 1px solid #d1d1cf;
    }

.footer_links hr {
    border-top: 1px solid #d1d1cf;
    width: 303px;
    margin-top: 18px;
}

.left_side_footer .footer_links_all .footer_titls {
    vertical-align: middle;
    padding-top: 0;
    font-weight: normal;
    width: 118px;
    border-left: 1px solid #d6d6d5;
    height: 100%;
    display: table-cell;
    line-height: normal;
    margin: 5px 0;
}

    .left_side_footer .footer_links_all .footer_titls > a {
        display: table-cell;
        vertical-align: middle;
        padding-right: 16px;
        line-height: normal;
    }

.icon_footer_links1 {
    background: #0FB1D9 url('/Images/footer_icon1.png') no-repeat scroll center center;
    width: 42px;
    height: 100%;
    display: table-cell;
}

.icon_footer_links2 {
    background: #0FB1D9 url('/Images/footer_icon2.png') no-repeat scroll center center;
    width: 42px;
    height: 100%;
    display: table-cell;
}

.icon_footer_links3 {
    background: #0FB1D9 url('/Images/footer_icon3.png') no-repeat scroll center center;
    width: 42px;
    height: 100%;
    display: table-cell;
}

.icon_footer_links4 {
    background: #0FB1D9 url('/Images/footer_icon4.png') no-repeat scroll center center;
    width: 42px;
    height: 100%;
    display: table-cell;
}

.icon_footer_links5 {
    background: #0FB1D9 url('/Images/footer_icon5.png') no-repeat scroll center center;
    width: 42px;
    height: 100%;
    display: table-cell;
}

.links_footer li:first-child {
    padding-left: 0;
    list-style: none;
    background: none;
    padding-right: 0;
}

.links_footer li {
    list-style-type: none;
    margin-left: 5px;
    border: none;
    font-family: 'OxfordRegular';
    font-size: 1.6em;
    color: #000000;
    display: inline-block;
    line-height: 21px;
    vertical-align: middle;
    font-weight: normal;
    background: url('/Images/circle_black.png') no-repeat scroll right center;
    padding-right: 14px;
}

    .links_footer li a {
        color: #000000;
    }

        .links_footer li a:hover {
            color: #0FB1D9;
        }

.footer_links_all {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    background: #fff;
    display: table;
}

.links_footer {
    vertical-align: middle;
    width: 460px;
    margin-left: 0;
    padding-left: 0;
    display: table-cell;
    border: none;
    float: right;
    padding-right: 7px;
}

.table_middle {
    display: table-cell;
    vertical-align: middle;
}

.footer_bottom {
    border-top: 3px double #c6c5c2;
    background: #fefefd;
    background: linear-gradient(top, #fefefd 0, #f2f2f1 66%, #f1f0ec 83%);
    background: -o-linear-gradient(top, #fefefd 0, #f2f2f1 66%, #f1f0ec 83%);
    background: -moz-linear-gradient(top, #fefefd 0, #f2f2f1 66%, #f1f0ec 83%);
    background: -webkit-linear-gradient(top, #fefefd 0, #f2f2f1 66%, #f1f0ec 83%);
    background: -ms-linear-gradient(top, #fefefd 0, #f2f2f1 66%, #f1f0ec 83%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.0, #fefefd), color-stop(0.66, #f2f2f1), color-stop(0.83, #f1f0ec) );
    width: 100%;
    position: relative;
    height: 230px;
}

.bg_footer_bottom_img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}

    .bg_footer_bottom_img img {
        width: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: -2px;
    }

.share_menu {
    width: 370px;
    overflow: hidden;
}

.title_bottom_footer {
    float: right;
    overflow: hidden;
    line-height: 39px;
}

.text_footer_bottom {
    text-align: right;
    font: 1.3em/18px arial;
    color: #4e4e4e;
    height: 37px;
    overflow: hidden;
}

.copy {
    text-align: center;
    margin: 100px auto 0;
    width: 100%;
}

.designBy span {
    display: inline-block;
}

.logo_sprite1 {
    background: url('/Images/logo_copy_sprite.png') no-repeat scroll right 3px;
    width: 64px;
    height: 16px;
}

.logo_sprite2 {
    background: url('/Images/logo_copy_sprite.png') no-repeat scroll 4px 3px;
    width: 67px;
    height: 16px;
}

.copy ul {
    display: inline-block;
    list-style: none;
}

    .copy ul li:before {
        content: "|";
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
    }

    .copy ul li:first-child:before {
        display: none;
    }

    .copy ul li {
        display: inline-block;
        font: 12px/18px arial;
        /*color: #fff;*/
    }

        .copy ul li .noLink,
        .copy ul li a {
            color: #fff;
            min-height: 15px;
            display: inline-block;
            font-weight: bold;
        }

.menu_share {
    height: 39px;
    float: right;
    overflow: hidden;
    z-index: 9999999;
    position: relative;
    text-align: center;
    padding-right: 20px;
}

    .menu_share a {
        display: inline-block;
    }

        .menu_share a img {
            width: 36px;
            height: 36px;
        }

        .menu_share a:hover .hover,
        .menu_share a .regular {
            display: inline-block;
        }

        .menu_share a:hover .regular,
        .menu_share a .hover {
            display: none;
        }

hgroup {
    direction: rtl;
    height: 112px;
    margin-bottom: 38px;
    border-bottom: 1px solid #8D8787;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: 1200px auto;*/
    background-size: cover;
    display: block;
    width: 100%;
}

/*.school_color_green hgroup {
    background-color: #1f8462;
}

.school_color_pink hgroup {
    background-color: #910257;
}

.school_color_skyBlue hgroup {
    background-color: #0fb1d9;
}

.school_color_red hgroup {
    background-color: #f54a33;
}

.school_color_turquoise hgroup {
    background-color: #007c79;
}

.school_color_blue hgroup {
    background-color: #0FB1D9;
}

.school_color_purple hgroup {
    background-color: #5f78c1;
}*/

.titles_hgroup_events {
    display: block;
    line-height: 112px;
    overflow: visible;
    vertical-align: middle;
}

.event_left_content p {
    color: #000;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
}

    .event_left_content p > img {
        max-width: 100%;
    }

.border_white_left {
    background: #fff;
    width: 1px;
    line-height: 26px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
}

.title_event_right {
    font-family: 'OxfordRegular';
    font-size: 3.2em;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.title_event_left {
    font-family: 'OxfordRegular';
    font-size: 3.4em;
    color: #fff;
    display: inline-block;
}

.event_left_content {
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 730px;
    height: auto;
    min-height: 300px;
    float: left;
    overflow: hidden;
    padding: 48px 55px 55px 55px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.drop_ul_all {
    border-top: 3px solid #757371;
    border-bottom: 3px solid #757371;
    width: 228px;
}

    .drop_ul_all li {
        display: block;
    }

        .drop_ul_all li ul {
            display: block;
        }

        .drop_ul_all li .title_none_desktop {
            display: none;
        }

        .drop_ul_all li ul li ul {
            display: none;
        }

.dropdown_menu {
    float: right;
    position: relative;
    z-index: 11;
}

.level_a {
    color: #0FB1D9;
    font: 20px/44px 'OxfordRegular';
}

.border_outline_a.active .level_a {
    display: block;
    background: url('../Images/arrow_active_side_menu.png') no-repeat scroll 5px center;
}

.drop_ul_all li ul li ul li.active a {
    color: #010101;
    background: url('/Images/arrow_active_side_menu_li.png') no-repeat scroll right center;
    padding-right: 18px;
    display: block;
    height: auto;
    margin-right: 16px;
}

.drop_ul_all a {
    padding-right: 14px;
    display: block;
}

.drop_ul_all li ul .border_outline_a.active ul {
    display: block;
}

.drop_ul_all li ul li ul li a {
    color: #808080;
    font: 16px/34px 'OxfordRegular';
}

    .drop_ul_all li ul li ul li a:hover {
        color: #000;
    }

.border_outline_a {
    border-top: 1px solid #fff;
    -moz-box-shadow: 0 -1px 1px -1px #4D4B49;
    -webkit-box-shadow: 0 -1px 1px -1px #4D4B49;
    box-shadow: 0 -1px 1px -1px #4D4B49;
}

    .border_outline_a:first-child {
        border-top: none;
        outline: none;
        padding-top: 4px;
    }

    .noChild > a,
    .border_outline_a.url > a {
        background-image: none !important;
    }

    .border_outline_a:last-child {
        padding-bottom: 2px;
    }

    .border_outline_a.active ul {
        border-top: 1px solid #fff;
        -moz-box-shadow: 0 -1px 1px -1px #4D4B49;
        box-shadow: 0 -1px 1px -1px #4D4B49;
    }

.title_event_filter {
    color: #0FB1D9;
    font: 24px/44px 'OxfordRegular';
    float: right;
    overflow: hidden;
    padding-left: 30px;
}

.ffSelect > a > span {
    display: block;
    height: 31px;
    margin-right: 11px;
    overflow: hidden;
    line-height: 31px;
    font-size: 14.95px;
    color: #000;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ffSelectWrapper {
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
    margin: 5px 0;
    width: 131px;
    height: 31px;
    margin-left: 8px;
    direction: ltr;
}

    .ffSelectWrapper span {
        direction: rtl;
    }

.w_161 .ffSelectWrapper {
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
    margin: 5px 0;
    width: 161px;
    height: 31px;
    margin-left: 8px;
}

.w_161 .ffSelectMenuWrapper {
    width: 159px;
    border: 1px solid #bebbb8;
    background: #fff;
}

.w_211 .ffSelectWrapper {
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
    margin: 5px 0;
    width: 211px;
    height: 31px;
}

.w_211 .ffSelectMenuWrapper {
    width: 209px;
    border: 1px solid #bebbb8;
    background: #fff;
}

.ffSelect {
    position: relative;
}

    .ffSelect > a {
        border: 1px solid #bebbb8;
        display: block;
        text-decoration: none;
        outline: 0;
        background: url('/Images/arrow_filters_normal.png') no-repeat scroll 9px center;
        cursor: pointer;
        padding-left: 31px;
    }

.ffSelectWrapper.active .ffSelect > a {
    background: url('/Images/arrow_filters.png') no-repeat scroll 9px center;
}

    .ffSelectWrapper.active .ffSelect > a > span {
        color: #000;
    }

.ffSelectMenuWrapper {
    width: 129px;
    border: 1px solid #bebbb8;
    background: #fff;
}

    .ffSelectMenuWrapper .ffSelectMenuMidBG li {
        padding: 5px;
        cursor: pointer;
        background: #fff;
    }

        .ffSelectMenuWrapper .ffSelectMenuMidBG li.on {
            color: #0FB1D9;
        }

    .ffSelectMenuWrapper .ffSelectMenuMidBG ul {
        list-style-type: none;
        margin: 0 0;
        padding: 0;
    }

.ffSelectMenuMid {
    max-height: 200px;
    overflow: auto;
    padding-left: 4px;
    margin-right: 4px;
}

.stories_left_content .ffSelectMenuMid {
    max-height: 100px;
}

.ffSelectMenuWrapper .ffSelectMenuMidBG li SPAN {
    font-size: 15px;
}

.ffSelectWrapper.active .ffSelect > a {
    z-index: 1005;
    position: relative;
}

.filters_events {
    padding-bottom: 50px;
}

.item_events {
    width: 100%;
    margin-right: 0;
}

    .item_events ul {
        margin-right: 0;
        width: 100%;
    }

        .item_events ul li {
            width: 100%;
            margin-right: 0;
            background: url('/Images/divider.png') no-repeat 0 bottom;
            padding-bottom: 10px;
            margin-bottom: 20px;
            list-style: none;
        }

            .item_events ul li hr {
                background: #d7d7d7;
                width: 500px;
                height: 1px;
            }

            .item_events ul li img {
                float: right;
                display: block;
            }

.content_event_list {
    overflow: hidden;
}

.link_to_event {
    font: 22px/22px 'OxfordRegular';
    color: #0FB1D9;
    display: inline-block;
    padding-bottom: 7px;
    background-repeat: no-repeat;
    overflow: hidden;
    max-height: 36px;
    padding-left: 12px;
    height: auto;
}

.link_add_daybook {
    background: url('/Images/add_to_daybook.png') scroll left center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 26px;
}

.button_top_event .link_add_daybook {
    color: #0FB1D9;
    font: normal 1.5em/27px 'OxfordRegular';
    width: auto;
    padding-left: 39px;
}

.button_top_event {
    position: relative;
}

.links_events {
    position: relative;
    width: auto;
}

.title_links_events {
    font: 17px 'OxfordRegular';
    color: #0FB1D9;
    display: block;
    padding-bottom: 4px;
    float: right;
}

.title_links_events_border {
    color: #0FB1D9;
}

.title_links_events a {
    color: #0FB1D9;
}

.title_links_events.pink {
    font: 17px 'OxfordRegular';
    color: #d40b6f;
    padding-right: 4px;
}

    .title_links_events.pink a, .title_article .chugTitle SPAN.pink {
        color: #d2126d;
    }

.title_links_events.skyBlue {
    font: 17px 'OxfordRegular';
    color: #00a3cb;
    padding-right: 4px;
}

    .title_links_events.skyBlue a, .title_article .chugTitle SPAN.skyBlue {
        color: #00a3cb;
    }

.title_links_events.blue a, .title_article .chugTitle SPAN.blue {
    color: #0FB1D9;
}

.title_links_events.red a, .title_article .chugTitle SPAN.red {
    color: #f54a33;
}

.title_links_events.green a, .title_article .chugTitle SPAN.green {
    color: #1f8462;
}

.title_links_events.turquoise a, .title_article .chugTitle SPAN.turquoise {
    color: #05b8ad;
}

.title_links_events.purple a, .title_article .chugTitle SPAN.purple {
    color: #5f78c1;
}

.title_links_events.green {
    font: 17px 'OxfordRegular';
    padding-left: 4px;
}

.title_all_events {
    overflow: hidden;
}

.text_event {
    font: 14px/22.18px arial;
    color: #424242;
    width: 100%;
    padding: 0;
    height: 40px;
}

/*page_navigation*/
.pagination {
    direction: ltr !important;
    text-align: center;
    margin: 20px 0 !important;
    clear: both;
    height: 39px;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-left: 0;
        margin-bottom: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .pagination ul > li {
            display: inline;
        }

            .pagination ul > li > a, .pagination ul > li > span {
                margin: 2px;
                color: #a6a6a5;
                text-decoration: none;
                display: inline-block !important;
                width: 33px;
                height: 25px;
                text-align: center;
                font-family: arial;
                font-size: 12px;
                background: #f1f0ec;
                border: 1px solid #d5d5d5;
                padding-top: 8px;
            }

                .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
                    background-color: white !important;
                    color: #0FB1D9 !important;
                }

        .pagination ul > .active > a, .pagination ul > .active > span {
            background-color: white !important;
            color: #0FB1D9 !important;
            cursor: default;
        }

        .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
            color: #999999;
            background-color: transparent;
            cursor: default;
        }

        .pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
            border-left-width: 1px;
            -webkit-border-top-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
        }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a, .pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a, .pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a, .pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

.pager {
    margin: 20px 0;
    list-style: none;
    text-align: center;
    *zoom: 1;
}

    .pager:before, .pager:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #f5f5f5;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999999;
        background-color: #fff;
        cursor: default;
    }

#paging_container .no_more {
    cursor: default;
}

.ellipse {
    display: inline-block;
}

#paging_container {
    float: left;
    width: 733px;
    height: auto;
}

.page_navigation, .alt_page_navigation {
    padding-bottom: 30px;
    height: auto;
    width: auto;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    text-align: center;
    padding-top: 36px;
    direction: ltr;
}

    .page_navigation a, .alt_page_navigation a {
        margin: 2px;
        color: #a6a6a5;
        text-decoration: none;
        display: inline-block !important;
        width: 33px;
        height: 25px;
        text-align: center;
        font-family: arial;
        font-size: 12px;
        background: #f1f0ec;
        border: 1px solid #d5d5d5;
        padding-top: 8px;
    }

.active_page {
    background-color: white !important;
    color: #0FB1D9 !important;
}

.previous_link.no_more {
    background: url('/Images/arrow_left_events.png') no-repeat center center;
    text-indent: -10000px;
    border: none;
}

.page_navigation a.previous_link {
    background: url('/Images/arrow_left_events.png') no-repeat center center;
    text-indent: -10000px;
    border: none;
}

.page_navigation a.next_link {
    background: url('/Images/arrow_right_events.png') no-repeat center center;
    text-indent: -10000px;
    border: none;
}

.next_link.no_more {
    background: url('/Images/arrow_right_events.png') no-repeat center center;
    text-indent: -10000px;
    border: none;
}

.page_navigation a.first_link, .page_navigation a.last_link {
    line-height: 12px;
    font-size: 18px;
    color: #0FB1D9;
}

    .page_navigation a.last_link.no_more, .page_navigation a.first_link.no_more {
        color: #a6a6a5;
    }
/*event_article*/
.back_button {
    display: inline-block;
    background: #0FB1D9;
    border-radius: 2px;
    color: #fff;
    font-family: 'OxfordRegular';
    font-size: 15px;
    box-shadow: 0 2px 0 #00326e;
    padding: 0 10px;
    height: 17px;
    line-height: 17px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-bottom: 26px;
    text-align: center;
}

.title_event_article {
    color: #000;
    font-family: 'OxfordRegular';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
    overflow: hidden;
    height: 24px;
}

.rte h2.title_event_article {
    margin-bottom: 0;
}

.title_article {
    color: #000;
    font-family: 'OxfordRegular';
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 19px;
}

    .title_article a {
        color: #0FB1D9;
    }

.img_article {
    float: right;
    overflow: hidden;
    padding-left: 20px;
    padding-bottom: 18px;
    padding-top: 7px;
}

.title_img_article {
    color: #000;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.img_article img {
    padding-bottom: 6px;
}

.text_article_bold {
    color: #5a5a5a;
    font-family: arial;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 9px;
}

.text_article {
    overflow: hidden;
    color: #000;
    font-family: arial;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    display: inline;
}

.more_article {
    width: 733px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-bottom: 27px;
}

.title_event_article_more {
    color: #2b2b2b;
    font-family: 'OxfordRegular';
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 37px;
    padding-top: 10px;
    padding-right: 13px;
}

.row_more_event a {
    display: block;
    width: 356px;
    height: 118px;
    background: #fff;
    float: right;
    border: 1px solid #a8a8a8;
    margin-right: 17px;
    box-shadow: 0 1px 3px #a8a8a8;
}

    .row_more_event a:first-child {
        margin-right: 0;
    }

.more_text {
    float: right;
    text-align: right;
    font-size: 19px;
    color: #0FB1D9;
    font-family: 'OxfordRegular';
    font-weight: normal;
    width: 70px;
    padding-top: 25px;
    padding-right: 21px;
}

.more_item img {
    float: left;
}

.row_more_event {
    width: 100%;
    margin-bottom: 20px;
    height: 120px;
}
/*teachers page*/
.teachers_left_content {
    width: 730px;
    height: auto;
    float: left;
}

    .teachers_left_content .title_event_filter {
        float: none;
    }

    .teachers_left_content .filters_events {
        /*background: #fff;*/
        padding: 39px 55px 30px;
        /*border: 1px solid #d6d6d6;*/
        /*box-shadow: 0 1px 3px #a8a8a8;*/
        margin-bottom: 5px;
        width: 730px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.search_teachers {
    border: 1px solid #bebbb8;
    width: 190px;
    height: 31px;
    line-height: 31px;
    background: none;
    float: right;
    border-radius: 0;
    padding: 0 5px;
    direction: rtl;
}

    .search_teachers:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #0FB1D9;
        outline: none;
    }

#search_teachers {
    border: 1px solid #bebbb8;
    width: 31px;
    height: 33px;
    background: url('/Images/sitesearch_tablet.png') no-repeat scroll center center;
    padding: 0;
    overflow: hidden;
    border-right: none;
    cursor: pointer;
    background-size: 60%;
    display: block;
    float: left;
}

.search_teachers_all {
    float: right;
    padding-top: 5px;
    border-left: 1px solid #bebbb8;
    margin-left: 10px;
    padding-left: 10px;
    direction: ltr;
}

.teachers_left_content .ffSelectWrapper {
    width: 171px;
    background: url('/Images/arrow_active_side_menu_li.png') no-repeat scroll left center;
    padding-left: 15px;
    margin-left: 4px;
}

.teachers_left_content .w_161 .ffSelectWrapper {
    width: 171px;
    background: none;
    padding: 0;
    margin: 5px 0;
}

.teachers_left_content .ffSelectMenuWrapper {
    width: 169px;
    border: 1px solid #bebbb8;
    background: #fff;
}

.title_teachers {
    color: #2b2b2b;
    font-family: 'OxfordRegular';
    font-size: 21.94px;
    font-weight: normal;
    padding-bottom: 22px;
    padding-top: 40px;
    padding-right: 55px;
}

.item_teachers {
    width: 100%;
    margin-right: 0;
}

.teachers_items_all li {
    margin-right: 0;
    list-style: none;
    padding: 16px 55px 0 54px;
    height: auto;
    /*background: #fff;*/
    /*border: 1px solid #d6d6d6;*/
    /*box-shadow: 0 1px 3px #a8a8a8;*/
    margin-bottom: 5px;
    width: 730px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.right_teachers {
    float: right;
    padding-top: 16px;
    border-right: 1px solid #c8c8c7;
    margin-left: 15px;
    min-height: 119px;
    padding-right: 16px;
    width: 140px;
}

.content_teachers_list .right_teachers:first-child {
    border-right: none;
    padding-right: 0;
}

.slide_more_info {
    width: 87px;
    height: 16px;
    background: #0FB1D9;
    border-radius: 2px;
    color: #fff;
    font-family: 'OxfordRegular';
    font-size: 15px;
    outline: none;
    border: none;
    padding: 0 10px 0 10px;
    cursor: pointer;
    margin-top: 14px;
    display: block;
    text-align: center;
}

    .slide_more_info .text_replace_open {
        display: none;
    }

.open_info .slide_more_info .text_replace_open {
    display: inline-block;
    padding-right: 3px;
}

.open_info .slide_more_info.text_replace {
    display: none;
}

.li_wrap_content_teach {
    overflow: hidden;
    padding-bottom: 21px;
}

    .li_wrap_content_teach.open_info .text_replace {
        display: none;
    }

.content_teachers_more_info {
    display: none;
    height: auto;
    border-top: 1px solid #d6d6d6;
    width: auto;
    z-index: 99999;
    position: relative;
    margin-left: 130px;
    padding-left: 145px;
    padding-top: 26px;
    padding-bottom: 40px;
}

.teachers_items_all li img {
    float: right;
    display: inline-block;
    width: 94px;
}

.teachers_items_all li.title_teachers_all {
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.teachers_items_all .img_shadow_inset {
    float: right;
}

.content_teachers_list {
    width: auto;
    height: 100%;
    overflow: hidden;
}

.name_title_right_teachers {
    color: #0FB1D9;
    font-family: 'OxfordRegular';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 7px;
    overflow: hidden;
}

.more_title_right_teachers {
    color: #000;
    font-family: 'OxfordRegular';
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.more_title_right_teachers_blue {
    color: #0FB1D9;
    font-family: 'OxfordRegular';
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.text_more_info {
    color: #000000;
    font: 14px/20px arial;
    padding-bottom: 26px;
}

.content_teachers_more_info ul li {
    color: #000000;
    font: 14px/22px arial;
    background: url('/Images/list_info.png') no-repeat scroll right 9px;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    padding-right: 12px;
}

.content_teachers_more_info .list_more_info li span {
    color: #0FB1D9;
}

.radio_open_info {
    display: none;
}
/*page address*/
.address_left_content {
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 697px;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 48px 18px 130px;
    margin-bottom: 28px;
}

.more_title_right_teachers > strong {
    color: #000;
    font-family: 'OxfordRegular';
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    display: block;
}

.address_left_content iframe {
    width: 100%;
    margin-bottom: 36px;
    border: 1px solid #c7c7c7;
}

.title_address {
    color: #0FB1D9;
    font-family: 'OxfordRegular';
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 27px;
}

.text_address {
    font: 14px/18px arial;
    color: #424242;
    width: 420px;
    padding-bottom: 52px;
}

.address_right_colm, .address_left_colm {
    font-family: 'OxfordRegular';
    float: right;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content_address {
    width: auto;
    overflow: hidden;
    padding-top: 20px;
}

.title_inner_address {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 25px;
}

.address_right_colm div, .address_left_colm div {
    color: #000;
    font-size: 16px;
}

    .address_right_colm div a, .address_left_colm div a {
        color: #0FB1D9;
        padding-right: 4px;
    }

.address_right_colm {
    width: 36%;
}

.address_left_colm {
    width: 64%;
}

    .address_right_colm br, .address_left_colm br {
        line-height: 22px;
    }
/*page history*/
.history_left_content {
    width: 733px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-bottom: 55px;
}

.history_box {
    height: auto;
    margin-bottom: 9px;
    background: #fff;
    border: 1px solid #d6d6d6;
    box-shadow: 0 1px 3px #a8a8a8;
    padding-right: 25px;
    padding-left: 115px;
    position: relative;
    padding-bottom: 20px;
}

    .history_box:after {
        clear: both;
        display: block;
        content: "";
    }

    .history_box:first-child {
        min-height: 168px;
        height: auto;
        margin-bottom: 9px;
        background: #fff;
        border: 1px solid #d6d6d6;
        box-shadow: 0 1px 3px #a8a8a8;
        padding-right: 55px;
        padding-left: 230px;
    }

        .history_box:first-child .text_history {
            height: 75px;
        }

.title_history {
    color: #0FB1D9;
    font-family: 'OxfordRegular';
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 27px;
    padding-top: 30px;
}

.title_history_side {
    color: #0FB1D9;
    font-family: 'OxfordLight';
    font-size: 40px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 3px;
    width: 78px;
    text-align: center;
}

.right_history {
    float: right;
    padding-left: 26px;
    width: 78px;
    height: 100%;
}

.icon_history {
    background: url('/Images/icon_side_history.png') no-repeat;
    width: 16px;
    height: 134px;
    margin: 0 auto;
}

    .icon_history span {
        position: absolute;
        right: 60px;
        top: 90px;
        bottom: -30px;
        display: block;
        background: url('/Images/line_history.png') repeat-y;
        width: 4px;
        z-index: 10;
    }

.history_box:last-child .right_history .icon_history span {
    bottom: 0;
}

.img_history {
    float: right;
}

.history_box:first-child .text_history {
    font: 14px/18px arial;
    color: #424242;
    padding: 0;
}

.text_history {
    font: 14px/18px arial;
    color: #424242;
    padding-top: 21px;
    overflow: hidden;
}

.history_box:last-child .icon_history {
    height: 106px;
}
/*page AlumniStories*/
.stories_left_content {
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 730px;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 48px 55px 55px;
    padding-bottom: 55px;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.title_links_stories.pink {
    font: 18px 'OxfordRegular';
    color: #d40b6f;
}

.title_links_stories.skyBlue {
    font: 18px 'OxfordRegular';
    color: #00a3cb;
}

.title_links_stories {
    font: 18px 'OxfordRegular';
    color: #0FB1D9;
    display: block;
    margin-bottom: 15px;
    max-height: 100px;
    height: auto;
    overflow: hidden;
}

    .title_links_stories.red {
        color: #f54a33;
    }

    .title_links_stories.pink {
        color: #910258;
    }

    .title_links_stories.skyBlue {
        color: #0fb1d9;
    }

    .title_links_stories.blue {
        color: #0FB1D9;
    }

    .title_links_stories.green {
        color: #1f8462;
    }

    .title_links_stories.purple {
        color: #5f78c1;
    }

    .title_links_stories.turquoise {
        color: #007d79;
    }

.text_stories:after {
    content: "";
    background: url('/Images/double_quotes_last.png') no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}

.text_stories:before {
    content: "";
    background: url('/Images/double_quotes_first.png') no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
}

.item_stories ul li {
    height: auto;
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    list-style: none;
    background: url('/Images/divider.png') no-repeat 0 bottom;
    margin-bottom: 25px;
}

.title_links_stories {
    font: 20px 'OxfordRegular';
    color: #0FB1D9;
    padding-right: 0;
    overflow: hidden;
    display: block;
    max-height: 41px;
    height: auto;
}

.item_stories ul {
    margin-right: 0;
    width: 100%;
}

.item_stories {
    width: 100%;
    margin-right: 0;
}

.title_stories_filter {
    color: #0FB1D9;
    font: 24px/44px 'OxfordRegular';
    float: right;
    overflow: hidden;
    padding-left: 30px;
}

.item_stories ul li img {
    float: right;
    display: block;
}

.img_shadow_inset {
    position: relative;
    max-width: 100%;
    float: left;
    display: block;
    margin-left: 20px;
}

.history_box .img_shadow_inset {
    position: relative;
    max-width: 100%;
    float: right;
    margin-top: 23px;
    margin-left: 28px;
}

.img_shadow_inset::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 0 8px rgba(0,0,0,.6);
}

.img_shadow_inset img:before {
    float: right;
}

.content_stories_list {
    overflow: hidden;
    float: right;
    width: 400px;
}

.logo_story_item {
    float: left;
    width: 79px;
    padding: 0 12px;
    border-right: solid 1px #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 57px;
    position: relative;
}

    .logo_story_item a {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.text_stories {
    font: 14px/22.18px arial;
    color: #424242;
    width: 400px;
    margin-bottom: 17px;
    overflow: hidden;
    height: 47px;
}

.link_to_stories {
    font: 15px 'OxfordBold';
    color: #0FB1D9;
    background: url('/Images/arrow_left_events.png') scroll left 3px;
    background-repeat: no-repeat;
    padding-left: 12px;
    padding-top: 1px;
    background-size: 6px auto;
    padding-bottom: 11px;
    overflow: hidden;
    display: inline-block;
    height: 14px;
}

.links_stories {
    padding-bottom: 11px;
    overflow: hidden;
    display: block;
    height: 14px;
}
/*page contact*/
.contact_left_content {
    background-image: url('/Images/bg_contact_form.png'), url('/Images/bg_contant_form_top.png');
    background-position: bottom center, top left;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%, auto;
    border: 1px solid #d6d6d6;
    width: 730px;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 48px 55px 135px;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.title_contact {
    font: 24px 'OxfordRegular';
    color: #0FB1D9;
    padding-bottom: 35px;
}

.title_contact_icon {
    font: 17px 'OxfordBold';
    color: #0FB1D9;
    margin-bottom: 32px;
}

.text_contact {
    font: 17px/22px 'OxfordRegular';
    color: #000;
    margin-bottom: 44px;
    width: 413px;
    overflow: hidden;
    height: 45px;
}

.contact_label label:not(.chBl) {
    font: 16.61px 'OxfordRegular';
    color: #0FB1D9;
    display: block;
    padding-bottom: 15px;
}

.contact_label .input_contact {
    border: 1px solid #ccc9c7;
    width: 193px;
    height: 32px;
    margin-bottom: 23px;
    color: #000;
    font: 14px/32px arial;
    background: #fff;
    padding-right: 5px;
}

    .contact_label .input_contact:focus, .textarea_contact:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #0FB1D9;
        outline: none;
    }

.contact_label {
    display: block;
    overflow: hidden;
    width: 100%;
}

.row_form {
    float: right;
    display: inline-block;
    padding-left: 14px;
}

.w_409 .ffSelectWrapper {
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
    margin: 5px 0;
    width: 414px;
    height: 32px;
    margin-bottom: 26px;
}

.w_409 .ffSelectMenuWrapper {
    width: 412px;
    border: 1px solid #bebbb8;
    background: #fff;
}

.textarea_contact {
    border: 1px solid #ccc9c7;
    width: 414px;
    height: 180px;
    background: #fff;
    margin-bottom: 10px;
    font: 14px arial;
    padding: 5px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox_container {
    clear: both;
    overflow: hidden;
    padding-bottom: 30px;
    width: 414px;
}

    .checkbox_container .ffCheckboxWrapper a, .checkbox_container .ffRadioWrapper a {
        display: block;
        float: none;
        overflow: hidden;
    }

    .checkbox_container .ffCheckboxWrapper {
        background: none;
        box-shadow: none;
        height: auto;
        padding: 0;
        width: auto;
    }

    .checkbox_container .ffCheckbox {
        margin-right: 0;
    }

.contact_label .submit_contact_side {
    font-family: 'OxfordRegular';
    font-size: 20px;
    color: #fff;
    background: #0FB1D9;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 75px;
    height: 39px;
    cursor: pointer;
    margin-bottom: 40px;
    box-shadow: 0 2px 0 #000;
}

.title_num {
    color: #2b2b2b;
    font: 17px 'OxfordBold';
    line-height: 24px;
}

.title_num_blue {
    color: #0FB1D9;
    font: 17px 'OxfordBold';
    line-height: 24px;
}

.tel_numbers {
    color: #000;
    font: 17px 'OxfordRegular';
    line-height: 24px;
}
/*page gallery*/
.gallery_left_content {
    background: #fff;
    border: 1px solid #d6d6d6;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 48px 55px 69px;
    width: 730px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item_gallery {
    width: 100%;
    margin-right: 0;
}

    .item_gallery ul {
        margin-right: 0;
        width: 100%;
    }

        .item_gallery ul li {
            height: auto;
            width: 100%;
            margin-right: 0;
            padding-bottom: 10px;
            list-style: none;
            background: url('/Images/divider.png') no-repeat 0 bottom;
            margin-bottom: 20px;
            overflow: hidden;
        }

            .item_gallery ul li img {
                float: right;
                display: block;
            }

            .item_gallery ul li > a {
                display: block;
                float: right;
                margin-left: 19px;
            }

.content_gallery_list {
    overflow: hidden;
}

.title_links_gallery {
    font: 20px 'OxfordRegular';
    color: #000;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

    .title_links_gallery a {
        font: 20px 'OxfordRegular';
        color: #0FB1D9;
        padding-right: 0;
    }

.title_links_gallery_date {
    color: #000;
    font: 17px 'OxfordRegular';
    padding-bottom: 10px;
}

.text_gallery {
    font: 14px/22.18px arial;
    color: #424242;
    width: 398px;
    height: 50px;
}

.title_gallery_filter {
    color: #0FB1D9;
    font: 24px/44px 'OxfordRegular';
    float: right;
    overflow: hidden;
    padding-left: 30px;
}

.content_gallery_list hr {
    margin: 0;
}
/*page FinalProjects*/
.projects_left_content {
    width: 733px;
    height: auto;
    float: left;
    overflow: hidden;
}

    .projects_left_content .filters_events {
        height: 111px;
        background: #fff;
        padding: 39px 55px 0;
        border: 1px solid #d6d6d6;
        box-shadow: 0 1px 3px #a8a8a8;
        margin-bottom: 5px;
        width: 730px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.title_projects {
    color: #2b2b2b;
    font-family: 'OxfordRegular';
    font-size: 21.94px;
    font-weight: normal;
    padding-bottom: 22px;
    padding-top: 40px;
}

.item_projects {
    width: 100%;
    margin-right: 0;
}

    .item_projects ul {
        margin-right: 0;
        padding-bottom: 0;
        list-style: none;
        padding-top: 47px;
        height: auto;
        background: #fff;
        border: 1px solid #d6d6d6;
        box-shadow: 0 1px 3px #a8a8a8;
        margin-bottom: 5px;
        width: 730px;
        padding-right: 55px;
        padding-left: 55px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .item_projects ul li {
            height: auto;
            width: 100%;
            margin-right: 0;
            list-style: none;
            overflow: hidden;
            background: url('/Images/divider.png') no-repeat 0 bottom;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

            .item_projects ul li img {
                float: right;
                display: block;
            }

            .item_projects ul li > a {
                display: inline-block;
                float: right;
                width: auto;
                margin-left: 19px;
            }

.content_projects_list {
    width: 316px;
    float: right;
    padding-left: 34px;
    display: inline-block;
}

.title_links_projects {
    font: 20px 'OxfordRegular';
    color: #0FB1D9;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    height: auto;
    max-height: 46px;
}

.title_links_projects_name {
    color: #000;
    font: 17px 'OxfordRegular';
    margin-bottom: 6px;
    overflow: hidden;
    height: 15px;
}

.item_projects ul li hr {
    display: block;
    width: 61%;
    overflow: hidden;
}

.title_links_projects_name span {
    color: #0FB1D9;
}

.text_projects {
    font: 14px/22.18px arial;
    color: #424242;
    width: auto;
    margin-bottom: 10px;
    height: 44px;
    overflow: hidden;
}

#myGallery {
    display: none;
}

.gv_galleryWrap {
    position: relative;
}

/* GALLERY DIV */
.gv_gallery {
    overflow: hidden;
    position: relative;
}

.gv_imageStore {
    visibility: hidden;
    position: absolute;
    top: -10000px;
    left: -10000px;
}

.gv_gallery .gv_panelWrap:hover:before {
    background: url('/Images/zoom_icon.png') no-repeat scroll right bottom;
    content: "";
    display: block;
    position: absolute;
    overflow: hidden;
    width: 20px;
    height: 20px;
    bottom: 56px;
    z-index: 999999999999999;
    right: 12px;
    cursor: pointer;
}
/*************************************************/
/**   PANEL STYLES								**/
/*************************************************/

.gv_panelWrap {
    filter: inherit;
    position: absolute;
    overflow: hidden;
}

.gv_panel-loading {
    background: url('/Images/img-loader.gif') 50% 50% no-repeat #aaa;
}

.gv_frame-loading {
    background: url('/Images/img-loader.gif') 50% 50% no-repeat #aaa;
}

.gv_navPrev:after {
    content: "";
    position: absolute;
    height: 75px;
    width: auto;
    top: 35px;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 99999;
}
/* GALLERY PANELS */
.gv_panel {
    filter: inherit;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10;
    text-align: center;
    line-height: inherit;
}

    .gv_panel img {
        position: static;
        max-width: 100%;
        max-height: 100%;
        cursor: pointer !important;
    }

#element_to_pop_up .gv_panel img {
    cursor: default !important;
}

.gv_overlay {
    position: absolute;
    color: #333;
    z-index: 200;
    display: block;
    right: 0 !important;
    left: 0 !important;
    background: #fff;
    bottom: 0 !important;
    height: 45px !important;
    text-align: right;
    z-index: 10;
    opacity: 0.8;
}

.gv_showOverlay {
    position: absolute;
    display: none;
}

.gv_overlay h4 {
    color: white;
    margin: 1em;
}

.gv_overlay p {
    padding-top: 3px;
    color: #000;
    margin: 0 auto;
    text-align: right;
    font: bold 13px arial;
    line-height: 20px;
    padding-right: 7px;
}

.gv_infobar {
    background: #222;
    padding: 0 0.5em;
    line-height: 1.5em;
    height: 1.5em;
    font-size: 10pt;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    vertical-align: middle;
    z-index: 2000;
}


/*************************************************/
/**   FILMSTRIP STYLES							**/
/*************************************************/

.gv_filmstripWrap {
    overflow: hidden;
    position: absolute;
    margin-top: 40px;
    z-index: 10;
}


/* FILMSTRIP */
.gv_filmstrip {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

/* FILMSTRIP FRAMES (contains both images and captions) */
.gv_frame {
    cursor: pointer;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

    /* WRAPPER FOR FILMSTRIP IMAGES */
    .gv_frame .gv_thumbnail {
        position: relative;
        overflow: hidden !important;
    }

    /* FRAME IMAGES */
    .gv_frame img {
        border: none;
        position: absolute;
    }

    /* FRAME CAPTION */
    .gv_frame .gv_caption {
        height: 14px;
        line-height: 14px;
        font-size: 10px;
        text-align: center;
        color: white;
    }

    /* CURRENT FRAME CAPTION */
    .gv_frame.current .gv_caption {
    }

/* POINTER FOR CURRENT FRAME */
.gv_pointer {
    border-color: black;
}

/* NAVIGATION BUTTONS */
.gv_navWrap {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0 !important;
    bottom: 0 !important;
    height: auto !important;
}

.gv_navPlay,
.gv_navPause,
.gv_navNext,
.gv_navPrev {
    display: -moz-inline-stack;
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.gv_panelNavPrev,
.gv_panelNavNext {
    position: absolute;
    display: none;
    z-index: 200;
}

.gv_navPlay {
    display: none;
}

.gv_navPause {
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.gv_navNext {
    background: url("/Images/next.png") no-repeat scroll center center #0FB1D9;
    bottom: 0;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 0;
    width: 118px;
}

.gv_navPrev {
    background: url("/Images/prev.png") no-repeat scroll center center #0FB1D9;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 118px;
}

.gv_panelNavNext {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url('/Images/panel-next.png') top left no-repeat;
}

.gv_panelNavPrev {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url('/Images/panel-prev.png') top right no-repeat;
}


.gallery_all {
    width: auto;
    height: auto;
}

.rte .gallery_all {
    margin-bottom: 10px;
}

.gallery_album_left_content {
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 625px;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 48px 51px 55px 55px;
    margin-bottom: 65px;
}

#element_to_pop_up {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 1px 1px #757575;
    color: #111;
    padding: 25px 14px;
    display: none;
}

.gallery_album_left_content #element_to_pop_up {
    background-color: none;
    border-radius: 0;
    box-shadow: none;
    color: none;
    min-width: 0;
    padding: 0;
}

.gallery_album_left_content #element_to_pop_up {
    background-color: none;
    border-radius: 0;
    box-shadow: none;
    color: none;
    left: 0 !important;
    top: 0 !important;
    min-width: 0;
    padding: 0;
    position: relative !important;
    opacity: 1 !important;
}

    .gallery_album_left_content #element_to_pop_up .button.b-close {
        display: none;
    }

.button.b-close, .button.bClose {
    background: url('/Images/close.png') no-repeat;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    left: 17px;
    top: 25px;
    width: 21px;
    height: 21px;
}

.gallery_all1 .gv_filmstripWrap {
    overflow: hidden;
    position: absolute;
    top: 478px !important;
    width: 700px !important;
    margin-top: 0;
}

.gallery_all1 .gv_gallery .gv_panelWrap:hover:before {
    background: none;
}

.gallery_all1 .gv_galleryWrap {
    width: 700px !important;
    height: 605px !important;
}

.gv_galleryWrap {
    padding: 0 !important;
}

.gallery_all1 .gv_panel img {
}

.gallery_all .gv_gallery .gv_panelWrap:hover:before {
    background: url('/Images/zoom_icon.png') no-repeat scroll right bottom;
    content: "";
    display: block;
    position: absolute;
    overflow: hidden;
    width: 20px;
    height: 20px;
    bottom: 56px;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999;
    right: 12px;
    cursor: pointer;
}

.gallery_all1 .gv_navWrap {
    display: none !important;
}

.gallery_all1 .gv_panel {
    filter: inherit;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100;
    height: 466px !important;
    width: 700px !important;
    line-height: 466px;
}

.gallery_all1 .gv_panelWrap {
    filter: inherit;
    position: absolute;
    overflow: visible;
    height: 466px !important;
    width: 700px !important;
}

.gallery_all1 .gv_gallery {
    height: 610px !important;
    overflow: visible;
}

.gallery_all1 .gv_panelNavPrev, .gallery_all1 .gv_panelNavNext {
    display: block !important;
}

.gallery_all1 .gv_overlay {
    position: absolute;
    background: #fff;
    color: #000;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999;
    width: 700px !important;
    bottom: -148px !important;
    height: 45px !important;
    text-align: right;
    left: 0px !important;
    overflow: hidden;
}

.gallery_all1 .gv_panelNavPrev {
    height: 117px;
    width: 35px;
    cursor: pointer;
    background: #0FB1D9 url('/Images/panel-prev.png') center center no-repeat;
    left: -26px !important;
    z-index: 99999;
    top: 187px !important;
    box-shadow: 0px 0px 2px #333;
}

.gallery_all1 .gv_panelNavNext {
    height: 117px;
    width: 35px;
    cursor: pointer;
    background: #0FB1D9 url('/Images/panel-next.png') center center no-repeat;
    right: -26px !important;
    z-index: 99999;
    top: 187px !important;
    box-shadow: 0px 0px 2px #333;
}

.gallery_all1 .gv_overlay p {
    padding: 0px;
}

.title_popup_gallery {
    color: #000;
    font-family: 'OxfordRegular';
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 20px;
}

.text_album_bottom {
    overflow: hidden;
    color: #000;
    font-family: arial;
    font-size: 10px;
    line-height: 20px;
    font-weight: normal;
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #d7d7d7;
    margin-top: 30px;
}

.text_album_bottom_alumni {
    overflow: hidden;
    color: #000;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    display: block;
    padding-bottom: 30px;
    background: url('/Images/divider.png') no-repeat 0 top;
    width: 100%;
    padding-top: 10px;
}

.title_bottom_album {
    color: #000;
    font-family: 'OxfordRegular';
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 7px;
}

    .title_bottom_album span {
        color: #000;
        font-family: arial;
        font-size: 13px;
        padding-right: 10px;
        line-height: 20px;
        font-weight: normal;
    }

        .title_bottom_album span a {
            color: #0FB1D9;
        }
/*schoolLobbyDesign*/
.wrap_hg {
    padding-top: 45px;
}

.title_lobby_right {
    font-family: 'OxfordBold';
    font-size: 3.2em;
    color: #fff;
    display: block;
    padding-bottom: 18px;
}

.title_lobby {
    font-family: 'OxfordRegular';
    font-size: 2.8em;
    color: #fff;
    display: block;
    line-height: 30px;
    padding-bottom: 18px;
    font-weight: normal;
}

.text_lobby {
    font-family: 'OxfordRegular';
    font-size: 2em;
    color: #fff;
    font-style: italic;
    display: block;
    font-weight: normal;
}

.forms_lobby {
    height: 124px;
    background: #fff;
    padding-top: 24px;
    margin-bottom: 25px;
}

.forms_lobby_contact {
    font-family: 'OxfordBold';
    font-size: 16px;
    line-height: 17px;
    color: #0FB1D9;
    padding-bottom: 15px;
    display: inline-block;
}

.forms_lobby_titls {
    font-family: 'OxfordRegular';
    font-size: 18px;
    color: #000000;
    line-height: 21.97px;
    display: inline-block;
    padding-left: 15px;
}

.submit_lobby {
    font-family: 'OxfordBold';
    font-size: 16px;
    color: #fff;
    background: #0FB1D9;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 60px;
    height: 33px;
    cursor: pointer;
    box-shadow: 0px 2px 0px #000;
}

.forms_lobby form input {
    height: 33px;
    padding-right: 5px;
    border: 1px solid #d1cdc8;
    margin-left: 6px;
    padding-left: 5px;
    width: 129px;
    line-height: 33px;
}

    .forms_lobby form input:nth-child(3) {
        width: 159px;
    }

    .forms_lobby form input:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #c00007;
        outline: none;
    }

.wrap_forms_lobby {
    padding-right: 20px;
}

.check_lobby_contact {
    height: 43px;
    width: auto;
    margin-bottom: 32px;
    margin-top: 6px;
}

    .check_lobby_contact .ffCheckboxWrapper.on {
        background: none;
        box-shadow: none;
        border-radius: 0px;
        height: auto;
        width: auto;
    }

    .check_lobby_contact .ffCheckbox {
        margin-right: 0px;
    }

    .check_lobby_contact .ffCheckboxWrapper a {
        font-family: arial;
        font-size: 1.4em;
    }

.schoollobby {
    direction: rtl;
    height: 223px;
    width: 100%;
    margin-bottom: 38px;
    background-size: cover;
}



.grid_all .grid_33, .grid_all .grid_67, .grid_all .grid_50, .grid_all .grid_100 {
    height: 220px;
    background: #fff;
    border: 1px solid #d6d6d6;
    float: right;
    margin-bottom: 31px;
    background-size: 100%;
    position: relative;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    z-index: 2;
}

.grid_33 {
    width: 31.9%;
    margin-left: 18px;
}

.grid_50 {
    width: 48.878%;
    margin-left: 18px;
}

.grid_100 {
    width: 100%;
    margin-left: 0px;
}

.grid_67 {
    width: 65.85%;
    margin-left: 18px;
}

.grid_last {
    margin-left: 0px !important;
}

.grid_all > div {
    background-position: center center !important;
}

.grid_all div.hover_block {
    display: block;
    height: 48px;
    left: 0;
    border: none;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: auto !important;
}

.bg_fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 95px;
    z-index: 1;
    left: 0;
    display: none;
}

.school_color_green div.hover_block {
    background: #006548;
}

    .school_color_green div.hover_block .bg_fade {
        background: #006548 url("/Images/shadow_hover_lobby_5.png") no-repeat;
    }

.school_color_pink div.hover_block {
    background: #910257;
}

    .school_color_pink div.hover_block .bg_fade {
        background: #d2126d url("/Images/shadow_hover_lobby_2.png") no-repeat;
    }

.school_color_skyBlue div.hover_block {
    background: #0fb1d9;
}

    .school_color_skyBlue div.hover_block .bg_fade {
        background: #00a3cb url("/Images/shadow_hover_lobby_8.png") no-repeat;
    }

.school_color_red div.hover_block {
    background: #ac1f10;
}

    .school_color_red div.hover_block .bg_fade {
        background: #ac1f10 url("/Images/shadow_hover_lobby_3.png") no-repeat;
    }

.school_color_turquoise div.hover_block {
    background: #007c79;
}

    .school_color_turquoise div.hover_block .bg_fade {
        background: #05b8ad url("/Images/shadow_hover_lobby_7.png") no-repeat;
    }

.school_color_blue div.hover_block {
    background: #0FB1D9;
}

    .school_color_blue div.hover_block .bg_fade {
        background: #0FB1D9 url("/Images/shadow_hover_lobby_1.png") no-repeat;
    }

.school_color_purple div.hover_block {
    background: #314c98;
}

    .school_color_purple div.hover_block .bg_fade {
        background: #314c98 url("/Images/shadow_hover_lobby_6.png") no-repeat;
    }

.hover_lobby_title {
    font-family: 'OxfordRegular';
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    padding-right: 14px;
    padding-top: 13px;
    display: inline-block;
    z-index: 9999999999;
    position: relative;
}

    .hover_lobby_title.sort {
        padding-right: 0;
        font-size: 22px;
    }

    .hover_lobby_title span {
        color: #81c1a9;
    }

.text_lobby_hover_block {
    font-family: 'OxfordRegular';
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    line-height: 17px;
    padding-right: 14px;
    padding-top: 11px;
    z-index: 999999;
    position: relative;
}

.title_lobby_school {
    color: #2b2b2b;
    font-family: 'OxfordRegular';
    font-size: 21.94px;
    font-weight: normal;
    padding-bottom: 22px;
    display: block;
    width: 100%;
    overflow: hidden;
}

.grid_all {
    margin-bottom: 33px;
}
/*innercourse*/
.title_innercourse_right {
    font-family: 'OxfordBold';
    font-size: 3.2em;
    color: #fff;
    display: inline-block;
    padding-bottom: 18px;
    padding-left: 8px;
}

.title_innercourse_side {
    font-family: 'OxfordRegular';
    font-size: 3em;
    color: #fff;
    display: inline-block;
    font-weight: normal;
}

.title_innercourse {
    font-family: 'OxfordRegular';
    font-size: 2.8em;
    color: #fff;
    display: block;
    line-height: 30px;
    padding-bottom: 18px;
    font-weight: normal;
}

.text_innercourse {
    font-family: 'OxfordRegular';
    font-size: 2em;
    color: #000;
    display: block;
    font-weight: normal;
}

.school_color_pink .innercourse {
    direction: rtl;
    height: 153px;
    width: 100%;
    margin-bottom: 38px;
}

.school_color_skyBlue .innercourse {
    direction: rtl;
    height: 153px;
    width: 100%;
    margin-bottom: 38px;
}

.school_color_red .innercourse {
    direction: rtl;
    height: 153px;
    width: 100%;
    margin-bottom: 38px;
}

.school_color_green .innercourse {
    direction: rtl;
    height: 153px;
    width: 100%;
    margin-bottom: 38px;
}

.school_color_turquoise .innercourse {
    direction: rtl;
    height: 153px;
    width: 100%;
    margin-bottom: 38px;
}

.school_color_blue .innercourse {
    direction: rtl;
    height: 153px;
    width: 100%;
    margin-bottom: 38px;
}

.school_color_purple .innercourse {
    direction: rtl;
    height: 153px;
    width: 100%;
    margin-bottom: 38px;
}

.grid_course {
    height: auto;
}

    .grid_course .grid_33, .grid_course .grid_67, .grid_course .grid_50, .grid_course .grid_100 {
        float: right;
        margin-bottom: 31px;
        position: relative;
        overflow: visible;
    }

.about_course {
    height: auto;
    border: 1px solid #d6d6d6;
}

.about_course_top {
    background: #fff;
    font-family: 'OxfordRegular';
    font-size: 2.2em;
    line-height: 26px;
    width: auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 215px;
    overflow: hidden;
    padding-bottom: 17px;
}

.school_color_pink .title_event_article a,
.school_color_pink .about_course_top {
    color: #910257;
}

.school_color_skyBlue .title_event_article a,
.school_color_skyBlue .about_course_top {
    color: #0fb1d9;
}

.school_color_red .title_event_article a,
.school_color_red .about_course_top {
    color: #f54a33;
}

.school_color_green .title_event_article a,
.school_color_green .about_course_top {
    color: #1f8462;
}

.school_color_turquoise .title_event_article a,
.school_color_turquoise .about_course_top {
    color: #007c79;
}

.school_color_blue .title_event_article a,
.school_color_blue .about_course_top {
    color: #0FB1D9;
}

.school_color_purple .title_event_article a,
.school_color_purple .about_course_top {
    color: #5f78c1;
}

.about_course_bottom {
    background: #d2126d;
    color: #fff;
    font-family: 'OxfordRegular';
    font-size: 1.95em;
    line-height: 23px;
    width: 100%;
    box-shadow: inset 0px 1px 1px #ee017c;
    border-top: 1px solid #d2126d;
    padding-top: 24px;
    padding-bottom: 9px;
    overflow: hidden;
    height: auto;
}

    .about_course_bottom ul {
        width: auto;
        padding: 0 30px;
        overflow: hidden;
    }

.school_color_pink .about_course_bottom {
    background: #d2126d;
    box-shadow: inset 0px 1px 1px #ee017c;
    border-top: 1px solid #d2126d;
}

.school_color_skyBlue .about_course_bottom {
    background: #00a3cb;
    box-shadow: inset 0px 1px 1px #6aabba;
    border-top: 1px solid #00a3cb;
}

.school_color_red .about_course_bottom {
    background: #ac1f10;
    box-shadow: inset 0px 1px 1px #ac1f10;
    border-top: 1px solid #ac1f10;
}

.school_color_green .about_course_bottom {
    background: #0f6548;
    box-shadow: inset 0px 1px 1px #0f6548;
    border-top: 1px solid #0f6548;
}

.school_color_turquoise .about_course_bottom {
    background: #05b8ad;
    box-shadow: inset 0px 1px 1px #05b8ad;
    border-top: 1px solid #05b8ad;
}

.school_color_blue .about_course_bottom {
    background: #0FB1D9;
    box-shadow: inset 0px 1px 1px #0FB1D9;
    border-top: 1px solid #0FB1D9;
}

.school_color_purple .about_course_bottom {
    background: #314c98;
    box-shadow: inset 0px 1px 1px #314c98;
    border-top: 1px solid #314c98;
}

.school_color_purple .about_course_links {
    border-top: 9px solid #5f78c1;
    background: #fff url('../Images/about_course_links_purple.png') no-repeat scroll left bottom;
}

.school_color_purple .title_about_course_links {
    color: #5f78c1;
}

    .school_color_purple .title_about_course_links.icon2 {
        background: url('../Images/about_course_icon2_purple.png') no-repeat scroll right center;
    }

    .school_color_purple .title_about_course_links.icon1 {
        background: url('../Images/about_course_icon1_purple.png') no-repeat scroll right center;
    }


.school_color_red .about_course_links {
    border-top: 9px solid #f54a33;
    background: #fff url('../Images/about_course_links_red.png') no-repeat scroll left bottom;
}

.school_color_red .title_about_course_links {
    color: #f54a33;
}

    .school_color_red .title_about_course_links.icon2 {
        background: url('../Images/about_course_icon2_red.png') no-repeat scroll right center;
    }

    .school_color_red .title_about_course_links.icon1 {
        background: url('../Images/about_course_icon1_red.png') no-repeat scroll right center;
    }



.about_course_bottom ul li {
    display: inline-block;
    float: right;
    width: 45.23%;
    margin-left: 0.2%;
    background: url('/Images/vi_course.png') no-repeat scroll right 0px;
    padding-right: 42px;
    margin-bottom: 10px;
}

    .about_course_bottom ul li:nth-child(even) {
        float: left;
    }

.about_course_links {
    background: #fff url('/Images/about_course_links.png') no-repeat scroll left bottom;
    height: 141px;
    border-top: 9px solid #0FB1D9;
    border-bottom: 1px solid #d6d6d6;
    box-shadow: 0px 1px 0px #acacac;
    display: block;
}

.school_color_green .about_course_links {
    border-top: 9px solid #1f8462;
    background: #fff url('/Images/about_course_links_green.png') no-repeat scroll left bottom;
}

.school_color_green .title_about_course_links {
    color: #1f8462;
}

    .school_color_green .title_about_course_links.icon1 {
        background: url(/Images/about_course_icon1_green.png) no-repeat scroll right center !important;
    }

    .school_color_green .title_about_course_links.icon2 {
        background: url(/Images/about_course_icon2_green.png) no-repeat scroll right center !important;
    }

.school_color_green .all_the_news_button {
    background: #0f6548 url(/Images/arrow_white_button_left.png) scroll 12px center;
    background-repeat: no-repeat;
}

.school_color_green .link_news_course {
    color: #1f8462;
    background: url(/Images/arrow_left_course_news_green.png) no-repeat scroll left center;
}


.school_color_red .all_the_news_button {
    background: #ac1f10 url(/Images/arrow_white_button_left.png) scroll 12px center;
    background-repeat: no-repeat;
}

.school_color_red .link_news_course {
    color: #f54a33;
    background: url(/Images/arrow_left_course_news_red.png) no-repeat scroll left center;
}

.school_color_purple .all_the_news_button {
    background: #314c98 url(/Images/arrow_white_button_left.png) scroll 12px center;
    background-repeat: no-repeat;
}

.school_color_purple .link_news_course {
    color: #5f78c1;
    background: url(/Images/arrow_left_course_news_purple.png) no-repeat scroll left center;
}

.school_color_green .facultyButton {
    background: #0f6548;
}

.school_color_red .facultyButton {
    background: #ac1f10;
}

.school_color_purple .facultyButton {
    background: #314c98;
}

.title_about_course_links {
    color: #0FB1D9;
    font-family: 'OxfordRegular';
    font-size: 2.5em;
    line-height: 23px;
    font-weight: normal;
    height: 26px;
    padding-right: 32px;
    margin-bottom: 18px;
    overflow: hidden;
}

    .title_about_course_links.icon1 {
        background: url('/Images/about_course_icon1.png') no-repeat scroll right center;
    }

    .title_about_course_links.icon2 {
        background: url('/Images/about_course_icon2.png') no-repeat scroll right center;
    }

.text_about_course_links {
    color: #414040;
    font-family: 'OxfordRegular';
    font-size: 1.6em;
    height: 62px;
    line-height: 20px;
    overflow: hidden;
}

.content_links_about_course {
    padding-top: 19px;
    padding-right: 26px;
    padding-left: 170px;
}

.gallery_album_course #element_to_pop_up {
    background-color: none;
    border-radius: 0;
    box-shadow: none;
    color: none;
    min-width: 0;
    padding: 0;
}

.gallery_album_course #element_to_pop_up {
    background-color: none;
    border-radius: 0;
    box-shadow: none;
    color: none;
    left: 0px !important;
    top: 0px !important;
    min-width: 0;
    padding: 0;
    position: relative !important;
    opacity: 1 !important;
    display: none;
}

    .gallery_album_course #element_to_pop_up .button.b-close {
        display: none;
    }

.pink_course.gallery_all1 .gv_panelNavNext {
    background: #910258 url('/Images/panel-next.png') center center no-repeat;
}

.pink_course.gallery_all1 .gv_panelNavPrev {
    background: #910258 url('/Images/panel-prev.png') center center no-repeat;
}

.school_color_pink .gallery_album_course .gv_navNext {
    background: #910258 url('/Images/next.png') center center no-repeat;
}

.school_color_pink .gallery_album_course .gv_navPrev {
    background: #910258 url('/Images/prev.png') center center no-repeat;
}

.skyBlue_course.gallery_all1 .gv_panelNavNext {
    background: #0fb1d9 url('/Images/panel-next.png') center center no-repeat;
}

.skyBlue_course.gallery_all1 .gv_panelNavPrev {
    background: #0fb1d9 url('/Images/panel-prev.png') center center no-repeat;
}

.school_color_skyBlue .gallery_album_course .gv_navNext {
    background: #0fb1d9 url('/Images/next.png') center center no-repeat;
}

.school_color_skyBlue .gallery_album_course .gv_navPrev {
    background: #0fb1d9 url('/Images/prev.png') center center no-repeat;
}

.school_color_red .gallery_album_course .gv_navNext {
    background: #f54a33 url('/Images/next.png') center center no-repeat;
}

.school_color_red .gallery_album_course .gv_navPrev {
    background: #f54a33 url('/Images/prev.png') center center no-repeat;
}

.school_color_green .gallery_album_course .gv_navNext {
    background: #1f8462 url('/Images/next.png') center center no-repeat;
}

.school_color_green .gallery_album_course .gv_navPrev {
    background: #1f8462 url('/Images/prev.png') center center no-repeat;
}

.school_color_turquoise .gallery_album_course .gv_navNext {
    background: #007c79 url('/Images/next.png') center center no-repeat;
}

.school_color_turquoise .gallery_album_course .gv_navPrev {
    background: #007c79 url('/Images/prev.png') center center no-repeat;
}

.school_color_blue .gallery_album_course .gv_navNext {
    background: #0FB1D9 url('/Images/next.png') center center no-repeat;
}

.school_color_blue .gallery_album_course .gv_navPrev {
    background: #0FB1D9 url('/Images/prev.png') center center no-repeat;
}

.school_color_purple .gallery_album_course .gv_navNext {
    background: #5f78c1 url('/Images/next.png') center center no-repeat;
}

.school_color_purple .gallery_album_course .gv_navPrev {
    background: #5f78c1 url('/Images/prev.png') center center no-repeat;
}

.gallery_album_course .gv_navNext, .gallery_album_course .gv_navPrev {
    height: 37px;
    /*width: 162px;*/
}

.gallery_album_course .gv_navWrap {
    right: 0px !important;
}

.wrap_input_course input, .wrap_input_course textarea {
    height: 33px;
    padding-right: 5px;
    border: 1px solid #d1cdc8;
    margin-left: 4px;
    padding-left: 5px;
    display: inline-block;
    margin-bottom: 8px;
    border-radius: 0px;
    font: 14px/20px arial;
    width: 265px;
}

    .wrap_input_course input:first-of-type,
    .wrap_input_course input:first-of-type + label + input {
        width: 123px;
    }




.wrap_input_course textarea {
    height: 85px;
    padding-top: 0;
}

.check_lobby_contact.course_check .ffCheckboxWrapper a {
    font-family: arial;
    font-size: 1.4em;
    width: 167px;
}

.wrap_input_course .submit_lobby {
    font-family: 'OxfordBold';
    font-size: 16px;
    color: #fff;
    background: #0FB1D9;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 60px;
    height: 33px;
    cursor: pointer;
    box-shadow: 0px 2px 0px #000;
    float: left;
    margin-left: 17px;
    margin-top: 8px;
}

.check_lobby_contact .ffCheckboxWrapper {
    overflow: visible;
}

.gallery_album_course {
    height: 339px;
    background: #fff;
    border: 1px solid #d6d6d6;
    padding-right: 17px;
    padding-top: 17px;
}

/*.gallery_album_course .gv_filmstripWrap, .gallery_album_course .gv_filmstrip, .gallery_album_course .gv_frame, .gallery_album_course .gv_frame .gv_thumbnail {
        width: 162px !important;
    }*/

.contact_album_course {
    height: 331px;
    background: #fff;
    padding-right: 17px;
    padding-top: 25px;
}

.check_lobby_contact.course_check {
    height: auto;
    width: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    display: inline-block;
}

.wrap_input_course input:focus, .wrap_input_course textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #0FB1D9;
    outline: none;
}

.gallery_album_course .gallery_all {
    border-bottom: none;
    width: auto;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
}

.box_slide_all.course_slider .slider_text1 {
    position: relative;
    overflow: visible !important;
    width: auto;
    height: 100%;
    margin-left: 49px;
    margin-right: 157px;
}

.box_slide_all.course_slider .slider_text {
    position: relative;
    overflow: visible !important;
    width: auto;
    height: 100%;
    margin-left: 32px;
    margin-right: 157px;
}

.box_slide_all.course_slider .icon_slider {
    position: absolute;
    right: -138px;
    top: 0;
}

.box_slide_all.course_slider .title_slide_box {
    font-family: 'OxfordRegular';
    font-size: 18px;
    color: #d2126e;
    line-height: 23px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.box_slide_all.course_slider .text_slide_box {
    font-family: 'OxfordRegular';
    font-size: 15px;
    color: #000000;
    line-height: 16px;
    padding-bottom: 0;
    height: 80px;
    /*width: 86px;*/
}

.all_the_news_button {
    font-family: 'OxfordRegular';
    font-size: 15px;
    color: #fff;
    background: #0FB1D9 url('/Images/arrow_white_button_left.png') scroll 12px center;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 114px;
    height: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    box-shadow: none;
    font-weight: normal;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.facultyButton {
    font-family: 'OxfordRegular';
    font-size: 15px;
    color: #fff;
    background: #0FB1D9 /*url('/ImagesEn/arrow_left.png') scroll 12px*/;
    border-radius: 3px;
    outline: none;
    border: none;
    width: auto;
    height: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    box-shadow: none;
    font-weight: normal;
    float: right;
    /*position: absolute;*/
    top: 0;
    right: 0;
    margin-top: 4px;
    margin-right: 2px;
}

    .facultyButton a {
        color: #fff;
        text-align: center;
        padding: 3px;
    }


.news_course_links {
    background: #fff;
    height: 92px;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 1px 0px #acacac;
    margin-bottom: 20px;
    padding-right: 20px;
}

.title_news_course {
    font-family: 'OxfordRegular';
    font-size: 16px;
    color: #d2126e;
    line-height: 23px;
    margin-bottom: 7px;
    margin-top: 15px;
    font-weight: normal;
    float: right;
    width: 246px;
    overflow: hidden;
    height: 21px;
}

.text_news_course {
    font-family: 'OxfordRegular';
    font-size: 19px;
    color: #323232;
    line-height: 20px;
    font-weight: normal;
    width: 200px;
    float: right;
    height: 36px;
    overflow: hidden;
}

.news_course_links img {
    width: auto;
    overflow: hidden;
    margin-top: 12px;
}

.link_news_course {
    float: left;
    width: auto;
    margin-top: 20px;
    margin-left: 18px;
    color: #0FB1D9;
    padding-left: 8px;
    font-weight: normal;
    font-family: 'OxfordRegular';
    font-size: 15px;
    background: url('/Images/arrow_left_course_news.png') no-repeat scroll left center;
}

.linkedin_page {
    width: auto;
    margin-top: 20px;
    margin-left: 18px;
    color: #0FB1D9;
    padding-left: 8px;
    font-weight: normal;
    font-family: 'OxfordRegular';
    font-size: 17px;
    display: inline-block !important;
    background: url('/Images/arrow_left_course_news.png') no-repeat scroll left center;
}
/*inner faq*/
.faq_left_content {
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 625px;
    height: auto;
    float: left;
    overflow: hidden;
    padding-top: 48px;
    padding-right: 51px;
    padding-left: 55px;
    padding-bottom: 55px;
}

.school_color_pink .title_faq {
    font: 2.4em/25px 'OxfordRegular';
    color: #d2126d;
    padding-top: 65px;
}

.school_color_skyBlue .title_faq {
    font: 2.4em/25px 'OxfordRegular';
    color: #0fb1d9;
    padding-top: 65px;
}

.school_color_red .title_faq {
    font: 2.4em/25px 'OxfordRegular';
    color: #f54a33;
    padding-top: 65px;
}

.school_color_green .title_faq {
    font: 2.4em/25px 'OxfordRegular';
    /*color: #2ba924;*/
    color: #1f8462;
    padding-top: 65px;
}

.school_color_turquoise .title_faq {
    font: 2.4em/25px 'OxfordRegular';
    color: #05b8ad;
    padding-top: 65px;
}

.school_color_blue .title_faq {
    font: 2.4em/25px 'OxfordRegular';
    color: #0FB1D9;
    padding-top: 65px;
}

.school_color_purple .title_faq {
    font: 2.4em/25px 'OxfordRegular';
    color: #5f78c1;
    padding-top: 65px;
}

.title_faq:first-child {
    padding-top: 0px;
}

.faq_text_none {
    font: 1.5em/21px arial;
    color: #323232;
    display: none;
    padding-bottom: 26px;
    padding-right: 26px;
}

.school_color_red .faq_q {
    font: 1.8em/25px 'OxfordRegular';
    color: #f54a33;
    background: url('/Images/circle_info_close_3.png') no-repeat right 3px;
    padding-right: 26px;
    cursor: pointer;
    margin-top: 26px;
    padding-bottom: 24px;
}

.school_color_pink .faq_q {
    font: 1.8em/25px 'OxfordRegular';
    color: #ee017c;
    background: url('/Images/circle_info_close_pink.png') no-repeat right 3px;
    padding-right: 26px;
    cursor: pointer;
    margin-top: 26px;
    padding-bottom: 24px;
}

.school_color_skyBlue .faq_q {
    font: 1.8em/25px 'OxfordRegular';
    color: #0fb1d9;
    background: url('/Images/circle_info_close_skyBlue.png') no-repeat right 3px;
    padding-right: 26px;
    cursor: pointer;
    margin-top: 26px;
    padding-bottom: 24px;
}

.school_color_green .faq_q {
    font: 1.8em/25px 'OxfordRegular';
    /*color: #017833;*/
    color: #1f8462;
    background: url('/Images/circle_info_close_green.png') no-repeat right 3px;
    padding-right: 26px;
    cursor: pointer;
    margin-top: 26px;
    padding-bottom: 24px;
}

.school_color_blue .faq_q {
    font: 1.8em/25px 'OxfordRegular';
    color: #0FB1D9;
    background: url('/Images/circle_info_close.png') no-repeat right 3px;
    padding-right: 26px;
    cursor: pointer;
    margin-top: 26px;
    padding-bottom: 24px;
}

.list_faq > li:first-child .faq_q {
    margin-top: 0;
}

.school_color_purple .faq_q {
    font: 1.8em/25px 'OxfordRegular';
    color: #5f78c1;
    background: url('/Images/circle_info_close_pink.png') no-repeat right 3px;
    padding-right: 26px;
    cursor: pointer;
    margin-top: 26px;
    padding-bottom: 24px;
}

.school_color_turquoise .faq_q {
    font: 1.8em/25px 'OxfordRegular';
    color: #50e4d2;
    background: url('/Images/circle_info_close_pink.png') no-repeat right 3px;
    padding-right: 26px;
    cursor: pointer;
    margin-top: 26px;
    padding-bottom: 24px;
}

.faq_left_content > ul > li {
    list-style: none;
    background: url('/Images/divider.png') no-repeat 0 bottom;
}

.faq_left_content ul li:last-child {
}

.school_color_pink .faq_q.open_info {
    background: url('/Images/circle_info_open_pink.png') no-repeat right 3px;
    padding-right: 26px;
}

.school_color_skyBlue .faq_q.open_info {
    background: url('/Images/circle_info_open_skyBlue.png') no-repeat right 3px;
    padding-right: 26px;
}

.school_color_red .faq_q.open_info {
    background: url('/Images/circle_info_open_3.png') no-repeat right 3px;
    padding-right: 26px;
    color: #f54a33;
}

.school_color_green .faq_q.open_info {
    background: url('/Images/circle_info_open_green.png') no-repeat right 3px;
    padding-right: 26px;
}

.school_color_turquoise .faq_q.open_info {
    background: url('/Images/circle_info_open_pink.png') no-repeat right 3px;
    padding-right: 26px;
}

.school_color_blue .faq_q.open_info {
    background: url('/Images/circle_info_open.png') no-repeat right 3px;
    padding-right: 26px;
}

.school_color_purple .faq_q.open_info {
    background: url('/Images/circle_info_open_purple.png') no-repeat right 3px;
    padding-right: 26px;
}

.more_item_container {
    margin: 0 -7px;
    overflow: hidden;
}

.more_item_a {
    float: right;
    width: 372px;
    padding: 0 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 11px;
}

    .more_item_a > div {
        height: 98px;
        background: #fff;
        border: 1px solid #d6d6d6;
        display: table;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: 0px 2px 2px -1px #666666, 0px -1px 0px #e8e6e2;
    }

    .more_item_a:nth-child(odd) {
        margin-left: 0;
    }

.more_article .grid_50 {
    margin-left: 16px;
}

.more_item_a .more_text {
    float: none;
    text-align: right;
    font-size: 19px;
    color: #0FB1D9;
    font-family: 'OxfordRegular';
    font-weight: normal;
    width: 100%;
    padding: 0 21px;
    display: table-cell;
    vertical-align: middle;
}

.more_item_a .more_item img {
    float: none;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 96px;
}

.grid_all_course.box_1_course {
    float: left;
    width: 359px;
    margin-right: 16px;
}

.grid_all_course .title_event_article_more {
    padding-right: 0px;
}

.grid_all_course.box_2_course {
    overflow: hidden;
}

.box_slide_all.course_slider.faq_slider {
    width: 100%;
}

.title_top_drop {
    background: url('/Images/menu_icon3_side.png') no-repeat scroll right 10px;
    padding-right: 34px !important;
    font-size: 21px;
    color: #000;
    font-family: 'OxfordRegular';
    font-weight: normal;
    margin-right: 14px;
    line-height: 44px;
}

.dropdown_menu h3 {
    color: #0FB1D9;
    font: 2.1em/39px 'OxfordRegular';
    padding-top: 14px;
}

.dropdown_menu.pink_side h3,
.dropdown_menu.pink_side .level_a {
    color: #910257;
}

.dropdown_menu.pink_side .border_outline_a.active .level_a {
    display: block;
    background: url('/Images/arrow_active_side_menu_pink.png') no-repeat scroll 5px center #edece8;
}

.dropdown_menu.skyBlue_side h3,
.dropdown_menu.skyBlue_side .level_a {
    color: #0fb1d9;
}

.dropdown_menu.skyBlue_side .border_outline_a.active .level_a {
    display: block;
    background: url('/Images/arrow_active_side_menu_skyBlue.png') no-repeat scroll 5px center #edece8;
}

.dropdown_menu.red_side h3,
.dropdown_menu.red_side .level_a {
    color: #f54a33;
}

.dropdown_menu.red_side .border_outline_a.active .level_a {
    display: block;
    background: url('/Images/arrow_active_side_menu_red.png') no-repeat scroll 5px center #edece8;
}

.dropdown_menu.green_side h3,
.dropdown_menu.green_side .level_a {
    color: #1f8462;
}

.dropdown_menu.green_side .border_outline_a.active .level_a {
    display: block;
    background: url('/Images/arrow_active_side_menu_green.png') no-repeat scroll 5px center #edece8;
}

.dropdown_menu.purple_side h3,
.dropdown_menu.purple_side .level_a {
    color: #5f78c1;
}

.dropdown_menu.purple_side .border_outline_a.active .level_a {
    display: block;
    background: url('/Images/arrow_active_side_menu_purple.png') no-repeat scroll 5px center #edece8;
}

.dropdown_menu.turquoise_side h3,
.dropdown_menu.turquoise_side .level_a {
    color: #007c79;
}

.dropdown_menu.turquoise_side .border_outline_a.active .level_a {
    display: block;
    background: url('/Images/arrow_active_side_menu_turquoise.png') no-repeat scroll 5px center #edece8;
}
/*about course*/
.text_about_course {
    font: 14px/20px arial;
    color: #2b2b2b;
    padding-top: 44px;
    padding-bottom: 50px;
}

ul.list_about_course > li {
    border: none !important;
    background: url('/Images/circle_pink.png') no-repeat scroll right center;
    padding-right: 20px;
    font: 14px/33px arial;
    color: #2b2b2b;
}

.title_faq.about_course_title {
    padding-top: 0px;
    padding-bottom: 25px;
}

.rtf_left_content .download {
    text-decoration: none;
}



.list_about_course {
    padding-bottom: 55px;
}
/*course list*/
.text_list_course {
    font: 14px/20px arial;
    color: #2b2b2b;
    padding-top: 35px;
    padding-bottom: 30px;
}

.button_print a {
    font: 18px/31px 'OxfordRegular';
    color: #0FB1D9;
    width: auto;
    display: inline-block;
}

.right_link_print {
    background: url('/Images/print_icon.png') no-repeat scroll right center;
    padding-right: 37px;
    padding-left: 73px;
}

.left_link_print {
    background: url('/Images/arrow_left_events.png') no-repeat scroll left 8px;
    padding-left: 12px;
}

.school_color_pink .title_news_course a,
.school_color_pink .title_news_course,
.school_color_pink .box_slide_all.course_slider .title_slide_box {
    color: #d2126d;
}

.school_color_skyBlue .title_news_course a,
.school_color_skyBlue .title_news_course,
.school_color_skyBlue .box_slide_all.course_slider .title_slide_box {
    color: #00a3cb;
}

.school_color_red .title_news_course a,
.school_color_red .title_news_course,
.school_color_red .box_slide_all.course_slider .title_slide_box {
    color: #f54a33;
}

.school_color_green .title_news_course a,
.school_color_green .title_news_course,
.school_color_green .box_slide_all.course_slider .title_slide_box {
    color: #1f8462;
}

.school_color_turquoise .title_news_course a,
.school_color_turquoise .title_news_course,
.school_color_turquoise .box_slide_all.course_slider .title_slide_box {
    color: #05b8ad;
}

.school_color_blue .title_news_course a,
.school_color_blue .title_news_course,
.school_color_blue .box_slide_all.course_slider .title_slide_box {
    color: #0FB1D9;
}

.school_color_purple .title_news_course a,
.school_color_purple .title_news_course,
.school_color_purple .box_slide_all.course_slider .title_slide_box {
    color: #5f78c1;
}

.school_color_pink .title_y_print {
    font: normal 20px/20px 'OxfordRegular';
    padding-top: 25px;
    width: 100%;
    overflow: hidden;
    color: #d2126d;
}

.school_color_skyBlue .title_y_print {
    font: normal 20px/20px 'OxfordRegular';
    padding-top: 25px;
    width: 100%;
    overflow: hidden;
    color: #00a3cb;
}

.school_color_red .title_y_print {
    font: normal 20px/20px 'OxfordRegular';
    padding-top: 25px;
    width: 100%;
    overflow: hidden;
    color: #f54a33;
}

.school_color_green .title_y_print {
    font: normal 20px/20px 'OxfordRegular';
    padding-top: 25px;
    width: 100%;
    overflow: hidden;
    color: #1f8462;
}

.school_color_turquoise .title_y_print {
    font: normal 20px/20px 'OxfordRegular';
    padding-top: 25px;
    width: 100%;
    overflow: hidden;
    color: #05b8ad;
}

.school_color_blue .title_y_print {
    font: normal 20px/20px 'OxfordRegular';
    padding-top: 25px;
    width: 100%;
    overflow: hidden;
    color: #0FB1D9;
}

.school_color_purple .title_y_print {
    font: normal 20px/20px 'OxfordRegular';
    padding-top: 25px;
    width: 100%;
    overflow: hidden;
    color: #5f78c1;
}

.title_course_name_print {
    font: normal 18px/25px 'OxfordRegular';
    color: #000;
    padding-bottom: 7px;
    padding-top: 13px;
    overflow: hidden;
    width: 100%;
}

.title_course_names {
    font: normal 16px/20px 'OxfordRegular';
    color: #000;
    padding-bottom: 13px;
    padding-top: 4px;
    overflow: hidden;
    width: 100%;
}

.grid_print {
    background: url('/Images/circle_black.png') no-repeat scroll right 7px;
    font: normal 14px/22px 'OxfordRegular';
    color: #3a3a3a;
    float: right;
    width: 50%;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px 10px;
}

a.courseL:focus,
a.courseL {
    text-decoration: none;
    color: black;
    color: #3a3a3a;
}

.grid_print:nth-child(even) {
    /* float: left;*/
}

.button_print {
}

.print_page {
    overflow: hidden;
}

.button_back_course {
    display: inline-block;
}
/*rtf template*/
.rtf_left_content {
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 585px;
    height: auto;
    float: left;
    overflow: hidden;
    padding-top: 48px;
    padding-right: 71px;
    padding-left: 75px;
    padding-bottom: 55px;
    margin-bottom: 30px;
}

.content_search {
    background: #fff;
    border: 1px solid #d6d6d6;
    width: auto;
    height: auto;
    float: none;
    overflow: hidden;
    padding-top: 48px;
    padding-right: 71px;
    padding-left: 75px;
    padding-bottom: 55px;
    margin-bottom: 30px;
}

.rtf_left_content .text_about_course {
    color: #2b2b2b;
    font: normal 14px/20px arial;
    padding: 0 0 20px 0;
    margin: 0px;
}

.title_rtf_h1 {
    font: 24px/25px 'OxfordRegular';
    padding-bottom: 25px;
    color: #0FB1D9;
}

.title_rtf_h2 {
    font: 20px/20px 'OxfordRegular';
    color: #0FB1D9;
}

.title_rtf_h3 {
    font: 18px/18px 'OxfordRegular';
    color: #0FB1D9;
}

.school_color_pink .title_rtf_h1 {
    color: #d2126d;
}

.school_color_pink .title_rtf_h2 {
    color: #d2126d;
}

.school_color_pink .title_rtf_h3 {
    color: #d2126d;
}

.school_color_skyBlue .title_rtf_h1 {
    color: #00a3cb;
}

.school_color_skyBlue .title_rtf_h2 {
    color: #00a3cb;
}

.school_color_skyBlue .title_rtf_h3 {
    color: #00a3cb;
}

ul.list_rtf_disc > li, ol.list_rtf_numbers > li, ol.list_rtf_numbers_oxford > li > span {
    font: 14px/20px arial !important;
}

.school_color_pink ul.list_rtf_disc > li {
    border: none !important;
    background: url('/Images/bullet1.png') no-repeat scroll right 7px;
    padding-right: 20px;
    color: #2b2b2b;
    list-style: none;
}

.school_color_pink ol.list_rtf_numbers > li {
    border: none !important;
    padding-right: 20px;
    color: #2b2b2b;
    list-style-type: decimal;
    padding-right: 0px;
}

.school_color_pink ol.list_rtf_numbers_oxford > li {
    border: none !important;
    padding-right: 20px;
    font: 18px/20px 'OxfordRegular';
    color: #d2126d;
    list-style-type: decimal;
    padding-right: 0px;
}

    .school_color_pink ol.list_rtf_numbers_oxford > li > span {
        border: none !important;
        padding-right: 20px;
        color: #2b2b2b;
        list-style-type: decimal;
        padding-right: 0px;
    }

.school_color_skyBlue ul.list_rtf_disc > li {
    border: none !important;
    background: url('/Images/bullet8.png') no-repeat scroll right 7px;
    padding-right: 20px;
    color: #2b2b2b;
    list-style: none;
}

.school_color_skyBlue ol.list_rtf_numbers > li {
    border: none !important;
    padding-right: 20px;
    color: #2b2b2b;
    list-style-type: decimal;
    padding-right: 0px;
}

.school_color_skyBlue ol.list_rtf_numbers_oxford > li {
    border: none !important;
    padding-right: 20px;
    font: 18px/20px 'OxfordRegular';
    color: #00a3cb;
    list-style-type: decimal;
    padding-right: 0px;
}

    .school_color_skyBlue ol.list_rtf_numbers_oxford > li > span {
        border: none !important;
        padding-right: 20px;
        color: #2b2b2b;
        list-style-type: decimal;
        padding-right: 0px;
    }

ol.list_rtf_numbers_oxford, ol.list_rtf_numbers {
    padding-right: 18px;
}

.text_quote {
    font: 14px/22.18px arial;
    color: #424242;
    margin: 25px 0;
}

    .text_quote:before {
        content: "";
        background: url('/Images/double_quotes_first.png') no-repeat;
        width: 15px;
        height: 12px;
        display: inline-block;
        margin-left: 5px;
    }

    .text_quote:after {
        content: "";
        background: url('/Images/double_quotes_last.png') no-repeat;
        width: 15px;
        height: 12px;
        display: inline-block;
        margin-right: 5px;
    }

.school_color_red .title_rtf_h1 {
    color: #f54a33;
}

.school_color_red .title_rtf_h2 {
    color: #f54a33;
}

.school_color_red .title_rtf_h3 {
    color: #f54a33;
}

.school_color_red ul.list_rtf_disc > li {
    border: none !important;
    background: url('/Images/bullet3.png') no-repeat scroll right 7px;
    padding-right: 20px;
    color: #2b2b2b;
    list-style: none;
}

.school_color_red ol.list_rtf_numbers > li {
    border: none !important;
    padding-right: 20px;
    color: #2b2b2b;
    list-style-type: decimal;
    padding-right: 0px;
}

.school_color_red ol.list_rtf_numbers_oxford > li {
    border: none !important;
    padding-right: 20px;
    font: 18px/20px 'OxfordRegular';
    color: #f54a33;
    list-style-type: decimal;
    padding-right: 0px;
}

    .school_color_red ol.list_rtf_numbers_oxford > li > span {
        border: none !important;
        padding-right: 20px;
        color: #2b2b2b;
        list-style-type: decimal;
        padding-right: 0px;
    }

.school_color_green .title_rtf_h1 {
    color: #1f8462;
}

.school_color_green .title_rtf_h2 {
    color: #1f8462;
}

.school_color_green .title_rtf_h3 {
    color: #1f8462;
}

.school_color_green ul.list_rtf_disc > li {
    border: none !important;
    background: url('/Images/bullet5.png') no-repeat scroll right 7px;
    padding-right: 20px;
    color: #2b2b2b;
    list-style: none;
}

.school_color_green ol.list_rtf_numbers > li {
    border: none !important;
    padding-right: 20px;
    color: #2b2b2b;
    list-style-type: decimal;
    padding-right: 0px;
}

.school_color_green ol.list_rtf_numbers_oxford > li {
    border: none !important;
    padding-right: 20px;
    font: 18px/20px 'OxfordRegular';
    color: #1f8462;
    list-style-type: decimal;
    padding-right: 0px;
}

    .school_color_green ol.list_rtf_numbers_oxford > li > span {
        border: none !important;
        padding-right: 20px;
        color: #2b2b2b;
        list-style-type: decimal;
        padding-right: 0px;
    }

.school_color_turquoise .title_rtf_h1 {
    color: #05b8ad;
}

.school_color_turquoise .title_rtf_h2 {
    color: #05b8ad;
}

.school_color_turquoise .title_rtf_h3 {
    color: #05b8ad;
}

.school_color_turquoise ul.list_rtf_disc > li {
    border: none !important;
    background: url('/Images/bullet7.png') no-repeat scroll right 7px;
    padding-right: 20px;
    color: #2b2b2b;
    list-style: none;
}

.school_color_turquoise ol.list_rtf_numbers > li {
    border: none !important;
    padding-right: 20px;
    color: #2b2b2b;
    list-style-type: decimal;
    padding-right: 0px;
}

.school_color_turquoise ol.list_rtf_numbers_oxford > li {
    border: none !important;
    padding-right: 20px;
    font: 18px/20px 'OxfordRegular';
    color: #05b8ad;
    list-style-type: decimal;
    padding-right: 0px;
}

    .school_color_turquoise ol.list_rtf_numbers_oxford > li > span {
        border: none !important;
        padding-right: 20px;
        color: #2b2b2b;
        list-style-type: decimal;
        padding-right: 0px;
    }

.school_color_blue .title_rtf_h1 {
    color: #0FB1D9;
}

.school_color_blue .title_rtf_h2 {
    color: #0FB1D9;
}

.school_color_blue .title_rtf_h3 {
    color: #0FB1D9;
}

.school_color_blue ul.list_rtf_disc > li {
    border: none !important;
    background: url('/Images/bullet4.png') no-repeat scroll right 7px;
    padding-right: 20px;
    font: 14px/20px arial;
    color: #2b2b2b;
    list-style: none;
}

.school_color_blue ol.list_rtf_numbers > li {
    border: none !important;
    padding-right: 20px;
    color: #2b2b2b;
    list-style-type: decimal;
    padding-right: 0px;
}

.school_color_blue ol.list_rtf_numbers_oxford > li {
    border: none !important;
    padding-right: 20px;
    font: 18px/20px 'OxfordRegular';
    color: #0FB1D9;
    list-style-type: decimal;
    padding-right: 0px;
}

    .school_color_blue ol.list_rtf_numbers_oxford > li > span {
        border: none !important;
        padding-right: 20px;
        color: #2b2b2b;
        list-style-type: decimal;
        padding-right: 0px;
    }

.school_color_purple .title_rtf_h1 {
    color: #5f78c1;
}

.school_color_purple .title_rtf_h2 {
    color: #5f78c1;
}

.school_color_purple .title_rtf_h3 {
    color: #5f78c1;
}

.school_color_purple .rtf_left_content ul.list_rtf_disc > li {
    border: none !important;
    background: url('/Images/bullet1.png') no-repeat scroll right 7px;
    padding-right: 20px;
    color: #2b2b2b;
    list-style: none;
}

.school_color_purple .rtf_left_content ol.list_rtf_numbers > li {
    border: none !important;
    padding-right: 20px;
    color: #2b2b2b;
    list-style-type: decimal;
    padding-right: 0px;
}

.school_color_purple .rtf_left_content ol.list_rtf_numbers_oxford > li {
    border: none !important;
    padding-right: 20px;
    font: 18px/20px 'OxfordRegular';
    color: #5f78c1;
    list-style-type: decimal;
    padding-right: 0px;
}

    .school_color_purple .rtf_left_content ol.list_rtf_numbers_oxford > li > span {
        border: none !important;
        padding-right: 20px;
        color: #2b2b2b;
        list-style-type: decimal;
        padding-right: 0px;
    }

.list_rtf_disc, .list_rtf_numbers, .list_rtf_numbers_oxford {
    padding-bottom: 25px;
}

.rtf_left_content a {
    color: #0FB1D9;
    font: normal 15px/25px arial;
    text-decoration: underline;
}

    .rtf_left_content a:visited {
        color: inherit;
    }

.rtf_left_content > a:hover {
    text-decoration: none;
}
/*StudyHere_SigningIn*/
.sign_left_content {
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 730px;
    height: auto;
    float: left;
    overflow: hidden;
    padding-top: 48px;
    padding-right: 55px;
    padding-left: 55px;
    padding-bottom: 55px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list_faq li {
    list-style: none;
    background: url('/Images/divider.png') no-repeat 0 bottom;
}

.sign_left_content .text_about_course.bold {
    font: 13px/20px arial;
    color: #2b2b2b;
    padding-top: 0px;
    padding-bottom: 20px;
}

.sign_left_content .text_about_course {
    font: 14px/20px arial;
    color: #2b2b2b;
    padding-top: 0px;
    padding-bottom: 15px;
}

.title_sign_h1 {
    color: #0FB1D9;
    font: 2.4em/25px 'OxfordRegular';
    padding-bottom: 25px;
}

.title_sign_h2 {
    color: #0FB1D9;
    font: 2em/25px 'OxfordRegular';
    padding-bottom: 10px;
    padding-top: 10px;
}

.sign_left_content .faq_q.open_info {
    color: #0FB1D9;
}

.sign_left_content .faq_q {
    color: #0FB1D9;
    padding-bottom: 10px;
    background: url('/Images/circle_info_close_sign.png') no-repeat right 3px;
}

.title_sign_h1_faq {
    color: #0FB1D9;
    font: 2.4em/25px 'OxfordRegular';
    /*padding-top: 25px;*/
    padding-bottom: 10px;
}
/*StudyHere_Library*/
.studyhere_library_table {
    margin-bottom: 15px;
}

    .studyhere_library_table tr {
        border-bottom: 1px solid #ddd;
    }

        .studyhere_library_table tr:last-child {
            border: none;
        }

    .studyhere_library_table td {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .studyhere_library_table tr * {
        font: 16px/20px 'OxfordRegular' !important;
        color: #000;
    }

    .studyhere_library_table tr td.en * {
        font-family: "MerriweatherSans-Regular" !important;
        font-size: 0.8em !important;
    }

    .studyhere_library_table tr a {
        color: #0FB1D9;
    }

    .studyhere_library_table tr td:first-child {
        padding-left: 20px;
    }

/*StudyHere_MadorSh*/
.sign_left_content.madorsh .faq_q.open_info {
    color: #0FB1D9;
    background: url('/Images/circle_info_open.png') no-repeat right 3px;
    padding-right: 26px;
    margin-bottom: 15px;
}

.sign_left_content.madorsh .list_faq li:first-child .li_none_slide {
    display: block;
}

.li_none_slide {
    display: none;
}

.sign_left_content.madorsh {
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 730px;
    height: auto;
    float: left;
    overflow: hidden;
    padding-top: 48px;
    padding-right: 55px;
    padding-left: 105px;
    padding-bottom: 55px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .sign_left_content.madorsh .download {
        margin-right: 95px;
        overflow: hidden;
        margin-top: 9px;
    }

.list_madorsh img {
    float: right;
    padding-left: 15px;
    padding-bottom: 20px;
}

.li_none_slide .select_wrap.select_right {
    float: right;
    height: auto;
    width: auto;
}

.list_madorsh .title_madorsh_h3, .list_madorsh .text_about_course {
    overflow: hidden;
}

.title_madorsh_h3 {
    color: #0FB1D9;
    font: 18px/25px 'OxfordRegular';
}

.rte .list_madorsh .left_content_loans a {
    font-size: 14px;
    font-family: arial;
}

.rte .list_madorsh a {
    text-decoration: none;
    display: block;
    font-size: 10px;
}

.rte .list_madorsh .contact_list_loans a {
    display: inline-block;
}

.rte .list_madorsh .title_madorsh_h3 {
    color: #0FB1D9;
    font: 18px/25px 'OxfordRegular';
    margin: 0;
}

.rte .text_under_download {
    margin-bottom: 30px;
}

.sign_left_content.madorsh .text_under_download {
    font: bold 13px/20px arial;
    color: #2b2b2b;
    padding-bottom: 30px;
}

.list_madorsh {
    padding-bottom: 17px;
    overflow: hidden;
}

.sign_left_content.madorsh.loans .faq_q.open_info {
    margin-bottom: 0px;
}
/*StudyHere_Loans_Scolarships*/
.contact_list_loans {
    color: #000;
    font: 15px 'OxfordRegular';
}

    .contact_list_loans a {
        color: #0FB1D9;
        padding: 0px 3px;
        display: inline-block;
    }

    .contact_list_loans span {
        display: inline-block;
        padding: 0 3px;
    }

.sign_left_content.madorsh.loans .list_madorsh {
    padding-left: 230px;
    padding-bottom: 18px;
    padding-top: 15px;
}

.sign_left_content.madorsh.loans .select_wrap {
    padding-bottom: 10px;
    display: block;
}

.left_content_loans {
    overflow: hidden;
}
/*StudyHere_MadorSh_Inside*/
.img_madorsh {
    padding-bottom: 20px;
}

.back_button_madorsh_inside {
    background: #0FB1D9;
    border-radius: 2px;
    color: #fff;
    font-family: 'OxfordRegular';
    font-size: 15px;
    box-shadow: 0px 2px 0px #00326e;
    width: 129px;
    height: 20px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-bottom: 26px;
}

.sign_left_content.madorsh.inside .title_sign_h1 {
    display: block;
}
/*StudyHere_AcademicCalendar*/
.academiccalendar_left_content {
    margin-bottom: 35px;
    width: 733px;
    height: auto;
    float: left;
}

.list_academiccalendar {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #d6d6d6;
    /*box-shadow: 0px 1px 3px #a8a8a8;*/
    margin-bottom: 15px;
    width: 730px;
    padding-right: 49px;
    padding-left: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.title_calendar_h1 {
    color: #0FB1D9;
    font: 2.4em/25px 'OxfordRegular';
    padding-bottom: 25px;
    float: right;
    padding-top: 9px;
    padding-left: 35px;
}

.drop_calendar {
    display: inline-block;
}

    .drop_calendar .select_wrap {
        display: inline-block;
        float: right;
        height: auto;
        width: auto;
    }

    .drop_calendar .download {
        background: url("/Images/download_icon_pdf.png") no-repeat scroll right center transparent;
        color: #0FB1D9;
        display: inline-block;
        font: 18px/22px 'OxfordRegular';
        margin-right: 12px;
        margin-top: 10px;
        overflow: hidden;
        padding-right: 29px;
    }

.title_academiccalendar {
    font: 2em/20px 'OxfordRegular';
    color: #000;
    float: right;
    padding-left: 17px;
}

.title_academiccalendar_status {
    font: 1.5em arial;
    color: #000;
    float: right;
}

.links_left_academiccalendar {
    float: left;
    color: #0FB1D9;
    font: 2em/20px 'OxfordRegular';
    /*width: 34%;*/
}

.links_right_academiccalendar {
    float: right;
    /*width: 66%;*/
}

.date_academiccalendar {
    float: left;
    border-left: 1px solid #dedddb;
    padding-left: 15px;
    text-align: left;
}

.day_academiccalendar {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #dedddb;
}

.icon_academiccalendar {
    background: url('/Images/add_to_daybook.png') no-repeat;
    float: left;
    width: 32px;
    display: inline-block;
    height: 26px;
    padding-right: 12px;
}

.row_academiccalendar {
    width: 100%;
    height: 40px;
    padding-top: 20px;
}

.text_bottom_academiccalendar {
    font: 1.4em/24px arial;
    color: #000;
}

.stars_text {
    color: #0FB1D9;
}

.disjunctive {
    float: right;
    font: 1.5em arial;
    color: #000;
    padding-left: 10px;
}
/*StudyHere_List*/
.list_items_all {
    list-style: none;
}

    .list_items_all li {
        margin-bottom: 15px;
    }

.drop_study .select_wrap {
    height: auto;
    width: auto;
    position: relative;
}

.studyhere_list {
    background: #fff;
    padding-top: 20px;
    padding-right: 55px;
    padding-bottom: 12px;
    border: 1px solid #d6d6d6;
    /*box-shadow: 0px 1px 3px #a8a8a8;*/
    padding-left: 55px;
    width: 730px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row_studyhere_list {
    width: auto;
    position: relative;
    cursor: pointer;
    padding-right: 35px;
    overflow: hidden;
    background-position: right 0;
    background-repeat: no-repeat;
}

    .row_studyhere_list:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 19px;
        height: 12px;
        background: url('/Images/arrow_open.png') no-repeat 0 0;
    }

    .row_studyhere_list.open_info:after {
        background-image: url('/Images/arrow_close.png');
    }

.title_list_study_and_print.school_color_green {
    color: #1f8462;
}

.studyhere_list.school_color_green .row_studyhere_list {
    /*background-image: url('/Images/circle_info_close_5.png');*/
    background-image: url('/Images/circle_info_close_2.png');
}

    .studyhere_list.school_color_green .row_studyhere_list.open_info {
        /*background-image: url('/Images/circle_info_open_5.png');*/
        background-image: url('/Images/circle_info_open_2.png');
    }

    .studyhere_list.school_color_green .row_studyhere_list h1, .studyhere_list.school_color_green .class_uni {
        color: #1f8462;
    }

    .studyhere_list.school_color_green .row_studyhere_list.open_info h1 {
        color: #1f8462;
    }

.title_list_study_and_print.school_color_pink {
    color: #910257;
}

.studyhere_list.school_color_pink .row_studyhere_list {
    background-image: url('/Images/circle_info_close_1.png');
}

    .studyhere_list.school_color_pink .row_studyhere_list.open_info {
        background-image: url('/Images/circle_info_open_1.png');
    }

    .studyhere_list.school_color_pink .row_studyhere_list h1, .studyhere_list.school_color_pink .class_uni {
        color: #910257;
    }

    .studyhere_list.school_color_pink .row_studyhere_list.open_info h1 {
        color: #d2126d;
    }

.title_list_study_and_print.school_color_skyBlue {
    color: #0fb1d9;
}

.studyhere_list.school_color_skyBlue .row_studyhere_list {
    background-image: url('/Images/circle_info_close_8.png');
}

    .studyhere_list.school_color_skyBlue .row_studyhere_list.open_info {
        background-image: url('/Images/circle_info_open_8.png');
    }

    .studyhere_list.school_color_skyBlue .row_studyhere_list h1, .studyhere_list.school_color_skyBlue .class_uni {
        color: #0fb1d9;
    }

    .studyhere_list.school_color_skyBlue .row_studyhere_list.open_info h1 {
        color: #00a3cb;
    }

.title_list_study_and_print.school_color_red {
    color: #f54a33;
}

.studyhere_list.school_color_red .row_studyhere_list {
    background-image: url('/Images/circle_info_close_3.png');
}

    .studyhere_list.school_color_red .row_studyhere_list.open_info {
        background-image: url('/Images/circle_info_open_3.png');
    }

    .studyhere_list.school_color_red .row_studyhere_list h1, .studyhere_list.school_color_red .class_uni {
        color: #f54a33;
    }

    .studyhere_list.school_color_red .row_studyhere_list.open_info h1 {
        color: #f54a33;
    }

.title_list_study_and_print.school_color_blue {
    color: #0FB1D9;
}

.studyhere_list.school_color_blue .row_studyhere_list {
    background-image: url('/Images/circle_info_close_2.png');
}

    .studyhere_list.school_color_blue .row_studyhere_list.open_info {
        background-image: url('/Images/circle_info_open_2.png');
    }

    .studyhere_list.school_color_blue .row_studyhere_list h1, .studyhere_list.school_color_blue .class_uni {
        color: #0FB1D9;
    }

    .studyhere_list.school_color_blue .row_studyhere_list.open_info h1 {
        color: #0FB1D9;
    }

.title_list_study_and_print.school_color_turquoise {
    color: #007c79;
}

.studyhere_list.school_color_turquoise .row_studyhere_list {
    background-image: url('/Images/circle_info_close_7.png');
}

    .studyhere_list.school_color_turquoise .row_studyhere_list.open_info {
        background-image: url('/Images/circle_info_open_7.png');
    }

    .studyhere_list.school_color_turquoise .row_studyhere_list h1, .studyhere_list.school_color_turquoise .class_uni {
        color: #007c79;
    }

    .studyhere_list.school_color_turquoise .row_studyhere_list.open_info h1 {
        color: #05b8ad;
    }

.title_list_study_and_print.school_color_purple {
    color: #5f78c1;
}

.studyhere_list.school_color_purple .row_studyhere_list {
    background-image: url('/Images/circle_info_close_6.png');
}

    .studyhere_list.school_color_purple .row_studyhere_list.open_info {
        background-image: url('/Images/circle_info_open_6.png');
    }

    .studyhere_list.school_color_purple .row_studyhere_list h1, .studyhere_list.school_color_purple .class_uni {
        color: #5f78c1;
    }

    .studyhere_list.school_color_purple .row_studyhere_list.open_info h1 {
        color: #5f78c1;
    }

.content_slide_list_study {
    display: none;
    overflow: hidden;
}

.td_study {
    width: 100%;
    height: auto;
    overflow: hidden;
    font: normal 18px/26px 'OxfordRegular';
    color: #000;
    background: url('/Images/divider.png') no-repeat 0 bottom, url('/Images/divider.png') no-repeat 0 top;
    padding: 20px 0;
    margin: 20px 0;
}

    .td_study a {
        color: #0FB1D9;
    }

.list_td_study {
    float: right;
    overflow: hidden;
    width: 40%;
}

.text_li_study {
    color: #000;
    font: 14px/20px arial;
    padding-left: 95px;
}

    .text_li_study ul {
        padding-top: 25px;
        list-style-type: decimal;
        list-style-position: inside;
    }

.content_slide_list_study .text_li_study ul {
    padding-top: 0;
}

.text_li_study ul li {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.row_studyhere_list h1 {
    font: normal 20px/20px 'OxfordRegular';
    padding-bottom: 5px;
}

.row_studyhere_list h3 {
    color: #000;
    font: normal 18px/30px 'OxfordRegular';
    float: right;
    overflow: hidden;
}

.row_studyhere_list span {
    display: inline-block;
    float: right;
    overflow: hidden;
    padding: 0px 11px;
    line-height: 27px;
    font-size: 13px;
}

.title_list_study_and_print {
    font: normal 24px/25px 'OxfordRegular';
}

    .title_list_study_and_print .right_link_print {
        float: left;
        color: #0FB1D9;
        font: normal 18px/30px 'OxfordRegular';
        padding-left: 5px;
        border-bottom: none;
    }

.title_study_list_h1 {
    color: #0FB1D9;
    font: 2.4em/25px 'OxfordRegular';
    padding-bottom: 25px;
    padding-top: 9px;
    padding-left: 35px;
}

.icon_download_study_list {
    padding-right: 29px;
    background: url("/Images/download_icon_pdf.png") no-repeat scroll right center transparent;
}

.drop_calendar .select_wrap .w_211:first-child {
    padding-left: 10px;
}

.reset_button_study {
    background: #0FB1D9;
    border-radius: 4px;
    color: #fff;
    font-family: 'OxfordRegular';
    font-size: 20px;
    box-shadow: 0px 2px 0px #00326e;
    width: 68px;
    height: 33px;
    outline: none;
    border: none;
    cursor: pointer;
}

.reset_button_a {
    display: inline-block;
    margin-right: 71px;
}
/*Alumni_Jobs*/
.text_jobs {
    font: 14px/20px arial;
    color: #424242;
    padding-bottom: 25px;
    padding-left: 50px;
}

.row_jobs_list {
    background: url('/Images/circle_info_close_2.png') no-repeat right 0;
    cursor: pointer;
    padding-right: 35px;
    overflow: hidden;
    position: relative;
}

    .row_jobs_list.open_info {
        background: url('/Images/circle_info_open_2.png') no-repeat right 0;
    }

    .row_jobs_list:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 19px;
        height: 12px;
        background: url('/Images/arrow_open.png') no-repeat 0 0;
    }

    .row_jobs_list.open_info:after {
        background-image: url('/Images/arrow_close.png');
    }

    .row_jobs_list h1 {
        color: #0FB1D9;
        font: normal 20px/20px 'OxfordRegular';
        padding-bottom: 5px;
    }

        .row_jobs_list h1 span:first-child {
            display: inline-block;
        }

    .row_jobs_list h3 {
        color: #000;
        font: normal 18px/30px 'OxfordRegular';
        float: right;
        overflow: hidden;
    }

    .row_jobs_list.open_info h1 {
        color: #0FB1D9;
    }

.td_jobs {
    width: 100%;
    height: auto;
    overflow: hidden;
    font: normal 14px/20px arial;
    color: #000;
    background: url('/Images/divider.png') no-repeat 0 top;
    padding: 15px 0;
    margin: 15px 0;
}

    .td_jobs h3 {
        color: #000;
        font: normal 18px/30px 'OxfordRegular';
        overflow: hidden;
        padding-bottom: 20px;
        padding-top: 10px;
    }

.content_slide_list_jobs {
    display: none;
    overflow: hidden;
    padding-right: 35px;
    padding-left: 65px;
}

.td_jobs li {
    background: url('/Images/bullet2.png') no-repeat scroll right 7px;
    padding-right: 20px;
    margin-bottom: 5px;
}

.line_h3_jobs {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 35px;
}

    .line_h3_jobs:after {
        width: 18%;
        height: 1px;
        content: "";
        position: absolute;
        margin: 0 auto;
        margin-top: 13px;
        margin-right: 13px;
        background: #f5f5f5; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, #f5f5f5 0%, #c9c9c9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%); /* IE10+ */
        background: linear-gradient(to right, #f5f5f5 0%,#c9c9c9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#c9c9c9',GradientType=1 ); /* IE6-8 */
    }

.styleFileInput {
    position: relative;
    display: block;
    width: auto;
}

.browseText {
    float: right;
    overflow: hidden;
    margin-left: 5px;
    border: 1px solid #ccc9c7;
    width: 66%;
    height: 32px;
    color: #000;
    font: 14px arial;
    background: #fff;
    cursor: pointer;
}

.browseButton {
    background: #0FB1D9;
    border-radius: 4px;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    box-shadow: 0px 2px 0px #00326e;
    width: 52px;
    height: 32px;
    outline: none;
    border: none;
    cursor: pointer;
}

.theFileInput {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    z-index: 9000;
    width: 100%;
    font-size: 1em;
    cursor: pointer;
    height: 32px;
    right: 0;
}

.bordrSubTitle, .lblTitle {
    color: #0FB1D9 !important;
}

.row_form_grid {
    width: 100%;
    height: auto;
}

.td_form_33 {
    float: right;
    overflow: hidden;
    width: 31.5%;
    padding-left: 15px;
}

    .td_form_33:last-child {
        padding: 0;
    }

.td_form_67 {
    float: right;
    overflow: hidden;
    width: 65.3%;
}

.row_form_grid .td_form_67 .input_jobs {
    width: 79.5%;
    float: right;
    margin-left: 15px;
}

.td_form_67 a {
    overflow: hidden;
    width: auto;
    float: left;
    height: 33px;
}

.row_form_grid label {
    display: block;
    font: 16.65px/22.19px 'OxfordRegular';
    color: #0FB1D9;
}

.row_form_grid .input_jobs input {
    border: 1px solid #ccc9c7;
    width: 100%;
    height: 34px;
    margin-bottom: 23px;
    color: #000;
    font: 14px/34px arial;
    background: #fff;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .row_form_grid .input_jobs input:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #0FB1D9;
        outline: none;
    }

/*.row_form_grid .input_jobs {
    width: auto;
    border: 1px solid #ccc9c7;
    height: 32px;
    color: #000;
    font: 14px arial;
    background: #fff;
    padding: 0;
    padding-left: 1px;
}

    .row_form_grid .input_jobs:focus {
        border: 1px solid #0FB1D9;
        outline: none;
    }*/

/*.row_form_grid .input_forms_jobs {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    height: 31px;
    line-height:31px;
}

.row_form_grid .input_forms_jobs:focus {
    border: none;
    outline: none;
}*/

.submit_form_jobs button {
    background: #0FB1D9;
    border-radius: 4px;
    color: #fff;
    font: 16px 'OxfordRegular';
    box-shadow: 0px 2px 0px #00326e;
    width: 57px;
    height: 31px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: 0;
}

.response_form_succses_jobs {
    font: normal 18px 'OxfordRegular';
    color: #0FB1D9;
}

    .response_form_succses_jobs div {
        padding-top: 5px;
        font: 18px 'OxfordBold';
    }
/*About_Alumni_story_inner*/


.img_shadow_inset.inner_alumnni {
    position: relative;
    max-width: none;
    float: right;
    margin-left: 25px;
    display: inline-block;
    margin-bottom: 18px;
}

    .img_shadow_inset.inner_alumnni > img {
        display: block;
    }
/*employerform*/
.employerform_all {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 1px 3px #a8a8a8;
    margin-bottom: 15px;
    overflow: hidden;
    height: auto;
    width: auto;
    width: 730px;
    padding-right: 55px;
    padding-left: 55px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.submit_form_employerform {
    float: left;
    margin-top: 30px;
}

    .submit_form_employerform button {
        background: #0FB1D9;
        border-radius: 4px;
        color: #fff;
        font: 16px 'OxfordRegular';
        box-shadow: 0px 2px 0px #00326e;
        width: 57px;
        height: 31px;
        outline: none;
        border: none;
        cursor: pointer;
        margin-left: 0;
    }



.row_form_grid .input_forms_employerform {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    height: 60px;
}

.row_form_grid .input_employerform {
    width: auto;
    border: 1px solid #ccc9c7;
    height: 61px;
    color: #000;
    font: 14px arial;
    background: #fff;
    padding: 0;
    padding-left: 1px;
}

.employerform .row_form_grid {
    padding-bottom: 25px;
}

.employerform .td_form_33 {
    float: right;
    overflow: visible;
    width: 33.33333333333333%;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_forms_employerform:focus {
    border: 1px solid #0FB1D9;
    outline: none;
}

.text_employerform {
    font: 14px/20px arial;
    color: #424242;
    padding-left: 185px;
    padding-bottom: 40px;
}
/*connctions */
.title_connctions {
    font: 24px/25px 'OxfordRegular';
    color: #000;
    padding-bottom: 25px;
}

.w_100 .ffSelectWrapper {
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
    margin: 0;
    width: 100%;
    height: 32px;
}

.w_100 .ffSelectMenuWrapper {
    width: 100%;
    border: 1px solid #bebbb8;
    background: #fff;
}

.line_h3_conn {
    color: #000;
    font: normal 18px/30px 'OxfordRegular';
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
}

    .line_h3_conn:after {
        display: inline-block;
        line-height: 30px;
        vertical-align: middle;
        width: 25%;
        height: 1px;
        content: "";
        margin-right: 13px;
        background: #f5f5f5; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, #f5f5f5 0%, #c9c9c9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%); /* IE10+ */
        background: linear-gradient(to right, #f5f5f5 0%,#c9c9c9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#c9c9c9',GradientType=1 ); /* IE6-8 */
    }

.employerform grid_forms .line_h3_conn:after {
    width: 55%;
}

.submit_form_connctions {
    background: #0FB1D9;
    border-radius: 4px;
    color: #fff;
    font-family: 'OxfordRegular';
    font-size: 16px;
    box-shadow: 0 2px 0 #00326e;
    padding: 0 10px;
    height: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: 29px;
    margin-top: 11px;
    display: inline-block;
    line-height: 31px;
    text-align: center;
    float: left;
}

.input_forms_jobs.datepicker {
    background: url('/Images/datepicker_icon.png') no-repeat scroll 6px center;
    cursor: pointer;
}
/*Audience_AdlerCenter*/
.gallery_all.adler {
    border-bottom: none;
}

.title_adler_article {
    color: #0FB1D9;
    font-family: 'OxfordRegular';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
    overflow: hidden;
    height: 24px;
}



.drop_ul_all.adler_menu .fixed_position_slide a {
}

.drop_ul_all.adler_menu a {
    position: relative;
    padding-right: 41px;
    overflow: hidden;
}

    .drop_ul_all.adler_menu a span {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        background-position: right center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

.drop_ul_all.adler_menu .pic01 a span {
    background-image: url('/Images/icon_adler1.png');
}

.drop_ul_all.adler_menu .pic02 a span {
    background-image: url('/Images/icon_adler2.png');
}

.drop_ul_all.adler_menu .pic03 a span {
    background-image: url('/Images/icon_adler3.png');
}

.drop_ul_all.adler_menu .pic04 a span {
    background-image: url('/Images/icon_adler4.png');
}

.drop_ul_all.adler_menu .pic05 a span {
    background-image: url('/Images/icon_adler5.png');
}

.drop_ul_all.adler_menu .pic06 a span {
    background-image: url('/Images/icon_adler6.png');
}

.drop_ul_all.adler_menu .pic07 a span {
    background-image: url('/Images/icon_adler7.png');
}

.drop_ul_all.adler_menu .pic08 a span {
    background-image: url('/Images/icon_adler8.png');
}

.drop_ul_all.adler_menu li .title_none_desktop.pic01 span {
    background-image: url('/Images/icon_adler1_white.png');
}

.drop_ul_all.adler_menu li .title_none_desktop.pic02 span {
    background-image: url('/Images/icon_adler2_white.png');
}

.drop_ul_all.adler_menu li .title_none_desktop.pic03 span {
    background-image: url('/Images/icon_adler3_white.png');
}

.drop_ul_all.adler_menu li .title_none_desktop.pic04 span {
    background-image: url('/Images/icon_adler4_white.png');
}

.drop_ul_all.adler_menu li .title_none_desktop.pic05 span {
    background-image: url('/Images/icon_adler5_white.png');
}

.drop_ul_all.adler_menu li .title_none_desktop.pic06 span {
    background-image: url('/Images/icon_adler6_white.png');
}

.drop_ul_all.adler_menu li .title_none_desktop.pic07 span {
    background-image: url('/Images/icon_adler7_white.png');
}

.drop_ul_all.adler_menu li .title_none_desktop.pic08 span {
    background-image: url('/Images/icon_adler8_white.png');
}

.drop_ul_all li .title_none_desktop {
    color: #fff;
    font-family: 'OxfordRegular';
    font-size: 27px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 58px;
    background: #0FB1D9 url('/Images/arrow_white.png') no-repeat scroll 15px center;
    padding-bottom: 3px;
    padding-top: 2px;
}

.drop_ul_all li.active .title_none_desktop {
    background-image: url('/Images/arrow_white_close.png');
}

/*htmlchange4_12*/
/* start of close for negishut:*/
/*Calculator*/
.calculator_content {
    background: #fff;
    border: 1px solid #d6d6d6;
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 48px;
    padding-right: 71px;
    padding-left: 75px;
    padding-bottom: 55px;
    margin-bottom: 30px;
}

.text_calculator {
    font: 14px/20px arial;
    padding-bottom: 30px;
}

.calculator_content h2 {
    font: 24px/25px 'OxfordRegular';
    color: #0FB1D9;
    padding-bottom: 30px;
    display: block;
    width: 100%;
    overflow: hidden;
}

.grid_calcu {
    width: auto;
    height: auto;
    padding-bottom: 60px;
}

    .grid_calcu .calcu_right {
        float: right;
        width: 302px;
        height: auto;
    }

    .grid_calcu .calcu_left {
        width: 421px;
        float: left;
        height: auto;
    }

    .grid_calcu h3 {
        font: normal 20px/24px 'OxfordRegular';
        color: #000000;
        padding-bottom: 25px;
    }

        .grid_calcu h3:after {
            width: 40%;
            height: 1px;
            content: "";
            margin: 4px auto;
            display: inline-block;
            margin-top: 13px;
            margin-right: 13px;
            background: #f5f5f5;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(left, #f5f5f5 0%, #c9c9c9 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(100%,#c9c9c9));
            background: -webkit-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%);
            background: -o-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%);
            background: -ms-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%);
            background: linear-gradient(to right, #f5f5f5 0%,#c9c9c9 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#c9c9c9',GradientType=1 );
        }

.calcu_right > div {
    margin-bottom: 15px;
}

.grid_calcu h4 {
    float: right;
    font: normal 17px/22px 'OxfordRegular';
    color: #0FB1D9;
    padding-top: 7px;
    width: 120px;
}

.w_94 .ffSelectWrapper {
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
    margin: 0;
    width: 94px;
    height: 32px;
}

.w_94 .ffSelectMenuWrapper {
    width: 93px;
    border: 1px solid #bebbb8;
    background: #fff;
}

.w_197 .ffSelectWrapper {
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
    margin: 0;
    width: 197px;
    height: 32px;
}

.w_197 .ffSelectMenuWrapper {
    width: 196px;
    border: 1px solid #bebbb8;
    background: #fff;
    text-align: right;
}


.input_results {
    background: #fff;
    border: 1px solid #b9b6b3;
    width: 74px;
    height: 31px;
    overflow: hidden;
    direction: ltr;
}

    .input_results input {
        background: none;
        outline: none;
        border: none;
        color: #000;
        font: 14px/31px arial;
        padding: 0;
        margin: 0;
        width: 100%;
        /*height: 100%;*/
        min-height: 31px;
        text-align: center;
        direction: rtl;
    }

        .input_results input::-webkit-input-placeholder {
            color: #adaba8;
        }

        .input_results input:-moz-placeholder {
            color: #adaba8;
        }

        .input_results input::-moz-placeholder {
            color: #adaba8;
        }

        .input_results input:-ms-input-placeholder {
            color: #adaba8;
        }

.calcu_select {
    float: right;
    padding-left: 8px;
}

.calcu_select_change {
    float: right;
    padding-left: 45px;
}

.buttons_calcu button {
    background: #0FB1D9;
    border-radius: 4px;
    color: #fff;
    font-family: 'OxfordRegular';
    box-shadow: 0px 2px 0px #00326e;
    outline: none;
    border: none;
    cursor: pointer;
}

.calcu_left #addRowBtn {
    height: 20px;
    width: 96px;
    font-size: 15px;
    display: block;
    background: #0FB1D9;
    border-radius: 4px;
    color: #fff;
    font-family: 'OxfordRegular';
    box-shadow: 0px 2px 0px #00326e;
    outline: none;
    border: none;
    cursor: pointer;
    margin-bottom: 30px;
}

.buttons_calcu {
    height: auto;
    width: auto;
    clear: both;
}

    .buttons_calcu .btnBlock {
        float: right;
    }

    .buttons_calcu #clear_all_in_calc {
        height: 20px;
        width: 96px;
        font-size: 15px;
        clear: both;
        margin-top: 10px;
    }

    .buttons_calcu #firstCalcBtn {
        height: 39px;
        width: 74px;
        float: left;
        font-size: 20px;
        margin-top: -30px;
    }

.calculator_content h2 > span {
    font: normal 20px/24px 'OxfordRegular';
    color: #000000;
    padding-bottom: 25px;
}

.results_all_calcu h4 {
    float: right;
    font: normal 17px/22px 'OxfordRegular';
    color: #0FB1D9;
    padding-top: 7px;
    width: 155px;
}

.wrap .radioCalcItem,
.wrap .input_results {
    display: inline-block;
}



.results_all_calcu > div {
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
    /*display: inline-block;*/
    display: flex;
    justify-content: space-between;
}

.results_all_calcu_button {
    background: #0FB1D9;
    border-radius: 4px;
    color: #fff;
    font-family: 'OxfordRegular';
    box-shadow: 0px 2px 0px #00326e;
    outline: none;
    border: none;
    cursor: pointer;
    height: 39px;
    width: 74px;
    float: left;
    font-size: 20px;
    margin-top: 0;
}

.results_all_calcu {
    width: 398px;
}

.results_numbers {
    font: 26px/25px 'OxfordRegular';
    color: #000;
}

.text_calculator_bottom {
    font: 14px/20px arial;
    padding-bottom: 10px;
}

.grid_calcu_bottom h4 {
    float: right;
    font: normal 17px/22px 'OxfordRegular';
    color: #0FB1D9;
    padding-top: 7px;
    width: auto;
}

.grid_calcu_bottom .calcu_right {
    float: right;
    width: 302px;
    height: auto;
}

.grid_calcu_bottom .calcu_left {
    width: 482px;
    float: left;
    height: auto;
}

.grid_calcu_bottom h3 {
    font: normal 20px/24px 'OxfordRegular';
    color: #000000;
    padding-bottom: 25px;
}

    .grid_calcu_bottom h3:after {
        width: 6%;
        height: 1px;
        content: "";
        position: absolute;
        margin: 0 auto;
        margin-top: 13px;
        margin-right: 13px;
        background: #f5f5f5;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, #f5f5f5 0%, #c9c9c9 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(100%,#c9c9c9));
        background: -webkit-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%);
        background: -o-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%);
        background: -ms-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%);
        background: linear-gradient(to right, #f5f5f5 0%,#c9c9c9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#c9c9c9',GradientType=1 );
    }

.calcu_left label {
    float: right;
    font: normal 17px/22px 'OxfordRegular';
    color: #0FB1D9;
    padding-top: 7px;
    width: 84px;
}

.input_calcu_bottom {
    background: #fff;
    border: 1px solid #b9b6b3;
    height: 31px;
    float: right;
    margin-bottom: 20px;
    direction: ltr;
}

.input_left_calcu .input_calcu_bottom,
.input_right_calcu .input_calcu_bottom {
    width: 139px;
    margin-left: 16px;
}

.input_calcu_bottom input {
    background: none;
    outline: none;
    border: none;
    color: #000;
    font: 14px/31px arial;
    padding: 0 10px 0 0;
    margin: 0;
    width: 100%;
    height: 100%;
    direction: rtl;
}

.input_right_calcu {
    float: right;
    width: auto;
}

.input_left_calcu {
    width: auto;
    overflow: hidden;
    clear: both;
}

.input_calcu_bottom.last_input_calcu {
    width: 380px;
    float: right;
}

.last_button_calcu {
    height: 32px;
    width: 65px;
    margin: 0;
}

.grid_calcu_bottom:after {
    width: 100%;
    height: 1px;
    content: "";
    margin: 0 auto;
    position: relative;
    top: 15px;
    margin-bottom: 40px;
    background: #f5f5f5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #f5f5f5 0%, #c9c9c9 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(100%,#c9c9c9));
    background: -webkit-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%);
    background: -o-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%);
    background: -ms-linear-gradient(left, #f5f5f5 0%,#c9c9c9 100%);
    background: linear-gradient(to right, #f5f5f5 0%,#c9c9c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#c9c9c9',GradientType=1 );
}

.text_bottom_calcu {
    font: normal 16px/20px 'OxfordRegular';
    color: #000;
}

    .text_bottom_calcu a {
        color: #0FB1D9;
    }

.title_bottom_links_calcu {
    font: normal 17px/22px 'OxfordRegular';
    color: #0FB1D9;
    padding-top: 7px;
    padding-bottom: 20px;
}

/*htmlchange4_12*/
/*end of close for negishut:*/


/*404 page*/
.page_error {
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 48px;
    padding-bottom: 55px;
    margin-bottom: 30px;
}

.gallery_all1 .gv_panel .img_error {
    width: 100%;
    margin-top: 40px;
}

.erroe_page_img {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}

.error_content {
    font: 18px/25px 'OxfordRegular';
    color: #231f20;
    overflow: hidden;
}
/*sitemap*/
.sitemap {
    list-style: none;
    overflow: hidden;
    padding-top: 40px;
    display: table;
}

    .sitemap > li > a, .sitemap > li > h2 {
        font: 18px/25px 'OxfordRegular';
        color: #231f20;
    }

    .sitemap > li {
        list-style: none;
        width: 122px;
        display: table-cell;
        border-right: 1px solid #fff;
    }

        .sitemap > li:first-child {
            border-right: none;
        }

    .sitemap li ul {
        list-style: none;
        height: auto;
        padding: 0 10px;
        height: 100%;
    }

        .sitemap li ul li {
            padding-bottom: 5px;
        }

            .sitemap li ul li a {
                font: 13px/18px arial;
                color: #231f20;
            }

            .sitemap li ul li:first-child a {
                font: 15px 'OxfordRegular';
                color: #0FB1D9;
                display: block;
                min-height: 30px;
            }

.check_list {
    overflow: hidden;
}

    .check_list > li {
        width: 33%;
        float: right;
        list-style: none;
        padding: 0 0 5px;
    }

.download {
    background: url('/Images/download_icon_pdf.png') no-repeat scroll right center;
    padding-right: 29px;
    color: #0FB1D9;
    font: normal 18px/31px 'OxfordRegular' !important;
    display: inline-block;
}

.show_pdf {
    background: url('/Images/pdf_icon.png') no-repeat scroll right center;
    padding-right: 29px;
    color: #0FB1D9;
    font: normal 18px/31px 'OxfordRegular' !important;
    display: inline-block;
}

.rte {
    background: #fff;
    border: 1px solid #d6d6d6;
    height: auto;
    float: left;
    width: 730px;
    margin: 0 0 30px 0;
    padding: 50px 55px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

    .rte.noMenu {
        width: 100%;
    }

    .rte.rtes {
        background: none;
        border: none;
        height: auto;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .rte .show_pdf,
    .rte .download {
        text-decoration: none;
    }

    .rte .text_quote {
        margin-top: 0;
    }

    .rte h2 {
        color: #0FB1D9;
        font: 2.4em/25px 'OxfordRegular', arial;
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .title_rtf_h2,
    .rte h3 {
        color: #0FB1D9;
        font: 20px/20px 'OxfordRegular', arial;
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .rte h4 {
        color: #0FB1D9;
        font: 1.8em/18px 'OxfordRegular', arial;
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .rte p {
        color: #2b2b2b;
        font: 1.4em/20px arial;
        margin-bottom: 10px;
    }

        .rte p img {
            max-width: 100%;
            width: auto;
            height: auto;
        }

    .rte .imgFrame {
        max-width: 100%;
    }

        .rte .imgFrame img {
            /*border: 1px solid #c3c3c3;*/
            padding: 3px;
        }

        .rte .imgFrame.noborder img {
            border: none !important;
        }

    .rte a {
        font-size: 14px;
        color: #0FB1D9;
        text-decoration: underline;
    }

    .rte .ffSelect > a {
        font-size: 10px;
        text-decoration: none;
    }

        .rte .ffSelect > a:visited {
            color: #000;
        }

    .rte a.back_button {
        color: #fff;
        text-decoration: none;
    }

        .rte a.back_button:visited {
            color: #fff;
        }

    .rte .chugTitle {
        font-family: 'OxfordRegular';
        font-size: 17px;
        font-weight: normal;
        text-decoration: none;
    }

    .rte a:visited {
        color: #0FB1D9;
    }

    .rte a:hover {
        text-decoration: none;
    }

    .rte ol {
        padding: 0 20px;
    }

        .rte ol li {
            color: #2b2b2b !important;
            font: 14px/20px arial !important;
            list-style-type: decimal;
            padding-right: 0;
        }

            .rte ol li span {
                color: #2b2b2b !important;
                font: 14px/20px arial !important;
                /*font: 1.8em/20px 'OxfordRegular', arial;*/
            }

    /*.rte ol li span {
                color: #2b2b2b;
                font: 14px/20px arial;
            }*/

    .rte .ffSelectMenuWrapper .ffSelectMenuMidBG li {
        background: #fff;
    }

    .rte ul li {
        background: url('/Images/bullet2.png') no-repeat scroll right 7px;
        padding-right: 20px;
        list-style: none;
        color: #2b2b2b !important;
        font: 14px/20px arial !important;
    }

        .rte ul li span {
            color: #2b2b2b !important;
            font: 14px/20px arial !important;
        }

    .rte .school_color_blue .rte ul li {
        background-image: none;
    }

    .rte ul.en li {
        /*background: url('/Images/bullet2.png') no-repeat scroll left 7px;*/
        padding-right: 0;
        padding-left: 20px;
        background-position: left;
        direction: ltr;
        background: url('') no-repeat 0 7px;
    }

    .rte .alignToLeft {
        direction: ltr;
        text-align: left;
    }

    .rte li.alignToLeft {
        background-position: 0 7px;
        padding-left: 20px;
        padding-right: 0;
    }

.school_color_red .rte ul li {
    background-image: url('/Images/bullet3.png');
}

.school_color_pink .rte ul li {
    background-image: url('/Images/bullet1.png');
}

.school_color_skyBlue .rte ul li {
    background-image: url('/Images/bullet8.png');
}

.school_color_blue .rte ul li {
    background-image: url('/Images/bullet4.png');
}

.school_color_green .rte ul li {
    background-image: url('/Images/bullet5.png');
}

.school_color_purple .rte ul li {
    background-image: url('/Images/bullet6.png');
}

.school_color_turquoise .rte ul li {
    background-image: url('/Images/bullet7.png');
}

.school_color_red .rte ol li,
.school_color_red .rte h1,
.school_color_red .rte h2 {
    color: #f54a33;
}

.school_color_pink .rte ol li,
.school_color_pink .rte h1,
.school_color_pink .rte h2 {
    color: #910258;
}

.school_color_skyBlue .rte ol li,
.school_color_skyBlue .rte h1,
.school_color_skyBlue .rte h2 {
    color: #0fb1d9;
}

.school_color_blue .rte ol li,
.school_color_blue .rte h1,
.school_color_blue .rte h2 {
    color: #0FB1D9;
}

.school_color_green .rte ol li,
.school_color_green .rte h1,
.school_color_green .rte h2 {
    color: #1f8462;
}

.school_color_purple .rte ol li,
.school_color_purple .rte h1,
.school_color_purple .rte h2 {
    color: #5f78c1;
}

.school_color_turquoise .rte ol li,
.school_color_turquoise .rte h1,
.school_color_turquoise .rte h2 {
    color: #007d79;
}

.school_color_pink .rte h3,
.school_color_pink .rte h4 {
    color: #d2126d;
}

.school_color_skyBlue .rte h3,
.school_color_skyBlue .rte h4 {
    color: #0fb1d9;
}

.school_color_red .rte h3,
.school_color_red .rte h4 {
    color: #f54a33;
}

.school_color_blue .rte h3,
.school_color_blue .rte h4 {
    color: #0FB1D9;
}

.school_color_green .rte h3,
.school_color_green .rte h4 {
    color: #1f8462;
}

.school_color_purple .rte h3,
.school_color_purple .rte h4 {
    color: #5f78c1;
}

.school_color_turquoise .rte h3,
.school_color_turquoise .rte h4 {
    color: #05b8ad;
}

.rte p.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .rte p.video iframe {
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.rte .pic_on_right {
    width: 100% !important;
}

    .rte .pic_on_right td {
        vertical-align: top;
    }

        .rte .pic_on_right td:first-child {
            width: 20%;
            padding-left: 20px;
        }

    .rte .pic_on_right img {
        /*width: 100% !important;*/
        height: auto !important;
        display: block;
    }

.rte .pic_on_left {
    width: 100% !important;
}

    .rte .pic_on_left td {
        vertical-align: top;
    }

        .rte .pic_on_left td:last-child {
            width: 20%;
            padding-right: 20px;
        }

    .rte .pic_on_left img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }

.mainSlider {
    position: relative;
    overflow: hidden;
    background: #eceae6;
    direction: ltr;
    text-align: right;
    height: 381px;
    margin-bottom: 43px;
    border-bottom: 1px solid #bab8b5;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

    .mainSlider .slider {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

        .mainSlider .slider .item {
            list-style: none;
            width: 100%;
            height: 100%;
            position: relative;
            float: left;
            direction: rtl;
        }

    .mainSlider .selectors {
        width: auto;
        position: absolute;
        right: 50%;
        margin: 0 -480px 0 0;
        bottom: 100px;
        z-index: 100;
        padding: 0;
    }

        .mainSlider .selectors .item {
            background: url('/Images/selected_radius.png') no-repeat 0 0;
            float: left;
            width: 17px;
            height: 16px;
            margin: 0 0 0 1px;
            font-size: 0;
            line-height: 0;
            cursor: pointer;
        }

            .mainSlider .selectors .item.selected {
                background: url('/Images/slider_radius.png');
            }

    .mainSlider .imgContainer {
        position: absolute;
        right: 50%;
        margin-right: -1000px;
        top: 0;
        height: 100%;
        display: block;
        width: 2000px;
        text-align: center;
    }

        .mainSlider .imgContainer img {
            width: 100%;
            display: block;
        }

    .mainSlider .pageCenter {
        margin: 0 auto;
        height: 100%;
        width: 960px;
        position: relative;
    }

    .mainSlider h2 pre {
        color: #fff;
        font: 4.5em/50px 'OxfordLight',Arial !important;
        margin: 0 0 30px;
        padding: 63px 0 0;
        min-height: 100px;
        max-height: 100px;
        overflow: hidden;
        text-shadow: 0px 1px 5px #000;
        width: 580px;
    }

    .mainSlider p, .mainSlider tt {
        width: 400px;
        height: 80px;
        overflow: hidden;
        margin: 0 0 10px;
        display: block;
    }

        .mainSlider p span, .mainSlider pre.txtpre {
            color: #fff;
            font: 2.4em/27px 'OxfordRegular',Arial;
            padding: 0 5px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background: #0FB1D9;
            display: inline-block;
        }

    .mainSlider a {
        padding: 0 5px;
        height: 20px;
        display: inline-block;
        color: #fff;
        font: 1.5em/22px 'OxfordRegular',Arial;
        background: #0FB1D9;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin: 0 0 20px 0;
        text-decoration: none;
    }

.errorWithText {
    border: 1px solid red !important;
    color: #FF0000 !important;
}

.errorBorder {
    border: 1px solid red !important;
}

.calcu_select_change .errorBorder,
.calcu_select .errorBorder {
    border: none !important;
}

    .calcu_select_change .errorBorder .ffSelectButton,
    .calcu_select .errorBorder .ffSelectButton {
        border: 1px solid red !important;
    }

.errorText {
    color: red !important;
}

.employerform .td_form_100 {
    clear: both;
}

.downloadLink {
    color: #0FB1D9;
    font: 1.4em/43px 'OxfordRegular';
    padding-right: 10px;
    overflow: hidden;
    display: block;
}

    .downloadLink:hover {
        text-decoration: underline;
    }

.wrap_responsive_grid {
    margin: 38px auto 0;
    width: 980px;
}

.grid_all.img_box_list {
    margin-right: -17px;
    width: auto;
    position: relative;
}

    .grid_all.img_box_list > div {
        padding-right: 17px;
        margin-left: 0;
    }

    .grid_all.img_box_list h1 {
        padding-right: 17px;
    }

    .grid_all.img_box_list .grid_33 {
        width: 33.33333333333333%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .grid_all.img_box_list .grid_67 {
        width: 66.66666666666666%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .grid_all.img_box_list .grid_67 div.hover_block {
            right: 1px;
        }

.grid_33 a,
.grid_67 a {
    height: 100%;
    display: block;
}

.grid_all.img_box_list a {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 100%;
    background: #fff;
    border: 1px solid #d6d6d6;
    position: relative;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid_all.img_box_list .grid_33,
.grid_all.img_box_list .grid_67,
.grid_all.img_box_list .grid_50,
.grid_all.img_box_list .grid_100 {
    background: none;
    border: none;
}

.lines3 .wrap_hg {
    padding-top: 25px;
}

.lines3 .title_innercourse_right {
    font-family: arial;
    line-height: 32px;
    padding-bottom: 8px;
}

.lines3 .title_innercourse_side {
    font-family: arial;
    line-height: 32px;
}

.lines3 .title_innercourse {
    font-family: arial;
    padding-bottom: 8px;
}

.lines3 p {
    font-family: arial;
}

    .lines3 p .content {
        font-family: arial;
        background: #0FB1D9;
        padding: 5px 10px;
        display: inline-block;
    }

.school_color_green .lines3 p .content {
    background: #1f8462;
}

.school_color_pink .lines3 p .content {
    background: #910257;
}

.school_color_skyBlue .lines3 p .content {
    background: #0fb1d9;
}

.school_color_red .lines3 p .content {
    background: #f54a33;
}

.school_color_turquoise .lines3 p .content {
    background: #007c79;
}

.school_color_blue .lines3 p .content {
    background: #0FB1D9;
}

.school_color_purple .lines3 p .content {
    background: #5f78c1;
}

.lines3 p a {
    color: #fff;
    font: 1.8em/20px arial;
}

.lines3 p .number {
    cursor: default;
}

h2.headTitle {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

.arabic #menu_3 > a {
    cursor: pointer;
}
/********************************************** arabic **********************************************/

.arabic H1, .arabic H2, .arabic H3, .arabic H4, .arabic H5, .arabic H6,
.arabic P, .arabic LI, .arabic LABLE, .arabic A, .arabic SPAN,
.arabic TH, .arabic TD, .arabic DIV, .arabic B, .arabic FIELDSET .arabic STRONG {
    font-family: arial !important;
}

.arabic H1,
.arabic .rte h2,
.arabic .rte h3,
.arabic .rte h4 {
    font-weight: 600 !important;
}

.arabic .mainHeader H1, .arabic .mainHeader H2, .arabic .mainHeader H3, .arabic .mainHeader H4, .arabic .mainHeader H5, .arabic .mainHeader H6,
.arabic .mainHeader P, .arabic .mainHeader LI, .arabic .mainHeader label, .arabic .mainHeader A, .arabic .mainHeader SPAN,
.arabic .mainHeader TH, .arabic .mainHeader TD, .arabic .mainHeader DIV, .arabic .mainHeader B, .arabic .mainHeader FIELDSET, .arabic .mainHeader STRONG,
.arabic .mainFooter H1, .arabic .mainFooter H2, .arabic .mainFooter H3, .arabic .mainFooter H4, .arabic .mainFooter H5, .arabic .mainFooter H6,
.arabic .mainFooter P, .arabic .mainFooter LI, .arabic .mainFooter label, .arabic .mainFooter A, .arabic .mainFooter SPAN,
.arabic .mainFooter TH, .arabic .mainFooter TD, .arabic .mainFooter DIV, .arabic .mainFooter B, .arabic .mainFooter FIELDSET, .arabic .mainFooter STRONG {
    font-family: 'Rocohn-Medium' !important;
}

.arabic .mainHeader H1,
.arabic .mainHeader .rte h2,
.arabic .mainHeader .rte h3,
.arabic .mainHeader .rte h4,
.arabic .mainFooter H1,
.arabic .mainFooter .rte h2,
.arabic .mainFooter .rte h3,
.arabic .mainFooter .rte h4 {
    font-weight: inherit !important;
}

.studyProgrammes {
    background: #fff;
    margin: 0 auto 37px;
    width: 978px;
    direction: rtl;
    border: 1px solid #d6d6d6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .studyProgrammes h3 {
        background: url('/Images/studyProgrammes.png') no-repeat right 0;
        color: #000;
        font: 2.6em/26px Arial !important;
        height: 69px;
        border-bottom: 1px solid #d6d6d6;
        display: table;
        width: 100%;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    }

        .studyProgrammes h3 span {
            display: table-cell;
            vertical-align: middle;
            padding: 0 102px 0 10px;
            font-weight: bold !important;
        }

    .studyProgrammes .content {
    }

        .studyProgrammes .content > li {
            overflow: hidden;
            border-bottom: 1px solid #d6d6d6;
            padding: 17px 32px 17px 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .studyProgrammes .content h4 {
            float: right;
            width: 350px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .studyProgrammes .content .sub {
            overflow: hidden;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .studyProgrammes .content .sub li {
                float: right;
                width: 40%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

            .studyProgrammes .content .sub .even {
                width: 60%;
            }

    .studyProgrammes a {
        color: #000;
        font: 2em/30px arial;
        display: inline-block;
        padding: 3px 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .studyProgrammes h4 {
        font-size: 3em;
    }

    .studyProgrammes .default h4 {
        color: #0FB1D9;
    }

    .studyProgrammes .red h4 {
        color: #f54a33;
    }

    .studyProgrammes .pink h4 {
        color: #910258;
    }

    .studyProgrammes .skyBlue h4 {
        color: #0fb1d9;
    }

    .studyProgrammes .blue h4 {
        color: #0FB1D9;
    }

    .studyProgrammes .green h4 {
        color: #1f8462;
    }

    .studyProgrammes .purple h4 {
        color: #5f78c1;
    }

    .studyProgrammes .turquoise h4 {
        color: #007d79;
    }

    .studyProgrammes .default a:hover {
        color: #fff;
        background-color: #0FB1D9;
    }

    .studyProgrammes .red a:hover {
        color: #fff;
        background-color: #f54a33;
    }

    .studyProgrammes .pink a:hover {
        color: #fff;
        background-color: #910258;
    }

    .studyProgrammes .skyBlue a:hover {
        color: #fff;
        background-color: #0fb1d9;
    }

    .studyProgrammes .blue a:hover {
        color: #fff;
        background-color: #0FB1D9;
    }

    .studyProgrammes .green a:hover {
        color: #fff;
        background-color: #1f8462;
    }

    .studyProgrammes .purple a:hover {
        color: #5f78c1;
    }

    .studyProgrammes .turquoise a:hover {
        color: #007d79;
    }

.containers .wrap_box_responsive {
    float: right;
    width: 654px;
}

.containers .span3:first-child .box_slide_all {
    margin-left: 16px;
}

.containers .box_slide {
    display: block;
    left: 0;
}

.containers .title_slide_box {
    font-size: 20px;
    font-family: arial;
    margin-bottom: 20px;
    padding-left: 70px;
    font-weight: bold;
}

    .containers .title_slide_box.blue {
        color: #0FB1D9;
    }

.containers .box_slide_all {
    height: 214px;
}

.containers .text_slide_box_bold {
    font-family: arial;
    font-size: 21px;
    margin-bottom: 0;
}

.containers .text_slide_box {
    font-size: 19px;
    font-family: 'OxfordRegular';
    line-height: 24px;
    height: auto;
}

    .containers .text_slide_box a {
        color: #000;
        cursor: default;
    }

    .containers .text_slide_box.arab {
        font-family: arial;
        font-size: 21px;
    }

.containers .nav_slide {
    padding-right: 16px;
}

.containers .sideColumn {
    float: left;
    width: 311px;
}

    .containers .sideColumn .map {
        width: 309px;
        height: 134px;
        position: relative;
        margin: 0 0 17px;
    }

        .containers .sideColumn .map img {
            border: 1px solid #c7c7c7;
            width: 100%;
            height: 100%;
            display: block;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

.containers .bubble {
    background: #fff;
    border: 1px solid #d7d9da;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10px;
    width: 260px;
    margin: 0 -130px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .containers .bubble:after {
        background: url('/Images/bubbleArrow.png') no-repeat center 0;
        content: "";
        width: 13px;
        height: 12px;
        display: block;
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin: 0 -6.5px;
    }

    .containers .bubble h4 {
        color: #0FB1D9;
        font: bold 2em arial !important;
        margin-bottom: 4px;
    }

    .containers .bubble p {
        color: #000000;
        font: 1.8em/20px arial;
    }

    .containers .bubble .number {
        font-size: 0.8em;
    }

.containers .bannerArab {
    background: url('/Images/banner_arab.png') no-repeat center 0;
    width: 311px;
    height: 84px;
    text-align: center;
    color: #fff;
    font: bold 2.5em arial;
    display: table;
}

    .containers .bannerArab > div {
        display: table-cell;
        vertical-align: middle;
        padding: 0 74px;
    }

    .containers .bannerArab img {
        margin: 0 auto;
        float: right;
    }

    .containers .bannerArab span {
        float: left;
    }

.containers .title_slide_box {
    max-height: 60px;
}

arabic .text_slide_box {
    height: auto;
    line-height: 20px;
}

.mainSlider.arab .slider {
    cursor: default !important;
}

.mainSlider.arab p span {
    font-family: Arial;
    background: none;
}

.mainSlider.arab img {
    height: 100%;
}

.mainSlider.arab h2 pre {
    min-height: 0;
    max-height: none;
    font: 4.3em/45px 'OxfordLight',Arial !important;
}

.mainSlider p {
    height: auto;
}

.arabic .rte h2 {
    font-size: 2.7em;
    line-height: 28px;
}

.arabic .title_rtf_h2,
.rte h3 {
    font-size: 20px;
    line-height: 20px;
}

.arabic .rte h4 {
    font-size: 1.8em;
    line-height: 18px;
}

.arabic .rte p {
    font-size: 1.7em;
    line-height: 20px;
}

.arabic .rte a {
    font-size: 17px;
}

.arabic .rte .chugTitle {
    font-size: 20px;
}

.arabic .rte ol li,
.arabic .rte ol li span,
.arabic .rte ul li,
.arabic .rte ul li span {
    font: 17px/23px arial !important;
}

.arabic .title_bottom_footer {
    font-weight: bold !important;
}
/********************************************** arabic **********************************************/

/*iframe {
	max-width: 100% !important;
}*/

.right_pic_container .img_shadow_inset {
    float: right;
}

.filter_professions_title {
    display: none;
}

.videoOverlay {
    background: url('/Images/play.png') no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.list_madorsh_container {
    margin-top: 20px;
}

.googleMap {
    margin-top: 20px;
}


.noScroll {
    overflow: hidden;
}

.rte.borderTopGray {
    background: url("/Images/divider.png") no-repeat 0 top;
    padding-top: 10px;
}

.drop_study {
    width: 426px;
}

    .drop_study .select_35 {
        float: right;
    }

    .drop_study .reset_button_a {
        float: left;
    }

    .drop_study .ffSelectWrapper {
        margin: 0;
    }

    .drop_study .reset_button_a .reset_button_study {
        text-align: center;
        line-height: 33px;
    }

    .drop_study .select_wrap:first-child {
        margin-bottom: 10px;
    }

.whiteContainer {
    background: #fff;
    border: 1px solid #d6d6d6;
    height: auto;
    float: left;
    width: 730px;
    margin: 0 0 30px 0;
    padding: 30px 20px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

    .whiteContainer h1 {
        color: #0FB1D9;
        margin-top: 0;
        margin-bottom: 25px;
        font: 2.4em/25px 'OxfordRegular',arial;
    }

.selectLine {
    padding-bottom: 30px;
    margin-right: -20px;
}

    .selectLine > li {
        float: right;
        width: 33%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 20px;
    }

    .selectLine .ffSelectWrapper {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .selectLine .ffSelectMenuWrapper {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.btnBlue {
    background: #0FB1D9;
    border-radius: 4px;
    color: #fff;
    font: 1.6em/31px 'OxfordRegular';
    height: 30px;
    box-shadow: 0 2px 0 #00326e;
    padding: 0 34px;
    display: inline-block;
    text-align: center;
}

.locationData {
    color: #434343;
    font: 1.5em arial;
    padding-bottom: 20px;
    display: none;
}

    .locationData .view {
        color: #0FB1D9;
        padding-right: 14px;
        margin-right: 10px;
        border-right: 1px solid #434343;
    }

        .locationData .view:hover {
            text-decoration: underline;
        }

.mapContainer {
    border: 1px solid #c0c0c0;
}

    .mapContainer img {
        /*max-width: 767px;
		max-height: 749px;*/
        width: 100%;
        height: auto;
    }


.mapPopup {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 1px 1px #757575;
    color: #111;
    padding: 25px 14px;
    display: none;
}
/*alex 6_01_2015*/
.contact span.label {
    color: #000000;
    font-family: "OxfordRegular";
    font-size: 16px;
    line-height: 23px;
    padding-left: 14px;
}

/*21_01_2015*/
.contact .label {
    font-family: 'Merriweather Sans';
    font-size: 14px;
    color: #000000;
    line-height: 23px;
    padding-right: 14px;
}

.studyhere_list .text_li_study > ul li {
    padding-bottom: 5px;
    padding-right: 15px;
    position: relative;
}

    .studyhere_list .text_li_study > ul li:before {
        color: #0FB1D9;
        content: " • ";
        font-size: 150%;
        position: absolute;
        top: 2px;
        right: 0;
    }

.list_faq a {
    color: #0FB1D9;
    font-size: 14px;
    text-decoration: underline;
}

.academiccalendar_left_content a {
    color: #0FB1D9;
}

.academiccalendar_left_content .text_jobs a, .academiccalendar_left_content .td_jobs a,
.academiccalendar_left_content .text_li_study a {
    text-decoration: underline;
}

/*.academiccalendar_left_content .td_jobs a {
    text-decoration:underline;
}*/
.rte .list_rtf_disc, .rte .list_rtf_numbers, .rte .list_rtf_numbers_oxford {
    padding-bottom: 0;
}

.text_li_study p {
    margin: 0 0 10px;
}

.rte p p {
    font-size: 1em;
}

.img_map_footer_tab, .containers .sideColumn .map img.img_map_footer_tab {
    display: none;
}

.rte h1 {
    font: 2.4em/25px 'OxfordRegular', arial;
}

.rte h2 {
    font: 20px/20px 'OxfordRegular', arial;
}

    .rte h2:first-of-type {
        margin-top: 0;
    }

.rte p.imgFrame p {
    font-size: 0.9em;
    font-weight: bold;
}

.title_sign_h1.fees {
    padding-bottom: 10px;
}

.imgFrame .caption.left {
    float: left;
    padding-right: 20px;
}

.imgFrame .caption.right {
    float: right;
    padding-left: 20px;
}

.item_projects .links_stories {
    padding-bottom: 0;
}

.rte table tr * {
    font: 16px/34px "OxfordRegular";
}

/*17.05.2015*/
.title_gallery_chug {
    font: normal 16px/18px 'OxfordRegular';
    color: #0FB1D9;
    margin: 15px 0;
}

    .title_gallery_chug.green {
        color: #1f8462;
    }

    .title_gallery_chug.pink {
        color: #910257;
    }

    .title_gallery_chug.skyBlue {
        color: #0fb1d9;
    }

    .title_gallery_chug.red {
        color: #f54a33;
    }

    .title_gallery_chug.blue {
        color: #0FB1D9;
    }

    .title_gallery_chug.turquoise {
        color: #007c79;
    }

    .title_gallery_chug.purple {
        color: #5f78c1;
    }

.rte .list_madorsh .left_content_loans a.mail {
    font-family: "OxfordRegular";
}

.list_madorsh a {
    text-decoration: none;
}

.studyhere_library_table tr td.en {
    font-family: "MerriweatherSans-Regular" !important;
}

.studyhere_library_table tr td strong {
    font-weight: bold !important;
}

.studyhere_library_table tr td.en strong {
    font-size: 1em !important;
}

.indexDetailsWeb, .indexDetailsMob {
    display: none;
}

.projects_left_content .item_projects ul.gallery_items_all li {
    display: list-item !important;
}

.td_jobs ul.en_list li {
    background: url('/Images/bullet2.png') no-repeat scroll left 7px;
    padding-left: 20px;
    margin-bottom: 5px;
    direction: ltr;
}

.grid_course.container .grid_67 {
    /*//65.85%*/
    left: 31.9%;
}

.grid_course.container .grid_33.form_first {
    /*//65.85%*/
    left: -67.50%;
}

.item_events ul.linkedin li {
    background: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.formSection {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -120px 0 20px;
    position: relative;
    z-index: 1;
}

    .formSection *:after,
    .formSection *:before,
    .formSection * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .formSection .content {
        background-color: #f6f3f2;
    }

    .formSection .formContent {
        border-bottom: solid 1px #d6d6d6;
        border-left: solid 1px #d6d6d6;
        border-right: solid 1px #d6d6d6;
        padding-bottom: 15px;
    }

    .formSection .title {
        display: table;
        width: 100%;
        height: 53px;
        padding: 0 87px 0 10px;
        border-left: solid 1px #d6d6d6;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    }

        .formSection .title > div {
            display: table-cell;
            vertical-align: middle;
        }

        .formSection .title .question {
            font: 2em 'OxfordBold';
            color: #000;
            padding-left: 5px;
        }

        .formSection .title .text {
            font: 1.8em 'OxfordLight';
            color: #000;
        }

        .formSection .title .info {
            font: 1.8em 'OxfordRegular';
            color: #000;
        }

        .formSection .title a {
            color: #0FB1D9;
            direction: ltr;
            display: inline-block;
        }

    .formSection .formLine {
        overflow: hidden;
        padding: 17px 20px;
        margin: 0 -3.5px;
    }

        .formSection .formLine > div {
            float: right;
            padding: 0 3.5px;
        }

        .formSection .formLine .col2 {
            width: 15%;
        }

        .formSection .formLine .col6 {
            width: 45%;
        }

        .formSection .formLine .col1 {
            width: 10%;
        }

        .formSection .formLine .errorText {
            display: none;
        }

        .formSection .formLine .formControl {
            height: 33px;
            border: 1px solid #d1cdc8;
            padding: 5px;
            width: 100%;
            line-height: 20px;
            background: #fff;
            font-size: 1.3em;
            color: #000;
        }

            .formSection .formLine .formControl.errorWithText {
                border: 1px solid red !important;
                color: #ff0000 !important;
            }

            .formSection .formLine .formControl::-webkit-input-placeholder {
                color: #aaaaaa;
                opacity: 1;
            }

            .formSection .formLine .formControl::-moz-placeholder {
                color: #aaaaaa;
                opacity: 1;
            }

            .formSection .formLine .formControl:-ms-input-placeholder {
                color: #aaaaaa;
                opacity: 1;
            }

            .formSection .formLine .formControl.errorWithText ~ .errorText {
                display: block;
            }

    .formSection .checkContainer {
        height: auto;
        width: auto;
        margin: 0;
        padding: 0 21px;
        line-height: 19px;
    }

    .formSection .res {
        display: none;
    }

    .formSection .check_side_contact .ffCheckboxWrapper a {
        padding-top: 0;
    }

    .formSection .btnForm {
        font: 1.6em 'OxfordBold';
        display: block;
        color: #fff;
        background: #0FB1D9;
        border-radius: 3px;
        border: none;
        width: 100%;
        height: 33px;
        cursor: pointer;
        border-bottom: 2px solid #004e62;
    }

#resAnswer {
    padding: 10px;
}

.jobsBullet {
    display: inline-block;
    width: 16px;
    height: 20px;
    position: relative;
    color: #0FB1D9;
}

    .jobsBullet:before {
        content: "• ";
        display: inline-block;
        font-size: 24px;
        position: absolute;
        top: 5px;
    }

.margin-bottom-10 {
    margin-bottom: 10px;
}

.side_dropdown {
    width: 250px;
}

.calcu_left .chBoxDiv {
    clear: both;
}

.forms_lobby_input.box1 {
    width: 124px !important;
}

.forms_lobby_input.box3 {
    width: 392px !important;
}


/*****LECTURER PAGE***/
/*.lecturerLinkBtn{
    display:flex;
       align-items: center;
    justify-content:center;
}*/

.lecturerLinkTxt {
    color: #fff;
}


/* Graduates New Content*/
.ourGraduatesSection {
    float: left;
}

    .ourGraduatesSection .ourGraduatesContainer {
        width: 730px;
        height: auto;
        margin: 0 auto;
    }

    .ourGraduatesSection .graduatesList {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .ourGraduatesSection .graduateItem {
        margin: 0 0 40px;
        padding: 0 14px;
        width: calc((100% / 3) - 30px);
    }

    .ourGraduatesSection .graduateItemInner {
        display: flex;
        padding: 25px;
        /*width: 150px;*/
        height: 250px;
        flex-direction: column;
        align-items: center;
        background: #fff;
        box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.35);
    }

    .ourGraduatesSection .graduatePicContainer {
        margin-bottom: 10px;
        width: 100%;
        position: relative;
        text-align: center;
    }

        .ourGraduatesSection .graduatePicContainer::before {
            position: absolute;
            top: -25px;
            right: -25px;
            left: -25px;
            width: calc(100% + 50px);
            content: ' ';
            height: 50px;
            z-index: 0;
            background-color: #96baf6;
        }

    .ourGraduatesSection .graduatePic {
        border-radius: 50%;
        position: relative;
    }

    .ourGraduatesSection .graduateName {
        font: 1.8em 'OxfordRegular';
        color: #000;
        margin-bottom: 10px;
        text-align: center;
    }

    .ourGraduatesSection .graduateTitle {
        font: 1.4em 'OxfordRegular';
        color: #747171;
        text-align: center;
    }

    .ourGraduatesSection .graduateDescription {
        font: 1.2em 'OxfordRegular';
        color: #747171;
        padding-right: 20px;
        margin: auto auto 35px;
        background: transparent url('../Images/briefCaseIcon.png') no-repeat center right;
    }

    .ourGraduatesSection .graduateLink {
        font: 1.6em 'OxfordRegular';
        padding: 5px 30px;
        color: #3171b1;
        border: 1px solid #3171b1;
    }

        .ourGraduatesSection .graduateLink:focus,
        .ourGraduatesSection .graduateLink:hover {
            color: #fff;
            transition: all ease .3s;
            background-color: #3171b1;
        }


.cookieinfo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px !important;
    flex-direction: row-reverse;
    direction: rtl;
}

    .cookieinfo > span {
        text-align: right;
    }

    .cookieinfo .cookieinfo-close {
        margin-right: 20px !important;
    }

    .cookieinfo a {
        text-decoration: underline !important;
    }

hgroup.blueBg {
    background-color: #79c4ff;
    background-image: -moz-linear-gradient(right, #79c4ff, #6fe9ff);
    background-image: -webkit-linear-gradient(right, #79c4ff, #6fe9ff);
    background-image: linear-gradient(to left, #79c4ff, #6fe9ff);
}
