@font-face { 
    font-family: "Lato-Bold"; 
    src: url(/fonts/Lato-Bold.woff);
    src: local("Lato-Bold"),url(/fonts/Lato-Bold.woff),url(/fonts/Lato-Bold.ttf),url(/fonts/Lato-Bold.eot), format("truetype") ;
 }
 
@font-face { 
    font-family: "Lato-Regular"; 
    src: url(/fonts/Lato-Regular.woff);
    src: local("Lato-Regular"),url(/fonts/Lato-Regular.woff),url(/fonts/Lato-Regular.ttf),url(/fonts/Lato-Regular.eot), format("truetype") ;
 }
 
@font-face { 
    font-family: "MyriadPro-Regular"; 
    src: url(/fonts/MyriadPro-Regular.woff);
    src: local("MyriadPro-Regular"),url(/fonts/MyriadPro-Regular.woff),url(/fonts/MyriadPro-Regular.ttf),url(/fonts/MyriadPro-Regular.eot), format("truetype") ;
 }
@font-face { 
    font-family: "OpenSans-Bold"; 
    src: url(/fonts/OpenSans-Bold.woff);
    src: local("OpenSans-Bold"),url(/fonts/OpenSans-Bold.woff),url(/fonts/OpenSans-Bold.ttf),url(/fonts/OpenSans-Bold.eot), format("truetype") ;
 }
 
@font-face { 
    font-family: "OpenSans-Light"; 
    src: url(/fonts/OpenSans-Light.woff);
    src: local("OpenSans-Light"),url(/fonts/OpenSans-Light.woff),url(/fonts/OpenSans-Light.ttf),url(/fonts/OpenSans-Light.eot), format("truetype") ;
 }


/************** menu.twig styles **************/
.navbar {
    padding: 29px 0 0;
}
.navbar-brand {
    margin-left: 35px;
    margin-right: 0;
}
@media screen and (max-width: 1366px) {
  .navbar-brand {
    margin-left: 0;
    margin-right: 0;
}
}
.recreation-math{
    padding-left: 5px !important;
}
.contact_section {
    position: fixed;
    z-index: 1111;
}
.contact_us_container {
    background-color: #48484b;
    color: #ffffff;
    padding-bottom: 2px;
}
.phone, .mailbox, .contactusText {
    font-family: Lato-Bold;
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0.58px;
    text-align: left;
    color: #ffffff;
}
.social_container {
    padding-right: 100px;
}
.facebook_contact {
    padding: 0 15px;
}
.twitter_contact, .mailbox {
    padding-left: 10px;
}
.menu_container {
    background-color: #ffffff;
    box-shadow: 0 8px 6px -6px black
}
.nav-link {
    padding: 0 .5rem;
    height: 67px;
    line-height: 1.2;
    color: #232323 !important;
    display: flex;
    align-items: center;
}
.navbar-brand img {
    min-height: 66px; /*changed from 60px to 65px*/
    max-height: 66px;
}
.nav-link:hover {
    color: #edb542 !important;
}
.menu-item {
    font-family: Lato-Bold;
    font-size: 14px;
    letter-spacing: 0.58px;
    text-align: center;
    color: #232323;
    padding: 0 15px 3px;
    line-height: 3.5;
    position: relative;
    width: auto;
}
.nav-link:hover:after {
    content:"";
    color: #edb542;
    border-bottom: 3px solid #edb542;
    display:flex;
    width:30px;
    margin:0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*.nav-link:hover {
    border-bottom: 3px solid #edb542;
    width:30px;
    justify-content: center;
}*/
.logo_container {
    padding: 9px;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.submenu {
    position: absolute;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; 
    top: 100%;
    text-align: left;
}
.submenu .nav-link {
    height: 30px;
    /*line-height: 2.5;*/
    color: #000000 !important;
    font-family: Lato-Bold;
}
.submenu .nav-link:hover:after {
    color: #000000;
    border-bottom: unset;
}
.submenu .nav-link:hover {
    color: #000000 !important;
    border-bottom: unset;
}
.menu-item:hover .submenu {
    display: block;
    position: absolute;
    z-index: 99999999;
    box-shadow: -0.1px 1px 10px 0 rgba(0, 0, 0, 0.89);
    background-color: rgba(245, 245, 245, 1);
    min-width: 200px;
    left: 0;
    color: #000000 !important;
    border-bottom: unset;
}
.submenu {
    list-style: none;
}
.menu-item .submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(51,51,51,0.4);
}
.dropdown-submenu {
    position: relative;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover .dropdown-menu  {
    display: block;
    top: 5px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown .nav-link:hover:after {
    color: #000000 !important ;
    border-bottom: unset;
    display: none;
}
.dropdown-menu {
    padding: 0;
    z-index: 99999999;
    background-color: rgba(245, 245, 245, 1);
    font-family: Lato-Bold;
    font-size: 12px;
    border-radius: unset !important;
}
.dropdown-menu>li> a {
    height: 30px;
    line-height: 2;
    font-size: 14px;
}
@media only screen and (max-width: 1280px) {
    .menu-item {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1152px) {
    .menu-item {
        font-size: 12px;
    }
    .nav-link {
        height: 57px;
    }
    .navbar-brand img {
        min-height: 70px; /*changed from unset to 70px*/
        max-height: 70px;
    }
    .menu-item a, .menu-item {
        padding: 0;
    }
}

@media only screen and (max-width: 700px) {
    .contact_us_container  {
        display: none;
    }
    .navbar {
        padding: 0;
    }
    .navbar-brand {
        text-align: left !important;
    }
    .navbar-light .navbar-toggler {
        margin-right: 15px;
    }
    .menu-item {
        text-align: left !important;
    }
    .nav-link {
        height: 35px;
    }
    .navbar-nav {
        padding: 0 20px 20px;
    }
    .menu-item:hover .submenu {
        top: 50px;
    }
    .nav-link:hover:after {
        border-bottom: unset;
    }
    .missionTitle, .missionDescritpion {
        text-align: center;
    }
}


/************** footer.twig styles **************/
.footer-container {
    padding: 55px 0 0;
    background-color: rgba(237, 181, 66, 0.8);
}
.site_address {
    padding: 0 70px;
}
.footerSocial_icons {
    padding: 15px 0;
    letter-spacing: 18px;
}
.site-footer p {
    margin: 0;
}
.footer_input {
    width: 100%;
    height: 34px;
    border-radius: 3px;
    box-shadow: inset 1px 1.7px 4px 0 rgba(103, 135, 161, 0.28);
    border: solid 1px #b2c4d4;
    margin-bottom: 15px;
    padding: 10px;
    font-family: Lato-Regular;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: 0.67px;
    text-align: left;
}
.footer_textarea {
    width: 100%;
    height: 132px;
    box-shadow: inset 1px 1.7px 4px 0 rgba(103, 135, 161, 0.28);
    border: solid 1px #b2c4d4;
}
.footer_siteTitle {
    font-family: Lato-Bold;
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.86px;
    text-align: left;
    color: #ffffff;
    padding: 5px 0;
}
.footer_subtitle {
    font-family: Lato-Bold;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.86px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
}
.page_link {
    font-family: Lato-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.67px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}
.message_section {
    padding-top: 50px;
    padding-left: 0;
}
.submit_container {
    margin-top: 20px;
}
.send_btn {
  font-size: 14px;
  font-family: Lato-Bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: 0.67px;
  text-align: left;
  color: #f1c468;
  border-radius: 15.5px;
  background-color: #ffffff;
  padding: 0 32px;
  border: unset;
}
.send_btn:hover {
    border: solid 1px #ffbba4;
    background-color: #f4f4f4;
}
.copy_right_container {
    border-top: 1px solid #ffffff;
    justify-content: center;
    margin-top: 10px;
}
.copy_right_container span {
    font-family: Lato-Bold;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 0.77px;
    text-align: left;
    color: #ffffff;
    padding: 12px;
}
.quickLinks_footer a:hover {
    text-decoration: none;
}
.social_container span:hover {
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .site_address {
        padding: 0;
    }
    .footer_subtitle {
        margin-bottom: 0;
        margin-top: 25px;
    }
    .footer_contactUs .col-md-5{
        padding: 0;
    }
    .message_section {
        padding: 50px 0 0;
    }
}

/*********************** common styles for head-title section******************************/
.head_title h1 {
    font-family: Lato-Bold;
    font-size: 28px;
    line-height: normal;
    letter-spacing: -0.56px;
    text-align: center;
    color: #edb542;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    padding: 0 0 36px;
}
.head_title h1::after {
    height: 4px;
    background-color: #edb542;
    content: "";
    position: absolute;
    bottom: 16px;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.head_title {
    position: relative;
}





