body{
     color: #222731;
     font-family: Georgia,Times,'Times New Roman',serif;
	  position: relative;
}
 .a-input-field .form-group.validation-error .form-label, .a-input-field .form-group.validation-regex .form-label, .a-input-field .form-group.validation-require .form-label{
     color: #222731!important;
}
body .a-input-field .form-group.validation-error .input-group .a-input-control,
body .a-input-field .form-group.validation-regex .input-group .a-input-control, 
body .a-input-field .form-group.validation-require .input-group .a-input-control{
     border-color:  #888b8d;
}
 body .a-input-field .form-group .a-input-grp .a-input-control{
     font-family:"brandon_grotesqueregular",Calibri,Helvetica,Arial,sans-serif;
     padding: 0;
     margin-bottom: 4px;
     display: block;
     color: #222731;
     font-size: 1rem;
     border-radius: 0px;
     border: 1px solid #888b8d;
     height: 2.8125rem;
}
.a-tooltip p {
    font-size: 1.2rem !important;
}
 body .a-dropdown__title--required, body .a-input-field--required{
     color: #f00;
}
 body .a-input-field .form-group .a-input-label, .a-input-field.form-group .a-input-label, .a-radio-label, .a-checkbox-label{
     color: #222731 !important;
     font-family: 'brandon_grotesquebold',Calibri,Helvetica,Arial,sans-serif;
     font-weight: 700;
     font-size: 1rem;
}
 body .form-group{
     margin-bottom: 30px;
     position: relative;
}
body .a-input-field .form-group.validation-require .a-input-field--text-require,
body .a-input-field .form-group.validation-error .a-input-field--text-require,
body .a-input-field .form-group .form-text.a-input-field--text-require,
body .a-input-field .form-group.validation-error .a-input-field--text-error{
     color: #f00;
     font-family: 'brandon_grotesqueregular',Calibri,Helvetica,Arial,sans-serif;
     margin-top: 4px;
     font-size: .875rem;
     line-height: 1.35rem;
}
body .a-input-field .form-group .a-input-field--text-require .abt-icon.abt-icon-exclamation{
    font-size: 0.75rem;
    padding-right: 8px;
    position: relative;
    top: 1px;    
}
 body .a-checkbox__text{
     font-size: 1rem;
	 font-family: Georgia,Times,'Times New Roman',serif;															
}
 body p a{
     color: #009cde;
}
 body p a:hover{
     text-decoration: underline;
     color: #009cde;
}
label.form-label {
    font-family: 'brandon_grotesquebold',Calibri,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin-bottom: 0rem !important;
}
	.loader-parent {
    height: 100%;
    width: 100%;
    background-color: #ffffffd6;
    position: absolute;
    z-index: 9;
}
.loader-parent em {
    position: fixed;
    left: 50%;
    top: 40%;
    padding: 0px;
    margin-top: 65px;
    animation: spin 2s linear infinite;
    color: #009cde;
}
.loader-parent em:before {
	font-size: 1.375rem;
    font-weight: 700;
}
.loader{
    position: relative;
}
.loader em{
   position: absolute;
    left: 43%;
    top: 5px;
}
.loader p {
	text-align: center;
    font-size: 1.25rem;
    color: #2096cd;
    font-weight: 700;
    margin-top: 50px;
}
/* logo starts here*/
 #logo-image{
     max-width: 536px;
     margin: 15px 0px 17px 40px;
}
 #columnDivider{
     padding-left: 0;
}
/* icon */
 #iconColumns{
     width: 83%;
}
 #iconColumns .col-lg-3{
     padding: 0px;
     flex: 0 0 22%;
}
 #iconColumns .row{
     position:relative;
}
#iconColumns .tooltip-inner{
    max-width: 100% !important;
    z-index: 9999;
    min-width: 300px;
    position: relative;
}
#iconColumns .cmp-text p{
    margin-bottom: 0;
    display: inline;
    font-family: 'Brandon Grotesque',Calibri,Helvetica,Arial,sans-serif !important;
}
 #iconColumns #colSetmidwidth .tooltips{
     left: -55px;
     position: absolute;
     bottom: 2px;
     z-index: 9999;
}
 #iconColumns .tooltips{
     margin-top: 3px;
     text-decoration-style: dashed;
     padding-left: 3px;
     float: left;
     border-bottom: 1px dashed;
}
 #iconColumns .tooltips .abt-icon{
     color: #009cde;
}
/* title */
 .cmp-title .cmp-title__text{
     position: relative;
     width: 100%;
     border: none;
     background: none;
     font-family: "brandon_grotesquebold",Calibri,Helvetica,Arial,sans-serif;
     font-size: .9375rem;
     line-height: 1.1375rem;
}
 .cmp-title .cmp-title__text span{
     width: 300px;
     background: #222731;
     display: inline-block;
     padding: 6px 0;
}
 .cmp-title .cmp-title__text::before{
     border-top: 1px solid #222731;
     content: "";
     margin: 0 auto;
     position: absolute;
     top: 50%;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: -1;
     width: 100%;
}
 .cmp-title .cmp-title__text::after{
     display: none;
}
 #login-container{
     margin-top: -10px;
}
 #login-container .cmp-title{
     --title-dark-bg: #222731;
     --title-top-border: 1px solid #222731;
     position: relative;
     z-index: -9;
}
/* Button */
 body .a-button--primary #secondary-btn{
     color: #d9d9d6;
     background-color: #aa0061;
     background-image: linear-gradient(to bottom, #aa0061 50%, #d9d9d6 50%);
}
 body .a-button--primary #secondary-btn:hover, body .a-button--primary #secondary-btn:active{
     color: #aa0061;
     background-color: #d9d9d6;
}
 body .a-button--primary .btn, body .a-button--primary .btn:disabled, body .btn, body .btn:disabled{
     color: #000;
     background-color: #5bc2e7;
     background-image: linear-gradient(to bottom, #5bc2e7 50%, #000 50%);
     border-top-left-radius: 0px;
     border-top-right-radius: 0;
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0;
     box-shadow: none;
     background-size: 100% 200%;
     border: none;
     transition: all .2s;
     font-family: "brandon_grotesquebold",Calibri,Helvetica,Arial,sans-serif;
     font-size: 1rem;
     padding: 8px 20px;
     text-transform: uppercase;
}
 body .a-button--primary .btn:hover, body .a-button--primary .btn:active, body .btn:hover, body .btn:active{
     color: #5bc2e7;
     background-color: #000;
     box-shadow: none;
     background-position: 0 -100%;
}
 body .o-form-container__buttons .a-button--primary{
     margin-left: 0;
}
/* header text banner */
 body #pageContent .m-hero.m-hero--short{
     display: table;
     width: 100%;
     box-sizing: border-box;
}
 body #pageContent .m-hero.m-hero--short .m-hero__header.h1-hero{
     display: table-cell;
     vertical-align: middle;
     color: #fff;
     font-size: 1.875rem;
     line-height: 2.075rem;
     font-family:"brandon_grotesqueblack",Calibri,Helvetica,Arial,sans-serif;
}
 body #pageContent .m-hero.m-hero--short .m-hero__content{
     width: 100%;
     padding-left: 0px;
	 margin-left: 0px;
	 padding-top:3rem;				  
}
body #pageContent .m-hero.m-hero--short section {
    width: 75%;
    margin: 0 auto;
}


body #pageContent .m-hero .cmp-image__image {
    object-position: center center;
}
 #banner-strip{
     display: block;
     background-color: #452c72;
     height: 34px;
}
#title-only-panel{    
	padding: 52px 0 80px 0;
    background-color: #004f71;
    height: 15rem;
}
 #title-only-panel h1{    
	color: #fff;
    font-weight: 800;    
    padding: 10px 0 0 160px;
}

 #login-container ol li{
     margin: 7px 0;
	 margin-left: 35px;
}			
 body .responsivegrid .aem-Grid>.aem-GridColumn:not(.experiencefragment){
     margin: 0;
     padding-left: 0;
     padding-right: 0;
     max-width: inherit;
     padding-bottom: 0;
}
 #forgot-password, #forgot-password:hover, #forgot-password:active{
     background: none;
     text-transform: capitalize;
     color: #009cde;
     font-family: Georgia,Times,'Times New Roman',serif;
     font-size: 1rem;
     font-weight: normal;
}
 #forgot-password:hover{
     text-decoration: underline;
}
 h3{
     font-size: 1.5rem;
     line-height: 1.7rem;
     font-family: 'brandon_grotesquebold',Calibri,Helvetica,Arial,sans-serif;
     color: #222731;
}
 .cmp-text p{
     font-family: Georgia,Times,'Times New Roman',serif;
}
 #columnDivider .columncontrol__column:first-child{
     border-right: 1px solid #d1d1d1;
	 	padding: 0 30px;
}

 #section-login-container #login-container #iconColumns .a-image__default.a-image__original{
     max-width: 70%;
}
 #colSetwidth .col-12.col-md-2.col-lg-2.columncontrol__column{
	 flex: 0 0 5%;
     width: auto;
     max-width: inherit;
     padding: 0;
}
 #colSetwidth .cmp-text p, #colSetmidwidth .cmp-text p{
     font-size: .875rem;
     line-height: 1.2rem;
     font-family:"brandon_grotesqueregular",Calibri,Helvetica,Arial,sans-serif;
}
 #colSetwidth .tooltip.show, #colSetmidwidth .tooltip.show{
     width: 350px;
     --tooltip-dark-bg: #63666a;
     --tooltip-color: #fff;
}
 #colSetwidth .tooltip.show .tooltip-inner, #colSetmidwidth .tooltip.show .tooltip-inner{
     max-width: 100%;
     border-radius: 0px;
     padding-top: 3px;
     padding-bottom: 3px;
}
 #iconColumns .tooltip.show .tooltip-inner p{
     font-size: 0.875rem !important;
     line-height: 16px !important;
     font-family: Georgia,Times,'Times New Roman',serif !important;
}
 #colSetmidwidth{
     margin-left: 14%;
     padding: 0;
}
 #colSetmidwidth .col-12.col-md-10.col-lg-10.columncontrol__column{
     padding: 0;
}
 #iconColumns .image.image--align-center{
     margin-bottom: 15px;
}
 #iconColumns .columncontrol.column-align--center{
     margin-top: 0px;
}
 #dateTable table{
     font-family:"brandon_grotesqueregular",Calibri,Helvetica,Arial,sans-serif;
     width: 100%;
}
 #dateTable table td{
     padding: 10px 16px;
     border: 1px solid #78d7ff;
     color: #222731;
     background: #fff;
}
 #dateTable table tr:first-child td {
     color: #fff;
     text-align: center;
     font-weight: bold;
     text-transform: uppercase;
     font-size: .875rem;
     background: #009cde;
}
 #dateTable table tr:nth-child(2n+3) td {
     background: #f5f5f5;
}
 .o-footer .col-12.col-lg-6.order-lg-1{
     width: 100%;
     max-width: 100%;
     flex: 0 0 100%;
     font-size: .625rem;
     color: #c6c6c9 	 
}
 .o-footer{
     margin-top: 30px;
     background: #2a2b33;
}
 .o-footer__bottom-section{
     padding-top: 5px;
}
 .o-footer__bottom-section .m-social-media--icons{
     margin: 0;
}
 .o-footer .o-footer__top .m-link-stack a{
     color: #c6c6c9;
     font-family:"brandon_grotesqueregular",Calibri,Helvetica,Arial,sans-serif;
     font-size: .625rem;
     text-transform: uppercase;
     text-decoration: none;
}
 #breakText{
     word-break: break-word;
}
 .container.o-footer__bottom .col-12.col-lg-6.order-lg-12{
     width: 100%;
     flex: 0 0 100%;
     max-width: 100%;
     padding: 0;
     margin: 0;
     position: absolute;
     bottom: 0;
     box-sizing: border-box;
     right: 20px;
}
 .footer{
     position: relative;
}
 .o-footer__disclaimer-section{
     float: right;
}
 .container.o-footer__bottom .m-social-media{
     position: absolute;
     top: -51px;
     right: 0;
}
 .footer .horizontal-divider{
     display: none;
}
 .footer .o-footer{
     padding: 20px 0 60px 0;
}
 .container.o-footer__top .row{
     margin: 0;
}
 .container.o-footer__top .o-footer__link-wrapper{
     padding: 0;
}
 .footer .o-footer .o-footer__top .m-link-stack a:hover{
     color: #009cde !important;
}
 .o-footer__link-wrapper .m-link-stack .a-link{
     line-height: 1.5rem;
     margin: 0 !important;
}
 .footer .container.o-footer__bottom, .footer .o-footer__bottom-section{
     padding: 0;
}
 .o-footer .col-12.col-lg-6.order-lg-1 p{
     font-family: Georgia,Times,'Times New Roman',serif;
     margin-bottom: 8px;
}
 .o-footer__disclaimer-section #cookiePreference{
     font-size: 0.625rem;
}
/* Sign up page styles */
 .formcontainer.formcontainer-halfwidth{
     flex: 0 0 58.3333%;
     max-width: 58.3333%;
     width: 58.3333%;
}
 .formcontainer.formcontainer-halfwidth .o-form-container__buttons{
     justify-content: start;
}
 .formcontainer-halfwidth .container .o-form-container__element{
     flex: 0;
     width: 100%;
     max-width: 100%;
}
 .formcontainer-halfwidth .row.o-form-container__parent{
     display: block;
}
 .formcontainer-halfwidth .o-form-container__outer .container{
     padding: 0;
}
 #usAdministeredSiteAcknowledged-options{
     margin-bottom: 10px;
}
 #signUptxt h3{
     margin-top: 10px;
     margin-bottom: 20px;
}
 #signUptxt{
     margin-bottom: 40px;
}
body .experiencefragment .cmp-experiencefragment--error-messages .container {
     padding: 0 !important;
}
 body .alert-danger{
     border: none;
     background: none;
     color: #f00;
     font-family:"brandon_grotesqueregular",Calibri,Helvetica,Arial,sans-serif;
     padding: 0;
}
 #thank-you-container h4, #addJudgeContainer .cmp-text p{
     font-size: 1rem;
     line-height: 1.2rem;
     margin: 0 0 1rem;
     font-family: 'brandon_grotesquebold',Calibri,Helvetica,Arial,sans-serif;
}
 #thank-you-container p {
     font-size: .875rem;
     line-height: 1.35rem;
     margin: 0 0 1rem;
     font-family: Georgia,Times,'Times New Roman',serif;
}
 #thank-you-container{
     width: 55%;
}
#welcome-text h2{
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: #222731;
	text-transform: uppercase;
}
#welcome-text h1{
	font-family: 'brandon_grotesqueblack',Calibri,Helvetica,Arial,sans-serif;
    font-weight: 900;  
	text-transform: uppercase;
}

#welcome-admin h1{
font-family:'brandon_grotesqueblack',Calibri,Helvetica,Arial,sans-serif;
}

#profileLinks{
     padding-left: 0px;
     max-width: 100%;
}
 #profileLinks a, #returnToDashboard{
     text-transform: uppercase;
     color: #009cde;
     font-size: 0.875rem;
     font-family: 'brandon_grotesquebold',Calibri,Helvetica,Arial,sans-serif;
}
#returnToDashboard{
     padding-left: 12px;
}
 #returnToDashboard .abt-icon.abt-icon-left-arrow{
     font-weight: bold;
     font-size: 0.5rem;
     top: 5px;
     color: #009cde;
	 margin: 0;
}
 #profileHead p{
     margin-top: 20px;
     margin-bottom: 20px;
}
 #editAccount{
     margin-top: 70px;
}
 #editAccount .fields.text{
     margin-top: 30px;
}
 #editAccount p{
     margin-top: 20px;
}
 #profileLinks #logout{
     padding: 0;
}
#logoutProfile .m-link-stack--dropdown{
     width: auto;
     flex: 0;
     padding: 0;
}
 #logoutProfile .m-link-stack__link .a-link a{
     color: #fff;
     width: 0px;
     padding: 0;
	 margin-left: 32px;
}
 #logoutProfile .abt-icon-avatar{
     right: 15px;
     background: #888b8d;
     border-radius: 20px;
     padding: 5px;
     font-size: 1.5rem;
     color: #fff;
     top: -7px;
}
 #logoutProfile{
     float: right;
}
 #myAccount .columncontrol__column .container{
     padding: 0;
}
 #myAccount .columncontrol__column{
     margin-top: 0px;
     margin-bottom: 0px;
}
 #myAccount .columncontrol__column:nth-child(2) .container{
     padding-top: 15px;
}
 #myAccount .m-link-stack__dropdown-wrapper{
     right: -38px;
     border: 1px solid #888b8d;
     border-radius: 4px;
     box-shadow: none;
     background: #f5f5f5;
}
 #myAccount .m-link-stack__dropdown-wrapper::before{
     background: #f5f5f5;
     box-shadow: -2px 2px 1px -1px #888b8d;
     -webkit-box-shadow: -2px 2px 1px -1px #888b8d;
     border-color: #f5f5f5;
}
 #myAccount .m-link-stack__dropdown-wrapper a{
     font-family: 'brandon_grotesquebold',Calibri,Helvetica,Arial,sans-serif;     
     text-transform: uppercase;
     color: #009cde;
}
 #myAccount .m-link-stack__dropdown-wrapper .m-link-stack__list li{
     padding-top: 0px;
     padding-bottom: 0px;
}
 #myAccount .m-link-stack__dropdown-wrapper .m-link-stack__list li:first-child{
     padding-bottom: 15px;
}
 #myAccount .m-link-stack__dropdown-wrapper .m-link-stack__list li:active, #myAccount .m-link-stack__dropdown-wrapper .m-link-stack__list li:hover{
     background: none;
}
 #myAccount .m-link-stack__dropdown-wrapper .m-link-stack__list li a:hover{
     text-decoration: underline;
}
 #myAccount .text{
     margin-bottom: 15px;
     margin-top: 0px;
}
 #myAccount .text p {
     line-height: 1.2rem;
}
 #accordion-date .m-accordion__content .m-accordion__header{
     background-color: #d4f2ff;
}
 #accordion-date .m-accordion__content-items{
     border: none;
	 margin-bottom: 20px;
}
 #accordion-date .m-accordion__title-wrapper{
     padding: 10px;
}
#accordion-date .cmp-accordion {
	padding-right:15px;
}
 #accordion-date .m-accordion__title-wrapper h3{
     font-family: 'brandon_grotesquebold',Calibri,Helvetica,Arial,sans-serif;     
     font-size: 1rem;
     line-height: 1.2rem 
}
 #accordion-date .accordion{
     padding-top: 20px;
}
 .marginNone{
     margin: 0 !important;
}
 .marginTopNone{
     margin-top: 0 !important;
     padding-left: 12px;
}
.marginBtmNone{
   margin-bottom: 0px !important;
}
#accordion-date .container{
     padding: 0;
}
 #accordion-date .m-accordion__body {
     padding: 0;
}
 #applicant-title{
     border-bottom: 1px solid #757575;
}
 #applicant-title p{
     margin: 0;
}
 #accordion-date .columncontrol__column:nth-child(2) h4::before{
     display:none;
}
 #accordion-date .columncontrol__column:nth-child(2){
     padding: 0;
}
 #accordion-date .columncontrol__column:nth-child(2) .cmp-title .cmp-title__text{
     padding-top: 38px;
}
 #accordion-date .columncontrol__column:nth-child(2) .cmp-title .cmp-title__text span{
     width: 100%;
     padding: 15px;
}
 #accordion-date .a-title--half{
     margin-bottom: 0px;
}
 #winner-text h4,#winner-text p{
     font-size: .875rem;
     line-height: 1.2rem 
}
 #accordion-date .columncontrol__column.order-lg-2{
     order: 2;
}
#accordion-date .columncontrol__column:nth-child(2) h4{
     padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
	font-family: 'brandon_grotesquebold',Calibri,Helvetica,Arial,sans-serif;
}
#admintoolTitle .columncontrol__column:nth-child(2) {
     width: 40%;
     max-width: 40%;
     flex: 0 0 40%;
}
 #admintoolTitle .row{
     justify-content: space-between;
}
 #admintoolTitle .columncontrol__column{
     padding: 0;
}
 body .a-dropdown__container .a-dropdown__field .a-dropdown__placeholder, body .a-dropdown__container .a-dropdown__field .a-dropdown-selected{
     text-transform: uppercase;
     font-family: 'brandon_grotesqueregular',Calibri,Helvetica,Arial,sans-serif;    
}
 body .a-dropdown__container .a-dropdown__field .a-dropdown__menu li span{
     height: 21px;
     padding: 0 0 0 12px;
     border-radius: 0;
     text-transform: uppercase;
     font-family: 'brandon_grotesqueregular',Calibri,Helvetica,Arial,sans-serif;     
}
body .a-dropdown__container .a-dropdown__field .a-dropdown__menu li{
    border-bottom:none;
    background-color: transparent !important;
}
#admintoolTitle .a-dropdown__container .a-dropdown__field .a-dropdown__menu li span{
    max-width: 25rem;
}
 body .a-dropdown__container .a-dropdown__field.active .a-dropdown__menu{
     border: 1px solid #888b8d;
}

 body .a-dropdown__container .a-dropdown__field .a-dropdown__menu li:hover{
     border-bottom: none;
	 background-color: #009cde !important;
}
 body .a-dropdown__container .a-dropdown__field .a-dropdown__menu li:hover span{
     background: none;
     color: #fff;
}

 .paddingLeftRight{
     padding-left: 0px !important;
     padding-right: 0px !important;
}
 #section-addJudgeContainer{
     width: 65%;
}
 .padLRTP{
     padding: 0 !important;
}
 #addJudgeContainer .container{
     padding: 0;
}
 #addJudgeContainer .form-container .container{
     padding: 0;
}
 body .a-date-picker .a-input-field{
     max-width: 100% !important;
}
 body .a-date-picker{
     flex-flow: column;
}
 #addJudgeContainer .text{
     margin-bottom: 10px;
}
 #addJudgeContainer .formcontainer-fullwidth{
     margin-top: 0px;
}
 #admintoolTitle .cmp-text p{
     font-family:"brandon_grotesquebold",Calibri,Helvetica,Arial,sans-serif;
     font-size: 1.5rem;
     line-height: 1.7rem;
}
#cancel-btn, #admin-action .button a, #assessment-notes-reference .button a{
     text-transform: capitalize;
     background: none;
     color: #009cde;
     font-size: 1rem;
     font-weight: 400;
     font-family: Georgia,Times,'Times New Roman',serif;
}
 #cancel-btn:hover, #admin-action .button a:hover{
     text-decoration: underline;
}
 #addJudgeContainer .o-form-container__buttons{
     flex-flow: wrap;
}

#create-account .form-container .fields.text:nth-child(4) .form-label__align,
#create-account .form-container .fields.text:nth-child(7) .form-label__align{
	position: relative;
}
#create-account .form-container .fields.text:nth-child(4) .form-label__align::after {
    content: '';
    border-bottom: 1px dashed #000;
    display: block;
    max-width: 122px;
    margin-bottom: 4px;
    position: absolute;
    width: 100%;
    bottom: -1px;
}
#create-account .form-container .fields.text:nth-child(7) .form-label__align::after {
    content: '';
    border-bottom: 1px dashed #000;
    display: block;
    max-width: 175px;
    margin-bottom: 4px;
    position: absolute;
    width: 100%;
    bottom: -1px;
}
#user-register-api-error  p {
        margin-top: -28px;
    margin-bottom: 0 !important;
    font-size: 1rem;
    font-family: 'Brandon Grotesque',Calibri,Helvetica,Arial,sans-serif;
    line-height: 20px;
}
#section_banner-alternate{
    width: 100% !important;
    margin: 0 !important;
}
#section_banner-alternate .container{
    max-width: 79% !important;
}
#section_banner-alternate .m-hero__content{
    position: relative;
    width: 100%;
    padding-top: 30px !important;
}

	body .a-input-field .form-group.validation-regex .a-input-field--text-error,
	body .a-input-field .form-group.validation-regex .form-text.a-input-field--text-require,
	body .a-input-field .form-group.validation-regex .a-input-field--text-regex,
    body .checkbox.validation-require .checkbox--text-require,
    #error-text{
     color: #f00;
    font-family: 'brandon_grotesqueregular',Calibri,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
    }
body .checkbox.validation-require .a-checkbox--default{
 margin-bottom: 0;
}
 body .a-dropdown__container .a-dropdown__field{
     border-color: #888b8d;
     border-radius: 0px;
     height: 48px;
}
#admin-tools-tab .abt-icon
{
color: #009cde;
   font-size: 1rem;
   font-weight: bold;
}

em.abt-icon.abt-icon-key
{
    padding-left:10px;
}

.loader .abt-icon {
    animation: spin 2s linear infinite;
    color: #009cde;
}
.loader em.abt-icon-spinner{
    color: #009cde;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
 body .litepicker .container__months .month-item-header .button-previous-month svg, 
 body .litepicker .container__months .month-item-header .button-next-month svg{
     fill: #009cde !important;
}
 .litepicker .container__days .day-item.is-today{
     background: #009cde !important;
}
#general-api-error p,.cmp-experiencefragment.cmp-experiencefragment--error-messages  .text p {
  font-weight: 400 !important;
    font-family: "brandon_grotesqueregular",Calibri,Helvetica,Arial,sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;  
}
.welcomeJudge .judgeProfilePrev {
    margin-bottom: 0 !important;
}
        .judgeProfileParent {
    margin: 0 !important;
}
        .judgeProfileNext {
    margin-top: 10px !important;
} 
#judge-profile-logout .responsivegrid  {
    padding: 0;
}

#judge-profile-logout #accordion-date{
	padding-left:0px;

}

#judge-profile-logout #accordion-date .cmp-title__text{
	padding-top:0px;

}
.welcomeJudge .col-lg-7.columncontrol__column {
    padding-left: 0;
}
.welcomeJudge .col-lg-5.columncontrol__column .cmp-title__text{
           padding-top: 0 !important;
}
.welcomeJudge .col-lg-5.columncontrol__column h4.cmp-title__text{
padding-top: 0;
}
.welcomeJudge .col-lg-5.columncontrol__column .link.button {
    margin: 25px 0 0 !important;

}
.welcomeJudge .col-lg-5.columncontrol__column .link.button .a-link__text {
    font-family: Georgia,Times,'Times New Roman',serif;
    color: #009cde;
    font-size: 1rem;
	font-weight: normal;

}
.tabs .asc:after {
     content: "\25B2";
}
 .tabs .desc:after {
     content: "\25BC";
}
 .tabs table{
     font-family: 'brandon_grotesqueregular',Calibri,Helvetica,Arial,sans-serif;
}
 .tabs table th {
     color: #fff;
     text-align: center;
     font-weight: bold;
     text-transform: uppercase;
     font-size: .875rem;
     -webkit-background-clip: padding-box;
     background: #63666a;
}
 .tabs table th, .tabs table td {
     border: 1px solid #b0b3b6;
     padding: 10px 16px;
     font-family: inherit 
}

 .tabs table tr td {
     color: #222731;
     background: #fff;
}
 .tabs table tr:nth-child(2n+3) td {
     background: #f5f5f5;
}
 .tabs .deactivate-acct, .tabs .reset-acct{
     display:inline-block;
}
 .tabs .alignCenter{
     text-align: center;
}
#create-account .checkbox.validation-require .a-checkbox__custom {
	outline: 0 none;
}
#create-account .checkbox.validation-require .a-checkbox-label {
    color: #222731;
}
#loginCommand .a-input-field[data-component-type="input-field-password"]{
	margin-bottom: 0;
}
#login-api-error .text .cmp-text {
    margin-top: -32px !important;
}
#login-api-error .text .cmp-text p{
font-family: 'Brandon Grotesque',Calibri,Helvetica,Arial,sans-serif;
        line-height: 19px;
}
.marginTopspace{
     margin-top: 10px !important;
}
 #accordion-date #judge-resources .cmp-title__text{
     padding-top: 26px;
}
 #accordion-date .link{
     padding-left: 10px;
     margin: 20px 0 0 0;
}
 #accordion-date .link .a-link__text ,#accordion-date .a-link__text span{
     font-family: Georgia,Times,'Times New Roman',serif;
     font-size: 1rem;
     color: #009cde;
     font-weight: normal;
}
 #winner-text{
     margin-top: 20px;
}
 .m-link-stack__link .a-link a .rotate-upside{
     transform: none !important;
}
 #addJudgeContainer #HCECreateJudgeFormCommand .o-form-container__buttons.justify-content-between{
    justify-content: start !important;
}
.cmp-experiencefragment--tools-popups #deactivate-account-popup{
     display: block !important;
}
.cmp-experiencefragment--tools-popups .generic-modal__content-body, .cmp-experiencefragment--tools-popups .generic-modal__content-body.modal-body, 
 #button-deactivate-organization-modal,#admin-action-popup .generic-modal__content-body{
     padding: 30px 25px 25px;
}
 .cmp-experiencefragment--tools-popups .justify-content-between, #button-deactivate-organization-modal .justify-content-between {
     justify-content: start !important;
}
 .cmp-experiencefragment--tools-popup .generic-modal__content-body p, #button-deactivate-organization-modal .generic-modal__content-body p,
 #admin-action-popup .generic-modal__content-body p{
     font-size: .875rem;
     line-height: 1.35rem;
     color: #222731;
}
 .cmp-experiencefragment--tools-popups{
     position: relative;
     z-index: 1050;
}
span.badgesOfCount {	
    background-color: #0b1e60;	
    font-family: 'Brandon Grotesque',Calibri,Helvetica,Arial,sans-serif;	
    color: #fff;	
    font-size: 1.25rem;	
    padding: 2px 20px;	
    border-radius: 15px;	
    font-weight: 100;	
    margin: 0px 0 0 17px;	
    vertical-align: top;	
}
#loginCommand .justify-content-between{
  justify-content: start !important;
}

#create-account .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #63666a !important;
}
#create-account .tooltip-inner {
    text-align: center;
    background-color: #63666a;
    border-radius: 0.25rem;
    font-size: .875rem;
    line-height: 1.0625rem;
    text-shadow: none;
    padding: 0.25rem 0.5rem !important;
}
#create-account .form-container .fields.text:nth-child(4) .form-group .tooltip-inner {
	width: 100% !important;
}
#create-account .form-container .fields.text:nth-child(7) .form-group .tooltip-inner {
	width: 100% !important;
}
#section-administration-content .noteIcon {
    display: block;
    text-align: center;
}
#section-administration-content td a{
    color: #009cde;
}
#section-administration-content .noteIcon  .abt-icon.abt-icon-speech-bubbles{
    color: #009cde;
    font-size: 1.563rem;
}
#section-administration-content td a.greyed-out{
    color: #63666a;
    opacity: 0.8;
}
#section-administration-content td a.greyed-out:hover{
    text-decoration: none;
    cursor: default;
}

#section-administration-content td a.greyed-out .noteIcon .abt-icon.abt-icon-speech-bubbles{
    color: #63666a;
    opacity: 0.8;
}
#button-deactivate-organization-modal .a-button{
  display: inline-block;
}
#button-deactivate-organization-modal .generic-modal__content-footer.modal-footer{
  padding-bottom: 0px;
}
#form-deactivate-organization .o-form-container__buttons.d-flex.justify-content-end{
    justify-content: start !important;
}
#iconColumns .colswidth3 .cmp-text p,
#iconColumns .colswidth1 .cmp-text p,
#iconColumns .colswidth0 .cmp-text p{
   border-bottom: none;
}
#iconColumns .columncontrol .columncontrol__column{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#iconColumns .columncontrol__column:nth-child(3) .columncontrol__column{
    display: block;
    margin: 0 auto;
    width: 70% !important;
    flex: 0 0 70%;
}
#iconColumns .columncontrol .columncontrol__column strong{
    line-height: 27px;
}
 #iconColumns .text{
    width: fit-content;
    float: left;
    border-bottom: 1px dashed;
    margin: 0 2px 0 0;
}
.stakeholder_column:nth-child(3) .tooltips{
    position: absolute;
    bottom: 0;
    right: 0;
}
#iconColumns .stakeholder_column:nth-child(3) .text{
    border-bottom: 0 !important;
}
#iconColumns .stakeholder_column:nth-child(3) .tooltips{
    position: absolute;
    right: 51px;
    bottom: 2px;
}
.stakeholder_column:nth-child(3) .text p{
    border-bottom: 1px dashed;
}

#judge-notes-from-team, #inprogress-judge-message, #assessment-submission-popup {
display: none;
}

#judgeNotes-from-team #judge-notes-from-team,
#inprogressJudge-message #inprogress-judge-message {
display: block;
}
/* media queries starts here */
 @media(max-width: 479px){
     #logo-image{
         max-width: 200px;
    }
    #iconColumns #colSetmidwidth .tooltips {
		left: auto;
		right: 7px;
		bottom: 15px;
	}
	#colSetmidwidth .col-12.col-md-10.col-lg-10.columncontrol__column {
		max-width: 100%;
		flex: none;
	}
	#section_banner-alternate-second .m-hero__content {
        top: 20px !important;
    }
}
 @media(min-width: 480px) and (max-width: 767px){
     #logo-image{
         max-width: 350px;
    }
     #colSetmidwidth{
         margin-left: 0px;
    }
     #iconColumns #colSetmidwidth .tooltips {
         right: 40%;
         position: absolute;
         bottom: 40px;
         left: auto;
    }
     #colSetmidwidth .col-12.col-md-10.col-lg-10.columncontrol__column{
         padding: 0;
         max-width: 30%;
         flex: 0 0 30%;
    }
}
 @media(max-width: 767px){
	body{
    font-size:0.875rem;
}
   #login-container #accordion-date .container.responsivegrid.a-container{
      padding: 20px 10px 0px 10px;
   }
    .formcontainer.formcontainer-halfwidth{
         width: 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
	#title-only-panel{ 
	  height: 7.5rem;
}
	#title-only-panel h1{    
	  padding: 0 0 0 42px;
      display: table-cell;
      vertical-align: middle;
	  font-family:"brandon_grotesqueregular",Calibri,Helvetica,Arial,sans-serif;
}
     #iconColumns .col-lg-3{
         width: 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
     #section-login-container{
         padding: 0 20px;
         width: 98%;
         box-sizing: border-box;
    }
     #columnDivider .columncontrol__column:first-child{
         border-right: 0px;
		 padding: 0 15px;
    }
     .cookiebar .m-cookiebar .btn{
         width: 93%;
         margin: 0 3%;
    }
     .cookiebar .m-cookiebar{
         height: auto;
    }
     .cookiebar .m-cookiebar .m-cookiebar__btn, .cookiebar .m-cookiebar .m-cookiebar__text{
         flex: 0 0 100%;
         max-width: 100%;
         width: 100%;
    }
     .cookiebar .m-cookiebar .cmp-text h4{
         margin-left: 13px;
         margin-bottom: 10px;
    }
     .cookiebar .m-cookiebar .cmp-text p a{
         right: auto;
         bottom: 20px;
         top: auto;
         left: 30px;
    }
     .cookiebar .m-cookiebar .m-cookiebar__btn{
         flex: 0 0 100%;
         max-width: 100%;
         width: 100%;
         padding-bottom: 20px;
    }
     body #pageContent .m-hero .cmp-image__image{
         object-position: left;
    }
     body #pageContent .m-hero.m-hero--short .container{
         padding: 0;
    }
    #logout{
        padding-left: 0px;
     }
    #profileLinks .col-12{
        margin-bottom: 0px;
    }	
	#myAccount #section-logoutProfile{
		 position: absolute;
		 top: 45px;
		 left: 40px;
	}
	#myAccount .col-12:nth-child(2){
		 position: absolute;
		 top: 0;
	}
	#welcome-text{
		 padding-bottom: 40px;
	}
	#myAccount .m-link-stack__dropdown-wrapper{
		 right: -155px;
		 left: auto;
		 position: absolute;
		 top: 30px;
		 width: 170px;
	}
	#login-container ol li{			 
	 margin-left: 0;
	}
	#accordion-date .columncontrol__column:nth-child(2) .cmp-title .cmp-title__text {
    text-align: center;
}
	#accordion-date .col-12.col-md-7.col-lg-7.columncontrol__column{
    order:2;
}
	#myAccount #welcome-text h2{
	font-family: 'brandon_grotesquebold',Calibri,Helvetica,Arial,sans-serif;	
	font-size: 1.5rem !important;
	line-height: 2.45rem;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
	#breakText {
    word-break: break-all;
}
 #thank-you-container{
     width: 100%;
	}

 #admintoolTitle .columncontrol__column:nth-child(2){
     width: 100%;
     max-width: 100%;
     flex: 0 0 100%;
}
 #admintoolTitle .columncontrol__column:first-child{
     margin-bottom: 10px;
}
 #section-addJudgeContainer{
     width: 100%;
}
 #section-addJudgeContainer .columncontrol__column{
     margin-bottom: 10px;
}
 body #section-addJudgeContainer .form-group{
     margin-bottom: 0px;
}
body #pageContent .m-hero.m-hero--short section {
    width: 90%;
    margin: 0 auto;
        position: relative;
}
	.cmp-experiencefragment--tools-popups .o-form-container__buttons{
		flex-direction: row;
	}
	#create-account #usAdministeredSiteAcknowledged{
		font-size:0.875rem;
}
	.noBreak{
	word-break:break-all;

}


  	
}
 @media(min-width: 768px) and (max-width: 1023px){
     #section-login-container{
         width: 80%;
         margin: 0 auto;
    }
     #iconColumns .col-lg-3{
         padding: 0px;
         flex: 0 0 50%;
         max-width: 50%;
    }
     #iconColumns #colSetmidwidth .tooltips{
         left: -55px;
         bottom: -29px;
         margin-top: 27px;
		top: 0;
    }
     #colSetmidwidth .cmp-text{
         text-align: center;
    }
     #colSetmidwidth .col-12.col-md-10.col-lg-10.columncontrol__column{
         flex: 0 0 75%;
         max-width: 75%;
    }
     .cookiebar .m-cookiebar .cmp-text p a{
         right: 60px;
    }
     body #pageContent .m-hero .cmp-image__image{
         object-position: right;
    }
	#myAccount #welcome-text h2{
	font-family: 'brandon_grotesquebold',Calibri,Helvetica,Arial,sans-serif;	
	font-size: 1.5rem !important;
	line-height: 2.45rem;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
}

 @media(min-width: 768px) and (max-width: 991px){
		body #pageContent .m-hero.m-hero--short section{
			position: relative;
				width: 82%;
		}
		body #pageContent .m-hero.m-hero--short .m-hero__content{
			position: absolute;
			padding-top: 2rem;
		}
		#myAccount #welcome-text h2{
		font-family: 'brandon_grotesquebold',Calibri,Helvetica,Arial,sans-serif;	
		font-size: 1.5rem !important;
		line-height: 2.45rem;
		text-transform: uppercase;
		margin-bottom: 0 !important;
}
	}
@media(min-width: 992px) and (max-width: 1199px){
		body #pageContent .m-hero.m-hero--short section{
			width: 80%;
	}
}

 @media(max-width: 768px){
     .container.o-footer__top .m-link-stack--header{
         display: none !important;
    }
     .container.o-footer__top .m-link-stack--content{
         display: block !important;
		  padding: 0;
    }
     .footer .o-footer{
         padding-left: 50px;
         padding-right: 50px;
    }
     .footer .o-footer__social-media{
         float: left;
    }
     .container.o-footer__bottom .m-social-media{
         position: static;
    }
     .o-footer__link-wrapper{
         padding-bottom: 10px;
    }
     body #pageContent .m-hero.m-hero--short .m-hero__content{
         position: absolute;
         top: 20px;
		 padding: 1rem 0 0 1.2rem;	
         padding-left: 5px;		 
    }
	.cmp-title .cmp-title__text span{
         width: 290px;
    }
	body .a-input-field .form-group .a-input-label, body .a-checkbox-label{
     font-size: 0.875rem;
	}
	#login-container .columncontrol__column #register-success h3{
		 font-size: 1.375rem;
		 margin-bottom: 20px;
	}
	#login-container .columncontrol__column #register-success p{
		line-height: 17px;
	}
	#iconColumns .columncontrol__column .image div {
		text-align: center;
	}
	#iconColumns .columncontrol__column {
		margin-bottom: 15px;
	}
	#colSetmidwidth {
		margin-left: 0;
		text-align: center;
		position: relative;
	}
	#iconColumns .columncontrol__column .image {
		margin-bottom: 10px;
	}
	#section_herobanner-13dfe045b .m-hero__content {
		padding: 15px 20px;
	}
	#section_banner-alternate .m-hero__media{
	height: 14rem;
	}	
	
}
 @media(min-width: 1024px){
     body #pageContent .m-hero.m-hero--short .m-hero__header.h1-hero{
         font-size: 3.95rem;
         line-height: 3.95rem;
         padding-top: 30px;
    }
     #section-login-container{
         width: 75%;
         margin: 0 auto;
    }
     .cmp-title .cmp-title__text{
         font-size: 1.25rem;
         line-height: 1.45rem;
    }
     .cmp-title .cmp-title__text span{
         padding: 0.4375rem 1.1rem 0.375rem;
    }
     h3{
         font-size: 2.25rem;
         line-height: 2.45rem;
    }
     #colSetwidth .cmp-text p, #colSetmidwidth .cmp-text p {
         font-size: 1rem;
         line-height: 1.2rem;
    }
     .o-footer .o-footer__top .m-link-stack a{
         font-size: .75rem;
    }
     .o-footer .col-12.col-lg-6.order-lg-1 p{
         font-size: .8125rem;
         line-height: 1.125rem;
    }
     .footer .container{
         width: 75%;
         margin: 0 auto;
         padding: 20px 0 0 0;
    }
	body .a-input-field .form-group.validation-require .a-input-field--text-require,
	body .a-input-field .form-group.validation-error .a-input-field--text-require,
	body .a-input-field .form-group .form-text.a-input-field--text-require,
	body .a-input-field .form-group.validation-error .a-input-field--text-error{
         font-size: 1rem;
         line-height: 1.5rem;
		 margin-top: 0;
    }
     #thank-you-container h4, #addJudgeContainer .cmp-text p  {
         font-size: 1.5rem;
         line-height: 1.7rem;
    }
     #thank-you-container p {
         font-size: 1rem;
         line-height: 1.5rem;
    }
    #welcome-text h2{
      font-size: 2.25rem;
      line-height: 2.45rem;
    }
    #profileLinks a,#returnToDashboard{
      font-size: 1rem;
   }
    #accordion-date .m-accordion__title-wrapper h3{
       font-size: 1.5rem;
       line-height: 1.7rem;
    }
    #winner-text h4,#winner-text p{
       font-size: 1rem;
       line-height: 1.2rem;
   }
	 #admintoolTitle .cmp-text p{
		 font-size: 2.25rem;
		 line-height: 2.45rem;
	}
	 body .a-dropdown__container .a-dropdown__field .a-dropdown__menu li span{
		 font-size: 1rem;
	}
	.cmp-experiencefragment--tools-popups .modal-dialog-centered,#button-deactivate-organization-modal .modal-dialog-centered,
	#admin-action-popup .modal-dialog-centered{
       width: 48%;
       max-width: initial;
    }

}
 @media (min-width: 1025px) and (max-width: 1299px){
     #iconColumns #colSetmidwidth .tooltips{
         left: -29px;
         bottom: 0px;
    }
}

 @media (min-width:1280px){
    #iconColumns .stakeholder_column:nth-child(3) .tooltips {
        position: absolute;
        right: 4px;
        bottom: 1px;
    }
    #iconColumns .columncontrol__column:nth-child(3) .columncontrol__column {
        flex: 0 0 100%;
    }
}
@media (min-width:1366px){
    #iconColumns .columncontrol__column:nth-child(3) .columncontrol__column {
        flex: 0 0 94%;
    }
}
@media (min-width:1600px){
    #iconColumns .columncontrol__column:nth-child(3) .columncontrol__column {
        flex: 0 0 80%;
    }
}
@media (min-width:1680px){
    #iconColumns .columncontrol__column:nth-child(3) .columncontrol__column {
        flex: 0 0 77%;
    }
}
@media (min-width:1706px){
    #iconColumns .columncontrol__column:nth-child(3) .columncontrol__column {
        flex: 0 0 75%;
    }
}
@media (min-width:1920px){
    #iconColumns .stakeholder_column:nth-child(3) .tooltips{
        position: absolute;
        right: 19px;
        bottom: 3px;
    }
    #iconColumns .columncontrol__column:nth-child(3) .columncontrol__column {
        flex: 0 0 70%;
    }
} 
#login-container #characters-remaining.cmp-title
{
    z-index: 9999;
}
#characters-remaining .tooltiptext {
    max-width: 135px;
    background-color: #63666a;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 86%;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 4px 8px -2px rgba(141, 141, 148, 0.28)
}
 #characters-remaining .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #63666a transparent transparent transparent;
}

#teconsent a img {
    vertical-align: baseline;
    width : 18px;
  }
  
  /*Trustarc-consent-banner*/
  
  #consent-banner {
    position:sticky;
    bottom: 0;
    z-index: 100000000;
    width:100%;
  }

  /*------checkbox and radio button-----*/

.a-radio input {
    top: 3px !important;
    height: 14px !important;
    width: 14px !important;
}

.a-checkbox input {
    top: 2px !important;
    height: .875rem !important;
    width: .875rem !important;
}