/**
 * Theme Name: Candidate Child Theme
 * Template: candidate
*/
@import url('https://fonts.googleapis.com/css?family=Lora');
@import url("/wp-content/themes/candidate/style.css");

/*------------------------------------------------------------------
[Add Your Custom CSS Here] */
#main-footer h4 {
    font-family: 'Open Sans' !important;
    color: #c7ac65;
    font-style: normal;
    font-size: 18px !important;
    margin-bottom: 0px;

}
#logo1{
	padding-top: 20px; 
}
.widget{
	margin-bottom: 10px;
}
body .top_newsletter form#search {
	padding: 0;
}
#main-header {
	padding-bottom: 0px; 
	padding-top: 0px;  
}
#main-header .main_quote {
	width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 40px;
    font-family: 'Lora';
    font-weight: 200;
    font-style: normal;
}
.main_quote h2 {
   font-size: 24px;
    font-weight: 200;
    margin: 30px 0 20px;
    line-height: .01;
}
#main-header #logo {
    padding-top: 25px;
    padding-left: 40px;
    min-width: 15%;
    position: relative;
    min-height: 1px;
    padding-left: 35px;
    padding-right: 0px;
}
#main_headshot {
	float: left;
    position: relative;
    z-index: -1;
}
#main-header .top_newsletter {
	padding-top: 80px;
    width: 100%;
}
img {
    max-width: none;
}
.tab-header li.active-tab, .tab-header li:hover {
    background: #de1018;
    border-top-color: #7cc5f8;
    border-bottom-color: #579dd9;
    color: #fff;
}
#main-footer h4 {
    font-family: 'Open Sans' !important;
    color: #c7ac65;
    font-style: normal;
    font-size: 14px !important;
    margin-bottom: 0px;
    font-weight: light;
}
#header.sticky-header .container {
    padding: 0 0px;
}

/****************** Jason 11/14/18 Attempting to resize and line up the icons inside the four main buttons below homepage slideshow START *************************************/

body .banner [class^="icon-comment-1"]:before,[class*=" icon-comment-1"]:before {
	margin-left: .7em !important;
	font-size:80% !important;
	line-height:1.2em;
}

body .banner [class^="icon-popup-4"]:before,[class*=" icon-popup-4"]:before {
	margin-left: .7em !important;
	font-size:80% !important;
	line-height:1.2em;
}

body .banner [class^="icon-asterisk"]:before,[class*=" icon-asterisk"]:before {
	margin-left: .7em !important;
	font-size:80% !important;
	line-height:1.2em;
}

body .banner [class^="icon-star-filled"]:before,[class*=" icon-star-filled"]:before {
	margin-left: .7em !important;
	font-size:80% !important;
	line-height:1.2em;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	 padding: 12px 27px 0px 27px !important;
}
.social-media{
	margin: 0 0 0 20px !important
}

#main-slide{
	width: 20% !important;
}
@media (max-width: 767px){ /* Adds padding to intro text on Home page*/
	 .home .wpb_wrapper{
		box-sizing:border-box !important;
		padding:0px 14px !important;
	}	
}

/****************** Jason 11/14/18 END *************************************/

@media (max-width: 1199px) and (min-width: 992px){
	#header #main-header .main_quote{
		width: 500px;
	    padding-top: 60px;
	    padding-left: 45px;
	}	
	#main-header h2 {
		font-weight: 200 !important ;
		margin: 10px 0 10px;
		line-height: .4;
    }
	#header #main-header .top_newsletter {
    width: 100%;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	#header #main-header .main_quote{
		width: 300px;
	    padding-top: 60px;
	    padding-left: 60px;
	}	
	#main-header h2 {
    	font-size: 20px;
		font-weight: 200 !important ;
		margin: 10px 0 10px;
		line-height: .4;
    }
    #main_headshot {
		margin-left: -70px;
	}
	#header #main-header .top_newsletter {
	    width: 100%;
	    padding-top: 75px;
	}
}
@media (max-width: 767px){
	#header #main-header .main_quote{
	    width: 100%;
	    padding:0; 
	}	
	#header #main-header .top_newsletter {
	    width: 100%;
	    padding-top: 0px;
	}
}
@media (max-width: 1200px){
	.forceSize{
		max-width: 360px !important;
		height: auto !important;
	}
}
@media (max-width: 991px){
	.forceSize{
		max-width: 270px !important;
		height: auto !important;
	}
}
@media (max-width: 766px){
	.forceSize{
		max-width: 600px !important;
		height: auto !important;
	}
}
@media (max-width: 414px){
	.forceSize{
		max-width: 357px !important;
		height: auto !important;
	}
}
@media (max-width: 375px){
	.forceSize{
		max-width: 315px !important;
		height: auto !important;
	}
}
@media (max-width: 320px){
	.forceSize{
		max-width: 260px !important;
		height: auto !important;
	}
}
/****************** Jason 10/1/21 END *************************************/
/* full screen alert */
#alert_overlay{
	position: fixed;
	box-sizing: border-box;
	padding: 0 70px;
	inset: 0;
	overflow-y: auto;
	z-index: 9999999999;
	background-color: rgba(0, 0, 0, .8);
	display: none;
}
#alert_container{
	margin: 100px auto 0;
	width: 100%;
	max-width: 600px;
}
#alert_mainContent{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1;
	box-sizing: border-box;
	padding: 20px 20px 80px 20px;
	border-radius: 10px;
	background-color: #fff3cd;
	color: #856404 !important;
	width: 100%;
	max-width: 600px;
	margin: 40px auto;
}
#alert_overlay #alert_mainContent p{
	color: #856404 !important;
	margin-top: 0;
	font-size: 18px !important;
	line-height: 1.5em;
}
#alert_mainContent #alert_logo{
	width: 100%;
	height: 160px;
	margin-bottom: 35px;
	text-align: center;
}
#alert_overlay #alert_mainContent h1{
	color: red;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	animation-name: flashAlert !important;
	animation-iteration-count: 8 !important;
	animation-direction: forward !important;
	animation-duration: .5s !important;
}
#alert_mainContent a{
	color:red;
	font-weight: normal;
}
@keyframes flashAlert {
	0% {color: red;}
	50% {color: #533f03;}
	100% {color: red;}
}
#alert_mainContent h3{
	color: #533f03;
	font-size: 20px;
	margin-bottom: 4px;
}

#alert_mainContent hr{
	border: none;
	height: 1px;
	background-color: #d7c490; 
}
#alert_mainContent span{ /* Bottom close button */
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: .04em;
	bottom:20px;
	border-radius: 4px;
	left: 50%;
	transform: translate(-50%);
	height: 40px;
	padding: 0 20px;
	text-transform: capitalize;
	font-size: 13px;
	cursor: pointer;
	background-color: #856404;
	color: #fff3cd;
	min-width: 90px;
}
#alert_mainContent span:hover{ /* Bottom close button */
	background-color: #533f03;
	text-decoration: underline;   
}
#alert_closeAlert_container{
	position: fixed;
	display: flex;
	justify-content: flex-end;
	inset: 20px 0 0 0;
	margin: 0 auto;
	max-width: 730px;
	padding-right: 15px;
	height: 30px;
}
#closeAlert{        
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	background-color: white;
	cursor: pointer;
	color: black;
}
#closeAlert:hover{
	background-color: red;
	color: white;
}

#menu-item-1257 > ul{
	display: none !important;
}

#menu-item-1257:after{
	content: '' !important;
	display: none !important;
}





@media only screen and (max-width: 320px) { /* true up to 600px */
	#alert_overlay #alert_mainContent h1{
	  font-size: 26px;
	}
	#alert_overlay{
		padding: 0 70px 0 30px;
	}
}
/* /full screen alert */

/****************** Jason 8/24/23 START | Brightens blues and reds *************************************/
  /** UberMenu Custom Menu Item Styles (Menu Item Settings) **/
/* 152 */

.ubermenu .ubermenu-item.ubermenu-item-152.ubermenu-current-menu-item > .ubermenu-target, .ubermenu .ubermenu-item.ubermenu-item-152.ubermenu-current-menu-ancestor > .ubermenu-target {
    background: #CF372C !important;
}

/* .ubermenu .ubermenu-item.ubermenu-item-1257 > .ubermenu-target {
    color: #CF372C !important;
} */

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	border-color: #CF372C !important;
    background-color: #CF372C !important;
    background-image: none;
    filter: none;
}

html body, html body.boxed-layout {
    background-color: #ffffff;
    background-image: none;
}

#main-footer, #lower-footer {
    background: #30558D !important;
}

.banner{
	background-color: #fff !important;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.11) 0px 3px 6px, rgba(0, 0, 0, 0.18) 0px 3px 6px;
}
body .banner .icons, body .event-meta-block>.icons {
	color: #c6d0dc;
}

.ubermenu-main {
    max-width: 2100px;
    background: #fafafa !important;
}

body .banner-wrapper a.banner:hover {
	background: #4975BE !important;
}
body .gray-bg {
    background: #fff;
}
.page-heading {
    background: #F0F3F5;
}
.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-current-menu-item > .ubermenu-target {
    color: #222222;
}
#lower-footer .copyright {
    color: #fff;
}
/****************** /Jason 8/24/23 END | Brightens blues and red *************************************/


/****************** Blue Banner START ******************/
:root {
	--red: #C22E31;
	--grey: #BEBEBE;
	--blue: #16325C;
	--skyblue: #5191F1;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #821618 !important;
}

.gsc-search-button{
	height: 30px !important;
}
.gsc-search-button-v2{
	padding: 8px 27px 0px 27px !important;
	border-radius: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


.gsc-input-box {
    padding-top: 1px !important;
    padding-bottom: 0 !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#main-header{
	height: 250px;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#blue-header-container {
	width: 100%;
	max-width: 1200px;
	height: 250px;
	position: absolute;
	z-index: 3;
	top: 0;
	left: calc(50% - 600px);
	right: 0;
	display: grid;
	grid-template-columns: 475px 250px 475px;
	grid-template-rows: 50px 100px 100px;
	gap: 0px 0px;
	grid-template-areas: 'logo      logo   logo' 
						 'nameplate bobbie search' 
						 'nameplate bobbie search';
  }
  
  #blue-header-container .offices {
	grid-area: offices;
	margin: 18px 0 0 0;
	font-size: 14px;
	color: var(--blue);
	letter-spacing: .02em;
	height: 10px;
	width: 252px;
	display: none;
  }
  
  #blue-header-container .offices span {
	font-weight: 700;
  }
  
  #blue-header-container .logo {
	grid-area: logo;
	position: absolute;
	z-index: 4;
	left: calc(50% - 38px);
	top: 2px;
	height: 76px;
	width: 76px;
  }
  
  #blue-header-container .search {
	grid-area: search;
	right: 0;
	align-self: center; 
	justify-self: center;
	background-repeat: no-repeat;
	height: 30px !important;
	width: 230px;
	border-radius: 8px;
  }
  
  #blue-header-container .nameplate {
	grid-area: nameplate;
	position: absolute;
	right: 0px;
	margin: 24px 80px 0 0;
	width: 300px;
	height: 110px;
	background-position: center center;
	background-repeat: no-repeat;
  }
  
  #blue-header-container .bobbie {
	grid-area: bobbie;
	background-position: center 5px;
	background-repeat: no-repeat;
	overflow: hidden;
  }
  
  #blue-header-container .bobbie img {
	position: relative;
	left: calc(50% - 65px);
	top: calc(50% - 60px);
  }
  
  #blue-header-container .quote {
	grid-area: quote;
	position: absolute;
	left: 0;
	margin: 20px 0 0 100px;
	height: 70px;
	width: 290px;
	font-style: italic;
	font-weight: 300;
  }
  
  #blue-header-container .quote p {
	margin: 0;
	padding: 0;
	color: white !important;
	font-size: 22px !important;
	letter-spacing: .02em !important;
	line-height: 1.2em !important;
  }
  
  #blue-header-container .quote #vip {
	font-weight: 600;
  }
  
  #blue-header-container .quote #attribution {
	display: block;
	width: 270px;
	text-align: right;
	font-size: 15px;
	font-weight: 500;
	padding: 2px 0 0 0;
	color: white !important;
	letter-spacing: .02em;
  }
  
  #blue-header-container .quote:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: 1.2em;
	content: '\ebe1';
	color: white;
	font-size: 0 !important;
	position: absolute;
	left: -26px;
  }
  
  #blue-header-container .quote p:after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	width: 1em;
	margin-left: 4px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	content: '\ebe2';
	color: white;
	font-size: 11px;
	position: relative;
	top: 3px;
  }
  
  #blue-header-background {
	position: absolute;
	height: 250px;
	background-color: var(--skyblue);
	overflow: hidden;
	background-position: -400px center;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	left: 0;
  }
  
  #blue-header-background .office-title {
	position: absolute;
	left: calc(50% - 190px);
	background-repeat: no-repeat;
	z-index: 2;
	top: 15px;
	text-align: center;
	width: 380px !important;
	height: 20px !important;
  }
  
  #blue-header-background .glow {
	background-repeat: no-repeat;
	background-position: center 14px;
	overflow: hidden;
	position: absolute;
	height: 250px;
	bottom: -10px;
	left: 0;
	right: 0;
  }
  
  #blue-header-background .glow img {
	position: absolute;
	bottom: 0;
	left: calc(50% - 445px);
  }
  
  #blue-header-background .blue-header-banner {
	position: absolute;
	height: 50px;
	background-color: var(--grey);
	top: 0;
	left: 0;
	right: 0;
  }
  
  #blue-header-background .blue-header-banner .gradient-bar {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  }
  
  #blue-header-background .blue-header-banner .gradient-bar img {
	position: absolute;
	top: 0;
	left: calc(50% - 425px);
	width: 850px;
	height: auto;
  }
  
  #blue-header-background .blue-header-banner .gradient-bar-shadow {
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center -50px;
  }
  
  #blue-header-background .blue-header-banner .gradient-bar-shadow img {
	position: relative;
	display: block;
	width: 750px;
	top: -40px;
	left: calc(50% - 375px);
  }

  /*--------------------------------------------------------------
.Blue Banner RESPONSIVE 
--------------------------------------------------------------*/
@media only screen and (max-width: 1240px) {
	#blue-header-container {
	  width: 100%;
	  max-width: 900px;
	  height: 250px;
	  position: absolute;
	  z-index: 3;
	  top: 0;
	  left: calc(50% - 450px);
	  right: 0;
	  display: grid;
	  grid-template-columns: 325px 250px 325px;
	  grid-template-rows: 50px 100px 100px;
	  gap: 0px 0px;
	  grid-template-areas: 'logo logo logo' 
	  					   'nameplate bobbie search' 
						   'nameplate bobbie search';
	}
	#blue-header-container .search{
		align-self: center; 
		justify-self: center;
	}
	#blue-header-container .nameplate {
	  width: 300px;
	  margin: 24px 0 0 0;
	  right: auto;
	}
	#blue-header-container .quote {
	  font-size: 23px;
	  width: 290px;
	  margin: 20px 0 0 40px;
	}
	#blue-header-container .quote span {
	  font-size: 16px;
	}
  }
  
  @media only screen and (max-width: 990px) {
	#blue-header-container {
	  width: 100%;
	  max-width: 700px;
	  height: 332px;
	  position: absolute;
	  z-index: 3;
	  top: 0;
	  left: calc(50% - 350px);
	  right: 0;
	  display: grid;
	  grid-template-columns: 1fr 300px 1fr;
	  grid-template-rows: 50px 0 0px 200px 82px;
	  gap: 0px 0px;
	  grid-template-areas: 'blank_1 logo blank_2' 'blank_3 offices blank_4' 'blank_5 nameplate blank_6' 'blank_7 bobbie blank_8' 'blank_9 search blank_10';
	}
	.quote {
	  display: none;
	}
	.nameplate {
	  width: 300px;
	  margin: 14px 0 0 0;
	  right: auto;
	  left: calc(50% - 150px);
	}
	.bobbie {
	  grid-area: bobbie;
	  background-position: center 6px !important;
	  background-repeat: no-repeat;
	  overflow: hidden;
	  position: relative;
	}
	.bobbie img {
	  width: 130px;
	  height: auto;
	  display: block;
	  bottom:-36px !important;
	  left: calc(50% - 80px) !important;
	}
	.search {
	  width: 100% !important;
	  margin: 0 0 0 0 !important;
	  align-self: start !important;
	}
	#blue-header-background {
	  height: 332px;
	}
	#main-header{
		height: 332px;
	}
  }

  @media only screen and (max-width: 767px) {
	#blue-header-background img {
		position: absolute;
		left:0;
	}
	#blue-header-background .office-title {
		top: 20px;
	  }
  }


  @media only screen and (max-width: 700px) {
	#blue-header-container {
	  width: 100%;
	  height: 400px;
	  position: absolute;
	  z-index: 3;
	  top: 0;
	  right: 0;
	  left: 0;
	  display: grid;
	  grid-template-columns: 1fr 300px 1fr;
	  grid-template-rows: 50px 68px 0px 200px 82px;  
	  gap: 0px 0px;
	  grid-template-areas: 'blank_1 logo blank_2' 'blank_3 offices blank_4' 'blank_5 nameplate blank_6' 'blank_7 bobbie blank_8' 'blank_9 search blank_10';
	}
	.office-title {
	  display: none;
	}
	.offices {
	  	width: 100% !important;
	  	text-align: center;
		align-self: center;
		margin: 0 0 10px 0 !important;
	  	color: white !important;
	  	display: block !important;
		align-self: end !important;
	}
	#blue-header-background {
	  height: 400px;
	}
	#main-header{
		height: 400px;
	}
  }
  
  @media only screen and (max-width: 300px) {
	#blue-header-container {
	  box-sizing: border-box;
	  padding: 0 14px;
	  grid-template-columns: 1fr 200px 1fr;
	  grid-template-rows: 50px 68px 0px 200px 82px;
	  gap: 0px 0px;
	  grid-template-areas: 'blank_1 logo blank_2' 'blank_3 offices blank_4' 'blank_5 nameplate blank_6' 'blank_7 bobbie blank_8' 'blank_9 search blank_10';
	}

	.bobbie {
		grid-area: bobbie;
		display: block;
		width: 100%;
		background-size: contain;
		background-position: center bottom !important;
		background-repeat: no-repeat;
	}

	.bobbie img {
	  left: calc(50% - 30px) !important;
	}
	
	.nameplate, .search, .offices {
	  width: 100% !important;
	  height: auto;
	  right: auto;
	  left: auto;
	}
	#blue-header-background #blue-flag {
		display: none;
	}
  }





/* Disable */
#menu-item-1257 a{
	pointer-events: none !important;
	display: none !important;
}
#menu-item-1257{
	pointer-events: none !important;
	display: none !important;
}