body {
  font-family: "Arial";
  color: #555;
  background-repeat: repeat;
  background-position: 0 0;
  background-image: linear-gradient(0deg, #eee 0, #f7f7f7 50%, #fefefe 100%);
  background-image: -webkit-linear-gradient(90deg, #eee 0, #f7f7f7 50%, #fefefe 100%);
  background-image: -o-linear-gradient(90deg, #eee 0, #f7f7f7 50%, #fefefe 100%);
  background-image: -ms-linear-gradient(90deg, #eee 0, #f7f7f7 50%, #fefefe 100%);
  background-image: -moz-linear-gradient(90deg, #eee 0, #f7f7f7 50%, #fefefe 100%);
}

.ocs-wrapper {
  width: 100%;
  max-width: 1250px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}


:root {
  --cassiopeia-color-primary: #f57a2e;
  --cassiopeia-color-hover: #ffffff;
  --cassiopeia-color-link: #f57a2e;
  --link-hover-color: #f57a2e;
  --link-color: #f57a2e;
  --link-active-color: #0a75a0;
}

header, footer {
  margin: 0 1em;
}

/*Fonts*/
/*From J3 Custom CSS*/
/*font size change*/ /*.bd-button, .bd-button:link,
a.bd-button[href], a.bd-button[href]:link {line-height: 14.29px !important;}*/

@media screen and (max-width: 991px) {
body, p, li {font-size: 16px !important; line-height: 1.52857143 !important;}
}

@media screen and (min-width: 992px) {
body, p, li  {font-size: 14px !important; line-height: 1.52857143 !important;}
}

/*END From J3 template*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Arial";
}

b, strong {
  color: #555;
}

    .h1,.h2,.h3,h1,h2,h3 {
        margin-top: 18px;
        margin-bottom: 9px;
    }


    .h4,.h5,.h6,h4,h5,h6 {
        margin-top: 9px;
        margin-bottom: 9px;
    }


    h6 {
        line-height: 21.43px;
        font-size: 15px;
    }

    h1 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
        text-decoration: none;
        color: #606262;
        font-weight: 700;
    }

    h5 {
        line-height: 24.29px;
        font-size: 17px;
        color: #606262;
        font-weight: 700;
    }

    h1,h2,h3,h4 {
        line-height: 28.57px;
        color: #606262;
        font-size: 20px;
        font-weight: 700;
    }

    h4 a {
        font-weight: 700;
        color: #606262;
    }

    h3 a:hover {
        font-weight: 700;
        color: #606262;
    }

    h2 {
      margin-top: 10px;
      margin-bottom: 10px;
      text-transform: capitalize;
    }

    h2 a {
        color: #606262;
        font-weight: 700;
        font-style: normal;
    }

    h2 a:hover {
        font-weight: 700;
        color: #606262;
        font-style: normal;
    }

/**/

/*Links*/

a {
  text-decoration: underline;
  font-weight: 700;}

a:hover {
  text-decoration: none;}

a:focus {
  color: #0a75a0;
  text-decoration: underline;}

.footer a:not(.btn),.footer .btn-link {
    color: #f57a2e;
}

.footer a:not(.btn):hover,.footer a:not(.btn):focus,.footer .btn-link:hover,.footer .btn-link:focus {
    color: #0a75a0;
}

.back-to-top-link:hover,.back-to-top-link:focus {
    color: #f57a2e;
    border-color: #f57a2e;
}

/*Button*/
.btn-primary, a.bd-button, .bd-button, .bd-button:link, .bd-button:visited, a.bd-button[href], a.bd-button[href]:link, a.bd-button[href]:visited {
        color: #fff;
        background-color: #f57a2e;
        vertical-align: middle;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-decoration: none;
        padding: 6px 22px;
        height: 32px;
        border: 2px solid #f57a2e;
        border-radius: 7px;
        line-height: 17.14px;
        background-image: none;
    }

.btn-secondary {
        vertical-align: middle;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-decoration: none;
        padding: 6px 22px;
        height: 32px;
        border: 2px solid #f57a2e;
        border-radius: 7px;
        line-height: 17.14px;
        background-image: none;
    }

.btn-primary:focus, .btn-primary:hover, a.bd-button:focus, a.bd-button:hover, .bd-button:focus,.bd-button:hover, a.bd-button[href]:focus, a.bd-button[href]:hover {
        background-color: #fff;
        text-decoration: none;
        color: #f57a2e;
        border: 2px solid #f57a2e;
        background-image: none;
    }

/**/

/*Menu*/
@media (width>=992px) {
    .container-header .mod-menu>li+li {
        margin-left: .55em;}
}

.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
    text-transform: uppercase;
    background-color: #f57a2e;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    font-size: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    line-height: 14.29px;
    background-image: none;
    display: block;
    white-space: nowrap;
}

@media (max-width: 991px) {
.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
  font-weight: 700;
  font-size: 13px;}
}

@media (min-width: 992px) and (max-width: 1247px) {
.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
  white-space: normal;
  display: table-caption;
  height: 50px;}
}

.container-header .mod-menu>li>a:hover, 
.container-header .mod-menu>li>span:hover {
    color: #000;}

.container-header nav {
    justify-content: center;
  text-align: center;
}

.container-header .navbar-toggler {
  color: #f57a2e;
  font-size: 32px;
  border: 0px solid #f57a2e;
  --navbar-toggler-focus-width: 0rem;
}

.ocs-burger-heading {
  font-size: 15px;
  font-weight: bold;
}

.container-header .container-nav {
  justify-content: center;
  padding-bottom: 0;
}

.container-header .grid-child {
    padding: 0;
}
/**/

/*com-content-article*/
.container-component main {
  padding: 10px;
  border: solid 1px #ededed;
  height: 100%;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
.container-component main {
  margin-top: .5em;}
}

/**/

/*Fees Page*/
.fees-page .grid-child.container-bottom-a,
.testimonials-page .grid-child.container-bottom-a {
  display: block;
}

.fees-page main {
    height: 100%;
    margin-bottom: 1em;
}
/**/


/*Cards*/
.card {
  padding: 10px;
  --card-border-radius: 10px;
}

h3.card-header:before {
  content: "\f15c";
  font-weight: 400;
  font-family: "Font Awesome 6 Free";
  padding-right: 10px;
}

.card .mod-list li:before {
  content: "\f101";
  font-weight: 900;
  color: #999999;
  font-family: "Font Awesome 6 Free";
  padding-right: 10px;
  margin-left: -25px;
}

.mod-list {
    margin-left: 25px;
}

.mod-list li a {
    text-decoration: underline;
}

.mod-list li a:hover {
   text-decoration: none;  
}

h3.card-header {
  line-height: 15.71px;
  color: #555;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;}

.card-header {
  margin-bottom: 10px;
  background-image: linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-image: -moz-linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-color: #e0e0e0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.33),0 7px 5px 3px rgba(0,0,0,.11);
  -o-box-shadow: 0 3px 5px 0 rgba(0,0,0,.33),0 7px 5px 3px rgba(0,0,0,.11);
  -ms-box-shadow: 0 3px 5px 0 rgba(0,0,0,.33),0 7px 5px 3px rgba(0,0,0,.11);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.33),0 7px 5px 3px rgba(0,0,0,.11);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.33),0 7px 5px 3px rgba(0,0,0,.11);
  padding: 7px 10px 7px 7px;
  border-radius: 10px;
  border-bottom: 0;
}

.card-header:first-child {
    border-radius: 10px;
}

.blue-card {
  background-image: linear-gradient(0deg,#fff 0,rgba(255,255,255,0) 96%);
  background-image: -webkit-linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 96%);
  background-image: -o-linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 96%);
  background-image: -ms-linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 96%);
  background-image: -moz-linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 96%);
  border: 2px solid #eaf6fa;
  background-color:#2d8bc9;
    }

.blue-card .card-header {
  background-color:#2d8bc9;
}

.blue-card h3.card-header {
    color: #ffffff;
}
/**/

/*Mobile Search*/
.open-search {
  margin: 0;}

.open-search .card-body {
  padding: 0;
}



/**/

/*Footer*/
.footer {
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(180deg,rgba(204,204,204,.75) 0,#fff 100%);
  background-image: -webkit-linear-gradient(270deg,rgba(204,204,204,.75) 0,#fff 100%);
  background-image: -o-linear-gradient(270deg,rgba(204,204,204,.75) 0,#fff 100%);
  background-image: -ms-linear-gradient(270deg,rgba(204,204,204,.75) 0,#fff 100%);
  background-image: -moz-linear-gradient(270deg,rgba(204,204,204,.75) 0,#fff 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px;
  color: #000;}

.footer .grid-child {
  display: block;
}
/**/


/*Additional Site Grid Module Positions*/
@supports (display: grid) {
    .site-grid {
        grid-template-areas: ".banner banner banner banner."
".top-a top-a top-a top-a."
".top-b top-b top-b top-b."
".top-left top-left top-left top-left."
".top-right top-right top-right top-right."
".ocs-mobile-search ocs-mobile-search ocs-mobile-search ocs-mobile-search."
".comp comp comp comp."
".side-r side-r side-r side-r."
".side-l side-l side-l side-l."
".bot-a bot-a bot-a bot-a."
".bot-b bot-b bot-b bot-b.";
    }

@media (width>=768px) {
.site-grid {
grid-template-areas: ".banner banner banner banner."
".top-a top-a top-a top-a."
".top-b top-b top-b top-b."
".top-left top-right top-right top-right."  
".ocs-mobile-search ocs-mobile-search ocs-mobile-search ocs-mobile-search."
".side-l comp comp side-r."
".bot-a bot-a bot-a bot-a."
".bot-b bot-b bot-b bot-b.";}
}
}

.container-top-left {
  grid-area: top-left;
}

.container-top-right {
  grid-area: top-right;
}

.container-ocs-mobile-search {
  grid-area: ocs-mobile-search;
}


.container-ocs-mobile-search,
.container-top-left,
.container-top-right {
    position: relative;
}

.container-ocs-mobile-search>*,
.container-top-left>*,
.container-top-right>* {
    flex: 1;
    margin: .5em 0;
}

@media (width<=991.98px) {
  .container-ocs-mobile-search,
  .container-top-left,
  .container-top-right {
        flex-direction: column;}
  
  .container-ocs-mobile-search*,
  .container-top-left*,
  .container-top-right* {
        flex: 0 auto;}
}

.top-header-left .card-body,
.top-header-right .card-body,
.top-header-left.card,
.top-header-right.card {
  padding: 0;}

.top-header-right .card-body {
  align-self: center;
}

.top-header-right,
.top-header-left {
  --card-border-width: 0px;
  
}

.top-header-left.card {
  --card-bg: none;
}

.top-header-right {
  background-color: #2d8bc9;
  background-image: linear-gradient(0deg,#fff 0,rgba(255,255,255,0) 98%);
  background-image: -webkit-linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 98%);
  background-image: -o-linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 98%);
  background-image: -ms-linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 98%);
  background-image: -moz-linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 98%);
  border-radius: 10px;
}


.container-header {
        background-color: #2d8bc9;
        background-image: linear-gradient(0deg,#fff 0,rgba(255,255,255,0) 91%);
        background-image: -webkit-linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 91%);
        background-image: -o-linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 91%);
        background-image: -ms-linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 91%);
        background-image: -moz-linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 91%);
        padding: 10px;
        border: 2px solid #eaf6fa;
        border-radius: 10px;
        margin-top: 0;}
/**/

/*New Mobile Search*/
.ocs-mobile-search .card-body {
  margin-left: auto;
  margin-right: auto;
}

.bottom-inside-content.card {
  --card-border-width: 0;
  padding: 10px;
}
/**/

/*Form controls*/
input.bd-button {
    padding: 6px 22px  !important;
    height: 32px !important;}

.form-control {
  height: 32px;
}


/*From J3 Custom CSS*/
.centre-text {
  text-align: center;
}


.open-search .bd-icon,
.open-search .far,
.open-search .fas,
.open-search .fab, 
.open-search .fal {
    font-size: 24px;
    line-height: normal;  
  
}
/**/
/**/

/*From J3 template and template.min CSS*/
@media screen and (min-width: 1280px) {
    .mobile-banner img {
        display: none !important;
    }
    .desk-banner img {
        display: block !important;
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    ._blue-box-mobile {
        display: none !important;
    }
    ._blue-box-desktop {
        display: block !important;
    }
    ._blue-box-phone {
        display: none !important;
    }
    ._blockcontent-phones {
        display: none !important;
    }
    ._blockcontent-desktop {
        display: block !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .mobile-banner img {
        display: block !important;
        width: auto;
        height: 100%;
    }
    .desk-banner img {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .bd-menu-7.nav-pills .bd-menuitem-19:not(.bd-mega-item) > a,
    .bd-menu-7.nav-pills .bd-menuitem-19:not(.bd-mega-item) > a:link {
        font-weight: 700 !important;
        font-size: 13px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-banner img {
        width: auto;
        height: 208px !important;
    }
    ._blue-box-mobile {
        display: block !important;
    }
    ._blue-box-desktop {
        display: none !important;
    }
    ._blue-box-phone {
        display: none !important;
    }
    ._blockcontent-phones {
        display: none !important;
    }
    ._blockcontent-desktop {
        display: block !important;
    }
    .bd-pagebackground .bd-sidebararea-2-column {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .mobile-banner img {
        display: none !important;
    }
    ._blue-box-desktop {
        display: none !important;
    }
    ._blue-box-mobile {
        display: none !important;
    }
    ._blockcontent-phones {
        display: block !important;
    }
    ._blockcontent-desktop {
        display: none !important;
    }

}
/*Site Offline Login*/
.offline-card .btn.btn-primary {
  --btn-font-size: 1rem;
  --btn-font-weight: 400;
  --btn-line-height: 1.5;
  padding: var(--btn-padding-y)var(--btn-padding-x);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  height: auto;
    
}

.offline-card .btn.btn-secondary {
  height: auto;
} 

/**/
/*Firefox*/
@supports (-moz-appearance:none) {
  
  .ocs-wrapper {
    max-width: 1270px;  }
  
  @media (min-width: 1287px) {
    .container-header {
      padding: 11px;}
  }  
  
  @media (min-width: 992px) and (max-width: 1260px) {
  .container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
    white-space: normal;
    display: table-caption;
    height: 80px;
  }
}

   @media (min-width: 1261px) and (max-width: 1280px) {
    header {
    margin: 0em;}
  }
 
  
}
