/* Custom media queries */
@media screen and (max-width:358px) {
.mlogo img {

    height: 55px;
    margin-top: 5px;

    width: auto;

}
}
@media screen and (min-width:1300px) {

    .container {

        max-width: 1240px;

    }

}

@media screen and (min-width:1400px) {

    .container {

        max-width: 1340px;

    }

}

@media screen and (min-width:1500px) {

    .container {

        max-width: 1440px;

    }

}



/* 

Extra small devices (portrait phones, less than 576px)

No media query for `xs` since this is the default in Bootstrap

*/



/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {



}

/* Medium devices (tablets, 768px and up) */

@media screen and (min-width: 768px) {

    h1,

    .h1 {

        font-size: 44px;

    }

    h2,

    .h2 {

        font-size: 32px;

    }

    .mox-slider {

        height: 60vh;

    }

    .ms-item .block-inner {

        width: 70%;
        

    }

    header .home .ms-item .block-inner {

        width: 85%;
        text-align: left;

    }

    .mox-slider.caption-left .ms-item .block-inner {
        bottom: 60px;
    }
    .mox-slider.caption-left .ms-item .block-inner img {
        max-width: 280px;
    }
    .mox-slider.career-opportunities h1 {
        margin-bottom: 50px;
    }



    .chapters-category-item .item-image{

        height: calc( (100vw / 2) - 30px );

        max-height: calc( ( ( (1024px / 2) - 30px ) * 9 ) / 16 );

    }
}

/* Large devices (desktops, 992px and up) */

@media screen and (min-width: 992px) {

    h1,

    .h1 {

        font-size: 60px;

    }

    h2,

    .h2 {

        font-size: 44px;

    }  

    h3,

    .h3 {

        font-size: 28px;

    }

    .fontsize50 {
        font-size: 44px;
        line-height: 48px;
    }

    .mox-slider {

        height: 65vh;

    }

    .ms-item .block-inner {

        width: 60%;

    }

    .category-header .heading-category {

        

    }
    header .home .ms-item .block-inner {

        width: 85%;
        text-align: left;

    }

    .mox-slider.caption-left .ms-item .block-inner {
        bottom: 90px;
    }
    .mox-slider.caption-left .ms-item .block-inner img {
        max-width: 300px;
    }
    .mox-slider.career-opportunities h1 {
        margin-bottom: 70px;
    }

    .default-article-view .article-heading .article-title {

        padding: 0;

    }

    .category-item {

        margin-bottom: 70px;

    }

    .category-item .item-image {

        position: absolute;

        top: 0;

        left: 0;

    } 

    .category-item .item-content .item-title .articletitle {

        font-size: 40px;

    }

    .category-item .item-image .inner-image {

        position: absolute;

        left: 0;

        top: 0;

        height: 432px;

        width: 100%;

        background-position: center;

        background-repeat: no-repeat;

        background-size: cover;

        margin: 0;

    }

    .dev-category-item .item-image {

        position: absolute;

        top: 0;

        left: 0;

        z-index: 1;

    }

    .dev-category-item .item-image .inner-image {

        /* position: absolute;

        left: 0;

        top: 0;

        height: 432px;

        width: 100%;

        background-position: center;

        background-repeat: no-repeat;

        background-size: cover;

        margin: 0; */

    }

    .dev-category-item .item-image .inner-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: 50% 50%;
    }
    
    @media (min-width: 992px) {
        .dev-category-item .item-image .inner-image img {        
            height: 100%;
        }
    }

    .dev-category-item  .intro-top-title .articletitle,

    .dev-category-item  .intro-bottom-title .articletitle {

        font-size: 40px;

    }



    .news-category-item .item-image {

        position: absolute;

        top: 0;

        left: 0;

        z-index: 1;

    }

    .news-category-item .item-image .inner-image {

        position: absolute;

        left: 0;

        top: 0;

        height: 432px;

        width: 100%;

        background-position: center;

        background-repeat: no-repeat;

        background-size: cover;

        margin: 0;

    }

    .news-category-item .intro-title .articletitle {

        font-size: 40px;

    }

    section.cta {
        padding: 90px 0;
    }


    .footer table tr {
        width: 50%;
    }

    .footer h3:after {
        width: calc(100% + 15px);
    }

    .footer-social {

        margin: 0 0 20px 0;

    }

    .customForm .formControls + .formControls {

        margin-top: 0;

    }

    .customForm .form-check-inline {

        margin-top: -20px;

    }

    .tableHighlight1 {

        padding: 45px 60px;

    }

    section.about-links .about-link {

        margin-bottom: 60px;

    }

    .about-link .s-h-as-w {

        height: calc((100vw / 3) - 30px );

        max-height: calc((1440px / 3) - 30px );

    }

    .about-link .title h3 {

        font-size: 30px;

    }

    section.future-section .future-content {

        margin-bottom: 0px;

    }

    .future-content .module-heading .module-title {

        font-size: 40px;

    }

    section.future-section .future-bg .inner {


    }

    section.future-section .future-bg .inner:after {
        content: '';
        position: absolute;
        left: -150px;
        top: -25%;
        height: 150%;
        width: 250px;
        background-color: #fff;
        z-index: 1;
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    .featured-category-content .featured-item {

        height: calc((100vw / 3) - 30px );

        max-height: calc((1440px / 3) - 30px );

    }


    .chapters-category-item .item-image {

        height: calc( (100vw / 3) - 30px );

        max-height: calc( ( ( (1440px / 3) ) * 9 ) / 16 );

    }

    .category-header {
        padding-top: 60px;
        padding-bottom: 60px;
    }   
    .category-header .category-heading + .category-description {
        margin-top: 45px;
    }
    .category-header .category-description {
        font-size: 30px;
    }
    section.our-mission {
        padding-top: 60px;    
        padding-bottom: 60px;    
    }
    section.our-mission .module-heading {
        margin-bottom: 45px;
    }
    section.our-mission .module-content {
        font-size: 30px;
    }
    
    .news-category-item .item-content {
        padding: 60px 15px;
    }    

}

/* Extra large devices (large desktops, 1200px and up) */

@media screen and (min-width: 1200px) {

    h1,

    .h1 {

        font-size: 60px;

    }

    h2,

    .h2 {

        font-size: 50px;

    }

    h3,

    .h3 {

        font-size: 30px;

    }

    h4,

    .h4 {

        font-size: 25px;

    }

    .fontsize50 {
        font-size: 50px;
        line-height: 55px;
    }

    .mox-slider {
        max-height: 995px;
        height: calc(100vh - 85px);
    }

    .ms-item .block-inner {
        width: 55%;
    }

    header .home .ms-item .block-inner {
        width: 70%;
        bottom: 35%;
        text-align: left;
    }

    .mox-slider.caption-left .ms-item .block-inner {
        bottom: 140px;
    }
    .mox-slider.caption-left .ms-item .block-inner img {
        max-width: 360px;
    }
    .mox-slider.career-opportunities h1 {
        margin-bottom: 90px;
    }


    .footer table td {
        width: 50%;
    }

    .footer-social {
        margin: -90px 0 20px 0;
    }

    .default-article-view .article-text {

        margin-bottom: 0;

    }

    .tableHighlight1 {

        padding: 60px 90px;

    }

    .about-link .title h3 {

        font-size: 40px;

    }

    .future-content .module-heading .module-title {

        font-size: 60px;

    }

    section.cta {
        padding: 110px 0;
    }

}

@media screen and (min-width: 1601px) {

    h1, .h1 {

        font-size: 62px;

    }
    header .home .ms-item .block-inner {

        width: 65%;

    }    
}   



/* Other */

@media screen and (max-width: 650px) {

    .formResponsive .form-field input[type="text"],

    .formResponsive .form-field textarea {

        width: calc(100% - 20px) !important;

    }

}

@media screen and (max-width: 320px) {

    
    h1, .h1 {
	    font-size: 29px;
    }

}