/* Redesign */

.gmi_cpt_template #page-container {
	padding-top: 0 !important;
}

.gmi_cpt_template .et_pb_row {
	max-width: none;
	width:100%;
}

.gmi_cpt_template .mobileonly {
	display:none !important;
}

.gmi_cpt_template h1, 
.gmi_cpt_template h2, 
.gmi_cpt_template h3, 
.gmi_cpt_template h4, 
.gmi_cpt_template h5, 
.gmi_cpt_template h6, 
.gmi_cpt_template p,
.gmi_cpt_template .et_pb_text_inner ul,
.gmi_cpt_template .et_pb_text_inner ol {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	color: #2A3077;
}

.gmi_cpt_template p,
.gmi_cpt_template .et_pb_text_inner ul,
.gmi_cpt_template .et_pb_text_inner ol {
	font-size: 20px;
}

.gmi_cpt_template img.mfp-img {
	background: #FFF;
}

.gmi_cpt_template .mfp-title,
.gmi_cpt_template .mfp-iframe-holder .mfp-close, 
.gmi_cpt_template .mfp-image-holder .mfp-close {
	color: #2A3077;
}

.gmi_cpt_template .et_pb_text_inner ul,
.gmi_cpt_template .et_pb_text_inner ol {
	margin-left: 20px;
	padding: 10px 0;
}

.gmi_cpt_template .et_pb_text_inner ul li,
.gmi_cpt_template .et_pb_text_inner ol li {
	list-style-position: outside;
	padding-bottom: 15px;
}

.gmi_cpt_template h1 {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 45px;
	font-weight: 700;
}

.gmi_cpt_template h2 {
	font-size: 40px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-weight: 700;
}

.gmi_cpt_template h3 {
	font-size: 25px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-weight: 700;
}

.gmi_cpt_template #company_hero_section.et_pb_section {
    background-image: url(/wp-content/uploads/2024/01/Uni-Background-2-1.png);    
    background-color: rgba(42, 48, 119,0.8);
    padding: 0;
}

.gmi_cpt_template #company_hero_section .languageswitch {
  padding-bottom: 0 !important;
}

.gmi_cpt_template #company_hero_section .companylogorow img {
	  max-width: 25vw;
    max-height: 85px;
}

.gmi_cpt_template #company_hero_section .companylogorow .gmi_img {
	text-align: right;
}

.gmi_cpt_template #company_hero_section .languageswitch,
.gmi_cpt_template #company_hero_section .companylogorow,
.gmi_cpt_template #company_hero_section .herocontent,
.gmi_cpt_template .company_pathway_section .et_pb_row,
.gmi_cpt_template footer .et_pb_section_0_tb_footer .et_pb_row  {
	width: 80%;
}

.gmi_cpt_template #company_hero_section .herocontent {
	padding-bottom: 0;
}

.gmi_cpt_template #company_hero_section .et_pb_column {
	margin-right: 0;
}

.gmi_cpt_template #company_hero_section .formcontent {
	width: 45%;
}

.gmi_cpt_template #company_hero_section .companyheadshot {
	width: 50%;
}

.gmi_cpt_template #company_hero_section h3{
	color: #FFF;
}

.gmi_cpt_template #company_hero_section .companyheadshot,
.gmi_cpt_template #company_hero_section .companyquote {
	display: flex;
	flex-wrap: wrap;
  align-items: end;
}

.gmi_cpt_template #company_hero_section .companyquote .et_pb_text_inner {
	width: 60%;
	margin: auto 0 10% auto;
}

.gmi_cpt_template #company_hero_section .companyquotetext {
	color: #2A3077;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
  line-height: 1.5em;
}

.gmi_cpt_template #company_hero_section .companyquotename {
	color: #2A3077;
	font-size: 15px;
	font-weight: 700;
}

.gmi_cpt_template #company_hero_section .headshotbubble {
  width: 70%;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 15%;
}

.gmi_cpt_template #company_hero_section .headshotbubble .circle {
	height: 0;
  padding-bottom: 100%;
}

.gmi_cpt_template #alchemerstart1 .alchemercol,
.gmi_cpt_template .alchemerstart .alchemerinput-container label,
.gmi_cpt_template .alchemerstart .alchemerinput-container input {
  width: 100%;
}

.gmi_cpt_template .alchemerstart .alchemerinput-container {
	margin-bottom: 25px;
}

.gmi_cpt_template .alchemerstart .alchemerinput-container input {
 	border: none;
 	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
 	border-radius: 4px;
}

.gmi_cpt_template .alchemerstart #submit1,
.gmi_cpt_template .alchemerstart #submit2 {
  cursor:pointer;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.7em;
  height: auto;
}

.gmi_cpt_template #alchemerstart1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gmi_cpt_template #alchemerstart1 input {
 	height: 25px;
}

.gmi_cpt_template #alchemerstart1 #submit1 {
  margin-top: 22px;
  background: #2A3077;
  color: #FFF;
  transition: all .3s ease;
}

.gmi_cpt_template #alchemerstart1 #submit1:hover {
  background: #EB9441;
}

.gmi_cpt_template #alchemerstart1 label {
  line-height: 22px;
  height: 22px;
  display: block;
  color: #2A3077;
}

.gmi_cpt_template #alchemerstart2 input {
  font-size: 16px;
  line-height: 1.7em;
  padding: 0.3em 1em;
}

.gmi_cpt_template #alchemerstart2 label {
  color: #FFF;
}

.gmi_cpt_template #alchemerstart2 #submit2 {
  color: #FFF;
  font-weight: 700;
  margin-top: 20px;
  background: #2A3077;
  transition: all .3s ease;
}

.gmi_cpt_template #alchemerstart2 #submit2:hover {
  background:#EB9441;
  color:#FFF;
}

.gmi_cpt_template #alchemerstart2 input {
  margin-bottom: 10px;
}

.gmi_cpt_template .sectiondefaultcolor {
	background: #2A3077;
}

.gmi_cpt_template .company_mission_section,
.gmi_cpt_template .company_details_section,
.gmi_cpt_template .company_mission_section .et_pb_row,
.gmi_cpt_template .company_details_section .et_pb_row {
	padding: 0;
}

.gmi_cpt_template .company_mission_section .colhalf,
.gmi_cpt_template .company_details_section .colhalf,
.gmi_cpt_template .company_contact_section .colhalf {
	width: 50%;
	margin: 0;
	padding: 40px 4%;
}

.gmi_cpt_template .colhalf.middlealign {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.gmi_cpt_template .split_company_facts {
	padding: 0 !important;
	display:flex;
	flex-wrap: wrap;
}

.gmi_cpt_template .company_mission_section h2 {
	display: inline-block;
}

.gmi_cpt_template .company_mission_section .sectiondefaultcolor h2,
.gmi_cpt_template .company_mission_section .sectiondefaultcolor p,
.gmi_cpt_template .company_mission_section .sectiondefaultcolor li {
	color: #FFF;
}

.gmi_cpt_template .underlined:after {
	background-color: #EB9441;
	height: 5px;
	width: 100%;
	max-width: 260px;
	content:'';
	display: block;
}

.centered {
	text-align: center;
}

.gmi_cpt_template .company_mission_section .aboutvideo {
	height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gmi_cpt_template .company_mission_section .aboutvideo iframe {
	border-radius: 5px;
}

.gmi_cpt_template .company_details_section .split_company_facts .defaultcolor {
	background-image: url(/wp-content/uploads/2023/09/get-hired.png);
	background-size: 100%;
  background-position: bottom;
}

.gmi_cpt_template .company_details_section .split_company_facts .companycolor {
	background-image: url(/wp-content/uploads/2023/09/career-confidence.png);
	background-size: 80%;
	background-position: bottom right;
}

.gmi_cpt_template .company_details_section .split_company_facts h4 {
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 250px;
}

.gmi_cpt_template .global_partners_section {
	background-image: url(/wp-content/uploads/2023/12/earth-circles-background.png);
	background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.gmi_cpt_template .company_pathway_section .et_pb_image {
	text-align: center;
}

.gmi_cpt_template .company_contact_section,
.gmi_cpt_template .company_contact_section .et_pb_row {
	padding-bottom: 0;
}

.gmi_cpt_template .company_contact_section h2, 
.gmi_cpt_template .company_contact_section p,
.gmi_cpt_template .company_contact_section ul {
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
}

.gmi_cpt_template .company_contact_section .et_pb_code {
	margin-top: 4%;
  width: 70%;
}

.gmi_cpt_template .company_contact_section .et_pb_button_module_wrapper {
	margin: 4% 0;
}

.gmi_cpt_template .et_pb_button.darkblue {
	background-color: #2A3077;
}

.gmi_cpt_template .et_pb_button.darkblue:hover {
	background-color: #4a90c5;
}

.gmi_cpt_template footer .et_pb_section_1_tb_footer {
	padding: 0 10px;
}

.gmi_cpt_template footer p {
	color: #FFF;
}

@media (max-width: 980px) {
	.gmi_cpt_template .companylogorow .et_pb_column {
		width: 50% !important;
	}
	.gmi_cpt_template #company_hero_section .herocontent > .et_pb_column {
		width: 100%;
	}
	.gmi_cpt_template #company_hero_section .herointro {
	    padding-bottom: 20px;
	}
	.gmi_cpt_template #company_hero_section .companyquote .et_pb_text_inner {
		width: 100%;
		margin: auto;
	}
	.gmi_cpt_template #company_hero_section .companyquotetext,
	.gmi_cpt_template #company_hero_section .companyquotename {
		text-align: center;
	}
	.gmi_cpt_template .company_mission_section .colhalf, 
	.gmi_cpt_template .company_details_section .colhalf:not(.defaultcolor,.companycolor),
	.gmi_cpt_template .company_contact_section .colhalf {
		width: 100%;
	}
	.company_details_section .et_pb_row {
		display: flex;
    flex-wrap: wrap;
	}
	.company_details_section .split_company_facts {
		order: 2;
	}
	.gmi_cpt_template .company_contact_section .et_pb_code {
  	width: 100%;
	}
}

@media (max-width: 767px) {
	.gmi_cpt_template #company_hero_section .companylogorow img {
    	max-width: 95%;
	}
}

@media (max-width: 767px) {
	.gmi_cpt_template .mobileonly {
		display:block !important;
	}
	.gmi_cpt_template .desktoponly {
		display:none !important;
	}
}