*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "trade-gothic-next", sans-serif;
    background-color: #23415f;
    height: 100%;
}

/* ===== IE Block Code ===== */
#olderbrowser {
    display: none;
    width: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    font-size: 18px;
    z-index: 1100;
    color: #FFFFFF;
    height: 100%;
    background: #050505;
    bottom: 0;
    font-weight: 700;
  }
  .ie-quote {
    margin-top: 15%;
  }
  .ie-quote p {
    padding-top: 35px;
  }
#onetrust-banner-sdk {
  position: fixed !important;
   /* display: none;*/
}
  /* ===== IE Block Code Ends ===== */

.mobile-view{
    display: none;
}
.sonyheader {
    padding: 5px 10px;
    background: black;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sonyheader img {
  height: 15px;
  margin: auto 0;
  }

.nav-bar{
    position: absolute;
    width: 100%;
    top: 34px;
    right: 0;
    left: 0;
    z-index: 10;
    background-color: #ffffff;
}
.nav-ul{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 0 10px;
    margin: 0;
}
.nav-li{
    list-style: none;
}
.nav-link{
    display: inline-block;
    text-decoration: none;
    color: #14283c;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 300;
    padding: 1rem 3rem;
    transition: all .3s ease-in-out;
}
.nav-link.active, .nav-link:hover{
    background-color: #14283c;
    color: #ffffff;
}
.hero_section{
    padding-top: 63px;
}
.hero_section_wrapper{
    position: relative;
}
.hero-img{
    width: 100%;
}
.logo-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 25%;
    max-height: 30vh;
}
.homepage .logo-img{
    max-width: 35%
}
.title{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.title_img{
    max-width: 30%;
    max-height: 4vh;
    margin-bottom: 1rem;
}
.content_section{
    padding: 4rem 0;
}
.content_box{
    font-family: "effra", sans-serif;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 300;
}
.content_heading{
    font-weight: 600;
}
.content_box_heading {
  font-size: 1.3rem;
  font-weight: 500;
}
  .content_box_pagelink {
    color: #ffffff !important;
    text-decoration: underline;
  }
.links_section{
    padding: 4rem 0;
}
.links_section_wrapper{
    padding: 2rem 0;
}
.links_section .row{
    justify-content: center;
}
.directorFellowshipPage .links_section{
    background: url(../images/directorFellowship/links_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.writersFellowshipPage .links_section{
    background: url(../images/writersFellowship/links_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.actorsFellowshipPage .links_section{
    background: url(../images/actorsFellowship/links_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.button_wrapper{
    text-align: center;
}
.button{
    display: inline-block;
    text-decoration: none;
    color: #8cc8f0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    border: 2px solid #83bce3;
    margin: 0 auto;
    padding: .5rem 1.5rem;
    min-width: 60%;
    transition: all .3s ease-in-out;
}
.button:hover{
    background-color: #8cc8f0;
    text-decoration: none;
    color: #000000;
}

footer {
    padding: 3rem 3rem .8rem;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    left: 0;
    right: 0;
  }
  .back_to_top_wrapper{
    position: absolute;
    top: 1.5rem;
    right: 3rem;
  }
  .back_to_top_wrapper p{
    text-transform: uppercase;
    font-size: 0.7rem;
  }
  .back_to_top_wrapper a:hover{
    text-decoration: none;
  }
  .top_arrow_wrapper{
    height: 1rem;
  }
  .top_arrow_wrapper span{
    position: absolute;
    width: 1.5rem;
    background: #ffffff;
    height: 2px;
    display: inline-block;
  }
  .top_arrow_wrapper span:last-child{
    left: 45%;
    rotate: 45deg;
  }
  .top_arrow_wrapper span:first-child{
    right: 45%;
    rotate: -45deg;
  }
  footer p {
    color: #b6c5cd !important;
    margin-bottom: 0;
    font-size: 11px;
    font-family: Arial, "sans-serif";
    font-weight: bold;
  }
  .foot-links {
    color: #b6c5cd !important;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
  }
  .foot-links li {
    display: inline-block;
    color: #b6c5cd !important;
    font-size: 11px;
    margin: 0 1rem;
    font-family: Arial, "sans-serif";
    font-weight: bold;
  }
  .foot-links li a {
    color: #b6c5cd !important;
    outline: none !important;
    font-size: 11px;
    font-family: Arial, "sans-serif";
    font-weight: bold;
  }
  .foot-links span {
    color: #b6c5cd;
  }
  
.personal_info img {
    width: 32px;
    margin-left: 0.3rem;
    margin-bottom: 3px;
  }
@media screen and (max-width: 1366px) {
    .nav-link, .button{
        font-size: 1.2rem;
    }
    .hero_section{
        padding-top: 60px;
    }
    .content_box p{
        font-size: 1rem;
    }
}
@media screen and (max-width: 1280px) {
    .nav-link, .button{
        font-size: 1rem;
    }
    .hero_section{
        padding-top: 56px;
    }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
    
    .title_img{
        max-height: 2vh;
    }
}
@media screen and (max-width: 1023px) and (orientation: landscape){
    .title_img{
        max-height: 10vh;
    }
    .logo-img{
        max-height: 60vh;
    }
}
@media screen and (max-width: 1023px) {
        
    .mobile-view{
        display: block;
    }
    .desktop-view{
        display: none;
    }
    footer{
        flex-direction: column;
        align-items: center;
        padding: 5rem .5rem .8rem;
    }
    .foot-links{
        text-align: center;
        margin-bottom: .5rem;
    }
    .nav-link, .button {
        margin: .5rem 0;
    }
    .nav-ul{
        flex-direction: column;
        height: 0;
        overflow: hidden;
    }
    .logo-img{
        top: 20%;
        max-width: 63%;
    }
    
    .nav-bar{
        padding: .5rem 0;
    }
    #navIcon{
        width: 30px;
        height: 30px;
        position: static;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        /* border: 1px solid #ffffff; */
        border-radius: 5px;
        /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15), 0 0px 5px rgba(0, 0, 0, 0.15); */
        top: .4rem;
        left: .4rem;
        z-index: 999;
        /* background: rgba(35, 65, 95, .4); */
        float: right;
    }
    #navIcon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 20px;
      background: #000000;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      margin: 0 auto;
      right: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
    }
    #navIcon span:nth-child(1) {
      top: 8px;
    }
    #navIcon span:nth-child(2) {
      top: 14px;
    }
    #navIcon span:nth-child(3) {
      top: 20px;
    }
    .navActive #navIcon span:nth-child(1) {
      top: 13px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    .navActive #navIcon span:nth-child(2) {
      opacity: 0;
      left: -60px;
    }
    .navActive #navIcon span:nth-child(3) {
      top: 13px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    .hero_section {
        padding-top: 46px;
    }
    .back_to_top_wrapper{
        right: auto;
    }
    .title_img{
        max-width: 70%;
    }
    .nav-ul{
        padding: 0;
    }
    .nav-li{
        width: 100%;
        text-align: center;
    }
    .nav-link:hover{
        background-color: #ffffff;
        color: #14283c;
    }
    .button:hover{
        background-color: transparent;
        text-decoration: none;
        color: #8cc8f0;
    }
    .nav-bar.navActive .nav-ul{
        height: 100%;
    }
    .nav-link, .button{
        font-size: 0.8rem;
    }
    .nav-link{
        padding: .5rem 2rem;
        width: 100%;
    }
    .directorFellowshipPage .links_section, 
    .writersFellowshipPage .links_section,
    .actorsFellowshipPage .links_section{
        background-size: 150% auto;
    }
    .title_img{
        max-height: 2vh;
    }
    footer a:hover{
        text-decoration: none;
    }
}
@media screen and (device-width: 820px) and (device-height: 1180px), screen and (device-width: 1024px) and (device-height: 1366px), screen and (device-width: 834px) and (device-height: 1194px), screen and (device-width: 760px) and (device-height: 1194px), screen and (device-width: 768px) and (device-height: 1024px), screen and (device-width:800px) and (device-height:1334px), screen and (device-width:992px) and (device-height:1368px), screen and (device-width:1024px) and (device-height:1280px), screen and (device-width:1050px) and (device-height:1400px), screen and (device-width:960px) and (device-height:1280px), screen and (device-width:864px) and (device-height:1152px), screen and (device-width:960px) and (device-height:1280px), screen and (device-width:912px) and (device-height:1368px), screen and (device-width:853px) and (device-height:1280px) {
    .button:hover{
        background-color: transparent;
        text-decoration: none;
        color: #8cc8f0;
    }
}
@media screen and (max-width:992px) {
    .title_img{
        max-height: 3vh;
    }
    footer{
        padding: 5rem .5rem .8rem;
    }
    .foot-links li{
        margin: 0 .5rem;
    }
    footer p{
        text-align: center;
    }
}

@media screen and (max-width:992px) and (orientation: landscape){
    .title_img {
        max-height: 8vh;
    }
}
@media screen and (max-width: 450px) {
    .sonyheader img {
        height: 12px;
    }
    
    .logo-img{
        top: 15%;
    }
}