@charset "utf-8";

/* Import */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic");
@import url("font-awesome.min.css");


/* Global Transition */
* {
  -webkit-transition: all 0.5s ease;
  -moz-transition:    all 0.5s ease;
  -ms-transition:     all 0.5s ease;
  -o-transition:      all 0.5s ease;
  transition:      all 0.5s ease;
}

/* Placeholder */
::-webkit-input-placeholder {
   font-style:italic;
}
:-moz-placeholder {
	font-style:italic;
}
::-moz-placeholder {
   font-style:italic;
}
:-ms-input-placeholder {
   font-style:italic;
}


body {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-weight:300;
	color: #333;
}

a {
	color: #003890;
}
a:hover, a:focus { color:#85CDFF; }
a:hover img {opacity:0.85;}
.smallbanner {
    padding: 15px 0;
    background: #f1f1f0;
}
p.mdlead {
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	line-height:1.2;
	color:#04162e;
}
h7 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	line-height:1.2;
	color:#fff;
}

h1 {font-size: 38px; font-weight: 600;}
h2 {font-size: 28px; font-weight: 300; line-height: 1.3}
h3 {font-size: 28px; font-weight: 300;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 15px;}
h7 {font-size: 28px; font-weight: 300;}


h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h7 small {
	color:#3f3f3f;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}

p {font-size:15px;}
em {font-style: italic;}
p.leadmarginsm {font-size: 19px;
font-weight: 300;
margin-bottom: 5px;
line-height: 1.6;}
p.smallfont {font-size: 12px; font-weight: 300; margin-top: 10px; margin-bottom: 10px; font-style: italic; }

ul, ol  {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul li, ol li {
	margin-bottom: 10px;
	font-size:15px;
	font-weight: 400;
}
li::marker {
	color: #85CDFF;
}
/*
li span {
	font-weight: 600;
}
*/

hr.diamond {
	background:url(images/bg-hrdiamont.png) no-repeat center top;
	height:20px;
	border:0;
	margin:15px 0 15px;
}
hr.diamond.white {
	background:url(images/bg-hrdiamont-white.png) no-repeat center top;
	height:20px;
	border:0;
	margin:15px 0 15px;
	}
.margintop {margin-top: 15px;}
.margintopmd {margin-top: 30px;}
.margintoplg {margin-top: 50px;}
.marginbottomsm {margin-bottom: 10px;}
.marginbottom {margin-bottom: 15px;}
.marginbottomlg {margin-bottom: 30px;}
.fontweight {font-weight: 400;}

input[type="text"],
input[type="email"],
input[type="password"],
texarea, select {
background: #fff;
border: 1px solid #85CDFF;
color: #003468;
height: 40px;
padding: 0 100px 0 10px;
border-radius: 9999px;
-moz-border-radius: 9999px;
-webkit-border-radius: 9999px;
}

texarea#Message, textarea{
background: #fff;
border: 1px solid #85CDFF;
color: #003468;
height: auto;
padding: 0 100px 0 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
	font-weight: 300;
}



select {
	padding:10px;
}
textarea {
	padding: 10px;
	font-weight: normal;
}

input[type="text"].large,
input[type="email"].large,
input[type="password"].large,
select.large {
	padding:12px;
}
.hoverlinkonly p a {
	color: #333;
}
.hoverlinkonly p a:hover {
	color: #698ef4;
}
div.gallery-slider.marginbottom.slick-initialized.slick-slider {margin-top: 80px; bottom: 60px;}


::-moz-placeholder{color:#333;opacity:1; font-style:normal}
:-ms-input-placeholder{color:#333; font-style:normal}
::-webkit-input-placeholder{color:#333; font-style:normal}
:focus::-webkit-input-placeholder {opacity:0.3;}
:focus::-moz-placeholder {opacity:0.3;}
:focus:-ms-input-placeholder {opacity:0.3;}

/* RESPONSIVE VIDEOS ------------------------------*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
	margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* BUTTONS ------------------------------*/
button, .button,
input[type="submit"],
input[type="button"],
a.button:visited,
a#catshopbuy:visited,
a#catshopbuy:link {
  background: #fff;
  border: 1px solid #85CDFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 30px;
  min-width: 6.250em;
  color: #003468;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
}
button:hover, .button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.button:hover,
a#catshopbuy:hover,
a#catshopbuy:hover {
	background:#85CDFF;
	border:1px solid #85CDFF;
	color:#fff;
}

.button.secondary,
.button.secondary:visited {
	background:none;
	border:1px solid #04162e;
	color:#04162e;
}
.button.secondary:hover,
.button.secondary:focus {
	background:#2e3c57;
	border:1px solid #2e3c57;
	color:#fff;
}
.button.staff,
.button.staff:visited {
	background:#85CDFF;
	border:1px solid #85CDFF;
	color:#fff;
}
.button.staff:hover,
.button.staff:focus {
	background:#fff;
	border:1px solid #85CDFF;
	color:#003468;
}
.button.register,
.button.register:visited {
	background:#003468;
	border:1px solid #003468;
	color:#fff;
}
.button.register:hover,
.button.register:focus {
	background:#fff;
	border:1px solid #85CDFF;
	color:#003468;
}
.button.secondary.white,
.button.secondary.white:visited {
	background:none;
	border:1px solid #fff;
	color:#fff;
}
.button.secondary.white:hover,
.button.secondary.white:focus {
	background:#141414;
	color:#fff;
}
.button.secondary.orange,
.button.secondary.orange:visited {
	background:#fff;
	border:1px solid #85CDFF;
	color:#003468;
}
.button.secondary.orange:hover,
.button.secondary.orange:focus {
	background:#85CDFF;
	border:1px solid #85CDFF;
	color:#fff;
}

.button.bold {
	font-weight:bold;
}

/* button small */
button.small, .button.small,
a.button.small:visited {
	font-size:13px;
	font-weight:bold;
	padding:8px 25px;
}

/* button large */
button.large, .button.large,
a.button.large:visited {
  font-size: 18px;
  font-weight: bold;
  height: auto;
  padding: 12px 35px;
  min-width: 125px;
}
button.xsmall, .button.xsmall, a.button.xsmall:visited {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 17px;
	margin-bottom: 5px;
}

button.fluid,
.button.fluid {
	width:100%;
}

.button.arrow-right {
	position:relative;
	padding-right:66px;
}
.button.arrow-right:after {
	content:"\25BA";
	position:absolute;
	line-height:36px;
	right:0;
	width:36px;
	top:0;
	bottom:0;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.2) inset;
	box-shadow:0 0 3px rgba(0,0,0,0.2) inset;
}
.button.large.arrow-right {
	padding-right:80px;
}
.button.large.arrow-right:after {
	width:50px;
	line-height:46px;
}

.document-link {
	padding-bottom: 5px;
	display: block;
	font-weight: 400;
}

.document-link span {
	color: #000;
	padding-right: 3px;
}

input[type="submit"],
input[type="button"] {
	border: 1px solid #85CDFF;
	cursor: pointer;
	
}
.coursedescription h2,.coursedescription h3,.coursedescription h4,.coursedescription h5{
	color: #003890;
}
.coursedescription h3,.coursedescription h4,.coursedescription h5{
	padding-top: 15px;
}
.coursedescription {
	margin-top: 40px;
}
.onlinedescription h2,.onlinedescription h3,.onlinedescription h4,.onlinedescription h5{
	color: #003890;
}
.onlinedescription h3,.onlinedescription h4,.onlinedescription h5{
	padding-top: 0px;
}
.onlinedescription {
	margin-top: 40px;
}
.awesomeicon span {
	font-size: 40px;
	text-align: center;
	color: #85CDFF;
	display: inherit;
}
.tickicon span {
	font-size: 40px;
	text-align: center;
	color: #FFD9D2;
	display: inherit;
}

.grey-bg {
	padding: 10px;
	background: #e1e2e1;
}

.progress {
	background:#26466e;
	padding:0;
	border:0;
	height:6px;
}
.progress .meter {
	background:#616F8A;
}
.progress .label {}

.progress.custom {
	text-align:left;
}
.progress.custom .meter {
	display:inline-block;
	vertical-align:top;
}
.progress.custom .label {
	margin: -40px 0 0 -20px;
    padding: 5px 10px;
    position: absolute;
	color:#141414;
	font-weight:bold;
}
.progress.custom .label:after {
	content:"\25C6";
	color:#616F8A;
	bottom: -10px;
    font-size: 20px;
    left: 12px;
    position: absolute;
}
.dark-boardered {
  background: #FFF1EF;
  padding: 20px 20px 10px;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}
div.dark-boardered.extra {
  margin-top: 20px;
}

div.white-boardered.extra {
  margin-top: 20px;
}

.white-boardered {
  background: #ffffff;
  padding: 20px 20px 10px;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  margin-top: 10px;
}
.boardered {
  background: #FFFAFA;
  padding: 20px 20px;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  margin-top: 30px;
}
.boardered h2 a {
	font-size: 21px;
	font-weight: 300;
	color: #000;
	line-height: 1.2;
}
.boardered a.button.tiny {
	margin-top: 10px;
}
.boardered p {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}
.boardered p span{
	float: right;
}
.boardered p span{
	float: right;
}

.boarderedlp{
	border: 1px solid #e1e2e1;
	padding: 10px 15px;
	margin-bottom: 20px;
	background: #e1e2e1;
}
.boarderedlp h2 a {
	font-size: 22px;
	font-weight: 300;
	color: #000;
	line-height: 2;
}
.boarderedlp p.intro {
	font-size: 14px;
	margin-bottom: .5rem;
}
.boarderedlp p {
	font-size: 13px;
	margin-bottom: .5rem;
}
.boarderedlp p span{
	float: left;
}
.boarderedlp .button.tiny{
	margin-right: 5px;
}
 .boarderedlp br {
  margin: 2px 0;
}
.nomargindesc p{
	margin-bottom: 5px;
}
.toppad p.padder {
	margin-bottom:0;
	line-height: 3rem;
	font-size: 16px;
	
}
.cdescription img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.mission-donate2 p.lead {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 15px;
}
.certification-section img {
border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
}
.fees-section img {
	border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
	
}
.post-entry-alt p.lead {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 1.4;
}
.tiles h3 {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.4;
}
.tiles span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}
.tiles span b {
    font-weight: 600;
}
.smmarginbottom p {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	font-weight: 300;
	
}

/* Custom field/s */
.fields {
	margin:0;
}
.margin-top-bottom {
	margin: 10px 0;
	}

/* BC/Foundation Overrides */
.system-message h1,
.system-error-message h1 {
	font-size: 36px;
	font-weight: 700;
	color: #141414;
	margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}

span.error:empty,
small.error:empty {
	display: none;
}
.system-message,
.system-error-message {
	background: none;
	border: none;
	margin: 0;
	color: #333;
	padding: 0;
}
.staffprofile img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
div.pagination {
	width: 100%;
	text-align: center;
}
div.pagination ul {
	margin-left: 0;
}
/* pagination */
ul.pagination li {
	height:auto;
	vertical-align:top;
	margin-bottom: 0;
}
ul.pagination li a,
ul.pagination li button {
	background:none;
	border:1px solid #3f3f3f;
	color:#3f3f3f;
	font-size:13px;
	font-weight:bold;
	padding:0;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {}
ul.pagination li.current a,
ul.pagination li.current button {
	background:#616F8A !important;
	color:#fff;
}
ul.pagination li.arrow a,
ul.pagination li.arrow button {
	border:0;
	font-size:20px;
}

.pagination li {
	height:auto;
	vertical-align:top;
	display: inline-block;
	margin: 0 10px;
	font-weight: 300;
}
li.active a {
	color: #252525;
}





/* utility classes */




/* HEADER ---------------------------- */
header {
	position:relative;
}

.utility {
	background:#f9f9f9;
	height:43px;
}
.utility ul {
	margin:0 45px 0 0;
	padding:0;
}
.utility .uty0,
.utility .uty1 {
	display: none;
}
.util-nav {
	margin:0;
	padding:0;
	float:right;
}
.util-nav li {
	list-style:none;
	float:left;
	margin:0 0 0 1px;
	line-height:38px;
}
.util-nav li a {
	color:#141414;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:12px 10px;
	line-height:13px;
	text-align:center;
	border-right:1px solid #fcfcfc;
}
.util-nav li a:hover
{
color:#2e3c57;
}
.util-nav li.create a,
.util-nav li.account a {}
.phone-number {
	color:#485671;
	font-size:13px;
	font-weight:600;
	line-height:40px;
}
.phone-number a {
	color:#141414;
}
.phone-number a:hover {
	color: #485671;
}
.phone-number .fa {
	font-size:20px;
	vertical-align:middle;
}


.contain-to-grid,
.top-bar {
	background:#fff;
}
.top-bar {
	height:auto;
	overflow: visible;
}
.top-bar .title-area {
	z-index:999;
}
.top-bar .name {
	padding:0 0 0 10px;
	height:auto;
}
.top-bar img {
    height: 140px;
    margin-bottom: -47px;
}

.top-bar .toggle-topbar a,
.top-bar .toggle-topbar.menu-icon a {
	color:#fafafa;
}



/* MAIN NAV ----------------------------- */

.top-bar-section .util-nav li:not(.has-form) a:not(.button) {
	color: #141414;
display: inline-block;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
padding: 12px 10px;
line-height: 13px;
text-align: center;
border-right: 1px solid #fcfcfc;
}


.top-bar-section {
	height:90px;
	overflow: hidden;
}
.top-bar.expanded .top-bar-section {
    overflow: visible;
}
.top-bar-section ul {
	float:right;
}
.top-bar-section ul li {
	background:none;
	margin:0;
	position:relative;
	padding: 0;
}
.top-bar.expanded .top-bar-section ul li {
	/*padding: 0 6%;*/
}
.top-bar-section ul li + li {
	background:url(images/bg-menu-li.png) no-repeat left center;
}
.top-bar-section ul li a {
	font-size:15px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background: none;
	line-height:20px;
	padding:35px 10px;
}
.top-bar-section li:not(.has-form) a:hover:not(.button),
.top-bar-section ul li:hover:not(.has-form) > a {
	background: #fff;
	color:#003890;
}

.top-bar-section ul li.selected > a {
	background: #ffffff !important;
	color:#003890;
}

.top-bar-section .dropdown {
	/* min-width:200px; */
	margin:0;
	padding:0;
	background:#2e3c57;
}
.top-bar-section .dropdown li {
	padding:0;
	background:none;
}


header.header nav.top-bar section.top-bar-section li.has-dropdown.selected > a,
header.header nav.top-bar section.top-bar-section li.has-dropdown.selected > a:hover,
header.header nav.top-bar section.top-bar-section li.has-dropdown.selected > a:visited,
header.header nav.top-bar section.top-bar-section li.selected ul.dropdown li.selected > a,
header.header nav.top-bar section.top-bar-section li.selected ul.dropdown li.selected:hover > a,
header.header nav.top-bar section.top-bar-section li.selected ul.dropdown li.selected > a:hover {
    color: #2c61c1;
}

.top-bar-section li li:not(.has-form) a:not(.button) {
	padding:10px 15px;
	line-height:normal;
	height:auto;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background:none;
	color:#fff;
	text-align:left;
}
.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
	background:#fff;
	color: #2c61c1;
}
.top-bar-section .has-dropdown > a:after {
	border:0;
	margin:-10px 20px 0 0;
	font-family: FontAwesome;
  	content: "\f107";
	top:50%;
}
.top-bar .toggle-topbar.menu-icon a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
}



/* SEARCH ------------------------*/
.search-box {
	background:#f9f9f9;
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:50px;
    padding:0;
}
.search-box.active {
	width:100%
}
.search-box.active form{
	padding:0 100px 0 0;
}
.search-box form {
	position:relative;
	padding:0;
}
.search-box [type="text"] {
	vertical-align:top;
	width:100%;
	top:0;
	height:40px;
    padding:6px 10px;
}
.search-box.active [type="submit"] {
    right: 50px;
	width:auto;
}
.search-box [type="submit"] {
	height: 40px;
    min-width: 10px;
	width:40px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.search-box.active .search-icon.fa:before {
	content: "\f00d";
}
.search-box .search-icon {
	background:#f9f9f9;
	width:50px;
	height:40px;
	line-height:38px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	color:#485671;
	font-size:21px;
	cursor:pointer;
}


#table td.table-head.blue {
	background-color: #e1f4fd;
	border: 1px solid #eaeaea;
}
#table td.table-body.blue {
	background-color: #f1f1f0;
	border: 1px solid #eaeaea;
	color: #000;
}
#table th.table-head.blue {
	background-color: #e1f4fd;
	border: 1px solid #eaeaea;
	font-weight: 300;
}
#table th.table-body.blue {
  background-color: #f1f1f0;
  border: 1px solid #eaeaea;
  color: #000;
  font-weight: 300;
}
#table td.table-body.blue {
  background-color: #f1f1f0;
  border: 1px solid #eaeaea;
  color: #000;
  font-weight: 300;
}
#table td.table-body.blue span {
  font-weight: 400;
}
#table th.table-body.blue span {
	font-weight: 400;
}
#table th.table-body span {
	font-weight: 400;
}
#table tr {
	border: 1px solid #eaeaea;
	color: #000;
}
#table table tr th {
    border: 1px solid #f1f1f0; 
	font-weight: bold;
}
#table table tr td {
    border: 1px solid #f1f1f0; 
	font-weight: 300;
}

#table table tr th span, #table table tr td span {
	font-weight: 400;
}


#table td.table-head.lblue {
	background-color: #eff9fe;
	border-bottom: 1px solid #eaeaea;
}
#table td.table-body.lblue {
	background-color: #eff9fe;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	color: #000;
}

#table td.table-head.bblue {
	background-color: #616F8A;
	border-bottom: 1px solid #eaeaea;
}
#table td.table-body.bblue {
	background-color: #616F8A;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	color: #000;
	text-align: center;
	font-size: 18px;
}

#table td.table-head.ablue {
	background-color: #eefcf0;
	border-bottom: 1px solid #eaeaea;
}
#table td.table-body.ablue {
	background-color: #eefcf0;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	color: #000;
	text-align: center;
	font-size: 18px;
}

#table td.table-head.mblue {
	background-color: #d1ecd3;
	border-bottom: 1px solid #eaeaea;
}
#table td.table-body.mblue {
	background-color: #d1ecd3;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	color: #000;
	text-align: center;
	font-size: 18px;
}

.table-body.ablue p{margin-bottom: 0rem; text-align: center;}
.table-body.bblue p{margin-bottom: 0rem;text-align: center;}
.table-body.mblue p{margin-bottom: 0rem;text-align: center;}

.table-body.ablue .button{text-align: center; margin: 0 auto;width: 100%;}
.table-body.bblue .button{text-align: center;margin: 0 auto;width: 100%;}
.table-body.mblue .button{text-align: center;margin: 0 auto; width: 100%;}

/* SLIDER ----------------------------*/
.slider {
	position:relative;
	clear:both;
	z-index:0;
}
.slider-img {
	max-height:660px;
	overflow:hidden;
}
.slider-img img {
	width:100%;
}
.slider-caption {
	position: absolute;
	display:block;
	width:100%;
	left:0%;
	top:0%;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:300;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	padding: 230px 50px;
	line-height: 1.4em;
}
.slider-caption h2 {
	color:#fff;
	display:inline-block;
	margin-bottom:20px;
	font-weight:600;
	font-size:38px;
	line-height:1;
}
.slider-caption h4 {
	font-size:20px;
	font-weight:300;
	color:#fff;
}
.hero-slider  {
	margin:0;
}

.banner {
	position:relative;
}
.banner-txt {
  	position:absolute;
	left:0;
	top:25%;
	width:100%;
	color:#fff;
	padding:0 10px;
	transform:translateY(-25%);
}
.banner-txt h2 {
	font-size:32px;
	color:#fff;
	max-width:420px;
	margin:0 0 25px;
}
.banner-txt p {
	color:#fff;
	max-width:420px;
}
.banner-img img {
	width:100%;
	position: relative;
	display: inline-block;
}
/* MAIN / LISTING -------------------------------- */

.listing-caption{
	position: absolute;
	width:100%;
	height:100%;
	left:0%;
	top:0%;
	display:block;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:300;
	padding: 20px 20px 10px;
	line-height: 1.5em;
	margin:0px;
	background-color: rgba(72, 85, 112, 0.89);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.listing-caption a:hover {
    background-color: rgba(72, 85, 112, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	position: absolute;
	width:100%;
	height:100%;
	left:0%;
	top:0%;
	display:block;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:300;
	padding: 20px 20px 10px;
	line-height: 1.5em;
	margin:0px;
}
.listing-caption h2 {
	color:#fff;
	display:inline-block;
	font-weight:300;
	font-size:20px;
	line-height: 1.5em;
}
.listing {
	position:relative;
	clear:both;
	z-index:0;

}
.listing-img {
	max-height:660px;
	overflow:hidden;

}
.listing-img img {
	width:100%;
}

/* MAIN / CONTENT -------------------------------- */
main {
	background:#fff;
}

/* HOME page ---------------------------*/
.call-to-action {
	background:#83a7d8;
	color:#fff;
	padding:30px 0;
}
.call-to-action ul {
	text-align:center;
}
.call-to-action ul li {
	list-style:none;
}
.cta-box {
	display:inline-block;
	vertical-align:top;
	padding:0 20px 10px;
	margin:0;
	text-align:left;
}
.cta-box:first-child {
	padding-left:0;
}
.cta-box:last-child {
	padding-right:0;
}
.cta-box a {
	color:#fff;
	display:block;
}
.cta-box a:hover {
	color:#2e6dcc;
}
.cta-box img {
	float:left;
	margin:0 5px 0 0;
}
.cta-box img ~ * {
	margin-left:80px !important;
}
.cta-box big {
	display:block;
	margin:0;
	text-transform:uppercase;
	font-size:30px;
	font-weight:600;
	line-height:1;
	padding:5px 0;
}
.cta-box big:after {
	content:url(images/bg-double-arrow.png);
	margin:0 0 0 8px;
}
.cta-box small {
	font-size:14px;
	text-transform:uppercase;
	display:block;
	margin:0;
}

.our-mission {
	background:#e1e2e1;
	padding:50px 0 20px;
}
.our-mission iframe {
    width:100%;
}

.our-causes {
	padding:50px 0 10px;
}
.logo-footer {
	padding:30px 0;
}
.our-causes h2 {
	font-weight:300;
}
.donation-box {
	text-align:center;
}
.donation-box h3 {
	font-size:18px;
	margin:20px 0 13px;
}
.donation-box h5 span {
	color:#bdbdbd;
}
.donation-box p {
	font-size:13px;
}
.donation-img img {
	width:100%;
}

.homepage-box img {
	border-radius: 22px;
  -moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	margin-bottom: 0;
}
.become-volunteer {
	background:url(/images/health-care-courses.jpg) no-repeat center top;
	background-size:cover;
	padding:120px 0;
	color:#fff;
}
.become-volunteer h2 {
	color:#fff;
	font-size:32px;
	font-weight:300;
}
.become-volunteer p {
	font-size:16px;
}


.counts-wrap {
	padding:60px 0;
}
.count-box {
	text-align:center;
}
.count-icon {
	border:2px solid #26466e;
	width:128px;
	height:128px;
	line-height:128px;
	text-align:center;
	margin:0 auto 15px;

	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.count-box h4 {
	font-size:25px;
	color:#26466e;
}
.count-box h4 small {
	display:block;
	font-weight:normal;
	color:#26466e;
	line-height:1;
}

.testimonials {
	background:#2e3c57;
	background-size:cover;
	padding:70px 0;
	color:#fff;
}
.testimonials h2 {
	color:#fff;
	font-size:32px;
	font-weight:300;
}
.testimonials blockquote {
	border:0;
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
}
.testimonials blockquote p {
	font-size:18px;
	font-weight:300;
	font-style:italic;
	line-height:1.6;
	color:#fff;
	margin-bottom:20px;
}
.testimonials blockquote cite {
	font-size:18px;
	font-weight:600;
	font-style:normal;
	color:#fff;
}
.testimonials blockquote cite:before {
	content:"";
}
.testimonials blockquote cite small {
	font-size:12px;
	display:block;
	font-weight:300;
}

.slick-dots {
	margin:0;
}
.slick-dots li button {
	border:1px solid #2e6dcc;

	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.slick-dots li.slick-active button {
	background: #2e6dcc;
}
.slick-dots li button:before {
	content:"";
}


/* INNER page ---------------------------*/
.inner-title {
	background:#f4f4f4;
	padding:25px 10px;
}
.inner-title h2 {
	margin:0;
}
.inner-content {
	padding:30px 10px 50px;
}
.inner-content p {
	font-size: 16px;
}
.page-content {}
.page-sidebar {}
.page-sidebar h4 {
	background:#e1e2e1;
	color:#04162e;
	padding:15px;
	font-size:18px;
	text-align:center;
	margin:0 0 20px;
}

/* about us  */
.about-non-profit  {
	background:#f6f5f5;
	padding:100px 0;
}
.non-profit-img {}
.non-profit-img img {
	-webkit-box-shadow:0 0 16px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 16px rgba(0,0,0,0.5);
	box-shadow:0 0 16px rgba(0,0,0,0.5);
}
.non-profit-desc {
	font-size:15px;
}
.non-profit-desc h2 {
	font-size:36px;
	font-weight:300;
	line-height:1.3;
	margin-bottom:20px;
}
.non-profit-desc h2 strong {
	font-size:48px;
}
.non-profit-desc p {
	font-size:14px;
}

.about-our-staff {
  	padding:70px 0;
}
.about-our-staff h2 {
	font-size:40px;
}
.staff-box {
	text-align:center;
	margin-bottom:50px;
}
.staff-img {
	margin:0 0 10px;
}
.staff-name {
	font-size:20px;
	margin:0;
	color:#000;
	font-weight:normal;
}
.staff-title {
	color:#544f4f;
	margin:0 0 10px;
}
.staff-smedia {
	margin:0;
	padding:0;
}
.staff-smedia li {
	list-style:none;
	display:inline-block;
	padding:0 5px;
}
.staff-smedia li span {
	display:none;
}
.staff-smedia li a {
	color:#000;
	font-size:21px;
}

.about-need-help {
	background:url(images/bg-we-need-help.jpg) no-repeat left top;
	background-size:cover;
	color:#fff;
	padding:60px 0;
}
.about-need-help h2 {
	font-size:40px;
	color:#fff;
}
.need-help-box {
	max-width:760px;
	margin:0 auto;
	text-align:center;
}
.need-help-box p {
	font-weight:300;
}
.need-help-box p strong {
	font-weight:600;
}

/* Our Mission */
.mission-services {
	background:#f6f5f5;
	padding:60px 0;
}
.service-box {
	font-size:14px;
	text-align:center;
	min-height:260px;
	margin:0 0 25px;
	padding:0 25px;
}
.service-box h4 {
	font-weight:600;
}
.service-box p {
	font-size:14px;
}
.service-img {
	margin-bottom:15px;
}
.identity-section {
  background: #f9f9f9;
  padding: 50px 0 50px;
}
.coursedescription-section {
  background: #fff;
  padding: 50px 0 50px;
}
.coursedescription-section img {
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
}
.coursedescription-section .awesomeicon img {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.gallery-slider img {
	  border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
}
tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}
tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}
tr:first-child td:first-child {
    border-top-left-radius: 20px;
}
tr:first-child td:last-child {
    border-top-right-radius: 20px;
}
tr:first-child th:first-child {
    border-top-left-radius: 20px;
}
tr:first-child th:last-child {
    border-top-right-radius: 20px;
}
.requirements-section {
  background: #fff;
  padding: 50px 0 50px;
}
.onlinerequirements-section {
  background: #FFFAFA;
  padding: 50px 0 50px;
}
.skills-section {
  background: #f1f1f0;
  padding: 50px 0 50px;
}
.assessment-section {
  background: #fff;
  padding: 50px 0 50px;
}
.onlineassessment-section {
  background: #FFFAFA;
  padding: 50px 0 50px;
}
.certification-section {
  background: #f1f1f0;
  padding: 50px 0 50px;
}
.booknow-section {
  background: #E0F0FB;
  padding: 50px 0 20px;
}
.faqs-section {
  background: #f9f9f9;
  padding: 50px 0 30px;
}
.fees-section {
  background: #FFF1EF;
  padding: 50px 0 50px;
}
.mission-donate {
	background:#CCE6F8;
	padding-top:40px;
}

.mission-donate p {
	  font-size: 17px;
  line-height: 1.7;
  margin: 20px 0 30px;
	font-weight: 300;
}
.mission-donate p span {
	font-weight: 400;
}
.mission-donate p strong {
	font-weight: 600;
}

.mission-donate p a {
}
.mission-donate p a:hover {
	color: #698ef4;
}

.mission-donate a.button.large {
}
.mission-donate a.button.large:hover {
	color: #fff;
}
.head-banner {
	background-color: rgba(131,167,216,0.80);
	padding:30px 0 0;
	position: absolute;
	width: 100%;
	left: 0;
	right:0;
	bottom: 0%;
	margin: 0 auto;
}

.head-banner p {
	font-size: 16px;
	padding-top: 10px;
}

.head-banner p a {
	color: #003890;
}
.head-banner p a:hover {
	color: #698ef4;
}

.head-banner a.button.large {
	color: #ffffff;
}
.head-banner a.button.large:hover {
	color: #04162e;
}


.special-offer {
	background:#83a7d8;
	padding:0;
	margin-bottom: 40px;
}

.special-offer p {
	font-size: 16px;
	padding: 0 10px;
}
.special-offer h1 {
	padding-top: 20px;
}

.mission-help {
	padding:60px 0;
}
.how-we-help {
	text-align:center;
	font-size:14px;
	margin-bottom:30px;
}
.how-we-help > img {
	margin-bottom:15px;
}
.how-we-help h4 {}
.how-we-help p {
	font-size:14px;
}

/* Contact us */
.contact-info {
}
.contact-info h4 {
	font-size:24px;
	margin:0;
}
.contact-info .email,
.contact-info .phone {
	margin:0 0 25px;
}
.email .fa-envelope {
	color:#eeb726;
}
.email a {
	color:#2b2a2a;
}
.email a:hover {
	color:#dca411;
}
.phone .fa-phone {
	background:#eeb726;
	vertical-align:top;
	width:24px;
	height:24px;
	font-size:18px;
	line-height:24px;
	text-align:center;
	color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.google-map {
	clear:both;
	background:#fff;
	padding:10px;
	max-width:405px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	margin-bottom: 15px;
}
.google-map img,
.google-map iframe {
	width:100%;
}

/* Event Layout Alternative */
.event-item-alt {
	border-bottom:1px solid #d9d9d9;
	padding:0 0 40px;
	margin:0 0 40px;
}
.event-name-alt {
	margin:0 0 10px;
	font-size:30px;
}
.event-name-alt a {
	color:#141414;
}
.event-name-alt a:hover {
	color:#eeb726;
}
.event-info-alt {
	font-size:14px;
}
.event-info-alt .fa {
	color:#eeb726;
	font-size:20px;
	margin:0 3px 0 0;
}
.event-info-alt .fa-map-marker {
	font-size:22px;
}
.event-info-alt span + span {
	margin-left:25px;
}
.event-img-alt {
	margin:0 0 25px;
}

.past-events {
	margin:0 0 45px;
}
.past-events ul {
	margin:0;
	padding:0;
}
.past-events ul li {
	list-style:none;
	padding:0 20px 30px;
	margin:0 0 30px;
	border-bottom:1px solid #d9d9d9;
}
.past-events ul li > figure {
	float:left;
	margin:0;
}
.past-events ul li figure ~ * {
	margin-left: 75px;
}
.past-events ul li .fa-pos {
	float:left;
	font-size:18px;
	margin:0 8px 15px 0;
	color:#eeb726;
}
.past-events a {
	color:#141414;
}
.past-events a:hover {
  	color:#616F8A;
}
.past-events h6 {
	font-size:16px;
	margin:0 0 5px;
}
.past-events p {
	font-size:14px;
	line-height:1.3;
	margin:0;
}

.latest-causes {}
.latest-causes ul {
	margin:0;
	padding:0;
}
.latest-causes ul li {
	list-style:none;
	padding:0 20px 30px;
	margin:0 0 30px;
	border-bottom:1px solid #d9d9d9;
}
.latest-causes ul li figure {
	margin:0;
	float:left;
}
.latest-causes ul li figure ~ * {
	margin-left: 75px;
}
.latest-causes a {
	color:#141414;
}
.latest-causes a:hover {
  	color:#616F8A;
}
.latest-causes h6 {
	font-size:16px;
	margin:0 0 5px;
}
.latest-causes p {
	font-size:14px;
	line-height:1.3;
	margin:0;
}
.map-box {
	clear:both;
	background:#fff;
	padding:10px;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.4);
	box-shadow:0 0 3px rgba(0,0,0,0.4);
}
.map-box img,
.map-box iframe {
	width:100%;
}


/* Blog Post Layout Alternative*/
.post-entry-alt {
	padding:0;
	margin:0 0 35px;
}
.no-border {
	border-bottom:none;
}
.no-border p {
	font-size:13px;
	text-align:center;
}
.no-border img {
	height: 100px;
	margin: 0;
}
.call-to-action img {
 padding-top: 2px;
}
.call-to-action.news {
    padding: 50px 0 40px;
}
.post-title-alt {
	font-size:30px;
	margin:0 0 15px;
	color:#616F8A;
}
.post-title-alt-small {
	font-size:18px;
	margin:0 0 10px;
	color:#000;
	min-height: 45px;
	text-align:center;
}
.post-body-alt-small {
    color: #333;
    font-size: 13px;
}
.post-body-alt-small a {
    color: #2e6dcc;
    font-size: 13px;
}
.post-title-alt a {
	color:#2e3c57;
}
.post-title-alt a:hover {
	color:#616F8A;
}
.post-title-alt-small a {
	color:#000;
}
.post-title-alt-small a:hover {
	color:#616F8A;
}
.post-body-alt img:first-child {
	float:left;
	margin:0 25px 0 0;
}
.post-date-alt {
	font-size:14px;
	margin:0 0 15px;
}
.post-date-alt-small {
	font-size: 12px;
	margin:0 0 5px;
	text-align:center;
}
.post-body-alt p {
	font-size:15px;
}
.side-post {
	margin:0 0 30px;
}
.side-post h4 {
	margin:0 0 10px;
}
.side-post ul {
	margin:0;
	padding:0;
}
.side-post ul li {
	line-height:1.2;
	padding:10px 15px;
	border-bottom:1px solid #e7e7e7;
}

.side-faq {
	border-bottom:1px solid #e7e7e7;
	margin:0 0 30px;
	padding:0 0 30px;
}
.side-faq a {
	color:#2e3c57;
}

.side-newsletter {
	background:#f5f5f5;
	border:1px solid #ebebeb;
}
.side-newsletter form {
	padding:10px 15px;
}
.side-newsletter p {
	font-size:13px;
}

.angle-right {
	margin:0;
	padding:0;
}
.angle-right li {
	margin:0;
	list-style:none;
	position:relative;
	padding-left: 30px !important;
}
.angle-right li:before {
	content:"\f105";
	font-family:FontAwesome;
	position:absolute;
	left:15px;
	font-size:17px;
	color:#6c6c6d;
	margin:-1px 0 0;
}
.side-post a {
	color:#141414;
}
.side-post a:hover {
	color:#2e3c57;
}

/* BLog Detail */
.post-detail {}
.post-title-lg {
	color:#154876;
	font-weight:600;
}
.post-meta-lg {
	position:relative;
	padding:0 0 0 65px;
}
.meta-info {
	display:inline-block;
	padding:10px 20px 10px 0;
	border-bottom:1px solid #ededed;
}
.meta-info * + * {
	padding-left:15px;
}
.meta-author {}
.meta-author img {
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
}
.meta-comment {
	color:#252525;
}
.meta-social {
	padding:8px 0;
}
.post-body-lg {
	font-size:14px;
	padding-bottom:25px;
}
.post-body-lg img {
	margin:0 0 10px;
}
.post-body-lg p {
	font-size:14px;
}
.back-post {
	color:#4aa442;
	font-size:13px;
}


.side-nav {
	background:#fff;
	border-bottom:2px solid #d6d6d6;
	padding:0;
}
.side-nav h5 {
	background:#616F8A;
	color:#fff;
	font:bold 15px Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	padding:15px 25px;
	margin:0;
	text-transform:uppercase;
}
.side-nav ul {
	margin:0;
	padding:0;
}
.side-nav ul li {
	list-style:none;
	padding:0;
	margin:0;
}
.side-nav ul li + li {
	border-top:1px solid #d6d6d6;
}
.side-nav li a:not(.button) {
	display:block;
	padding:15px 25px;
	line-height:1.3;
	color:#2c2c2c;
}
.side-nav li a:hover:not(.button),
.side-nav li a:focus:not(.button),
.side-nav li.selected a:not(.button),
.side-nav li.selected a:not(.button) {
	color:#000;
	font-weight:bold;
}





/* FEATURE: events */
.event-item {
	margin:0 0 2.5em;
	border-bottom:1px solid #dddddd;
	padding:0 0 3em;
}
.event-sub {
	font-size:1em;
	text-transform:none;
}
.event-name {
	margin:0 0 5px;
	font-size:20px;
	font-weight:normal;
}
.event-name a {
	color:#3f3f3f;
}
.event-name a:hover {
	color:#eeb726;
}
.event-info {
	font-size:14px;
	margin:0 0 15px;
}
.event-info a {
	color:#2d2d2d;
}
.event-info a:hover {
	text-decoration:underline;
}
.event-info span {
	display:inline-block;
	line-height:15px;
	padding:0 10px 0 0;
}
.event-info span ~ span {
	border-left:1px solid #2d2d2d;
	padding:0 10px;
}
.event-date {}
.event-body {
	background:#cccccc;
	padding:20px;
	max-width:635px;
}
.event-body p {
	font-size:15px;
}
.event-body .button {
	margin:0;
}


/* FEATURE: news/announcements */
.news-item {
	margin:0 0 2em;
	border-bottom:1px solid #dddddd;
	padding:0 0 1em;
}
.news-title {
	margin:0 0 10px;
	font-size:18px;
	font-weight:600;
}
.news-title a {
	color:#3f3f3f;
}
.news-title a:hover {
	color:#eeb726;
}
.news-date {
	font:0.68em Arial, Helvetica, sans-serif;
	color:#b1b1a7;
	letter-spacing:normal;
}
.news-body {
	font-size:15px;
}
.news-body p {
	font-size:15px;
}



/* FEATURE: faq */
.faq-box {
	margin-bottom:40px;
}
.faq-box .accordion-navigation {
	border-bottom:1px solid #fff;
}
.faq-box .accordion-navigation a,
.faq-box .accordion-navigation.active a,
.faq-box .accordion-navigation a:hover {
	background:#cccccc;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#141414;
	text-transform: none;
	padding:10px;
}
.faq-box .accordion-navigation .content {
	font-size:13px;
	padding:10px 15px;
}
.faq-box .accordion-navigation .content a {
	background: none;
	color:#2e3c57;
	padding: 0;
}
.faq-box .accordion-navigation .content.active {
	background:#fff;
}



/* FEATURE: forum */
.forum-list {
	margin:0 0 40px;
}
.tbl-forum {
	width:100%;
	border-collapse:separate;
	border:1px solid #ebebeb;
	/*-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:4px;*/
}
.tbl-forum td {
	padding:0;
}
.tbl-forum table.forum {
	width:100%;
	border:0;
	margin:0;
	border-top:1px solid #ebebeb;
	background:none;
}
.tbl-forum > tbody > tr > th {
	font-size:15px;
	background:#cccccc;
	color:#2d2d2d;
	padding:8px 0;
	vertical-align:middle;
	font-weight:normal;
}
.tbl-forum > tbody > tr > .th-name {
	padding-left:12px;
	/*border-top-left-radius: 3px;*/
}
.tbl-forum > tbody > tr > .th-lastpost {
	/*border-top-right-radius: 3px;*/
}
.tbl-forum th.th-topics,
.tbl-forum .forum td.topics {
	width:75px;
	text-align:center;
	border-left:1px solid #fff;
}
.tbl-forum th.th-posts,
.tbl-forum .forum td.posts {
	width:70px;
	text-align:center;
	border-left:1px solid #fff;
}
.tbl-forum th.th-lastpost,
.tbl-forum .forum td.lastpost {
	width:200px;
	padding:0 0 0 20px;
	border-left:1px solid #fff;
}

ul.cap-top,
ul.cap-bottom {
	height:auto;
	font-size:15px;
	margin: 0 0 5px;
	padding:0;
}
ul.cap-top:before,
ul.cap-top:after {
	content:"";
	display:table;
	line-height:0;
}
ul.cap-top:after {
	clear:both;
}
ul.cap-top li,
ul.cap-bottom li {
	list-style:none;
	margin:0;
	padding:0;
}
ul.cap-top li.user,
ul.cap-bottom li.nav-page {
	margin-top:5px;
	float:left;
}
ul.cap-top li.user a {
	color:#3f3f3f;
	font-weight:bold;
}
ul.cap-top li.actions,
ul.cap-bottom li.actions {
	width:auto;
	float: right;
}
ul.cap-top li.actions a,
ul.cap-bottom li.actions a {
	margin:0 10px;
	display:inline-block;
}

table.forum td {
	font-size:15px;
	line-height:normal;
	padding:10px 0;
	border:0 !important;
	vertical-align:middle;
}
table.forum td.name {
	padding-left:12px;
}
table.forum h3 {
	font-size:15px;
	letter-spacing:normal;
	margin:0;
	text-transform:none;
}
table.forum h3 a {
	color:#616F8A;
}
table.forum h3 a:hover {
	color:#eeb726
}

table.forum .icon {
	width:auto;
	float:left;
}
table.forum .icon + .forum {
	margin:3px 0 0 32px;
}
table.forum .forum {}
table.forum td.lastpost {
	color:#2d2d2d;
}

.forum-discussions {}
.btn.btn-new-topic {
	border:1px solid #e4e4e4;
	background:#fff;
}
.btn.btn-new-topic img {
	margin:-4px 5px 0 0;
}


/* FEATURE: Media Download */
p.literature-container {
	margin:0 0 12px;
	font-size:15px;
}
p.literature-container span.icon,
p.literature-container span.name {
	margin:0 5px 0 0;
}
p.literature-container span.name a {
	color:#2e3c57;
}
p.literature-container span.name a:hover {
	color:#616F8A;
}



/* FEATURE: photogallery */
#photogalleryTable {
	margin-top: 20px;
	margin-bottom: 40px;
}
#photogalleryTable .row {
	margin:0;
}
#photogalleryTable .columns {
	padding:0;
}
#photogalleryTable img {
	width: 100%;
	transition-duration: 0.5s;
}
#photogalleryTable img:hover {
	opacity: 0.8;
}


/* FEATURE: blog */
.post-entry {
	border-bottom:1px solid #dddddd;
	padding:0 0 30px;
	margin:0 0 35px;
}
.post-title {
	font-size:32px;
	font-weight:normal;
	text-transform:none;
	margin:0 0 5px;
}
h2.post-title-alt-rectangle {
    font-size: 19px;
    margin: 5px 0 10px;
    text-align: left;
    color: #fff;
}
h2.post-title-alt-rectangle a {
    color: #fff;
}
h2.post-title-alt-rectangle a:hover {
    color: #e1e2e1;
}
.post-title a {
	color:#616F8A;
}
.post-title a:hover {
	color:#eeb726;
}
.post-info {
	font-size:0.9em;
}
.post-info a {
	color:#2d2d2d;
}
.post-info a:hover {
	text-decoration:underline;
}
.post-body {
	padding:15px 0;
	font-size:13px;
}
.post-links {
	color:#616F8A;
	font-size: 15px;
	margin:0 0 0 -5px;
}
.post-links a {
	color:#616F8A;
	padding:0 5px;
}
.post-links a:hover {
	text-decoration:underline;
}


/* FEATURE: shop */
.your-here {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.your-here {}
.cart-items {
	max-width:480px;
	text-align:right;
	border-bottom:1px solid #dddddd;
	margin:0 0 0.938em;
}
.cart-items #catCartSummary {
	display:inline-block;
}
.cart-items table {
	background:none;
	margin:0;
	border:0;
}
.cart-items .cartSummaryItem {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0;
}
.cartSummaryLink {
	color:#ce0000;
}

/* shop - catalog */
.catalog-list {
	margin:0 0 0 -25px;
}
.catalog-list:before,
.catalog-list:after {
	content:"";
	line-height:0;
	display:table;
}
.catalog-list:after {
	clear:both;
}
.catalog-box {
	background:#fff;
	width:228px;
	padding:10px;
	border:2px solid #444444;
	float:left;
	margin:0 0 25px 25px;
	text-align:center;
}
.catalog-box:hover {
	border:2px solid #999;
	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
}
.catalog-img {
	margin:0 0 20px;
}
.catalog-name {
	font:15px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}

/* shop - product small */
.product-list {
	margin:0 0 15px -25px;
}
.product-list:before,
.product-list:after {
	content:"";
	line-height:0;
	display:table;
}
.product-list:after {
	clear:both;
}
.product-box {
	background:#fff;
	width:228px;
	padding:10px;
	border:2px solid #444444;
	float:left;
	margin:0 0 25px 25px;
	text-align:center;
}
.product-box:hover {
	border:2px solid #999;
	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
}
.product-img {
	margin:0 0 20px;
}
.product-name {
	font:15px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0;
	letter-spacing:1px;
}
.product-price {
	margin:0 0 20px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.product-price .new-price {
	text-decoration:none;
}
.product-price .old-price {
	font-size:0.8em;
	color:#999;
	display:none;
}

/* shop - product detail */
.product-large {
	max-width:505px !important;
}
.product-img-lg.columns {
	padding-right:0;
}
.product-detail.columns {
	padding-right:0;
}
.product-detail h3 {
	text-transform:uppercase;
	margin:0 0 10px;
	letter-spacing:1px;
}

.add-to-cart {
	font-size:0.8rem;
}
.add-to-cart input {
	display:inline-block;
	margin-bottom:10px;
	font-size:0.8em;
}
.add-to-cart [type="text"]{
	width:35px;
	text-align:center;
	padding:8px 5px 9px;
	margin-left:5px;
}
.add-to-cart .button {
	padding:10px 15px;
	float:right;
}
.wishlist-link {
	clear:both;
	text-align:right;
	font-size:0.8rem;
}
.wishlist-link a {
	text-decoration:underline;
	color:#2d2d2d;
}
.product-description {
	padding:20px 0;
}
.product-description p {
	font-size:0.8rem;
}
.search-box .search-icon:hover {
    background: #2e3c57 none repeat scroll 0 0;
}






/* FOOTER ----------------------------- */
footer {
	background:#fff;
	color:#04162e;
    margin-top:0;
}
.footer a {
	color:#85CDFF;
}
.footer a:hover {
	color:#E0F0FB;
}
.footer h5 {
  	color:#fff;
  	font-size:18px;
	line-height:45px;
}
.footer-top {
	background:#003468;
	color:#e1e2e1;
	padding:40px 0;
}
.foot-info {}
.foot-info p {
	margin:0 0 12px;
	line-height:1.5;
}
.foot-info .fa-left {
	float: left;
    font-size: 20px;
    margin: 3px 10px 0 0;
    min-height: 25px;
}

.foot-newsletter {
  padding-left:0;
}
.foot-newsletter .button {

}
.field-wrap {
	position:relative;
}
.field-wrap {}
.field-wrap [type="text"], .field-wrap [type="email"] {
	background:#fff;
	border:1px solid #85CDFF;
	color:#003468;
	height:40px;
	padding:0 100px 0 10px;
		border-radius: 9999px;
-moz-border-radius: 9999px;
-webkit-border-radius: 9999px;
}
.field-wrap button {
	position:absolute;
	right:0;
	top:0;
	text-transform:none;
	height:40px;
	line-height:20px;
	padding:0 10px;
}

.foot-social {}
.foot-social h5 {
	line-height:normal;
}
.smedia-list {
	margin:0;
}
.smedia-list li {
	list-style:none;
	display:inline-block;
	padding:0 5px 5px 0;
}
.smedia-list li span {
	display:none;
}
.smedia-list li a {
	background:#fff;
	border:1px solid #85CDFF;
	color:#003468;
	text-align:center;
	line-height:32px;
	font-size:18px;
	text-decoration:none;
	display:inline-block;
	width:32px;
	height:32px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.smedia-list li a:hover {
	text-decoration:none;
	color:#fff;
	background: #85CDFF;
	border:1px solid #85CDFF;
}

.foot-menu {}
.foot-menu ul {
	margin:0;
	padding:0;
}
.foot-menu ul li {
	list-style:none;
	margin:0;
	padding:0 0 5px;
}
.foot-menu ul li a {
	color:#85CDFF;
}
.foot-menu ul li a:hover {
	color:#E0F0FB;
}


.footer-bottom {
	padding:15px 0 20px;
}
.copyright {
	font-size:12px;
	color:#04162e;
	text-align:center;
}
/*custom css*/
.post-entry-alt p img, .post-body img{
    margin: 0 10px 10px 0;
}
.no-border p img {
    margin: 0;
}
span.learnMore{
    background: #eeb826 url("images/bg-orange-gradient.png") repeat-x scroll left bottom;
    display: block;
    padding: 2px 5px;
    width: 15%;
}
.post-entry-alt a:hover{
 	color:#616F8A;
}
#photogalleryTable div{
 	padding:10px;
}
.store-description h2, .productLarge{
 	margin-top:15px;
}
#form-login{
 	margin-bottom:15px;
}
.forum-container{
 	margin-top:15px;
}
.utility table.cartSummaryTable{
 	background:none;
    border:none;
}
.utility td.cartSummaryItem {
    padding: 0;
    position: relative;
    top: 12px;
    font-size: 13px;
}
/*.catalogueItem .medium-3, .productTable .medium-3 {
    width: 99%;
}*/
table.catalogueTable{
 	table-layout:fixed;
    clear:both;
}
.shop-main .breadcrumbs{
 	width:100%;
}
.breadcrumbs{
 	margin-top:10px;
}
.breadcrumbs > *{
 	float:none;
}


/* cart */
.product-qty input.cartInputText {
	padding: 3px 8px;
	width: 42px;
}
input#DiscountCode, input#GiftVoucher {
	height: 30px;
	padding: 3px 8px;
}
select.shippingDropDown {
	padding: 5px;
}

.catalogueItem h3, .catalogueItemLast h3 {
	font-size: 20px;
}

#logoParade {
    margin-top: 20px;
    height: 120px;
    position: relative;
    overflow: hidden;
}

#logoParade div.scrollableArea div {
    display: block;
    float: left;
    padding-left: 10px;
}

#logoParade img {
    height: 120px;
}


/* MEDIA QUERIES ------------------------------------------------*/


@media only screen and (min-width: 960px) and (max-width: 1024px) {
.boardered{
	height: 390px;
}
	.boarderedlp{
}
}
@media only screen and (min-width: 641px) and (max-width: 759px) {
	.boardered h2 a {
    font-size: 19px;
    font-weight: 300;
    color: #000;
    line-height: 1.2;
}
	.boarderedlp h2 a {
    font-size: 19px;
    font-weight: 300;
    color: #000;
    line-height: 2;
}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	html {overflow-x: hidden;}

	.top-bar-section li:not(.has-form) a:not(.button) {font-size:15px; padding:35px 10px;}
}

@media only screen and (min-width: 768px) and (max-width: 899px) {

.top-bar-section ul li a {
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000;
}
  .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 14px;
    padding: 35px 7px;
  }
    .top-bar-section .has-dropdown > a {
    padding-right: 1.2rem !important;
  }
  .top-bar-section .has-dropdown > a::after {
  border: 0;
  margin: -10px 15px 0 0;
  font-family: FontAwesome;
  content: "\f107";
  top: 50%;
}
}





@media only screen and (max-width: 640px) {

.boarderedlp p {
    font-size: 14px;
    margin-bottom: .2rem;
	margin-top: .8rem;
}

}


@media only screen and (max-width: 767px) {
	.head-banner {background-color: rgba(131,167,216,1);padding:30px 0 0;width: 100%;position: relative;}	
	.banner-img img {width: 100%;position: relative;}
	.coursedescription {margin-top: 0px;}	
	.onlinedescription {margin-top: 0px;}	
	html {overflow-x: hidden;}

	header {height:auto;}
	.util-nav li a {font-size:12px; /*padding:0 5px;*/}
    .util-nav li #catCartSummary {display:none;}

	.top-bar { padding:0;}
	.top-bar .title-area {padding:0;}
	.top-bar img {height: 80px;}
	.top-bar .name {margin-left:10px; width: 200px; padding:0;}

	.top-bar .phone-smedia {display:none;}

	.top-bar.expanded {overflow:visible;}
	.top-bar.expanded .title-area {background:none;}
	
	.top-bar .toggle-topbar.menu-icon {
        position: relative;
        text-align: right;
        margin-top: -24px;
        margin-left: 30%;
    }
	
	.top-bar .toggle-topbar.menu-icon a span {margin: 0 -5px 0 0; padding: 0 5px;}
	.top-bar .toggle-topbar.menu-icon a span:after, .top-bar .toggle-topbar.menu-icon a:hover span:after  { box-shadow: 0 0 0 1px #616F8A, 0 7px 0 1px #616F8A, 0 14px 0 1px #616F8A;}

	.top-bar-section {padding:0; height:0; border:0; background:#2e3c57;}
	.top-bar-section ul {float:none;}
	.top-bar-section li {border-bottom:1px solid #e3e3e3; display:block !important;}
	.top-bar-section li:not(.has-form) a:not(.button) {padding:15px 15px; line-height:normal !important; text-align:left; color:#fff;padding-left: calc(15px + 6%) !important;}
	.top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section ul li:hover:not(.has-form) > a {color:#2c61c1;}
	.top-bar-section ul li + li:before {border:0;}
	.top-bar-section .dropdown {padding:0;}
	.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {color:#cce6f8; font-weight:bold;}
	.top-bar-section .dropdown li.title h5 a {
	    background:transparent !important;
	    text-transform: uppercase;
        font-weight: 100;
        letter-spacing: 1px;
	}
	.top-bar-section .dropdown li:not(.has-form) a:not(.button) {padding:15px; font-size:14px;}
	
    .top-bar.expanded .top-bar-section {
        height: auto;
    }
.top-bar-section[style=" -100%"] li:not(.moved) ul {
height: 0;
}

	.slider {}
	.slider-caption h2 {font-size:22px;}
	.slider-caption h4 {display:none;}
	.banner {}
	.banner-txt h1 {margin:0; font-size:32px;}
	.banner-txt p {display:none;}

	.content {}
	.content > div {padding:50px 10px 30px;}

	.post-body-alt img:first-child {float:none; margin:0 0 10px;}


	footer {}
	.foot-newsletter {padding-left:10px;}

    #lightbox {}
    #imageContainer {min-height:90px;}
    #outerImageContainer {max-width:90%; min-width:90%; height:auto !important; font-size:15px !important;}
    #imageDataContainer {max-width:90%; min-width:90%; position:relative;}
    #hoverNav a {height:100% !important;}

    #imageData #numberDisplay {padding-top:1em;}
    #imageData #bottomNav {text-align:left;}
    #prevBLink {float:left !important;}
    #nextBLink {float:right !important;}
    #imageData #imageDetails {float:none !important; width:auto !important;}
    #imageData #bottomNavClose {position:absolute; right:10px; margin:-28px 0 0 !important;}

    /*shop*/
    table.catalogueTable td, table.productTable td {display: inline-block;  padding: 10px;  width: 50%;}

    span.learnMore {
        width: 30%;
    }
	.cta-box {
	padding:0 0 10px;
}
	.special-offer h2 {
	font-size: 22px;
}
		.special-offer h1 {
	font-size: 34px;
}
			.special-offer p em {
	font-size: 13px;
}
}

@media only screen and (min-width: 641px) {
.top-bar-section {
    overflow: visible;
}
}
@media only screen and (max-width: 480px) {
	table.catalogueTable td, table.productTable td {display: block;  padding: 10px;  width: auto;}
        .slider-caption {
	position: absolute;
	display:block;
	left:0%;
	top:15%;
	line-height: 1.4em;
	background: none;
	margin: 0;
}
.slider-caption h2 {
	display: none;

}
.cta-box {
	padding:0 0 10px;
}

.phone-number .fa{
 display: none;
}
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .slider-caption {
    padding: 150px 50px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .slider-caption {
    padding: 135px 50px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 759px) {
  .slider-caption {
    padding: 130px 50px;
  }
}
@media only screen and (max-width: 640px) {
  .slider-caption {
    padding: 100px 50px;
  }
}

button.accordion {
    border-radius: 0;
}
.accordion {
	margin: 30px 0 20px;
}

dt {
	background:#fff;
	font-size:16px;
	color:#fff;
	padding:15px;
	border:1px solid #85CDFF;
	text-align: left;
	position: relative;
	border-radius: 9999px;
-moz-border-radius: 9999px;
-webkit-border-radius: 9999px;
    
}

dt:hover {
	background:#62baea;
	font-size:16px;
	color:#fff;
	padding:15px;
	position: relative;}

dt:before {
  position: absolute;
  font-family: 'FontAwesome';
  left: 18px;
  content: "\f067";
color: #003468;
}

dd {
	font-size:15px;
	color:#3f3f3f;
	text-transform:none;
	padding:10px;
	margin-left:0;}



.accordion a{
        color: #003468;
        font-weight: 400;
      }
.accordion a:hover {
        color:#fff;
        font-weight: 400;
      }
.accordion dt a {
    padding-left: 25px;
}
.accordion dt a:hover {
    padding-left: 25px;
}
.accordion dd a{
        color: #42b3e5;
        font-weight: 400;
      }
.accordion dd a:hover{
        color: #003468;
        font-weight: 400;
      }
dd {
     border-top: 0; 
	font-size: 1rem; 
}
dl dt {
     margin-bottom: 0.3rem;
}
dd:last-of-type {
       position: relative;
       top: -1px;
     }

dd a, dd p:a{
	color:#D2B450;
	text-transform: none;
	padding: 0;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
    background: #62baea;
}
.accordion .accordion-navigation > a, .accordion dd > a {
    background: none;
    color: #D2B450;
    display: inline-block;
     font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0;
}
#newsletter-popup{
    max-width: 620px;
    padding: 0;
}
#newsletter-popup .popup {
    position: relative;
    border: 3px solid rgba(0,0,0,0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.4);
    box-shadow: 0 0 18px rgba(0,0,0,0.4);
}
#newsletter-popup .content {
    display: table;
    width: 370px;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#newsletter-popup .special-offer{margin:0;}
#newsletter-popup .fancybox-button{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    background: #fff;
    width: 14px;
    height: 14px;
    opacity: 1;
    min-width: 14px;
}
.fancybox-is-open .fancybox-bg{
    opacity: 0.2 !important;
    background: #000 !important;
}

/* Support Session Table */
table.scroll-table {
    margin-top: 0;
    overflow-y: auto;
    max-height: 35vh;
    display: block;
    position: relative;
    /*margin-bottom: -3rem;*/
    /*clip-path: rect(0% 100% calc(50vh - 3rem) 0%);*/
}
table.scroll-table tbody {
    width: 100%;
    display: inline-table;
    border-bottom: 3px solid #dadada;
    position: relative;
}
/*
table.scroll-table tbody:after {
    content: " ";
    position: sticky;
    height: 3rem;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    display: block;
}
*/
table.scroll-table tr:first-child th:first-child {
    border-top-left-radius: 0px;
}
table.scroll-table tr:first-child th:last-child {
    border-top-right-radius: 0px;
}




/* MEGA MENU - 07-12-2025 */
:root {
    --page-padding: 1rem;
    --content-max-width: 1200px; /* container width */
}

.header-bar .logo img {
    height: 140px;
    margin-bottom: -47px;
}
.mega-menu .menu-icon {
    margin-block: 0.6rem;
}
nav.header-bar {
    z-index: 1;
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns:
        [full-width-start] minmax(var(--page-padding), 1fr)
        [content-start]
        min(136px)
        [split]
        minmax(auto, calc(var(--content-max-width) - 210px - var(--page-padding) * 2))
        [content-end]
        minmax(var(--page-padding), 1fr) [full-width-end];
    /*padding-block: 1.4rem;*/
}
.header-bar .logo {
    grid-column: content / split;
}
.mega-menu .button {
    margin-bottom: 0;
    background: #FFF;
    color: #003468;
}
.header-bar .mega-menu {
    grid-column: split;
    text-align: end;
}
.mega-menu .menu-icon button {
    margin-bottom: 0;
}
.mega-menu .menu-icon button:after {
    box-shadow: 0 0 0 1px #41b3e5, 0 6px 0 1px #41b3e5, 0 12px 0 1px #41b3e5;
    content: '';
    width: 14px;
    display: inline-block;
    position: relative;
    top: -11px;
    margin-left: 7px;
    transition: all 0.8s;
}
.mega-menu .menu-icon button:hover::after {
    box-shadow: 0 0 0 1px #FFF, 0 6px 0 1px #FFF, 0 12px 0 1px #FFF;
}
.mega-dropdown .menu-container .second p {
    margin-bottom: 0.6rem;
}
.mega-dropdown .menu-container .second a {
    color: #333;
    transition: all .45s;
}
.mega-dropdown .menu-container .second a:hover,
.mega-dropdown .menu-container .second a:active,
.mega-dropdown .menu-container .second a:focus {
    color: #41b3e5;
}
.mega-menu .button:hover,
.mega-menu .button:focus,
.mega-menu .button:active {
    background-color: #41b3e5;
}
.mega-menu .button:visited {
    border-color: #eaeaea;
}
.mega-menu .active {
    color: inherit;
    background-color: white;
}
.all-courses-button-mob {
    margin-bottom: 0.6rem;
    margin-left: -1.3rem;
}
@media only screen and (max-width: 767px) {
    .header-bar .logo img {
        height: 90px;
        margin-top: -18px;
    }
}
@media only screen and (max-width: 64em) {
    button#mega-close-offcanvas {
        padding: 0.6rem 0.8rem;
        min-width: auto;
    }
    .menu-items-container {
        position: fixed;
        background: #FFF;
        box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.2);
        left: 0px;
        top: 0;
        width: 80%;
        max-width: 340px;
        height: 100vh;
        transition: all .4s;
        display: flex;
        flex-direction: column;
        gap: 0.6em;
        padding: 2em 1.6em 1em 1.6em;
        overflow: auto;
    }
    .menu-items-container.closed {
        left: -360px;
    }
    .mega-dropdown {
        text-align: start;
        padding-inline: 1.6em;
    }
    .mega-menu .button.active {
        background-color: #41b3e5;
        border-color: #41b3e5;
        color: #FFF;
    }
    
    .mega-dropdown .menu-container .second .nav-sub-heading {
        margin-bottom: 0.6rem;
        padding-bottom: 0.6rem;
        padding-top: 1rem;
        border-bottom: 2px solid #eee;
    }
}

/* Large screens */
@media only screen and (min-width: 64.063em) {
    .mega-dropdown {
        position: absolute;
        z-index: -1;
        top: 100%;
        left: 0;
        width: 100%;
        background: #FFF;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
        border-top: 1px solid #41b3e5;
        text-align: start;
    }
    .mega-dropdown .menu-container {
        display: grid;
        align-items: start;
        grid-template-columns:
            [navfull-width-start] minmax(var(--page-padding), 1fr)
            [navcontent-start]
            minmax(300px, 20%)
            [navsplit]
            min(var(--content-max-width) - 20%)
            [navcontent-end]
            minmax(var(--page-padding), 1fr) [navfull-width-end];
    }
    .mega-dropdown .menu-container .parent {
        grid-column: navcontent / navsplit;
        padding: 3.4rem;
        background: #eaeaea;
        height: 100%;
    }
    .mega-dropdown .menu-container .second {
        grid-column: navsplit;
        padding: 5.8rem 2.2rem 3.4rem 2.2rem;
        display: flex;
        column-gap: 1.6rem;
        justify-content: space-between;
    }
    .mega-dropdown .menu-container .second.full {
        grid-column: navcontent;
    }
    .mega-dropdown .menu-container .second div {
        width: 100%;
    }
    .mega-menu .button {
        border-color: #eaeaea;
        margin: 0.4rem 0 0.4rem 0.4rem;
        padding: 0.6rem 1rem;
        transition: all 0.45s;
        font-size: 90%;
        letter-spacing: -0.4px;
        min-width: auto;
    }
    .mega-menu .button.active {
        background-color: #41b3e5;
        border-color: #41b3e5;
        color: #FFF;
    }
    .mega-menu .button.has-drop:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #eaeaea;
        left: 45%;
        bottom: -4px;
        transform: rotate(45deg);
        z-index: -1;
        transition: all 0.45s;
    }
    .mega-menu .button.has-drop:hover::after,
    .mega-menu .button.has-drop:active::after,
    .mega-menu .button.has-drop:focus::after,
    .mega-menu .button.has-drop.active:after {
        background-color: #41b3e5;
    }
} /* min-width 1025px, large screens */  




