/*
Theme Name: Master
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
New XLarge Server 7/29/24
*/

/* mobile menu scrollable*/
.et_mobile_menu {   
    overflow-y:scroll!important;
    max-height:80vh!important;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}

/* fixes line height for body text */
body {line-height: 2em !important;}

.hide-desktop-menu {
	display: none !important;
}

.footer-headers {
	font-size: 35px;
	color: #1B74BB;
}



@media (max-width: 980px) {
.mobile-phone-number {
    background: #27a9e1;
	text-align: center !important;
	float: none !important;
	width: 100% !important;
	margin: 0px 0px 0px 0px !important;
	padding: 30px 0 30px 0;
	display: block !important;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 900;
	font-weight: bold;
	font-size: 2rem;

}
.mobile-phone-number:before {
	font-family: 'ETmodules'; 
	content: "\e090";
    position: relative;
    top: 2px;
    margin-right: 6px;
    color: #ffffff;
    font-size: 1.75rem;
}

/*works on blog pages */
.et_builder_inner_content .mobile-phone-number:before {
	  display: none !important;
}

.mobile-phone-number a {
	color: #ffffff;
}
.mobile-phone-number a:hover {
	opacity: 50% !important;
}

.phone-number {
    display: none !important;
}
#footer-info {
    font-size: 8pt !important;
}
.hide {
    display: none !important;
}

/* changes how items collapse add flex-columns to section CSS Class to initiate */
.flex-columns .et_pb_row {
display: flex;
}
.flex-columns.twobytwo .et_pb_row {
display: flex;
}
.flex-columns.twobytwo .et_pb_row {
flex-wrap: wrap;
}
.flex-columns.twobytwo .et_pb_row .et_pb_column {
width: 50% !important;
}

/*fixes divi page jump */
#page-container {
padding-top:67px !important;
}
.et_pb_section:first-child .et_pb_module:first-child {
padding-top:10px !important;
}
#main-header {
top:0px !important;	
}
}
/*----------Secondary Links----------*/
.secondary-links {
	float: right;
}
.secondary-links a {
	font-size: 11.5pt !important;
}
.secondary-links a:hover {
	opacity: 50% !important;
}

/*----------Removes the gray line with content----------*/
#main-content .container:before {
  position: absolute;
  top: 0;
  width: 0px !important;
  height: 100%;
  background-color: #e2e2e2;
  content: "";
}

/*-----MENU RELATED-----------------------------------------------------------*/

/*----------Secondary Bar At Top----------*/
@media only screen and (min-width: 768px) {
  #et-info {
    /*float: right !important;*/
  }
}

#top-header {
  padding-right: 3%;
}
/*----------ENDS Secondary Bar At Top----------*/

@media only screen and (max-width: 1500px) {
  area {
    width: 100% !important;
  }
  #top-menu-nav,
  #top-menu {
    display: none;
  }
  #et_top_search {
    display: none;
  }
  #et_mobile_nav_menu {
    display: block;
  }
    .et_pb_menu .et_pb_menu__menu {
        display: none;
  }
  /* changes mobile menu navigation USE-CHANGE -------------------------*/
  .hide-desktop-menu {
	display: block !important;
	}
}

/* Prevent Nav from Wrapping
@media only screen and (min-width: 1321px) and (max-width: 1350px) {
	#top-menu li {
		padding-right: 15px;
	}
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_mobile_nav_menu {
        display: block
    }
} */

@media (max-width: 1500px) {
  /*---------------HIDE MOBILE -USE-CHANGE-------------------*/
  #top-header {
    display: none !important;
  }
  /*----------------------------------*/

  #mobile_menu {
    background-color: rgba(26, 117, 186, 0.9) !important;
  }
  .menu-item a:hover {
    background-color: #27a9e1 !important;
  }

  #top-menu li li a:hover,
  #mobile_menu_slide a:hover {
    background-color: #fe9055 !important;
  }

  .mobile_menu_bar:before {
    text-align: right !important;
    float: right !important;
  }
  .mobile_menu_bar {
    margin-bottom: 20px !important;
  }
  #et-top-navigation {
    text-align: right;
    float: right !important;
  }
}
/*-----DESKTOP MENU RELATED---------------------------------*/
.mobile-phone-number {
  display: none;
}
/*----------Sub Menu Mobile----------*/

.et_mobile_menu li a {
  text-align: left;
  padding: 10px 2%;
}

#et-secondary-nav .menu-item-has-children > a:first-child:after,
#top-menu .menu-item-has-children > a:first-child:after {
  content: "\45";
}
#et-secondary-nav .menu-item-has-children:hover > a:first-child:after,
#top-menu .menu-item-has-children:hover > a:first-child:after {
  content: "\43";
}

/*-----------------Expands nested mobile menu items. Need to add script code to header as well---------------- */
#main-header .et_mobile_menu .menu-item-has-children > a { 
	background-color: transparent; position: relative; 
}
#main-header .et_mobile_menu .menu-item-has-children > a:after { 
  font-family: "ETmodules";
  text-align: left !important;
  speak: none;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-size: 26px;
  content: "\4c";
  top: 13px;
  right: 10px;
}
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
  content: "\4d";
}
#main-header .et_mobile_menu ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  transition: all 1.5s ease-in-out;
}
#main-header .et_mobile_menu .visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}

/*-----------------BLURBS---------------- */
.et_pb_blurb_content {
  text-align: center !important;
  display: block !important;
}

/*----------Custom phone number----------*/
.et-fixed-header .phone-number {
  margin-top: 20px;
  color: #ffffff;
}

.phone-number {
  float: right;
  color: #ffffff;
  font-weight: bold;
  margin-top: 50px;
  transition-delay: 0.25s;
}
.phone-number a {
  color: #ffffff;
}

/*hamburger */
span.mobile_menu_bar:before {
  color: #ffffff !important;
}

/*-----ENDS MENU RELATED-----------------------------------------------------------*/

/*---EDDIE'S ADDITIONS-----*/

.hide-desktop a {
  display: block !important;
}

@media screen and (min-width: 1320px) {
  .hide-desktop a,
  .hide-desktop {
    display: none !important;
  }
}

.hero-title {
  color: #1b75bb;
  font-family: "Avenir Bold", Helvetica, Arial, Lucida, sans-serif;
  font-size: 2.5rem;
  line-height: 0.9em;
}

@media screen and (min-width: 768px) {
  .hero-title {
    font-size: 4.68rem;
  }
}

.home-h3 {
  font-size: 2.5rem !important;
}

/*---END EDDIE'S ADDITIONS-----*/

@media (max-width: 479px) {
  .flex-columns.twobytwo .et_pb_row {
    flex-wrap: wrap;
  }
  .flex-columns.twobytwo .et_pb_row .et_pb_column {
    width: 50% !important;
  }
}

.single .et_pb_post {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* changes site width to max of 1920 */
#main-content,
#main-footer {
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 12px 0 15px -4px #777777, -12px 0 8px -4px #777777;
}

/* changes menu width to max of 1920 */
#main-header .container {
  width: 95%;
  max-width: 1920px !important;
}
#top-header .container {
  width: 90%;
  max-width: 1900px !important;
}

h2 {
  font-size: 24px !important;
  color: #58585b !important;
}
h3 {
  font-size: 20px !important;
}
h4 {
  color: #000001 !important;
}

/* hide captions in lightbox */
.et_pb_gallery_title,
.mfp-gallery .mfp-title {
  display: none;
}

.header-content-container {
  margin-top: 12vw !important;
}

/* adds background */
.page-template-default {
  background: #ffffff;
}

#footer-info {
  float: none;
  text-align: center;
}

/*----------hides social icons only in footer----------*/
#footer-bottom .et-social-icons {
  display: none !important;
}

/*-----------------BLURBS---------------- */
.et_pb_blurb_content {
  text-align: center !important;
  display: block !important;
}

/*----------child pages in sidebar----------*/
.childpages {
  font-weight: bold;
  text-align: right;
}
.childpages a:hover {
  color: #808284 !important;
}
.childpages a:active {
  color: #58585b !important;
}
/*----------gets rid of border in the menu on the left----------*/
.et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child {
  border-right: none !important;
  padding-right: 0px;
}
/*----------aligns plus icon in FAQ for the last child----------*/
.accordion .et_pb_module:last-child {
  padding-right: 20px !important;
}

/*----------controls number on evaluation program----------*/
.number {
  font-weight: bold;
  margin-right: 20px;
  padding: 13px;
  line-height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #1b75bb;
  color: white;
  text-align: center;
  font-size: 2em;
  width: 60px;
}
.grecaptcha-badge {
  display: none !important;
}

/*----salesforce form css----------*/
input[type="radio"] + label {
  font-family: "Geometria", Helvetica, Arial, Lucida, sans-serif;
  font-style: italic !important;
  font-size: 17px;
}

.salesforce-button {
  color: #ffffff !important;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1.5pt;
  font-size: 17px;
  font-family: "Geometria", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #e09900 !important;
  margin-top: 10px !important;
  padding: 5px 10px 5px 10px;
  float: right;
}

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
  background-color: #fff;
  border: 1px solid #bbb !important;
  padding: 5px 15px 5px 15px !important;
  color: #6c757d !important;
}
label {
  padding: 5px 15px 5px 15px !important;
  color: #6c757d !important;
}

select {
  padding: 5px 15px 5px 10px !important;
  color: #6c757d !important;
}

.g-recaptcha {
  float: left !important;
}

.footer-logo {
  max-width: 85px;
  width: 100%;
}

h2.large {
  font-size: 35px !important;
}

.white-links,
.white-links a {
  color: #fff;
}

@media (max-width: 767px) {
  /*--added for the mobile between columns------*/
  .mobilepad {
    margin-bottom: 17px !important;
  }
  .footer-column {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .salesforce-button {
    float: none !important;
    width: 100% !important;
  }
  .g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    text-align: center !important;
  }
}



/* ---------------------------------------
 * Salesforce surveys
 *---------------------------------------- */

.sf-survey .form-control {
  width: 100%;
}
/*
@media (min-width: 768px) {
	.sf-survey .form-control {
  	width: 500px;
	}
}
@media (min-width: 992px) {
	.sf-survey .form-control {
  	width: 750px;
	}
}
*/
.sf-survey label {
	font-family: proxima-nova, sans-serif;
	padding: 24px 0 4px 6px !important;
	font-weight:700 !important;
	float: none !important;
	display:block;
	clear:both;
	font-size:16px;
	color:#002940;
	line-height:22px !important;
}
.sf-survey .input.number {
	width:65px;
}
.sf-survey .input,
.sf-survey select {
	float:none;
	display:block;
	clear:both;
	background: #f5f5f5;
	width: 100%;
	height: 50px;
	padding-left: 20px;
	font-weight: 500;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 2px;
	font-size: 18px;
	line-height: 22px;
	color: #002940;
}
.sf-survey select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.sf-survey checkbox {
	height:16px;
	width:16px;
	border: 1px solid #444;
	margin-right:10px;
}
.sf-survey br,
.sf-survey p {
	display:none;
}

.sf-survey input[type=submit],
.sf-survey button[type=submit] {
	color: #ffffff !important;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1.5pt;
	font-size: 17px;
	font-family: "Geometria", Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	background-color: #e09900 !important;
	padding: 5px 10px 5px 10px;
	cursor:pointer;
}
.sf-survey input[type=submit]:hover,
.sf-survey button[type=submit]:hover {
	background-color: #1b75bb !important;
}
.sf-survey  textarea {
	width: 100%;
	background: #f5f5f5;
	padding: 16px 20px;
	font-size: 18px;
	line-height: 22px;
	color: #002940;
	border: 1px solid rgba(255, 255, 255, .6);
	height: 120px;
	border-radius: 2px;
}
.summary-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  margin: 8px 0;
}

.summary-table td, 
.summary-table th {
  border: 1px solid #ddd;
  padding: 14px 8px;
  color: #333333;
  font-size:15px;
  line-height:18px !important;
  vertical-align: middle !important;
}
.summary-table td.right {
	text-align: right;
}
.summary-table td.center {
	text-align: center;
}
.summary-table tr:nth-child(even){background-color: #f2f2f2;}
.summary-table tr:nth-child(odd){background-color: #ffffff;}

.summary-table tr:hover {background-color: #EBF5FB;}

.summary-table th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background-color: #AED6F1;
  font-weight:700;
  font-size:15px;
  line-height:18px;
  vertical-align: top !important;
}

/* donate button top top right */
.donate-button {
	display:inline-block;
	padding:3px 6px;
	border:1px solid #1b75bb;
	border-radius:5px;
	background-color:#1b75bb;
	color:#ffffff;
	text-decoration:none;
}
.secondary-links a.donate-button:hover {
	background-color:#ffffff;
	color:#1b75bb !important;
	opacity: 1 !important;
}


/* ------------- blog contact us button ----------- */

a.blog-button,
.et_pb_post_content_0_tb_body.et_pb_post_content a.blog-button {
	background-color:#1b75bb;
	border-radius:10px;
	text-align:center;
	width:100%;
	max-width:730px;
	height:auto;
	min-height:40px;
	display:block;
	color:#fff !important;
	font-weight:bold;
	font-size:18px;
	line-height:24px;
	margin:18px 0 36px;
	padding:12px;
}
