.accordion-header .field--name-field-title {
	font-weight: bolder;
}

.content a:hover {
    color: #002733 !important;
}

.content a:active {
    color: #002733;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.bg-body{
	padding-bottom: 3rem;
}

.paragraph--type--list-boxes .field__items {
 display: flex;
 flex-wrap: wrap;
}
.paragraph--type--list-boxes .field__item {
 display: flex;
}

.paragraph--type--list-boxes .paragraph--type--box-item {
 display: flex;
 flex-direction: column;
 width: 100%;
}



.paragraph--type--box-item > .d-flex.flex-column {
	flex-grow: 1;
}


#block-doa-content a {
    text-decoration: underline !important;
    font-weight: bold;
}

.node--type-kids-page #block-doa-content a {
    text-decoration: none !important;
    font-weight: 400 !important;
}

#block-doa-content .paragraph--type--box-item a{
	text-decoration: none !important;
  font-weight: 400 !important;
}

.node--type-ag-contacts .view-content a {
    text-decoration: underline !important;
    font-weight: bold !important;
}

#block-doa-content .btn.btn-outline-primary {
    text-decoration: none !important;ta
    font-weight: 400;
}


#block-doa-content .btn {
    text-decoration: none !important;
    font-weight: 400;
}

.btn-green {
    font-size: 1.25rem;
    font-weight: bold !important;
}


.page-node-133 .field--name-field-first-column {
  position: relative;
}

.page-node-133 .field--name-field-first-column .paragraph--type--button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}


.page-node-133 .field--name-field-second-column {
  position: relative;
}

.page-node-133 .field--name-field-second-column .paragraph--type--button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.page-node-133 #block-doa-content .paragraph--type--two-column .col-md-6{
	margin-right: -25px;
}

#block-doa-content .plain-link {
    text-decoration: none !important;
    font-weight: 400 !important;
}

.bg-primary th {
background-color: #00617f;
    color: white;	
}

.page-node-187 table td:hover {
    background-color: white;
}

.page-node-187 table td {
    border-top: none;
}

button.btnlink {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.page-node-195 div.panel {
    padding: 0 20px;
    background-color: white;
    max-height: 0;
    overflow-x: visible !important;
    overflow-y: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}



.btn-primary{
	font-size: 1.25rem !important;
	padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 768px) {
    #block-doa-footericonblock .content {
    	  display: flex;
        justify-content: flex-start !important;
    }
}


@media (max-width: 768px) {
    #block-doa-footericonblock .content {
    	  display: flex;
        justify-content: center !important;
    }
}

.paragraph .field--name-field-image img {
  	display: block;
    margin: 0 auto;
}

.bg-lightgray {
	background-color: #f3f3f3;
}

.hero-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.hero-image {
	height: 400px;
}

.node--type-kids-contest .hero-image {
height: auto;
}

.node--type-kids-page .hero-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.page-node-228 .paragraph .field--name-field-image img {
    width: 150px;

}

.node--type-nayi-page .hero-image {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center 40%;
    display: block;
}


table td {
    border-top: none;
}

.profile-card-col-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .profile-card-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}


@media (max-width: 768px) {
  .profile-card-col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.paragraph--type--profile-card img {
    height: 225px;
}

.paragraph--type--two-column .paragraph--type--list-boxes .field__item.col-md-4.col-sm-6.col-xs-12 {
	width: 100%;
} 

.bg-primary td{
    color: white;
    background-color: #00617f !important;
    font-weight: bold;
}

.modal-header p {
padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    font-size: 1.5rem;
    line-height: 1;
    opacity: .5;
}

.modal-backdrop.show {
  opacity: 0.15 !important; 
}

.page-node-377 .paragraph-tabs .nav-tabs .nav-link{
	border-radius: 0;
  background-color: #dbdbdc;
  color: black;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: larger;
    width: 25%;
    font-weight: bold;
}

.page-node-377 .paragraph-tabs .nav-tabs .nav-link.active{
	background-color: rgb(183, 191, 16);
}

.page-node-1 .paragraph--type--three-columns.pt-3 {
    padding-bottom: 2rem !important;
    padding-top: 3rem !important;
}

.page-node-1 .footer-nda.pt-5 {
	margin-top: -50px;
}

.paragraph--type--profile-card .field--name-field-title-top {
	color: #00617f;
	font-size: 1.25rem;
	font-family: Montserrat, sans-serif;
	text-align: center;
}

.page-node-389 .footer-nda.pt-5 {
	margin-top: -50px;
}

@media (min-width: 992px){

 
.kids-contest-image{
	position: relative;
    bottom: 20px;
    width: 0px;
}

.node--type-kids-contest .navbar.bg-primary{
	height: 85px;
  }
}

.kids-contest-image img{
	width: 225px;
}

.node--type-kids-contest .menu--kid-s-contest-menu a:hover{
	color: #B7C9D3 !important;
}

@media (max-width: 390px){
.node--type-kids-contest .m-auto{
	margin-left: 10px !important;
}
}

.kids-contest-menu {
font-weight: 600;
    text-transform: uppercase;
}

.node--type-kids-contest .hero-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); 
  z-index: 1;
}

.node--type-kids-contest .hero-overlay {
  position: relative;
  z-index: 2;
}

#block-doa-footer-menu{
	font-size: 1.25rem;
    color: white;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}


@media (min-width: 768px){
#block-doa-footersecondcolumn {
	padding-top: 30px;
}
#block-doa-footericonblock {
	position: relative;
    bottom: 45px;
}
#block-doa-footernayiiconblock {
	position: relative;
    bottom: 65px;
}
}


@media (max-width: 768px){

#block-doa-footericonblock {
	justify-content: flex-start;
   display: flex;
    bottom: 30px;
}

#block-doa-footernayiiconblock {
	
    bottom: 30px;
    justify-content: flex-start;
    display: flex;
}

.footer-nda .row.text-align-md-center{
	text-align: left !important;
}

.footer-nda .row.region.region-footer-first{
	text-align: left !important;
}

}

.footer-nda{
	min-height: 335px;
}

#block-doa-kidsfootermenu-menu {
	color: #fff;
	font-size: 14px;
}

#block-doa-footernayicontactusblock h2{
	font-size: 1.25rem;
    color: white;
    font-weight: 400;
    padding-bottom: 20px;
}

#block-doa-footernayicontactusblock .field--name-field-full-name {
	font-weight: 800;
}

.tb-megamenu .mega-group-title {
	font-weight: bold !important;
}

.accordion-button[aria-expanded="true"] {
 
  background-color: #ddd;
}

.accordion-header .field--name-field-title {
    color: #444;
}

p {
    color: #4d4d4f;
}

body {
    color: #4d4d4f;
}


.content table td:hover {
    background-color: white !important;
}

.content table tr:hover {
    background-color: #eee !important;
}

.accordion-collapse {
  transition: 0.2s ease-out;
}

.field--name-field-components {
	padding-top: 3em;
}

.page-node-133 .paragraph--type--button .btn{
	border-radius: 20px !important;
}

.content a.ck-anchor {
  display: block;
  margin-top: -45px; 
  padding-top: 45px;
}

@media (min-width: 87.5rem) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
       max-width: 1140px !important;
    }
}

.breadcrumb{
padding: 0.75rem 1rem;
    list-style: none;
    background-color: #ebebeb;
    border-radius: 0.25rem;
    font-size: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.content .btn-green:hover {
    color: black !important;
}

.content .btn:hover {
    color: black !important;
}

.content .btn-primary:hover {
    color: white !important;
}

.content .btn-light:hover {
    color: white !important;
}

.btn-light{
	border: solid 1px #00617f;
}

.btn-light:hover {
    border: solid 1px #00617f !important;
}
.btn-light:active {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.btn-light:focus {
    box-shadow: 0 0 0 3px rgba(0, 97, 127, 0.5);
}

.btn:focus{
	outline: 0
}

#block-doa-content .paragraph--type--accordion-button a{
	text-decoration: none !important;
    font-weight: 400;
    color: #444;
}

#block-doa-content .paragraph--type--accordion-button a:hover{
	background-color: #eee !important;
}

#block-doa-content .paragraph--type--accordion-button a:active{
	background-color: #eee !important;
}

.paragraph--type--accordion-button .accordion-button::after {
	display: none;
}

.page-node-170 .paragraph--type--button a{
	padding-bottom: 3px !important;
    padding-top: 3px !important;
    font-size: 1em !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

table tr:last-child{
	border-bottom: white;
}

.page-node-42 .paragraph--type--profile-card .w-160{
	width: 150px;
}

.page-node-187 table tr:hover {
	background-color: white !important;
}

.page-node-197 .py-3{
	padding-bottom: 0rem !important;
}

.page-node-204 .content img {
	width: 55%;
}

thead tr {
	border-bottom: 1px solid rgb(215, 215, 216) !important;
}

.sr-only{
position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.carousel-control-prev {
    left: 0;
    
}

.carousel-control-prev {
position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #ffffff;
    text-align: center;
    opacity: 0.5;
}

#block-doa-content a.carousel-control-next {
	  text-decoration: none !important;
    right: 0;
}

.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #ffffff;
    text-align: center;
    opacity: 0.5;
}

.node--type-kids-contest #block-doa-content a {
	text-decoration: none !important;
	font-weight: 400;
}

.node--type-kids-contest .bg-light{
	background-color: #F5F5F5;
}

.page-node-228 .paragraph--type--body img {
	margin-bottom: 0rem;
}

.page-node-228 p {
	margin-bottom: 0rem;
}

.page-node-228 .bg-light {
	padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.node--type-kids-page button {
    color: #ffffff;
    background-color: #00607f;
    font-size: 19px;
    border: 0px solid #00607f;
    border-radius: 10px;
    padding: 5px 30px;
    cursor: pointer;
    transition: 0.4s;
}

.page-node-236 .bg-body {
	padding-bottom: 0rem !important;
}

@media (max-width: 1199px){
.page-node-235 .bg-body {
	padding-bottom: 0rem !important;
}
}

.button2 {
    background-color: #fff !important;
    transition: 0.4s !important;
    cursor: pointer !important;
   
    background-repeat: no-repeat;
    
}

.button2:hover {
    background-color: #fff;
    background-image: url(/sites/default/files/2025-04/contest-hover.png);
    background-repeat: no-repeat;
}

.button3 { 
    background-color: #fff !important;
    transition: 0.4s !important;
    cursor: pointer !important;
    
    background-repeat: no-repeat;
    
}

.button3:hover {
    background-color: #fff;
    background-image: url(/sites/default/files/2025-04/activities-hover.png);
    background-repeat: no-repeat;
}

.button4 {
    background-color: #fff !important;
    transition: 0.4s !important;
    cursor: pointer !important;
    
    background-repeat: no-repeat;
    
}

.button4:hover {
    background-color: #fff;
    background-image: url(/sites/default/files/2025-04/resources-hover.png);
    background-repeat: no-repeat;
}

.page-node-235.node--type-kids-page button {
	margin-bottom: 1rem !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.node--type-kids-page .field--name-field-icons{
	justify-content: end !important;
}

.node--type-kids-contest .field--name-field-icons{
	justify-content: end !important;
}

.node--type-kids-contest .field--name-field-icons::before {
  content: "Follow us: ";
  margin-right: 10px;
  color: white;
}

.node--type-kids-page .field--name-field-icons::before {
  content: "Follow us: ";
  margin-right: 10px;
  color: white;
}

.page-node-233 .breadcrumb li:nth-child(2) {
	display: none;
}

.page-node-233 .bg-body{
	 
    padding-bottom: 0rem;

}

.page-node-233 .py-3{
	 
    padding-bottom: 0rem !important;

}

.page-node-49 .paragraph--type--profile-card img {
	height: 215px;
}

.page-node-389 .paragraph--type--profile-card img {
	width: 92%;
    position: relative;
    left: 5px;
}

.carousel-control-prev-icon {
    background-image: url(/sites/default/files/angle-left-solid.svg) !important;
}

.carousel-control-prev {
	opacity: 1;
}

.carousel-control-next {
	opacity: 1;
}

.carousel-control-next-icon {
	background-image: url(/sites/default/files/angle-right-solid.svg) !important;
	
}

.page-node-259 .white-hover tr:hover{
	background-color: white !important;
}

.page-node-274 .white-hover tr:hover{
	background-color: white !important;
}

.paragraph--type--accordion-blue-title .field--name-field-title {
	color: #00617f;
}

.paragraph--type--accordion-blue-title .accordion-button {
  justify-content: center !important; 
  text-align: center;
  background-color: #f7f7f7;
  border: 0.5px solid rgba(0, 0, 0, .125) !important;
    
}

.paragraph--type--accordion-blue-title .accordion-button .field__item {
  width: 100%;
  text-align: center;
  text-decoration: underline;
}

.paragraph--type--accordion-blue-title .accordion-button .field__item:hover {
  color: #002733;
}

.paragraph--type--accordion-blue-title .accordion-button .field__item:active {
  color: #002733;
}

.paragraph--type--accordion-blue-title .accordion-button.collapsed::after{
	display: none !important;
}

.paragraph--type--accordion-blue-title .accordion-button:not(.collapsed)::after{
	display: none !important;
}

.paragraph--type--accordion-blue-title .accordion-collapse {
	border: 0.5px solid rgba(0, 0, 0, .125) !important;
}

#block-doa-footer .fs-nav-bar {
    font-size: 1rem !important;
}

#block-doa-footersecondcolumn .fs-nav-bar {
    font-size: 1rem !important;
}

.page-node-277 tbody tr:first-child {
	    border-top: 1px solid #eee;
}

.page-node-285 #block-doa-content .field--name-field-components .field__item:last-child .paragraph--type--one-column {
  padding-top: 0rem !important;
}

@media (min-width: 993px) {
  .tb-megamenu-submenu .tb-megamenu-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
  }

  .tb-megamenu-submenu .tb-megamenu-column {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: 100%;
  }

  .tb-megamenu-submenu .tb-megamenu-column-inner {
    width: 100%;
  }
}

.tb-megamenu .mega-nav > li:first-child > a, .tb-megamenu .dropdown-menu .mega-nav > li:first-child > a, .tb-megamenu .mega-nav > li:first-child > span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li:first-child > span.tb-megamenu-no-link {
    margin-right: 15px;
}

.view-homepage-dropdown .view-content option{
	color: black;
}





