/*
 *  Copyright 2015 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

body{
    transform-style: inherit;
}

/*.logo-block {
 padding: 15px;
}*/

@media only screen and (max-width: 767px) {
    .logo-block {
        border-bottom: 0;
        padding: 10px;
    }

    .rmit-course-page {
        padding-top: 0;
    }

    .a-logo {
        top: 0;
        bottom: 0;
    }

}

.campaign-text-header{
    text-align: right;
}

.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-content-wrapper .rmit-course-page .module .related{
    padding: 15px;
	padding-bottom: 0px;
    padding-top: 10px;
}

.campaign-button{
    text-align: center;
}

.main-content-wrapper .rmit-course-page  .module .related .row .extended-desc  ul li{
    list-style: disc;
    margin: 0;
    padding: 0;
    border: 0;
}

.main-content-wrapper .rmit-course-page  .module .related .row .extended-desc  ol, ul
{
    padding-left: 20px;
}
.main-content-wrapper .rmit-course-page  .module .related .row .extended-desc  ol li
{
    list-style: decimal;
    margin: 0;
    padding: 0;
    border: 0;
}
@media (min-width: 767px) {
    .main-content-wrapper .rmit-course-page  .module .related .column-control-row {
        display: -webkit-box;
        /*display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;*/
    }
}

.campaign-masterhead-content {
    max-width: 450px;
}

.campaign-masterhead-content * {
    font-family: Museo300;
}
.campaign-masterhead-content .button-wrapper a.cta-link {
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    font-family: "Arial", sans-serif;
}

.campaign-masterhead-content .header {
    font-size: 2.5em;
    line-height: 1em;
    padding-top: 20px;
    margin-bottom: 0.2em;
}

.campaign-masterhead-content div.button-wrapper {
    margin-top: 1em;
}

.campaign-masterhead-content a.apply-btn * {
    color: white;
}

.hero-content.text-overlay.display1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, black, transparent 30%);
    background: linear-gradient(to top, black, transparent 30%);
    opacity: .5;
}


.campaign-masterhead:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-radial-gradient(at left 90%, black 20%, transparent 80%);
   /* background: radial-gradient(at left 90%, black 20%, transparent 80%);*/
    opacity: .8;
    box-sizing: border-box;
    display: block;
    z-index: 10;
    background: transparent;
}
.campaign-masterhead-grey:before{
     background: radial-gradient(at left 90%, black 20%, transparent 80%);
}

.campaign-masterhead[style*="direction: rtl"]:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-radial-gradient(at right 90%, black 20%, transparent 80%);
    background: radial-gradient(at right 90%, black 20%, transparent 80%);
    opacity: .8;
    box-sizing: border-box;
    display: block;
    z-index: 10;
}

.text-overlay.display1.campaign-hero-content {
    /*top: 45%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    /*bottom: initial;*/
    z-index: 99;
    width: 100%;
    color: #FFFFFF;
    padding-right: 15px;
    padding-bottom: 40px;
}

.text-overlay.display1.campaign-hero-content:before {
    background: none;
}

@media only screen and (max-width: 767px) {

    .campaign-masterhead:before {
        position: initial !important;
    }

    .campaign-masterhead[style*="direction: rtl"]:before {
        position: initial !important;
    }

    .text-overlay.display1.campaign-hero-content {
        -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }

    .campaign-hero-content {
        background: #333;
        bottom: initial !important;
        position: initial !important;;
    }

    .campaign-m-image-masthead {
        padding-bottom: initial !important;
        height: initial;
    }
}

.masthead span.pre-click-button-label:hover{
        text-decoration: underline;
}
.campaign-masterhead-content[style*="direction: rtl"] a.apply-btn span {
    right: -4px;
}

.campaign-masterhead-content .subheader {
    font-size: 1.2em;
    line-height: 1em;
    font-weight: bold;
}

@media (max-width: 991px) {
    .campaign-masterhead-content .header {
        font-size: 2.186em !important;
    }

    .campaign-masterhead-content .subheader {
        font-size: 1.086em !important;
    }

    .text-overlay.display1.campaign-hero-content {
        padding-bottom: 25px !important;
    }
}

.campaign-last-menu-item {
    content: ' ';
    display: flex !important;
    float: none !important;
}

.campaign-masterhead-content ul {
    padding: 0px 40px;
}
.campaign-masterhead-content ul li {
    position: relative;
    /*list-style: auto !important;*/
}

.campaign-masterhead-content ol li {
    position: relative;
    list-style-type: decimal;
}

.campaign-masterhead-content ul li:after {
    content: '\2713';
    position: absolute;
    top: 0px;
    left: -20px;
    color: white;
}

.campaign-masterhead-content[style*="direction: rtl"] ul li:after {
    content: '\2713';
    position: absolute;
    top: 0px;
    right: -20px;
    color: white;
}

.m-image-masthead.campaign-masterhead-lower {
    padding-bottom: 25%;
}

.m-image-masthead.campaign-masterhead-lower .scaled-background.rectangle {
    padding-top: 25%;
}

.campaign-list-container {
    float: right;
    min-width: 220px;
}

.campaign-applicant-type-switcher .row>div>div {
    padding: 20px 0;
}
.campaign-applicant-type-switcher .applicant-info {
    text-align: left;
    display: table;
    border: none;
    border-bottom: 1px dotted #333;
    width: 100%;
}

.campaign-applicant-type-switcher .applicant-info>div {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px 0 0;
}

.campaign-applicant-type-switcher .applicant-info>div:first-child>span {
    width: 50px;
    height: 50px;
    background-size: cover;
}

.campaign-applicant-type-switcher p {
    margin: 0;
}

.campaign-applicant-type-switcher .btn-lg {
    width: 100%;
    padding-left: 5% !important;
    margin-bottom: 20px;
    position: relative;
}

.campaign-applicant-type-switcher .btn-link {
    color: #333;
}

.campaign-applicant-type-switcher .btn-lg .c-icon-25 {
    display: block;
    width: 25px;
    height: 25px;
}

.campaign-applicant-type-switcher .modal-dialog  .modal-content .applicant-info  ul li{
    list-style: disc;
    margin: 0;
    padding: 0;
    border: 0;
}

.campaign-applicant-type-switcher .modal-dialog  .modal-content .applicant-info  ol, ul
{
    padding-left: 20px;
}

.hide-tray {
    display: none !important;
}

.campaign-flow-bottom{
    height: 80px;
    background: #696969;
}
.rmit-course-page .campaign-flow-bottom .module .related {
     padding: 0;
    background: #696969;
}
.rmit-course-page .campaign-flow-bottom .module .related .col-md-3{
    padding-left: 0;
    padding-right: 0;
}
.rmit-course-page .campaign-flow-bottom .module .related  a {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    height: 80px;
    font-size: 2rem;
    color: #FFF;
    font-family: Museo300, "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
}

.campaign-flow-bottom .apply-btn{
    background-image:none;!important;
    border-radius: 0;
    box-shadow: none;
    background-color: inherit;
    text-decoration: initial;
}
.campaign-flow-bottom .module .related .apply-btn:hover{
    background-color: #5e5e5e;
}
.campaign-flow-bottom .module .related .apply-btn span {
    position: relative;
    top: -8px;
}

/*.campaign-flow-bottom .module .related .apply-btn[href*='rmit.service-now.com/rmit-apply/']{*/
    /*background-color: #dc291e;*/
/*}*/
.campaign-flow-bottom .module .related .campaign-button-red{
    background-color: #dc291e;
}
.campaign-flow-bottom .module .related .apply-btn span:hover{
    text-decoration: underline;
}

.campaign-flow-bottom .module .related .apply-btn i {
    margin-right: 12px;
    font-size: 3.5rem;
}

@media only screen and (max-width: 767px) {
    .campaign-flow-bottom {
        display: none !important;
    }
    .campaign-flow-bottom.campaign-flow-bottom-mobile{
        display: block !important;
    }

    .campaign-flow-bottom.campaign-flow-bottom-mobile.hide-tray{
        display: none !important;
    }

    .campaign-flow-bottom.campaign-flow-bottom-mobile .col-md-2.col-xs-12{
        width:16.66666667%;
    }

    .campaign-flow-bottom.campaign-flow-bottom-mobile .col-md-3.col-xs-12{
        width:25%;
    }

    .campaign-flow-bottom.campaign-flow-bottom-mobile .col-md-4.col-xs-12{
        width:33.33333333%;
    }

    .campaign-flow-bottom.campaign-flow-bottom-mobile .col-md-6.col-xs-12{
        width:50%;
    }

    .campaign-flow-bottom.campaign-flow-bottom-mobile .col-md-8.col-xs-12{
        width:66.66666667%;
    }

    .rmit-course-page .campaign-flow-bottom.campaign-flow-bottom-mobile .module .related a{
        height: 60px;
        padding: 15px 0;
        font-size: 1.4rem;
    }

    .campaign-flow-bottom.campaign-flow-bottom-mobile {
        height: 60px;
    }

    .campaign-flow-bottom.campaign-flow-bottom-mobile  .module .related .apply-btn i{
        font-size: 2.9rem;
        margin-right: 6px;
    }

}

@media only screen and (min-width: 768px) {
    .campaign-flow-bottom.campaign-flow-bottom-mobile{
        display: none !important;
    }
}

.campaign-flow-bottom .row .module {
    margin-bottom: 0;
}

.campaign-text-header a{
    color: #242424;
}

.campaign-text-header a:visited {
    color: #242424
}
.campaign-text-header a:hover {
    text-decoration: none;
    color: #242424;
    cursor: pointer
}


@font-face {
    font-family: 'RMIT-Icon-Font';
    src:    url('clientlib-campaign/fonts/RMIT-Icon-Font.eot?mttl2x');
    src:    url('clientlib-campaign/fonts/RMIT-Icon-Font.eot?mttl2x#iefix') format('embedded-opentype'),
    url('clientlib-campaign/fonts/RMIT-Icon-Font.ttf?mttl2x') format('truetype'),
    url('clientlib-campaign/fonts/RMIT-Icon-Font.woff?mttl2x') format('woff'),
    url('clientlib-campaign/fonts/RMIT-Icon-Font.svg?mttl2x#RMIT-Icon-Font') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'RMIT-Icon-Font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-Sem1-advance-your-career:before {
    content: "\e91e";
}
.icon-Sem1-apply:before {
    content: "\e91f";
}
.icon-Sem1-attend-event:before {
    content: "\e920";
}
.icon-Sem1-call-us-now:before {
    content: "\e921";
}
.icon-Sem1-enquire-online:before {
    content: "\e922";
}
.icon-Sem1-start-a-new-career:before {
    content: "\e923";
}
.icon-Sem1-supporting-out-students:before {
    content: "\e924";
}
.icon-Sem1-world-class-facilities:before {
    content: "\e925";
}
.icon-Index-calender:before {
    content: "\e926";
}
.icon-Index-chevron-down:before {
    content: "\e927";
}
.icon-Index-chevron-left:before {
    content: "\e928";
}
.icon-Index-chevron-right:before {
    content: "\e929";
}
.icon-Index-chevron-up:before {
    content: "\e92a";
}
.icon-Index-cross:before {
    content: "\e92b";
}
.icon-Index-description:before {
    content: "\e92c";
}
.icon-Index-information:before {
    content: "\e92d";
}
.icon-Index-plus:before {
    content: "\e92e";
}
.icon-Index-statistics:before {
    content: "\e92f";
}
.icon-OD-hand-shake:before {
    content: "\e918";
}
.icon-OD-open-book:before {
    content: "\e919";
}
.icon-OD-options:before {
    content: "\e91a";
}
.icon-OD-plane:before {
    content: "\e91b";
}
.icon-OD-suitcase:before {
    content: "\e91c";
}
.icon-OD-venn:before {
    content: "\e91d";
}
.icon-OD-chevron-filled-left:before {
    content: "\e911";
}
.icon-OD-chevron-filled-right:before {
    content: "\e912";
}
.icon-OD-chevron-stroke-left:before {
    content: "\e913";
}
.icon-OD-chevron-stroke-right:before {
    content: "\e914";
}
.icon-OD-map-pin:before {
    content: "\e915";
}
.icon-OD-mute:before {
    content: "\e916";
}
.icon-OD-sound:before {
    content: "\e917";
}
.icon-tick:before {
    content: "\e90b";
}
.icon-close:before {
    content: "\e90a";
}
.icon-chevron-down:before {
    content: "\e909";
}
.icon-LP-apply:before {
    content: "\e90d";
}
.icon-LP-cloud-save:before {
    content: "\e90e";
}
.icon-LP-multiple-stack:before {
    content: "\e90f";
}
.icon-LP-track-search:before {
    content: "\e910";
}
.icon-LP-stars:before {
    content: "\e906";
}
.icon-LP-connected:before {
    content: "\e907";
}
.icon-LP-global:before {
    content: "\e908";
}
.icon-LP-teaching:before {
    content: "\e90c";
}
.icon-LP-enquire:before {
    content: "\e903";
}
.icon-LP-phone:before {
    content: "\e904";
}
.icon-LP-search:before {
    content: "\e905";
}
.icon-Carousel-Circle:before {
    content: "\e900";
}
.icon-Carousel-Pause:before {
    content: "\e901";
}
.icon-Carousel-Play:before {
    content: "\e902";
}

@media  only screen and (max-width: 767px) {
   h1.campaign-title,
   .h1.campaign-title{
       font: 1.286em Museo300;
       line-height: 1.222em
    }
}

/*
.logo-block {
    padding: 30px 0 22px 0;
}

@media only screen and (max-width: 992px) {
    .logo-block {
        padding-top: 25px;
        padding-bottom: 20px;
    }
}
*/

@media only screen and (min-width:992px) {
   .campaign-logo-block.logo-block, .campaign-text-header{
        padding-right: 0;
        padding-left: 0;
    }
}

.campaign-masterhead .campaign-hero-content .campaign-masterhead-content .campaign-button{
    text-align: inherit;
}

.c-inline-application-switcher .c-inline-application-switcher-text.campaigns.b-domestic.grunticon-australia-gryA-15, .c-inline-application-switcher .c-inline-application-switcher-text.campaigns.b-international.grunticon-globe-gryA-15 {
    margin-right: 10px;
}
