/* Code to remove the social media links on logon */
#socialLoginContainer, #idSocialLoginContainer {
                display: none;
} 
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}

 
/* Code for menu structure */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    margin: auto;
}

 
/* Remove dropdown menu dots from horizontal menu */
.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel>li.dir>.item>a:after{
  display: none;
}

 
/* Code to assist with iFrame for Fellowship Submission */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

 
/* Code to assist with iFrame for Showing Google Drive video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

 
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}