/* colors */
* {
    --redWedge: #d62130;
    --yellowWedge: #dbcb06;
    --naiaBlue: #1d3480;
    --naiaRed: #da1c35;
    --blueText: #0548a7;
}

/* Generic Styles starts here */

body > .container-fluid {
    overflow: hidden;
}

.colorWhite {
    color: white
}

.txtAlignCenter {
    text-align: center;
}

.color191D4A {
    color: #191D4A;
}

.brderRgt1px {
    border-right: 1px solid #DBC907;
}

.rowMargin0px {
    margin: 0px !important;
}

.row {
    margin: 0px !important;
}


.brderBtm8px {
    border-bottom: 10px solid #DBC907;
}

.displayFlex {
    display: flex !important;
    flex-wrap: wrap;
}

.margin60pxLeft {
    margin-left: 3%;
}

.margin60pxRight {
    margin-right: 3%;
}

.paddTop0px {
    padding-top: 0px !important;
}

.paddBtm10px {
    padding-bottom: 10px;
}

.padd10px {
    padding: 10px;
}

.padd5px {
    padding: 5px;
}

.paddRight10px {
    padding-right: 10px;
}

.paddTop10px {
    padding-top: 10px;
}

.paddLeft10px {
    padding-left: 10px;
}

.paddBtm15px {
    padding-bottom: 15px;
}

.paddTop15px {
    padding-top: 15px;
}

.paddTop20px {
    padding-top: 20px;
}

.paddLeft20px {
    padding-left: 20px;
}

.paddRight20px {
    padding-right: 20px;
}

.paddRight30px {
    padding-right: 30px;
}

.paddRight40px {
    padding-right: 40px;
}

.paddRight50px {
    padding-right: 50px;
}

.paddBtm20px {
    padding-bottom: 20px;
}

.paddTop40px {
    padding-top: 60px;
}

.paddBtm50px {
    padding-bottom: 50px;
}

.paddTop100px {
    padding-top: 100px;
}

.paddBtm100px {
    padding-bottom: 100px;
}

.paddLeft4Percent {
    padding-left: 4%;
}

.fontFamilityTahoma14px {
    font-family: Tahoma,Verdana;
    font-size: 14px;
    font-weight: bold;
}

.fontFamilityTahoma18px {
    font-family: Tahoma,Verdana;
    font-size: 18px
}

.fontFamilityTahoma16px {
    font-family: Tahoma,Verdana;
    font-size: 16px
}

.fontFamilityRoboto18px {
    font-family: Roboto, sans-serif;
    font-size: 18px
}

.fontFamilityTahoma36px {
    font-family: Tahoma,Verdana;
    font-size: 36px
}

.fontFamiltyRoboto36px {
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: bold;
}

.fontFamiltyRoboto18px {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.fontFamiltyTahoma16px {
    font-family: Tahoma,Verdana;
    font-size: 16px;
}

.fontFamiltyTahoma24px {
    font-family: Tahoma,Verdana;
    font-size: 24px;
    font-weight: bold;
}

.fontFamiltyRoboto24px {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.fontFamiltyTahoma20px {
    font-family: Tahoma,Verdana;
    font-size: 24px;
}

.fontFamiltyRoboto48px {
    font-family: Roboto, sans-serif;
    font-size: 48px;
}

.fntWeightNrml {
    font-weight: normal !important;
}

.fntWeightBold {
    font-weight: bold;
}

.widthAuto {
    width: auto;
}

.width140px {
    width: 140px;
}

.imgMaxWidthHeight {
    max-width: 100%;
    max-height: 100%;
}

.resourcesNavTabsUl {
    min-width: 340px;
    background-color: #cccccc;
    display: block;
    height: 100%;
}

.resourcesNavTabsUlmobile {
    min-width: 300px;
    max-width: 300px;
    background-color: #cccccc;
    display: block;
}

#navbarContent {
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    overflow: scroll !important;
    padding-top: 10px;
    /*moblie size ResourcesDynamicContent.cshtml*/
}

.bgLtGray {
    background-color: #eee !important;
}

.umbracoStyled h3 {
    font: bold 40px/1.3em Roboto, sans-serif !important;
    display: block;
    margin-bottom: 50px !important;
}

.umbracoStyled h4 {
    font: bold 28px/1.3em Roboto, sans-serif !important;
    display: block;
    margin-bottom: 50px !important;
}

.umbracoStyled .btn {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 10em;
    display: inline-block;
    background-color: #83B231;
    border-color: #83B231;
    color: white;
    height: 60px;
    padding: 0 40px;
    /*padding: 28px;*/
}

/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 992px) {
    /*moblie size ResourcesDynamicContent.cshtml
  .navbar-toggler {
    display: block;
  }*/

    .navbar-nav.mr-auto,
    .navbar-nav.ml-auto {
        display: inline-block !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-nav.classConference {
        margin-left: 0px !important;
    }

    .nav-item {
        text-align: center;
        padding: 0 !important;
        border-top: 1px solid rgba(255,255,255,0.5) !important;
        border-left: 0 !important;
        margin-left: 0;
    }

    .resourcesNavTabsUl {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .tab-content {
        padding-top: 20px;
    }

    .resourcesContent iframe {
        width: 100%;
    }

    .resourcesContent {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.navbar-collapse {
    overflow-y: scroll !important;
  }*/

    .resourceNavHead {
        position: absolute !important;
        padding: 15px !important;
        background-color: #04367D;
        width: 100%;
    }
}
/*@media only screen and (min-width: 767px) {*/
@media only screen and (min-width: 992px) {
    /*pc size ResourcesDynamicContent.cshtml*/
    .navbar-toggler {
        display: none;
    }

    .resourcesNavTabsUl {
        display: block;
    }

    .show-mobile {
        display: none;
    }
}

.tabListHyperlink {
    color: #04367D;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

.resourcesNavTabsUl li:hover {
    background-color: #999;
}

.resourcesContent a:hover {
    text-decoration: none;
}

.additionalMsgTxtOutLine {
    padding-left: 20px;
    padding-top: 35px;
}
/* Generic Styles Ends here*/
.naiaByNumbersBgShape {
    color: white;
    padding-bottom: 100px;
    background-image: linear-gradient(#04367D,#04367D);
    position: relative;
}

.nav-item {
    font-weight: bold;
}

/* Desktop changes*/
@media only screen and (min-width: 965px) {
    .paddingLeft30pxDekstop {
        padding-left: 30px;
    }

    .resourcesContent {
        padding-left: 100px;
        padding-right: 100px;
    }

    .paddBtm20pxRegisterBox {
        padding-bottom: 20px;
    }

    .paddBtm20pxDesktop {
        padding-bottom: 20px;
    }

    .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .welcomeUserTxt {
        border-left: 1px solid #95989A;
        padding-left: 20px;
        margin-left: 10px;
        padding-right: 0px !important;
    }

    .displayNoneDesktop {
        display: none;
    }

    .registerBoxOutline {
        width: 50%;
        display: flex;
        justify-content: flex-end;
        padding-top: 110px;
        padding-bottom: 110px;
        padding-right: 80px;
    }

    .paddRightFooterTxt40px {
        padding-right: 40px;
    }

    .resourcesHtmlDiv {
        margin-left: 100px !important;
        margin-right: 100px !important;
        margin-top: 30px !important;
    }

    .pageMargin {
        margin-left: 100px !important;
        margin-right: 100px !important;
        margin-bottom: 30px;
        min-height: 600px;
    }
}


/*Mobile specific Styling starts here*/
@media all and (min-width:200px) and (max-width: 950px) {

    .paddBtm20pxRegisterBox {
        padding-bottom: 10px !important;
    }

    .movDivtoTop0pxMob {
        top: 0px !important;
    }

    .fontSize16px {
        font-size: 16px !important;
    }

    .whyRegisterHeaderTxt {
        padding: 20px !important;
        padding-bottom: 20px !important;
    }

    .additionalMsgTxtOutLine {
        padding-top: 0px !important;
    }

    .mainBgMobileStyle {
        background-repeat: no-repeat;
        background-size: contain !important;
    }

    .registerBox {
        padding: 25px !important;
        padding-top: 10px !important;
    }

    .bgColorMob {
        background-image: linear-gradient(#04367D,#04367D);
    }

    .displayFlexMob {
        display: flex !important;
    }

    .pageMargin {
        margin-top: 30px;
        margin-bottom: 30px;
        min-height: 600px;
    }

    .polyTopYellow {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .siteMargin {
        margin-right: 20px !important;
        margin-left: 20px !important;
        width: auto !important;
    }

    .whyRegisterPolyShape {
        height: auto !important;
        padding-bottom: 20px !important;
        margin-right: 20px !important;
        margin-left: 20px !important;
        width: auto !important;
    }

    .iframeVideoDiv {
        text-align: center;
        padding-left: 0px !important;
    }

    .iframeVideoStyling {
        width: 300px !important;
        height: 250px !important;
    }

    .footerMobCopyRight {
        text-align: center !important;
        padding-top: 30px !important;
    }

    .txtAlignCenterMob {
        text-align: center !important;
    }

    .width100PercentMob {
        width: 100% !important;
    }

    .tabBoxesBg {
        margin-top: 0px !important;
    }

    .fontSize24pxMob {
        font-size: 24px !important;
    }

    .fontSize14pxMob {
        font-size: 14px !important;
    }

    .fontSize30pxMob {
        font-size: 30px;
    }

    .fontSize16pxMob {
        font-size: 16px !important;
    }

    .displayBlock {
        display: block !important;
    }

    .paddBtm0px {
        padding-bottom: 0px !important;
    }

    .padd0pxMob {
        padding: 0px !important
    }

    .margin0pxMob {
        margin: 0px !important;
    }

    .marginBtm50px {
        margin-bottom: 50px !important;
    }

    .bgImage {
        background-image: none !important;
    }

    .displayNoneMob {
        display: none !important;
    }

    .width100Percent {
        width: 100% !important;
    }

    .footerTxtDiv {
        padding-top: 0% !important;
        padding-bottom: 30px !important;
    }

    .footerSocialIcons {
        text-align: center;
    }

    .createAcctSTudentIndexBox2 {
        width: 100% !important;
    }

    .createAcctBgShapeHomePage {
        // margin-top: -20vw !important;
    }

    .createAcctContainer {
        padding-top: 30px !important;
    }

    .createAcctFlexContainer {
        display: block !important;
        width: 100% !important;
        padding-left: 10%;
        padding-right: 10%;
    }

    .createAcctSTudentIndexBox {
        width: 100% !important;
        padding-right: 0px !important;
    }

    .createAcctTwiterBox {
        width: 100% !important;
    }

    .ORTxtStyling {
        display: none;
    }

    .twitterTxtOutline {
        border-left: 0px !important;
        padding-left: 0% !important;
    }

    .paddTop0px {
        padding-top: 30px !important;
    }

    .paddTop0pxMob {
        padding-top: 0px !important;
    }

    .displayFlexMob {
        display: flex;
    }

    .additionalInfoImageMob {
        width: 80%;
        padding-left: 15%;
    }

    .registerBox2 {
        width: 80% !important;
        display: flex;
        justify-content: center;
    }

    .registerBoxOutline {
        width: 50%;
        display: flex;
        justify-content: flex-end;
        padding-bottom: 110px;
        padding: 20px;
        padding-top: 115px;
    }

    .paddTop30pxMob {
        padding-top: 30px !important;
    }

    .paddTop20pxMob {
        padding-top: 20px !important;
    }

    .txtAlignCenterMob {
        text-align: center !important;
    }

    .justifyContentCenter {
        justify-content: center !important;
    }

    .resourcesContent img {
        width: 300px !important;
    }
}

@media all and (max-width: 1249px) {
    #partnerWelcome .heading1 {
    }

    #partnerWelcome .heading2 {
        width: 100% !important;
    }
}


/*Mobile specific Styling Ends here*/

.navItemEcTopNav {
    padding-right: 20px !important;
    color: white !important;
    text-decoration: none;
    font-size: 16px;
    font-family: Roboto, sans-serif;
}

.welcomeUserAtagTxt {
    padding-right: 20px !important;
    font-family: Tahoma,Verdana;
    font-size: 16px;
    color: #CCCCCC !important;
}

#carouselExampleIndicators {
    min-height: 250px !important;
}

.siteNameHeader {
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    padding-left: 25px;
}

.alreadyHaveAcct {
    padding-right: 20px;
    font-family: Tahoma,Verdana;
    font-size: 16px;
    color: #CCCCCC;
    display: table-cell;
    vertical-align: middle
}

.signInBtnStyle {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    width: 120px;
    margin-right: 10px;
}

.topNavHeaderRightDiv {
    display: table;
    height: 70px;
    line-height: 70px
}

.topNavHeaderLogoImg {
    max-height: 30px;
    height: 30px;
    width: 160px;
}

.ecTopNavMainDiv {
    background-image: linear-gradient(to right, #191D4A, #04367D);
    color: White;
    padding: 0px !important;
    min-height: 70px;
}

.topHeaderMainDiv {
    background-image: linear-gradient(to right, #191D4A, #04367D);
    color: White;
    padding: 0px !important;
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    max-height: 70px;
}

.topHeaderLogoDiv {
    padding-left: 30px;
    padding-right: 20px;
    line-height: 70px;
}

.footerMainDiv {
    padding-top: 50px;
    display: flex;
    padding-bottom: 20px;
    min-height: 150px;
}

.termsOFUseLinks {
    font-weight: bold;
    color: white;
    padding-right: 10px;
    padding-left: 5px;
}

    .termsOFUseLinks:hover,
    .termsOFUseLinksLastLink:hover {
        color: white;
    }

.termsOFUseLinksLastLink {
    font-weight: bold;
    color: white;
    padding-left: 10px;
    border-left: 1px solid white;
}

.registerBox2 {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.footerSocialIcons {
    text-align: center;
    width: 25%;
    margin-right: 100px;
}

.footerLogoDiv {
    width: 160px;
    margin-left: 110px;
    height: 30px;
    margin-right: 30px;
}

.footerTxtDiv {
    color: #CCCCCC;
    font-family: Tahoma,Verdana;
    font-size: 14px;
}

.createAcctContainer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}

.createAcctBgShape {
    background-image: linear-gradient(#191D4A,#04367D);
    /* clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%); */
    display: flex;
}

.createAcctBgShapeHomePage {
    //margin-top: -4vw;
    background-image: linear-gradient(#191D4A,#04367D);
    //clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

.createAcctSTudentIndexBox {
    padding-right: 10%;
    width: 60%
}

.createAcctSTudentIndexBox2 {
    padding-right: 10%;
    width: 55%;
    padding-left: 7%;
}

.createAcctTwiterBox {
    width: 40%
}

.twitterTxtStyling {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ORTxtStyling {
    color: white;
    font-size: 12px;
    margin-left: -2%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}

.twitterTxtOutline {
    padding-top: 30px;
    border-left: 1px solid #DBC907;
    padding-left: 15%;
}

.createAcctFlexContainer {
    display: flex;
    justify-content: flex-end;
}

.createAcctFlexContainerCenter {
    display: flex;
    justify-content: center;
}

.additionalMsgTitle {
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #191D4A;
    border-bottom: 8px solid #DBC907;
    padding-bottom: 8px;
    line-height: 48px;
}

.additionalMsgBgShape {
    background-image: linear-gradient(#EEEEEE,#EEEEEE);
    /* clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%)  */
}

.additionalMsgOutline {
    display: flex;
    padding-top: 40px;
    padding-bottom: 140px;
}

.tabBoxOutlinePadd {
    padding: 17.5px;
    padding-bottom: 35px;
}

.tabBoxBtn,
.tabBoxBtn:hover {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    border-radius: 10em;
    width: 210px;
    font-weight: bold;
    background-color: transparent;
    border-color: white;
    color: white;
    padding: 20px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

.tabBoxesBg {
    margin-top: 50px;
    background-size: cover;
}

.tabBoxesOutline {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
    padding: 10%;
}

.tabBox {
    height: 270px;
    padding-top: 60px;
}

.naiaByNumbersMainDiv {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.naiaByNumbersMainDiv2 {
    align-items: center;
    justify-content: space-around;
    display: flex;
    padding: 10px;
    width: 20%;
}

.btm70px {
    bottom: -70px !important;
}

.naiaByNumbersMainDiv3 {
    padding-top: 44px;
    border-radius: 50%;
    border: 10px solid #DBC907;
    width: 190px;
    font-weight: bold;
    height: 190px;
    text-align: center;
}

.whyRegisterBgStyle {
    background-image: linear-gradient(#04367D,#04367D);
    padding-top: 11px;
}

.redGraphicImgStyle {
    position: absolute;
    left: 0%;
    line-height: 0;
}

.readyPlayTxt {
    padding-left: 110px !important;
    font-size: 85px;
    text-align: left;
    width: 50%;
    padding: 10px;
}

.greenRoundedBtns {
    border-radius: 10em;
    width: 70%;
    background-color: #83B231;
    border-color: #83B231;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.txtColor191D4A {
    color: #191D4A !important;
}

.additionalInfoDiv {
    display: flex;
    padding-bottom: 80px;
}

.movDivtoTop {
    position: relative;
    top: -80px;
}

.movDivtoTop100px {
    position: relative;
    top: -100px;
}

.polyTopYellow {
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    background-color: #DBC907;
    height: 50px;
    width: auto;
    margin-right: 100px;
    margin-left: 100px;
}

.ployBtmRed {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
    background-color: #D52130;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
}

.additionalImgStyle {
    padding-top: 25%;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    padding-left: 12%;
}

.getOnBoradDiv {
    background-image: linear-gradient(#191D4A,#04367D);
    /* clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%); */
}

.carousel-indicators .active {
    background-color: #DBC907 !important;
}

.bg {
    height: 630px;
    display: flex;
    justify-content: center;
    background-size: cover;
}

.whyRegisterPolyShape {
    background-color: #EEEEEE;
    padding-bottom: 120px;
    width: 1150px;
    margin: auto;
    background: url(/Media/1031/graphic-crest-bg-grey@2x.png) no-repeat center center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.siteMargin {
    margin: auto;
    width: 1150px;
}

.whyRegisterHeaderTxt {
    font-weight: bold;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    padding: 50px;
    text-align: center;
    padding-bottom: 30px;
}

.whyRegisterHeaderContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.benifitColOutline {
    padding-left: 2%;
    padding-right: 2%;
}

.benifitColOutlineMobile {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 2%;
    padding-bottom: 2%;
}

.verticalLine {
    margin-top: 55px;
    border-right: 1px solid #DBC907;
    height: 165px;
}

.GetOnBoradflexDiv {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    justify-content: center;
}

iframe.k2 {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    min-height: 100vh;
}

.divTable {
    display: table;
    width: 100%;
}

.divCenteredTable {
    display: table;
    width: 50%;
    border: 1px solid #999999;
    background-color: lightgrey;
    margin-left: 50px;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 0px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableCellCentered {
    text-align: center;
    font-weight: bold;
    font-size: large;
    border: 0px solid #999999;
    display: table-cell;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.registerBox {
    overflow: hidden;
    opacity: 0.85;
    color: white;
    padding: 25px;
    background-image: linear-gradient( rgba(0,0,0,1), rgba(0,0,0,0.5));
    padding-left: 40px;
    padding-right: 40px;
    width: 460px;
    height: fit-content;
}

.iframeVideoStyling {
    width: 600px;
    height: 400px;
}

.paddLeft20px {
    padding-left: 20px;
}

.verticalLineRegPg {
    margin-top: 7%;
    border-right: 1px solid #DBC907;
    height: 250px;
}


/* Loading spinner */
.lds-dual-ring {
}

    .lds-dual-ring:after {
        position: absolute;
        left: 45%;
        top: 40%;
        content: " ";
        display: block;
        width: 80px;
        height: 80px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #04367D;
        border-color: #04367D transparent #04367D transparent;
        animation: lds-dual-ring 1.2s linear infinite;
        z-index: 1000;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nav-template:focus,
.nav-template:hover {
    padding-bottom: 4px;
    border-bottom: 4px solid #D52130;
}

.activeNav {
    padding-bottom: 4px;
    border-bottom: 4px solid #D52130;
}

.navName {
    font-size: 16px;
    color: #04367D !important;
    font-weight: bold;
    font-family: Roboto, sans-serif, Black;
}

.fontSize20px {
    font-size: 20px !important;
}

.btn-outlineMine {
    border: 1px solid white !important;
    background-color: transparent !important;
    color: white !important;
    font-weight: bold;
    border-radius: 10em !important;
}

.userNameStyle {
    font-size: 36px;
    color: #081B1C;
    font-weight: bold;
    font-family: Roboto, sans-serif, Black;
    padding-bottom: 20px;
    padding-left: 1rem;
}

.colorWhite {
    color: white !important;
    /* padding-left : 1.5rem !important; */
}

.footer {
    background-image: linear-gradient(to right, #191D4A, #04367D);
    min-height: 150px;
}


.inner-addon {
    position: relative;
}

    /* style glyph */
    .inner-addon .fa {
        position: absolute;
        padding: 10px;
        pointer-events: none;
        padding-left: 15px;
    }

/* align glyph */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 45px;
}

.right-addon input {
    padding-right: 30px;
}

.carousel-indicators li {
    height: 5px !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

#covid19InfoLink {
    margin-left: 25px;
    padding: 5px 10px 5px 10px;
    border: 1px solid white;
    border-radius: 10em;
    color: white;
    text-decoration: none;
    display: inline-block;
    height: 33px;
    vertical-align: middle;
    line-height: 18px;
}

#covid19InfoLinkK2 {
    margin-left: 25px;
    padding: 5px 10px 5px 10px;
    border: 1px solid white;
    border-radius: 10em;
    color: white;
    text-decoration: none;
}

.yellowWedge {
    position: relative;
    top: -150px;
}

#partnerWhyRegister .content {
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
}

#partnerWhyRegister .flex {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row wrap;
}

    #partnerWhyRegister .flex > div {
        flex: 0 50%;
    }

.iconBullets {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row wrap;
}

    .iconBullets > div {
        margin-bottom: 40px;
    }

    .iconBullets .left {
        margin-right: 50px;
        flex: 0 110px;
    }

    .iconBullets .right {
        font-size: 26px;
        flex: 1;
    }

    .iconBullets .circle {
        display: table-cell;
        vertical-align: middle;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border: 5px solid #02468f;
        color: #02468f;
        text-align: center;
    }

    .iconBullets .fa,
    .iconBullets .far,
    .iconBullets .fas {
        font-size: 54px;
    }

.umbracoStyled .form-control {
    display: inline-block !important;
}

    .umbracoStyled .form-control.ddMonth {
        width: 130px;
    }

    .umbracoStyled .form-control.ddXSm {
        width: 80px;
    }

    .umbracoStyled .form-control.ddSm {
        width: 95px;
    }

    .umbracoStyled .form-control.ddMed {
        width: 115px;
    }

.umbracoStyled .form-group .row {
    margin-bottom: 20px !important;
}

.umbracoStyled .form-group hr {
    margin: 30px 0 0;
}

.umbracoStyled .form-group h5 {
    position: relative;
    display: inline-block;
    /*font-family: Tahoma, Verdana;*/
    font-size: 1rem;
    font-weight: bold;
    margin: -30px 0 30px !important;
    background-color: var(--naiaBlue);
    color: white;
    padding: 4px 12px 7px;
    border-top: 1px solid rgba(0,0,0,.1);
}

/*.umbracoStyled .form-group h5:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid var(--yellowWedge);
    bottom:-5px;
    left:0;
    width:100%;
  }*/

.umbracoStyled .form-group div.required {
    font-size: .8em;
    border-left: 4px solid var(--yellowWedge);
    margin-bottom: 40px;
    padding-left: 6px;
}

.umbracoStyled .form-control.required {
    border-left: 4px solid var(--yellowWedge);
}

.partnerBg {
    background-color: #04367D;
}

.partnerLead #carouselNAIAbyNumbers .naiaByNumbersMainDiv2,
.partnerLead #carouselNAIAbyNumbers .col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
}

#partnerWelcome .headings {
    width: 100%;
    padding: 110px 100px 0 120px;
    text-align: left;
}

    #partnerWelcome .headings .heading1 {
        display: block;
        line-height: 1.1em;
        font-family: Roboto, sans-serif;
        font-size: 3.6vw;
        margin-bottom: 28px;
    }

    #partnerWelcome .headings .heading2 {
        display: block;
        line-height: 1.4em;
        font-family: Tahoma, Verdana;
        font-size: 2.12vw;
        width: 60%;
    }

#partnerFormContainer {
    width: 1150px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-top: -180px;
}

    #partnerFormContainer .siteMargin,
    #partnerFormContainer .whyRegisterPolyShape {
        width: 100% !important;
    }

    #partnerFormContainer .form-control {
        color: black !important;
        background: white !important;
    }

        #partnerFormContainer .form-control.readonly {
            background: rgba(255,255,255,0.5) !important;
        }

    #partnerFormContainer .form-group {
        text-align: left;
    }

        #partnerFormContainer .form-group span {
            display: block;
            margin: 0 0 3px 10px;
            font-size: .8em;
        }

    #partnerFormContainer .whyRegisterPolyShape {
        background-position: bottom !important;
        padding: 60px 30px 100px !important;
    }

    #partnerFormContainer > div {
        display: inline-block;
        margin-bottom: 30px;
    }

    #partnerFormContainer .heading {
        padding: 0 30px;
        text-align: center;
    }

#partnerResourcesContainer {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #partnerResourcesContainer .content {
        width: 80%;
        margin: 0 auto;
        padding: 100px 0;
    }

    #partnerResourcesContainer * {
        color: #fff !important;
    }

    #partnerResourcesContainer a {
        text-decoration: underline;
    }

    #partnerResourcesContainer h4 {
        margin: 0 0 10px !important;
    }

    #partnerResourcesContainer ul {
        padding-left: 1.5em !important;
        margin-bottom: 40px;
    }

        #partnerResourcesContainer ul:last-child {
            margin-bottom: 0;
        }

    #partnerResourcesContainer .content p,
    #partnerResourcesContainer .content li {
        font-size: 20px !important;
    }

    #partnerResourcesContainer .flex {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap;
        flex-flow: row wrap;
    }

        #partnerResourcesContainer .flex .left {
            flex: 0 66%;
        }

            #partnerResourcesContainer .flex .left > div {
                padding: 40px;
                background: #2c2c2c;
            }

        #partnerResourcesContainer .flex .right {
            flex: 0 33%;
            text-align: center;
        }

            #partnerResourcesContainer .flex .right > div:first-child {
                padding: 40px;
                margin-bottom: 40px;
                background-color: #04367D;
                display: inline-block;
                text-align: left;
            }

.input-validation-error,
.input-validation-error:focus {
    border: 1px solid red !important;
}

.field-validation-error {
    font-size: .9em !important;
    font-weight: bold;
    padding: 2px 5px;
    margin: 0 !important;
    background: yellow;
}

#form_success,
#form_error {
    padding: 15px;
}

#form_success {
    background: #d6ffcc;
    border: 1px dashed green;
}

#form_error,
.validation-summary-errors {
    background: #ffffcc;
    border: 1px dashed red;
}

.ajaxprogress {
    display: none;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
}

    .ajaxprogress img {
        margin: 0 auto;
    }

.ajaxstatus {
    margin-bottom: 25px;
}

.form-readonly,
.form-readonly * {
    color: black !important;
}

.form-readonly {
    font-size: 1.5em !important;
}

#roa_bookmarker {
    display: none;
    float: right;
    clear: both;
    padding: .2rem .5rem;
    font-size: .8rem;
}

.flexEvenlySpaced {
    display: flex;
    width: 100%;
}

    .flexEvenlySpaced > div {
        flex-grow: 1;
        flex-basis: 80px;
        align-self: center;
    }

    .flexEvenlySpaced div.centered {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.dropdown-label {
    white-space: pre;
    font-size: 1.2em;
    font-weight: bold;
    color: #00498e;
}

.welcomeUserTxt.show a {
    display: block;
}

.welcomeUserTxt.dropdown .dropdown-menu {
    left: unset;
    right: 0;
    min-width: unset;
    text-align: center;
    padding: 0;
}

    .welcomeUserTxt.dropdown .dropdown-menu a {
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        color: white;
        padding: 8px 20px;
        background-color: #191D4A;
        border-bottom: 1px solid #0853be;
    }

        .welcomeUserTxt.dropdown .dropdown-menu a:last-child {
            border: 0;
        }

        .welcomeUserTxt.dropdown .dropdown-menu a:hover {
            background-color: #054990;
        }

.SourceCode-Forms-Controls-Web-ControlPack-HTMLEditor .reContentArea li {
    font-family: inherit;
}

.navbar-toggler {
    color: rgba(255,255,255,0.5) !important;
    border-color: rgba(255,255,255,0.5) !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.splashBg {
    display: none;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .whyRegisterPolyShape {
        height: 530px;
    }

    .whyRegisterHeaderTxt {
        /* padding-top: 100px !important; */
        /* padding-bottom: 50px !important; */
    }

    .registerBox {
        height: 400px !important;
    }

    #registerStudentBtnId {
        margin-top: 20px !important;
    }

    .imgMaxWidthHeight {
        width: 2000px !Important;
    }
}

@supports (-ms-accelerator:true) {
    /* IE Edge 12+ CSS styles go here */
    .registerBox {
        height: 390px !important;
    }
}

.triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 100px solid red;
    border-left: 100px solid transparent;
}

a.aTagStyle {
    color: white !important;
    text-decoration: none !important;
}

.k2ParentDashboardIframe {
    width: 100%;
    border: 0px !important;
    height: 500px;
}

#reportContainer > iframe {
    border: 0px !Important;
}

.counter {
    width: 1150px;
    margin: auto;
}

.roaFooterLogoClass {
    height: 60px !important;
    width: 120px !important;
}

@media screen and (max-width:550px) {
    #covid19InfoLinkK2 {
        display: none;
    }
}

@media screen and (max-width:570px) {
    #covid19InfoLink {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 100px;
        width: 70%;
        height: 33px;
        vertical-align: middle;
        line-height: 18px;
    }
}

@media screen and (max-width:950px) {
    .splash {
        height: unset;
    }

    .splashBg {
        display: block;
        width: 100%;
        align-self: self-start;
    }
}

@media screen and (max-width:1050px) {
    .whyRegisterHeaderContainer {
        display: block;
        margin-bottom: 75px;
    }

        .whyRegisterHeaderContainer div[class^="col-md-"] {
            max-width: 100%;
            border: none !important;
            border-bottom: 5px solid #dbc907 !important;
            margin-bottom: 15px;
        }

            .whyRegisterHeaderContainer div[class^="col-md-"]:last-child {
                border: none !important;
                margin-bottom: 0 !important;
            }
}

@media screen and (max-width:1220px) {
    #partnerFormContainer {
        width: 100%;
    }

    #carouselNAIAbyNumbers {
        display: block !important;
    }

    #normNAIAbyNumbers {
        display: none !important;
    }

    #partnerWhyRegister .flex {
        display: block;
    }

    #partnerWhyRegister .left,
    #partnerWhyRegister .right {
        padding: 0;
        width: 100%;
    }
}

@media screen and (max-width:1423px) {
    #partnerResourcesContainer .flex {
        flex-direction: column;
    }

        #partnerResourcesContainer .flex > div {
            padding: 0;
        }
}

@media screen and (max-width:1519px) {
    /*.collapse:not(.show) {
    display: none !important;
  }*/

    .navbar {
        justify-content: space-between !important;
        flex-wrap: wrap !important;
    }

    .navbar-collapse {
        /*text-align: right;*/
        flex-basis: 100%;
    }

    /*.navbar-nav {
    display: inline-block;
    margin-top:10px;
    margin-bottom:10px;
  }*/

    /*.nav-link {
    color:#fff !important;
  }*/

    .nav-item {
        text-align: center;
        padding: 0 !important;
        /*border-top:1px solid rgba(255,255,255,0.5) !important;*/
        border-left: 0 !important;
        margin-left: 0;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-expand-xl {
        flex-flow: unset
    }

        .navbar-expand-xl .navbar-toggler {
            display: unset;
        }

        .navbar-expand-xl .navbar-collapse {
            flex-basis: 100%;
        }
}

@media screen and (min-width:1520px) {
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-nav {
        justify-content: center;
        align-items: center;
    }

    .navbar-toggler {
        display: none;
    }
}
