@font-face {
    font-family: 'AvenirNext-DemiBold';
    src: url('/fonts/AvenirNext-DemiBold.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext-Regular';
    src: url('/fonts/AvenirNext-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirBook';
    src: url('/fonts/Avenir-Book.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-family: "AvenirNext-Regular", Arial, Helvetica, sans-serif;
}

.ex-hight {
    height: 38px !important;
}

.navbar-default {
    background-color: #ffffff;
    margin-bottom: 0;
    border-radius: 0;
}

.jumbotron {
    width: 100%;
    position: relative;
    border-radius: 0!important;
    background-color: #F7F7F7;
    padding-top: 150px;
}

.jumbotron .fixed-btn {
    position: absolute;
    bottom: -16px;
}

.jumbotron h1 {
    margin: 0px;
    padding: 0px;
    font-size: 54px;
    font-weight: 400;
    font-family: "AvenirNext-Regular", sans-serif;
    line-height: 1.2;
    margin-bottom: 80px;
}

.textBlue {
    color: #0209B9!important;
}

.item-group {
    display: block;
    margin-bottom: 0;
    z-index: 2;
}

.item-group li a .title {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.item-group li a .info {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 19px;
    font-family: "AvenirNext-Regular", sans-serif;
    padding-left: 25px;
}

.item-group .navbar-nav {
    width: 100%;
    margin: 0 auto;
}

.item-group .navbar-nav li {
    width: 25%;
    height: 92px;
    overflow: hidden;
}

.item-group .navbar-nav li a {
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.item-group .nav>li>a:focus,
.item-group .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    -ms-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.item-group .nav>li>a:hover .info {
    position: relative;
}

.item-group .nav>li>a:hover .info:after {
    content: "";
    background-color: #0209B9;
    width: 85%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 25px;
}

.navbar.navbar-default {
    min-height: 83px;
    padding-top: 15px;
    border-bottom: 1px solid #ddd!important;
    border: none;
}

.navbar-brand {
    width: 134px;
    height: 55px;
    padding: 0 15px;
}

.nav .search-item {
    margin-right: 49px;
    z-index: 999;
}

.nav .menu-item {
    position: relative;
    left: 20px;
    z-index: 999;
}

.btn-primary {
    color: #fff;
    background-color: #0209B9;
    border-color: #0209B9;
}

.btn {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: normal;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.btn.md {
    width: 132px;
}

.featured-image {
    position: relative;
}

.featured-image .thumb.fixed-right {
    position: absolute;
    right: 0;
    top: -105px;
    z-index: 1;
    max-width: 100%;
    height: 815px;
    width: auto;
}

.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(112, 112, 112, 0.52);
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.circle:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #030303;
    text-align: center;
    vertical-align: middle;
}

.circle.Maroon:before {
    content: "";
    background: #6E1401;
}

.circle.darkGreen:before {
    content: "";
    background: #399C09;
}

.circle.royalBlue:before {
    content: "";
    background: #120BCC;
}

.circle.navyBlue:before {
    content: "";
    background: #000080;
}

.circle.purple:before {
    content: "";
    background: #660099;
}

.circle.red:before {
    content: "";
    background: red;
}

.circle.royalBlue:before {
    content: "";
    background: #120BCC;
}
.item-group .nav>li>a:hover .info.black:after{
    content: "";
    background: #030303;
    width: 85%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 25px;
}
.item-group .nav>li>a:hover .info.Maroon:after{
    content: "";
    background: #6E1401;
    width: 85%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 25px;
}
.item-group .nav>li>a:hover .info.darkGreen:after{
    content: "";
    background: #399C09;
    width: 85%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 25px;
}
.item-group .nav>li>a:hover .info.royalBlue:after{
    content: "";
    background: #120BCC;
    width: 85%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 25px;
}
.item-group .nav>li>a:hover .info.navyBlue:after{
    content: "";
    background: #000080;
    width: 85%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 25px;
}
.item-group .nav>li>a:hover .info.purple:after{
    content: "";
    background: #660099;
    width: 85%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 25px;
}
.item-group .nav>li>a:hover .info.red:after{
    content: "";
    background: red;
    width: 85%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 25px;
}
.item-group .nav>li>a:hover .info.royalBlue:after{
    content: "";
    background: #120BCC;
    width: 85%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 25px;
}

.nomination .header {
    font-size: 43px;
    font-family: "AvenirNext-Regular", sans-serif;
    margin-bottom: 70px;
}

.nomination {
    padding: 60px;
    padding-bottom: 150px;
}

.nomination .info-item {
    width: 20%;
    height: 180px;
    overflow: hidden;
}

.nomination .info-item h5 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 18px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    text-transform: uppercase;
}

.nomination .info-item h5 a {
    color: #C6C6C6;
}

.nomination .info-item p {
    font-size: 14px;
    font-weight: 400;
    color: #575757;
    font-family: "AvenirNext-Regular", sans-serif;
}

.nomination .info-item p a {
    color: #575757;
}

footer {
    border-top: 1px solid #ddd;
    padding-top: 51px !important;
}

.footer p {
    font-size: 14px;
    font-weight: 400;
    color: #575757;
    font-family: "AvenirNext-Regular", sans-serif;
}

.footer {
    padding: 0 60px;
}

.footer-logo img {
    width: 95px;
    height: 40px;
    margin-bottom: 20px;
}


/* --side menu-- */

#sidebar-wrapper {
    margin-right: -377px;
    right: 0;
    top: 0;
    width: 377px;
    position: fixed;
    height: 100%;
    overflow-y: hidden;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

#sidebar-wrapper.active {
    right: 377px;
    width: 377px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.sidebar-nav {
    position: absolute;
    top: 83px;
    width: 377px;
    height: 100%;
    background: #0209B9;
    list-style: none;
    margin: 0;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 70px;
    overflow-x: auto;
}


/* --scrollbar fix-- */

.sidebar-nav::-webkit-scrollbar {
    width: 0.5em;
}

.sidebar-nav::-webkit-scrollbar-thumb {
    background: #0209B9;
}

.sidebarTop {
    float: right;
    background: #0209b9;
    z-index: 99;
    width: 283px;
    max-width: 75%;
    height: 83px;
    border-radius: 5px 0 0 0;
}

.nav.navbar-nav.sidebarHead {
    padding-top: 15px;
}

.sidebarTop .sidebarHead .search-item {
    display: inline-block;
    margin-right: 10px;
    z-index: 999;
    padding: 0px 40px;
}

.sidebarTop .nav>li>a:focus,
.sidebarTop .nav>li>a:hover {
    text-decoration: none;
    background-color: #0209b9;
}

.sidebar-nav li {
    line-height: normal;
    margin-bottom: 30px;
    position: relative;
}

.sidebar-nav li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: "AvenirNext-DemiBold", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    color: #FFFF01;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    border: none;
    float: none;
}

.sidebar-nav .dropdown-menu li a {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    font-family: "AvenirNext-Regular", sans-serif;
}

.sidebar-nav .dropdown-menu li a:hover,
.sidebar-nav .dropdown-menu li a:focus {
    background: transparent;
}

.sidebar-nav .dropdown-menu li {
    margin-bottom: 8px!important;
    margin-left: 18px;
}

.sidebar-nav .dropdown-menu {
    margin-top: 10px!important;
}

.sidebar-nav .open .dropdown-toggle {
    color: #FFFF01;
}


/* ---sub-association--- */

.sub-association-info {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.Sub-Association {
    width: 100%;
    border-radius: 0!important;
    background-color: #F7F7F7;
    padding-top: 106px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 53px;
    margin-bottom: 0px;
}

.hadding-t {
    margin: 0px;
    padding: 0px;
    font-size: 43px;
    color: #0209B9;
    margin-bottom: 16px;
    font-family: "AvenirNext-Regular", sans-serif;
}

.Sub-Association p {
    font-size: 15px;
    margin-bottom: 55px;
    color: #0209B9;
    font-weight: 500;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.wb-dot {
    display: block;
}

.wb-dot li {
    position: relative;
    padding: 3px 5px;
    display: inline-block;
}

.wb-dot li a::before {
    content: "";
    top: 9px;
    left: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0209B9;
    display: inline-block;
    margin-right: 5px;
}

.wb-dot li .wb-link {
    font-size: 15px;
    color: #0209B9;
    text-decoration: none;
    font-weight: 400;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.LEAD-CONTACT {
    width: 100%;
    padding-top: 44px;
    padding-bottom: 66px;
    box-sizing: border-box;
}

.LEAD-CONTACT h4 {
    font-size: 15px;
    color: #0209B9;
    margin-bottom: 11px;
    font-weight: 600;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.LEAD-CONTACT ul li {
    color: #575757;
    margin-bottom: 0;
}

.LEAD-CONTACT ul li a {
    color: #575757;
    font-weight: 600;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.LEAD-CONTACT ul .li-black {
    color: #000;
    font-weight: 600;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.devide {
    border-top: 1px solid rgba(0, 0, 0, 0.33);
    width: 100%;
    padding-top: 17px;
    padding-bottom: 47px;
}

.ex-pad {
    padding-top: 23px;
}

.devide-img {
    width: 100%;
}

.devide-img img {
    width: 118px;
    height: 52px;
    margin-bottom: 16px;
}

.devide-img .Pal-College {
    width: 90px;
    height: 53px;
}

.devide-img .GalstaunCollege {
    width: 52px;
    height: 52px;
}

.devide-img .PittwaterHouse {
    width: 91px;
    height: 59px;
}

.devide-img .HeritageCollege {
    width: 63px;
    height: 63px;
}

.devide-img .logo-seda-nsw_small {
    width: 147px;
    height: 38px;
    margin-bottom: 28px;
}

.devide-img .Int-Football {
    width: 61px;
    height: 63px;
}

.devide-img .Layer-2 {
    width: 129.72px;
    height: 55px;
}

.devide-img .Mask-Group-2 {
    width: 203px;
    height: 41px;
}

.devide-img .YouthOffTheStreets {
    width: 126px;
    height: 40.5px;
}

.devide-img .MoriahCollege {
    width: 173px;
    height: 35px;
}

.devide ul li {
    color: #575757;
    margin-bottom: 1px;
    font-weight: normal;
    font-size: 14px;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.devide ul .li-black {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.devide ul li a {
    color: #707070;
    font-weight: 400;
    font-size: 14px;
    font-family: "AvenirNext-DemiBold", sans-serif;
}


/* ---------hover---------- */

.Sub-Association .wb-dot li:hover {
    background: #0209B9;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    display: inline-block;
}

.Sub-Association .wb-dot li:hover a {
    color: #fff;
}

.Sub-Association .wb-dot li:hover a:before {
    display: none;
}

.Administration-con {
    width: 100%;
    border-radius: 0!important;
    background-color: #F7F7F7;
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 0px;
    padding-bottom: 60px;
}


/*----------from--------*/

.from-info {
    width: 100%;
}

label {
    margin: 0px;
    padding: 0px;
}

.con-form {
    width: 100%;
    border-radius: 0!important;
    background-color: #F7F7F7;
    padding-top: 106px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 118px;
}

.con-form.top {
    padding-top: 106px;
    padding-bottom: 88px;
}

.con-form.top .hd-pera-text {
    margin-bottom: 0;
}

.mb-tex {
    margin-bottom: 80px;
}

.hd-pera-text {
    font-size: 14px;
    color: #575757;
    margin-bottom: 88px;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.cast-selec {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 0.50px solid #70707045;
    padding-left: 24px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    background: #fff;
}

.txt-l {
    text-align: right;
}

.form-text {
    color: #0209B9;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.mg-b-input {
    margin-bottom: 24px;
}

.mg-b-input-l {
    margin-bottom: 32px;
}

.pad-l {
    padding-left: 10px;
    padding-right: 42px;
    font-size: 15px;
    font-weight: normal;
    font-family: "AvenirNext-DemiBold", sans-serif;
    color: #000;
}

.pad-ll {
    padding-left: 10px;
    padding-right: 60px;
    font-size: 15px;
    font-weight: normal;
    font-family: "AvenirNext-DemiBold", sans-serif;
    color: #000;
}

.d-flex {
    display: flex;
}

.des-tex-foot {
    width: 100%;
    padding-left: 10px;
}

.des-tex-foot p {
    font-size: 14px;
    color: #000000;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal;
}

.mg-foot-bot {
    margin-bottom: 54px;
}

.cast-btn {
    padding: 9px 26px;
    background-color: #0209B9;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    border: none;
    float: right;
    font-family: "AvenirNext-DemiBold", sans-serif;
    text-transform: uppercase;
}

.re-tex {
    color: #575757;
    float: left;
    font-size: 10px;
    margin-left: 22px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    line-height: 5;
}

.custom-select {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background: #fff;
}

.cast-check {
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
}


/*--------Documents--------*/

.documents-info {
    width: 100%;
}

.con-doc {
    width: 100%;
    border-radius: 0!important;
    background-color: #F7F7F7;
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 104px;
}

.doc-p {
    font-size: 15px;
    color: #0209B9;
    font-weight: 500;
    margin-bottom: 76px;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.doc-rising h5 {
    font-size: 15px;
    font-weight: 600;
    color: #0209B9;
    font-family: "AvenirNext-DemiBold", sans-serif;
    margin-bottom: 22px;
}

.doc-link-m {
    display: block;
    margin-bottom: 40px;
}

.doc-link-m li {
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
}

.doc-link-m li .doc-link-a {
    font-size: 14px;
    color: #575757;
    font-family: "AvenirNext-Regular", sans-serif;
    padding: 3px 0;
    display: inline-block;
}

.doc-link-m li .doc-link-a::before {
    display: inline-block;
    content: "";
    top: 6px;
    left: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0209B9;
    margin-right: 10px;
}

.doc-link-m li .doc-link-a:hover {
    background-color: #0209B9;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}

.doc-link-m li .doc-link-a:hover::before {
    display: none;
}


/*--------Sports-BASKETBALLâ€“1-------*/

.acodion-info {
    width: 100%;
}

.con-basketball {
    width: 100%;
    border-radius: 0!important;
    background-color: #F7F7F7;
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 127px;
}

.aices-con-text {
    font-size: 15px;
    color: #0209B9;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.chuse-pin {
    display: block;
}

.chuse-pin li {
    margin-bottom: 1px;
    color: #575757;
    font-size: 14px;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.chuse-pin li a {
    color: #575757;
    font-size: 14px;
    font-weight: 600;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.chuse-pin .hi-lg {
    color: #000000;
    font-weight: 600;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.mm-boot {
    margin-bottom: 60px;
}

.hov-cont {
    margin-bottom: 25px;
}

.cis-details {
    margin-bottom: 48px;
}

.cis-details h6 {
    font-size: 15px;
    color: #0209B9;
    font-weight: 400;
    font-family: "AvenirNext-DemiBold", sans-serif;
    margin: 0px;
    margin-bottom: 14px;
}

.cis-details ul li a {
    font-size: 14px;
    color: #575757;
    font-family: "AvenirNext-DemiBold", sans-serif;
    text-decoration: underline;
}

.cis-details ul li {
    margin-bottom: 12px;
}

.download-con h6 {
    font-size: 14px;
    color: #0209B9;
    font-weight: 400;
    font-family: "AvenirNext-DemiBold", sans-serif;
    margin: 0px;
    margin-bottom: 14px;
}

.foot-img-down {
    display: flex;
}

.foot-img-down span {
    padding-right: 6px;
}

.foot-img-down span img {
    width: 129px;
    height: 38px;
}

.my-cast-btn {
    max-width: 95%;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    font-family: "AvenirNext-DemiBold", sans-serif;
    display: inline-block;
    width: 100%;
}

.iimg {
    margin-left: auto;
    width: 13px;
    height: 20px;
}

.iimg-2 {
    margin-left: auto;
    width: 13px;
    height: 20px;
}

.iimg-3 {
    margin-left: auto;
    width: 13px;
    height: 20px;
}

.iimg-4 {
    margin-left: auto;
    width: 13px;
    height: 20px;
}

.iimg-on {
    background-repeat: no-repeat;
    background-position-y: center;
}

.iimg-to {
    background-repeat: no-repeat;
    background-position-y: center;
}

.hide-hob-sec {
    width: 100%;
    border-left: 1px solid #C6C6C6;
    margin-bottom: 52px;
}

.hide-hob-sec-2 {
    width: 100%;
    border-left: 1px solid #C6C6C6;
    margin-bottom: 52px;
    padding: 20px;
}

.hide-hob-sec-3 {
    width: 100%;
    border-left: 1px solid #C6C6C6;
    margin-bottom: 52px;
    padding: 20px;
}

.hide-hob-sec-4 {
    width: 100%;
    border-left: 1px solid #C6C6C6;
    margin-bottom: 52px;
    padding: 20px;
}

.m-b-boot {
    margin-bottom: 25px;
}

.pad-bot-booton {
    margin-bottom: 40px;
}

.dates-sec-my {
    width: 100%;
    height: 163px;
    padding-top: 18px;
    padding-left: 12px;
    margin-bottom: 54px;
}

.bdr-ext {
    border-left: 1px solid #C6C6C6 !important;
}

.aco-hcas {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #0209B9;
    margin-bottom: 12px;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.dates-sec-my ul li {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    font-family: "AvenirNext-DemiBold", sans-serif;
    margin-bottom: 0;
}

.hi-lg-cas {
    color: #707070 !important;
    font-weight: 600!important;
}

.aco-link-t {
    padding-left: 12px;
}

.aco-link-t h4 {
    margin: 0px;
    padding: 0px;
    color: #0209B9;
    font-size: 15px;
    font-weight: 600;
    font-family: "AvenirNext-DemiBold", sans-serif;
    margin-bottom: 24px;
}

.mg-add-ex {
    margin-bottom: 17px !important;
}

.do-li-aco {
    display: block;
    margin-bottom: 54px;
}

.do-li-aco li {
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
}

.do-li-aco li .do-li-aco-a {
    font-size: 14px;
    color: #575757;
    font-family: "AvenirNext-DemiBold", sans-serif;
    display: inline-block;
    padding: 3px 0;
}

.do-li-aco li .do-li-aco-a::before {
    position: relative;
    display: inline-block;
    content: "";
    top: -2px;
    left: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0209B9;
    margin-right: 5px;
}

.md-not-1,
.md-not-2,
.md-not-3,
.md-not-4 {
    margin-bottom: 24px;
    font-size: 14px;
    color: #575757;
    font-weight: normal;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.md-not-1 li {
    margin-bottom: 9px;
}

.md-not-2 li {
    margin-bottom: 9px;
}

.md-not-3 li {
    margin-bottom: 9px;
}

.md-not-4 li {
    margin-bottom: 9px;
}

.md-not-2 .bol-extt {
    font-weight: 400;
}

.md-not-3 .bol-extt {
    font-weight: 400;
}

.aco-pa-ll {
    font-size: 14px;
    color: #575757;
    font-weight: normal;
    font-family: "AvenirNext-DemiBold", sans-serif;
    margin-bottom: 76px;
}

.re-mar-lo {
    margin-bottom: 26px !important;
}

.mg-4-new {
    margin-bottom: 38px !important;
}

.mid-ul-mmdd {
    margin-bottom: 28px;
}

.mid-ul-mmdd li {
    font-size: 14px;
    color: #575757;
    font-family: "AvenirNext-DemiBold", sans-serif;
    margin-bottom: 6px;
}

.foot-ul-last {
    margin-bottom: 54px;
}

.foot-ul-last li {
    font-size: 14px;
    color: #575757;
    font-family: "AvenirNext-DemiBold", sans-serif;
    margin-bottom: 6px;
}

.llsst-mmg {
    margin-bottom: 23px !important;
}

.none-mmg-f {
    margin-bottom: 0px !important;
}

.none-mmg-f li {
    margin-bottom: 0px !important;
}


/* --------------------- */

.mr-bot {
    font-size: 43px;
    color: #0209B9;
    margin-bottom: 80px;
    font-family: "AvenirNext-Regular", sans-serif;
}

.cont-t {
    margin: 0px;
    padding: 0px;
    margin-bottom: 50px;
}

.cont-t li {
    font-size: 16px;
    color: #575757;
    margin-bottom: 25px;
    box-sizing: border-box;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.mr-l {
    display: block;
    box-sizing: border-box;
}

.mr-l li {
    position: relative;
    padding-left: 0;
}

.mr-l li a::before {
    position: relative;
    display: inline-block;
    content: "";
    top: -2px;
    left: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0209B9;
    margin-right: 8px;
}

.mr-l li .cin-link-text {
    font-size: 15px;
    color: #0209B9;
    text-decoration: none;
    font-weight: 500;
    font-family: "AvenirNext-DemiBold", sans-serif;
    padding: 3px 0;
    display: inline-block;
}

.mr-l li .cin-link-text:hover,
.do-li-aco li .do-li-aco-a:hover {
    background-color: #0209B9;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}

.mr-l li .cin-link-text:hover::before,
.do-li-aco li .do-li-aco-a:hover:before {
    display: none;
}

.bold {
    font-weight: bold;
}

.textGrey {
    color: #999;
}

.coachesManager {
    padding-bottom: 100px!important;
    margin-bottom: 0px;
}


/* -----accordian----- */

.accordion-toggle:after {
    content: "\f078";
    font-family: 'FontAwesome';
    float: right;
    color: #FCFF00;
    font-weight: 100;
}

.accordion-toggle.active:after {
    content: "\f077";
    font-family: 'FontAwesome';
    float: right;
    color: #FCFF00;
    font-weight: 100;
}

.accordion-heading .accordion-toggle {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #0209B9;
    border-radius: 5px;
    padding: 13px 15px;
    cursor: pointer;
    font-size: 15PX;
    font-weight: 600;
    font-family: "AvenirNext-DemiBold", sans-serif;
}

.sel-gen label,
.sel-gen input[type=checkbox],
.sel-gen input[type=radio],
.sel-age label,
.sel-age input[type=checkbox],
.sel-age input[type=radio] {
    vertical-align: bottom;
    line-height: normal;
}


/* ----custom radio btn---- */

.sel-gen,
.sel-age {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sel-gen input,
.sel-age input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.sel-gen .checkmark,
.sel-age .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 19.40px;
    border: 1px solid #a9a9a9;
    background: #dedede;
    border-radius: 3px;
}

.sel-gen input:checked~.checkmark,
.sel-age input:checked~.checkmark {
    background-color: #dedede;
}

.sel-gen .checkmark:after,
.sel-age .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sel-gen input:checked~.checkmark:after,
.sel-age input:checked~.checkmark:after {
    display: block;
}

.sel-gen .checkmark:after,
.sel-age .checkmark:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #000;
    border-width: 0 4px 3px 0;
    -webkit-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    transform: rotate(38deg);
}

.form-control[readonly]{
	background-color: #fff;
}

/*-----------team list from---------*/

.bottom-table-sec {
    table-layout: fixed;
}

.permission-sec {
    margin-bottom: 50px;
}

.info-herder-text-con {
    margin-bottom: 50px;
    text-align: center;
}

.from-foot-coach-sec {
    margin-bottom: 50px;
}

.text-middle-form-c {
    margin-bottom: 50px;
}

.footer-from-sec-group {
    margin-bottom: 50px;
}

.s-fo-t {
    font-size: 14px;
}

.student-nom-st {
    font-size: 18px;
    color: #FF0000;
    font-family: "AvenirNext-DemiBold", sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

.radio-t-chack {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.mg-r-fast {
    margin-right: 42px;
}

.mg-r-toporder {
    margin-right: 6px;
}

.hight-none-m {
    height: auto !important;
}



/* --responsive media-- */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {
    .item-group .navbar-nav li {
        width: 33.33%;
        min-height: 100px;
    }
}

@media screen and (max-width: 992px) {
    .item-group .navbar-nav li {
        width: 33.33%;
        min-height: 100px;
        float: left;
    }
    .jumbotron h1 {
        font-size: 40px;
    }
    .item-group {
        width: 100%;
    }
    .nomination .info-item {
        width: 100%;
        height: auto;
    }
    .featured-image .thumb.fixed-right {
        display: none;
    }
    .txt-l {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 25px;
        padding-left: 25px;
    }
    .jumbotron .row {
        margin: 0!important;
    }
    .item-group li a .info {
        font-size: 12px;
    }
    .item-group li a .title {
        font-size: 13px;
    }
    .navbar-default .navbar-header {
        float: left;
        width: 30%;
    }
    .navbar-default .navbar-nav.navbar-right {
        float: right!important;
        margin-right: -15px;
        width: 70%;
        text-align: right;
    }
    .navbar-default .navbar-nav.navbar-right li {
        display: inline-block;
    }
    .nav .menu-item {
        display: inline-block;
        left: 0;
    }
    .sidebarTop .sidebarHead .search-item {
        margin-right: 50px;
    }
    .accordion-group .bdr-ext {
        display: none;
    }
    .aices-con-text {
        margin-top: 10px;
    }
    .txt-l {
        text-align: left;
    }

}

@media screen and (max-width: 640px) {
    .jumbotron h1 {
        font-size: 34px;
    }
    .item-group .navbar-nav li {
        width: 50%;
    }
    .nomination {
        padding: 20px;
    }
    .footer {
        padding: 0 20px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 20px;
        padding-left: 20px;
    }
    .my-cast-btn {
        font-size: 13px;
    }
    .acodion-info .accordion-group .accordion-body table{
        width: 100% !important;
    }
}

@media screen and (max-width: 580px) {
    .accordion-heading .accordion-toggle {
        padding: 10px 10px;
    }
    .my-cast-btn {
        font-size: 12px;
    }
    .con-basketball,
    .con-form,
    .Sub-Association,
    .Administration-con,
    .con-doc {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 480px) {
    .accordion-heading .accordion-toggle {
        padding: 6px 8px;
    }
    .my-cast-btn {
        font-size: 11px;
        max-width: 95%;
    }
    .mr-bot,
    .hadding-t {
        font-size: 33px;
    }
    .custom-checkbox .pad-ll {
        padding-right: 20px;
    }
    .item-group {
        padding: 0;
    }
}

.item-group {
    padding: 0;
}

@media screen and (max-width: 380px) {
    .mr-bot,
    .hadding-t {
        font-size: 28px;
    }
    .accordion-heading .accordion-toggle {
        padding: 6px 4px;
        font-size: 14px;
    }
    .aco-link-t h4{
        word-break: break-all;
    }
}

@media(max-width:700px) {
    .footer {
        padding: 0px;
    }
}

.extra {
    line-height: 18px;
}

.ex-pad-top {
    padding-top: 6px;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

input[type=reset],
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus {
    -webkit-appearance: none;
    background: transparent;
    background-image: none;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
}

input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus {
    text-decoration: underline;
}

img.in-size-img {
  max-width: 100%;
}

.navbar-header-alert {
    color: red;
    padding-top: 20px;
    margin-left: 70px;
    float: left;
}
@media(max-width:994px) {
    .navbar-header-alert{
        display: none;
    }
}