/* 
 Theme Name:   Divi HSCNL
 Theme URI:    
 Description:  
 Author:       Antony Smith
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/




/* 2023-02-09 AMS Desktop Footer Partner Logo Links */
/* 
div.footer-logos {
  padding: 1.5em 0;
}
*/

div.footer-logos ul, div.footer-logos li {
  list-style-type: none;
}
/* 
  margin: 0;
  padding: 0;
}
*/

div.footer-logos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}


div.footer-logos ul > li {
  height: 2.5em;
}


div.footer-logos ul > li img {
  width: auto;
  height: 3em;
padding-left: 2em;
}

/* 2023-02-09 AMS Tablet Footer Partner Logo Links */
/* 
div.tablet-footer-logos {
  padding: 1.5em 0;
}
*/

div.tablet-footer-logos ul, div.footer-logos li {
  list-style-type: none;
}
/* 
  margin: 0;
  padding: 0;
}
*/

div.tablet-footer-logos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


div.tablet-footer-logos ul > li {
  height: 2.5em;
}


div.tablet-footer-logos ul > li img {
  width: auto;
  height: 3em;
padding-left: 2em;
}

/* 2023-02-09 AMS Mobile Footer Partner Logo Links */
/* 
div.footer-logos {
  padding: 1.5em 0;
}
*/

div.mobile-footer-logos ul, div.footer-logos li {
  list-style-type: none;
}
/* 
  margin: 0;
  padding: 0;
}

 
div.footer-logos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
*/

div.mobile-footer-logos ul > li {
  height: 4em;
}


div.mobile-footer-logos ul > li img {
  width: auto;
  height: 3em;
}

/* 2023-02-09 AMS Vertical Menu Style - used in footer */
/*remove default 11px padding on each side of list items*/
.pa-vertical-menu .et-menu > li {
	padding-left: 0px;
	padding-right: 0px;
}

/*make the menu items fullwidth and add space between them*/
.pa-vertical-menu .et_pb_menu__menu nav ul li {
	display: block;
	width: 100%;
	margin: 10px 0;
}


/* 2023-03-16 AMS IMPROVE THE ACCESSIBILITY OF THE DIVI SLIDER MODULE
   FROM https://brianshim.com/webtricks/divi-slider-nav-dots-contrast */
/* IMPROVE THE CONTRAST OF THE SLIDER DOTS */
.et_pb_slider .et-pb-controllers {
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	text-align: center;
	z-index: 10;
	padding-top: 10px;
	height: 28px;
	padding: 10px 15px 0;
        border-radius: 14px;
}
.et_pb_slider.et_pb_bg_layout_light .et-pb-controllers {
	background-color: #fff;
}
.et_pb_slider.et_pb_bg_layout_dark .et-pb-controllers {
	background-color: #000;
}
.et_pb_slider.et_pb_bg_layout_dark  .et-pb-controllers a {
	background-color: #fff;
}

/* MAKE DARK ON WHITE DOTS DARKER */
.et_pb_bg_layout_light .et-pb-controllers a {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

/* MAKE CURRENT DOT LARGER */
.et_pb_slider .et-pb-controllers a.et-pb-active-control {
	width: 11px;
  height: 11px;
  transform: translateY(-2px);
}

/* ADD FAT SQUARE AROUND KEYBOARD-SELECTED NAV DOT (REQUIRES DIVI ACCESSIBILITY PLUGIN) */
.et_pb_slider .et-pb-controllers a.keyboard-outline  {
	opacity: 1;
	outline-width: 3px !important;
	border-radius: 0;
}
.et_pb_slider.et_pb_bg_layout_dark .et-pb-controllers a.keyboard-outline {
	outline-color: white;
}
.et_pb_slider.et_pb_bg_layout_light .et-pb-controllers a.keyboard-outline {
	outline-color: black;
}

/* GET RID OF UNDERLINED ARROWS (CAUSED BY DIVI ACCESSIBILITY PLUGIN) */
#main-content .et_pb_slider .et-pb-arrow-prev,
#main-content .et_pb_slider .et-pb-arrow-next {
    text-decoration: none !important;
}
/* MAKE NAV ARROWS VISIBLE USING TAB KEY */
.et-pb-arrow-next.keyboard-outline {
       opacity: 1;
       right: 22px;
}
.et-pb-arrow-prev.keyboard-outline {
       opacity: 1;
       left: 22px;
}
/* ADD BOX BEHIND ARROWS  */
.et_pb_slider.et_pb_bg_layout_dark .et-pb-arrow-next:before,
.et_pb_slider.et_pb_bg_layout_dark .et-pb-arrow-prev:before {
	
	

    padding: 8px;
    -webkit-border-radius: 80%;
	-moz-border-color: #000; 
    -moz-border-radius: 80%;
    border-radius: 80%;
	  border-color: #FFFFFF;
	 border-width: 15px;


	background-color:#562a9a;

	
	
}



.et_pb_slider.et_pb_bg_layout_light .et-pb-arrow-next:before,
.et_pb_slider.et_pb_bg_layout_light .et-pb-arrow-prev:before {
	background-color:white;
}




/* END OF 2023-03-16 AMS IMPROVE THE ACCESSIBILITY OF THE DIVI SLIDER MODULE */


/* change the search input text color */
.et_pb_menu__search input::placeholder,
.et_pb_fullwidth_menu .et_pb_menu__search-input, 
.et_pb_menu .et_pb_menu__search-input {
    color: #fff; /* white */
    font-size: 20px;
}

/*remove boxed layout on small screens*/
@media all and (max-width: 600px) {
div#page-container, header#main-header, div#top-header {
width: 100% !important;
}
}

/*Back to top button styling*/
.et_pb_scroll_top:before {
    content: "2";
}

/*Back to top button styling. This section changes the shape to a circle and moves the button in from the edge of the screen*/
.et_pb_scroll_top.et-pb-icon {
    padding: 8px;
    -webkit-border-radius: 80%;
	-moz-border-color: #000; 
    -moz-border-radius: 80%;
    border-radius: 80%;
	  border-color: #FFFFFF;
	 border-width: 15px;
    right: 40px;

	background:#562a9a;
}


/* Ul text positioning */
.et_pb_text ul, .et_pb_text ol, .et_pb_tab ul, .et_pb_tab ol, .et_pb_toggle ul, .et_pb_toggle ol {
 list-style-position: outside;
}

.et_pb_text li, .et_pb_tab li, .et_pb_toggle li {
 margin-bottom: 6px !important;
 line-height: 1.4em;
}

/* Key Documents Download Button */

.small-button.smallblue {
	  display: inline ;
	  border: 2px solid #fff !important;
    border-radius: 5px !important;
    padding: 1px 15px !important;
    font-size: 14px !important;
	color: #562A9A !important;
	margin: 0px 0px 0px 0px !important;
	text-shadow: 0px 0px 0 rgb(255 255 255 / 0%)!important;
	box-shadow: inset 0 20px 0  rgb(255 255 255 / 100%), 0px 0px 0px rgb(0 0 0 / 0%);
}

.small-button.smallblue:hover {
	color: #5393c7 !important;
	border: 2px solid #5393c7 !important;
}

