/* VALD. BIRN AS*/
/* CUSTOM STYLESHEET*/
/* WEBFONT */
/* <script src="https://kit.fontawesome.com/955d7f4dce.js" crossorigin="anonymous"></script> */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans'); */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700&display=swap');

 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #677667;            /* TOOLBAR BACKGROUND COLOR #FFFFFF */
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #677667;     /* FOOTER BACKGROUND COLOR #e4e4e4 */
    --jobmatch-footer-text-color: #FFFFFF;    /* #7e8083;   */
     
     
    --jobmatch-link-color: #bd945f;     /* #ba0816 */
    /* --jobmatch-link-hover-color: rgba(33,76,111, 1);    #333333  */
	/*--jobmatch-link-button-hover-footer-color: #05225A;  #00a367; */
	
	--jobmatch-link-button-color: #FFFFFF;
     
    --jobmatch-base-font-family: 'Montserrat', Arial, Helvetica, sans-serif;     /* MAIN FONT  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;   */
    --jobmatch-base-font-size: 17px;    /* 16px; */
    --jobmatch-base-font-line-height: 1.9;  /* 1.42857143 */
    --jobmatch-title-font-size: 33px;  /* 30px */
    --jobmatch-subtitle-font-size: 24px;   /* 26 px; */
     
     
    --mdc-theme-primary: #3b3b3b;               /* checkbox color hover effect #015da4 */
    --mdc-theme-accent: #bd945f;                /* button color */ 
    --mdc-theme-text-primary-on-accent: #FFF;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #000000;                /* checkbox color !!! */
	--mdc-theme-secondary-light:#3b3b3b;
	--mdc-theme-secondary-dark: #3b3b3b;



	  --mdc-theme-primary-light: #3b3b3b;   
	    --mdc-theme-primary-dark: #3b3b3b;   
	  
	         
     
     
    --mdc-theme-background: #FFFFFF;       
    --mdc-theme-text-primary-on-primary: #FFFFFF;
/*
  --mdc-theme-text-secondary-on-primary: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-primary: rgba(255, 255, 255, 0.5);
   
  --mdc-theme-text-secondary-on-accent: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-dark: white;
  --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5); }*/
 
 
 
}


 
/* COLORS */
 
/* top toolbar */
 
 
 
/* TOOLBAR BACKGROUND COLOR */
.mdc-toolbar 
    {
 
        margin-top:0px;
        background-color: #677667 !important;
        background-color: var(--jobmatch-header-background-color,#677667);
         border-bottom:0px solid #3b3b3b; /*  #333 */
	/*	 box-shadow: none; */
	/* background-image: linear-gradient(to bottom, #FFFFFF  0%, #FFFFFF 60%,#2399BD 60%, #2399BD 100%) !important; */
    
    }
 
	

	
 .mdc-toolbar--fixed
    {
      border-bottom: 0px solid #3b3b3b;  /*  #333 */
	 	/*	 box-shadow: none; */
    
	}  
	
	.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row {
			/*	 box-shadow: none; */
	}
	
	
	
/* BUTTONS */
.mdc-button {
     
    border-radius: 6px;
	  text-decoration: underline;	
}


a:hover.mdc-button.mdc-button--raised {
	 
    border-bottom:0px solid #bd945f !important;

}
a.mdc-button, :not(:disabled).mdc-button {
	color: #bd945f !important;
	color: var(--jobmatch-link-color,#bd945f) !important;
	  
}


:not(:disabled).mdc-button:hover {
	
 
	 	
	   border-bottom:0px solid #bd945f !important;
}
  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #bd945f;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #bd945f !important;
    background-color: var(--mdc-theme-accent,#bd945f) !important;
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent,#fff);
	cursor: pointer;
 
	 
 
	font-weight: 400;
	
 
    border-radius: 6px !important;
    
    color: rgb(255,255,255) !important;
     transition: all .4s ease !important;
	 text-shadow: none !important;
	 	  text-decoration: none !important;	
}




a:hover.mdc-button--accent, a:hover.mdc-button--raised, a:hover.mdc-button--unelevated:not(:disabled), a:hover.mdc-button--raised:not(:disabled) {
    background-color: #815823  !important; /* #CFA268 - replaced nov. 10th 2025 */
     
    color: #fff !important;
    /* color: var(--mdc-theme-text-primary-on-accent,#fff); */
	cursor: pointer;
	text-decoration: none !important;	
	border-radius: 6px;
   transition: all .4s ease !important;
	font-weight: 400;
}


.mdc-button--raised:focus, .mdc-button--raised:hover, .mdc-button--accent.uploadbutton:hover{
     background-color: #815823 !important;
     
    color: #fff !important;
   /* color: var(--mdc-theme-text-primary-on-accent,#fff); */
	cursor: pointer;
	text-decoration: none !important;
border-radius: 6px;	
   transition: all .4s ease !important;
font-weight: 400;
}

/* CHECKMARKS */
/*
.mdc-list--avatar-list .mdc-list-item__start-detail i 
    {
        color: white; 
        color: var(--mdc-theme-primary,white);
    }
*/

/* CHECKBOX   lyserød #ff4081 */
 /*
.mdc-checkbox, .mdc-checkbox__background {
	background-color: #009944;
        background-color: var(--jobmatch-link-color, #009944);
} */

.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background
{
	border-color:#3b3b3b !important;
border-color:var(--mdc-theme-secondary,#3b3b3b)!important;

background-color:#3b3b3b !important;
background-color:var(--mdc-theme-secondary,#3b3b3b) !important;
}



.mdc-checkbox:before{
	background-color:rgba(38,38,38,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(38,38,38,.14)) !important;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	-webkit-transition:opacity .25s linear;
	transition:opacity .25s linear;
	border-radius:50%;
	opacity:0;
	pointer-events:none;
	content:""}


/* RADIO BUTTON */
/*
.mdc-radio:before
{
	
	background-color: #00387B !important;
	background-color:color(var(--mdc-theme-primary,#00387B) a(1%));
	
	}


	
.mdc-radio:after{
	
	background-color: #00387B !important;
	background-color:color(var(--mdc-theme-primary,#00387B) a(1%));
	
	}
		*/
	
.mdc-radio__background:before
{
	color: #3b3b3b!important;
	background-color:#3b3b3b !important;
	background-color:color (var(--mdc-theme-primary,#3b3b3b) a(14%))
	}

.mdc-radio__background:after
{
	color: #3b3b3b !important;
	background-color:#3b3b3b !important;
	background-color:color (var(--mdc-theme-primary,#3b3b3b) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#3b3b3b !important;
		border-color:(var(--mdc-theme-primary,#3b3b3b) a(0%));
		background-color:#3b3b3b !important;
	background-color:color (var(--mdc-theme-primary,#3b3b3b) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#3b3b3b;
background-color:var(--mdc-theme-primary,#3b3b3b);

}




/*
.mdc-radio__inner-circle
{
	background-color:rgba(0,0,0,.54) !important;
	background-color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.14));
	
}

.mdc-radio__outer-circle
{
	background-color:rgba(0,0,0,.54) !important;
	background-color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));
	
}

*/
 
/* NORMAL A LINKS */
a 
    {           
        color: #bd945f;
       /* color: var(--jobmatch-link-color, #ba0816); */
	   text-decoration: none;
	    
 
    transition: all .3s ease-in-out;
      border-bottom:1px solid rgba(189, 148, 95, .3421);
	  
    }
	
a:hover, a:focus
 {           
         
        
		background-color: transparent;
		 
		 color: #815823;
    text-decoration: none !important; 
    transition: all .3s ease-in-out;
    border-bottom:1px solid rgba(189, 148, 95, 1);
	
 
  
 

    }
 
	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	 

}


.mdc-button:not(:disabled):not(.mdc-ripple-upgraded):active:after, .mdc-button:not(:disabled):not(.mdc-ripple-upgraded):focus:before, .mdc-button:not(:disabled):not(.mdc-ripple-upgraded):hover:before {
	opacity: 0;
	
}

     
/* MISC */
 
main#EMain {
    margin-top:0px !important;
}
 
/* UNCOMMENT TO REMOVE BORDERS AND DROPSHADOWS OF CARDS */
.mdc-card { 
    border: 0px;
    box-shadow: none;
}
 
/* CARD HEADER BACKGROUND COLOR */
.mdc-card .mdc-card__primary {
    background-color: white; 
    background-color: var(--jobmatch-card-header-background-color, white);
}
 
/*HEADER*/



#EHeader .mdc-toolbar__section--align-start {
          height: 162px;
}

     
/* LOGO UPLOADED BY USER VIA USER SETTING, NORMALLY HIDDEN IN SPECIAL DESIGN */
header#EHeader .logo-default {  
    display:none;
} 
 header#EHeader {
	height: 102px; /* 160px */
	min-height: 102px; /* 160px */
    transform: translateY(0px) !important;
 } 
 header#EHeader div#header-grid {
	 padding:0;
 }
 
 /*  header#EHeader .mdc-layout-grid__inner{width: auto !important;} */
 

 header#EHeader div#header-r3 a { 
	border-bottom:0px solid rgba(189, 148, 95, 1) !important;
	/* special added because of link styles */
}

header#EHeader div#header-r3 a
    {
		/* background-image: url("https://dl.dropboxusercontent.com/s/g756tp8dugwiamx/logo.png?raw=1"); */
		background-image: url("resources/birn_white.svg");
		background-position: center center;
        background-repeat: no-repeat;
        height:  85px;
        width: 85px; 
        background-size: 85px 85px;
        display: block;
        margin-top: -2px !important;
		margin-left: -32px;
  
	/*	margin: 0 auto; */
		position: static;
    }
	
/* de to næste stiller logo responsive positioneret ved browser resize! */
header#EHeader div#header-grid {
	margin-left: auto;	
} 

/*
.job-title {
	display: none;
}
*/
header#EHeader .job-title {
          display: none;
}

header#EHeader .mdc-toolbar__title  span.company-name {
        display:none;
}

#header-r4 {
	display: none;
}

header#EHeader .mdc-toolbar__title  span.company-name {
        display:none;
}

/*FOOTER*/
	
	

 
footer#EFooter .footer-graphics 
    {
		display:none; 
		
     /*  background-image: url(https://dl.dropboxusercontent.com/s/x17l6txrdizn7ds/argo-jobboard.css?raw=1); */
        background-position: 0px center;
        background-repeat: no-repeat;
        height: 89px;
        width:318px;  
        float: left;		
        background-size: cover;
        margin-left: 26px;
    }
     
footer#EFooter {
    padding-bottom:0px;
      background: #677667;
     
    background-color: var(--jobmatch-footer-background-color,#677667);
        font-weight: 300;
    color: #ffffff;
    color: var(--jobmatch-footer-text-color,#ffffff);
     
    border-top:0px solid #3b3b3b;  /*  #333 */
}

footer#EFooter .mdc-layout-grid {

}
 
footer#EFooter div.footer_custom_content {
display: block;
 
margin: 0 auto;
margin-right:24px;
margin-top: 30px;
color: #023346;
font-size: 90%;

}



footer#EFooter div.footer_custom_content  div.footer_element {
width: 33%;
display:inline-block;
vertical-align: top;
}
 
footer#EFooter div.footer_custom_content  div.footer_element:nth-child(3) {
text-align:right;
}
 
footer div.footer_custom_content  div.footer_element span {
display:block;}
 
footer ul.mdl-mega-footer__link-list {
    padding-left:24px;
}
 
/* TYPOGRAFI */
body, .mdc-card  p, .mdc-card  ul li, .mdc-card  ol li  {
    font-family:  'Montserrat',  Arial, Helvetica, sans-serif;
    font-family: var(--jobmatch-base-font-family, 'Montserrat', Arial, Helvetica, sans-serif);
   
     color: #3b3b3b; /*  #7e8083; */
    font-size: 17px; /* 18px */
    font-size: var(--jobmatch-base-font-size, 17px);
         
    line-height: 1.9; /* 1.42857; */
    line-height: var(--jobmatch-base-font-line-height, 1.9);
	
	background-color: #FFFFFF !important;
	letter-spacing: normal;
	font-weight: 400 !important;
}
.mdc-card .opening p strong {
    font-weight: bold !important;   
    font-size: 17px;
    font-size: var(--jobmatch-base-font-size, 17px);    
}
 .mdc-card .opening p a {
    word-break: break-all;
}
 
.mdc-card__title--large, h2, .mdc-card span.subtitle, .mdc-card span.jobinfo, .mdc-card .opening p, footer span, header span.job-title, header span.job-sub-title {
    font-family:   'Montserrat', Arial, Helvetica, sans-serif;
    font-family: var(--jobmatch-base-font-family, 'Montserrat', Arial, Helvetica, sans-serif);
	
}
.job-sub-title, .job-sub-title-sep    {
	display:none;
	
}

body, .mdc-card  p, .mdc-card  ul li, .mdc-card ol li,.mdc-card__title--large, h2, 
.mdc-card span.subtitle, .mdc-card span.jobinfo, .mdc-card .opening p, 
footer span, header span.job-title, header span.job-sub-title, 
.mdc-select__surface, .mdc-form-field, .mdc-button, .mdc-button--dense, .mdc-typography, .mdc-typography--display4, .mdc-card__supporting-text {
    font-family:    'Montserrat', Arial, Helvetica, sans-serif;
    font-family: var(--jobmatch-base-font-family,    'Montserrat', Arial, Helvetica, sans-serif);
}
/* HEADER ON CARD */
/*
.opening .mdc-card__primary {
    padding: 16px;
    padding-bottom:0px;
    text-align: center;
    text-transform: uppercase;
}
*/
 
 
/* SEPERATOR AFTER JOB TITLE */
/*
.opening .mdc-card__primary::after {
    display: block;
    content: "";
    width: 3px;
    height: 7px;
    background: transparent url(https://dl.dropboxusercontent.com/s/gx555r5s2y7zjxy/sep.png?raw=1) no-repeat;
    width: 258px;
    text-align: center;
    margin: 0 auto;
    margin-top:40px;
}
*/
.mdc-card h2.mdc-card__title--large {
    font-size: 33px;
    font-size: var(--jobmatch-title-font-size, 33px);   
    font-weight:600;
color: #3b3b3b;
     font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	   -webkit-font-smoothing: antialiased;
}

.mdc-card span.subtitle {
    font-size: 24px;
    font-size: var(--jobmatch-subtitle-font-size, 24px); 
	color: #3b3b3b !important; /* #262626 */
	       font-family: 'Montserrat', Helvetica, Arial, sans-serif;
font-weight: 500;
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
    margin: 0 auto;
    margin-top: 10px;
   /*  width: 1200; */
   max-width: 1200px; 
    height: 500px !important;  
    /* border: px solid silver; */   
    background-repeat: no-repeat; 
    padding: 40px;	
	
}
 
.rewrite div.top-sep {
    margin-top: 140px;
}

div.top-sep {
    margin-top: 140px;
}
 
.top-sep  {
    background-size: 100%;
    background-position: center center; 
	
}
 
/*CUSTOM TOP IMAGES */
/* .top-sep  { background-image: url("https://dl.dropboxusercontent.com/s/1bkondr170bi7xb/Modelv%C3%A6rksted_1200x500px.png?raw=1"); }  *//* MIGRATION: topimage moved to FileStorageSystem job setting.



.top-sep  { background-image: url("hero/pta_1200x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
 
.vald-birn02 .top-sep  { background-image: url("hero/170314-fom-9339-birn-lastbil.png"); }
*/
/* .vald-birn03 .top-sep  { background-image: url("https://dl.dropboxusercontent.com/s/xijywv13hoflin4/Transport%20af%20st%C3%B8beske_1200x500.png?raw=1"); } *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn03 .top-sep  { background-image: url("hero/jern-transport-st-beske_1200x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn04 .top-sep  { background-image: url("hero/view-maskinfabrikken-1200x500.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn05 .top-sep  { background-image: url("hero/nyt-maleranl-g_1200x500.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn06 .top-sep  { background-image: url("hero/39-1200x500px-jpeg-1.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
		  
.vald-birn07 .top-sep  { background-image: url("hero/1200x500_pta.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.vald-birn08 .top-sep  { background-image: url("hero/vbm-produktion.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.vald-birn09 .top-sep  { background-image: url("hero/170309-fom-8735-skrot_1200x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.vald-birn10 .top-sep  { background-image: url("hero/170321-fom-0216-order-managers_1200x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.vald-birn11 .top-sep  { background-image: url("hero/v-rkt-j_1200x500px.png"); }
*/	
/* added august 13th 2021 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn12 .top-sep  { background-image: url("hero/mani-uldalls_1200x500px.png"); }
*/	
/* added october 13th 2021 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

 
.vald-birn13 .top-sep  { background-image: url("hero/jmp-nye-disa-7.png"); }
*/

/* added dec. 1st 2021 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn14 .top-sep  { background-image: url("hero/portr-tter-birn-01.jpg"); }
*/


/* added dec. 22nd 2021 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn15 .top-sep  { background-image: url("hero/kernemageri.jpg"); }
*/

/* added dec. 31st 2022 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn16 .top-sep  { background-image: url("hero/udalls-facade_1200x500px.png"); }
*/

/* added feb. 14th 2022 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn17 .top-sep  { background-image: url("hero/uldall-produktion_1200x500px.png"); }
*/

/* added feb. 28th 2022 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn18 .top-sep  { background-image: url("hero/211006-fom-5680-lene_1200x500px.png"); }
*/

/* added april 1st 2022 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn19 .top-sep  { background-image: url("hero/lastbil-2_1200x500px.png"); }
*/

/* added april 5st 2022 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn20 .top-sep  { background-image: url("hero/louise_1200x500px.png"); }
*/

/* added May 20th 2022 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vald-birn21 .top-sep  { background-image: url("hero/model-1_1200x500px.png"); }
*/


/*
.jacobsensbakery02 .top-sep  { background-image: url(XXXXXX); }
 


*/
/* Responsive Design */
.mdc-layout-grid__inner {
	 margin-top: 0px;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3 {
       margin-top: 0px;
	    margin-left: 0px;
		 margin-left: 0px !important;
	width: 100%;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-2 {
       margin-top: 0px;
	    margin-left: 0px;
		 margin-left: 0px !important;
	width: 100%;
	border: #008000 solid 0px;
		border: 0px solid #FFFFFF;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-10 {
       margin-top: 0px;
	    margin-left: 0px;
	width: 100%;
	border: #008000 solid 0px;
			border: 0px solid #FFFFFF;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-12 {
       margin-top: -20px;
	    margin-left: 0px;
	width: 100%;
	border: #008000 solid 0px;
			border: 0px solid #FFFFFF;
}



.myfooter a {
	 background-color: rgba(255, 255, 255, 0.12);
}
/* FOOTER SPECIALS */
/*
.icon1 {
	    background-image: url("https://dl.dropboxusercontent.com/s/zirhulv50dgw4tk/mail.png?raw=1");
}

.icon2 {
		 display: inline-block;
	    background-image: url("https://dl.dropboxusercontent.com/s/ybr9h6mh6w1byrk/phone.png?raw=1");
 		  margin-left: 26px;
	

 background-position: 0px center;
        background-repeat: no-repeat;
          height: 20px;
        width:20px;  
    
	 margin-right: 0px;
background-size: cover;

}
.icon2 {
	 margin-top: 20px;
}*/
#EFooter .fa, #EFooter .fab {
margin-top: -40px !important; 
width: 40px; 
 height: 40px; 
 line-height: 40px; 
 border-radius: 60px;
 background:rgba(255, 255, 255, 0.12);

}

 

 a.linkedin, a.facebook,  a.youtube {
	 
 
	 width: 40px; 
 height: 40px; 
  margin-right: 3px !important;
  border-radius: 60px;
   color: rgba(255, 255, 255, 100%);
 text-decoration: none !important;
 border-bottom: 0px solid rgba(189, 148, 95, 0) !important;

}

a.linkedin  {
	 
  margin-left: 27px;

}

a.facebook, a.youtube {
     
	padding: 0 0.0em;
	 margin-left: 0px;
  margin-right: 0px;
	 
}
    

.myfooter {
      
	  margin-left: 20px;
	      font-family:    'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.9;
    color: #FFFFFF;
	
	font-weight: 400;
  }
  
  
  
a.myfooterx, a.myfooterx:visited {
    
	      font-family:    'Montserrat', Arial, Helvetica, sans-serif;
 font-size: 14px;
    line-height: 1.9;
     
	font-weight: 400 !important;
	text-align: center;
	padding-left: 10px;
	  color: rgba(255, 255, 255, 50%) !important;
	border-bottom:0px solid rgba(189, 148, 95, 1) !important;
  }
  
a.myfooterx:hover, a.myfooter:focus {
 
	      font-family:    'Montserrat', Arial, Helvetica, sans-serif;
 font-size: 14px;
    line-height: 1.9;
     
	font-weight: 400 !important;
	text-align: center;
	padding-left: 10px;
	  color: rgba(255, 255, 255, 100%) !important;
	  text-decoration: none;
	  	border-bottom:0px solid rgba(189, 148, 95, 1) !important;
  }
  



  
.myfooter2 {
     
	font-family:    'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.9;
     
	font-weight: 400 !important;
	text-align: center;
	padding-left: 10px;
	  color: rgba(255, 255, 255, 50%) ;
  }
  
.myfooter2 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  
	font-weight: 400;
}

.myfooter2 li .fab, .myfooter2 li .fa {
 
  
	
	font-size: 17px;
	 
}

.myfooter2 li {
        font-family: Montserrat;
    font-style: normal;
 
	    text-decoration: none;
    word-break: break-word;
	padding: 0 0.9em;
	
	 font-weight: 400 !important;
    justify-content: center;
  
	
	font-size: 14px;
	 
}


.myfooter3 {
     
	font-family:    'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.9;
     
	font-weight: 400 !important;
	text-align: center;
	padding-left: 10px;
	  color: rgba(255, 255, 255, 50%);
  }
 
 
 /* VIDEO responsive 
 .top-sep.video-on {
	 display: none;
	   background-color: #080000 !important;
}
.video-outer {
	 display: none;
    position: relative;
    z-index: 1;
    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
       
    margin-top: 110px !important;
	 

}
 */
 

/* Responsive Design */

@media (min-width: 2000px) {
		#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 110px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
		.jobagent div.top-sep {
	margin-top:  110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 110px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
	/* .video-outer {
    
    margin-top: 110px !important;
							 		 
} */
}


@media (max-width: 2000px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
		.jobagent div.top-sep {
	margin-top: 110px !important;
		height: 500px;
				margin-bottom: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 110px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
	
	/* .video-outer {
    
    margin-top: 110px !important;
							 		 
} */
							 	 
}

@media (max-width: 1920px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
		.jobagent div.top-sep {
	margin-top: 110px !important;
		height: 500px;
				margin-bottom: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 110px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
	/* .video-outer {
    
    margin-top: 110px !important;
							 		 
} */			 
}



@media (max-width: 1680px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
		.jobagent div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 110px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
						 
 

	 


}

@media (max-width: 1600px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 110px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
		.jobagent div.top-sep {
		margin-top: 110px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	
 
}

@media (max-width: 1530px) {

header#EHeader div#header-r3 a
    {
		
      margin-left: -25px !important;
 
		/* margin: 0 auto; */
	 
    }
}
 




@media (max-width: 1440px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 110px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 110px !important;
		height: 500px;
		margin-bottom: 0px;
	}
		.jobagent div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 110px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
 
	/* .video-outer {
    
    margin-top: 110px !important;
							 		 
} */

}


@media (max-width: 1440px) {

header#EHeader div#header-r3 a
    {
		
       margin-left: -25px !important;
 
		/* margin: 0 auto; */
	 
    }
}


@media (max-width: 1400px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 110px !important;
		height: 500px;
		margin-bottom: 0px;
	}
		.jobagent div.top-sep {
		margin-top: 110px !important;
		height: 500px;
	margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 110px !important;
		height: 500px;
	margin-bottom: 0px;
	}
	
	/* .video-outer {
    
    margin-top: 110px !important;
							 		 
} */
 
}


@media (max-width: 1366px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
		.jobagent div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	
 
}


@media (max-width: 1330px) {

header#EHeader div#header-r3 a
    {
		
       margin-left: -25px !important;
 
		/* margin: 0 auto; */
	 
    }
}

@media (max-width: 1300px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 110px !important;
		height: 500px;
       	margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 110px !important;
		height: 500px;
				margin-bottom: 0px;
	}
		.jobagent div.top-sep {
			margin-top: 110px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
 

 
	
}

@media (max-width: 1300px) {

header#EHeader div#header-r3 a
    {
		
       
 
		/* margin: 0 auto; */
	 
    }
}


@media (max-width: 1280px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 110px !important;
		height: 500px;
     	margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
		.jobagent div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 110px !important;
		height: 500px;
				margin-bottom: 0px;
	}
	
 			header#EHeader div#header-r3 a
    {

 margin-left: 20px !important;
    }
	
}

@media (max-width: 1200px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 100px !important;
		height: 500px;
        	margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 100px !important;
		height: 500px;
		margin-bottom: 0px;
	}
		.jobagent div.top-sep {
		margin-top: 100px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 100px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	
	 


 
	
	
 
}





@media (max-width: 1150px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 90px !important;
		height: 500px;
      margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 90px !important;
		height: 500px;
		margin-bottom: 0px;
	}
		.jobagent div.top-sep {
		margin-top: 90px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 90px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
 
	
}


@media (max-width: 1100px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 85px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
margin-top: 85px !important;
		height: 500px;
		margin-bottom: 0px;
	}
		.jobagent div.top-sep {
	margin-top: 85px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 85px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
 
	
}

@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 70px !important;
		height: 500px;
		margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
margin-top: 70px !important;
		height: 500px;
		margin-bottom: -10px;
	}
		.jobagent div.top-sep {
	margin-top: 70px !important;
		height: 500px;
		margin-bottom: -10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 70px !important;
		height: 500px;
		margin-bottom: -10px;
	}
	
 
  
  
     a.linkedin, a.facebook, a.youtube {
	margin-top: 40px !important; 

margin-left: 0px !important;

}

     .fa, .fab {
		 display: none !important;
	margin-top: 40px !important; 

margin-left: 0px !important;

}
	
}




@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 60px !important;
		height: 500px;
		margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 60px !important;
		height: 500px;
		margin-bottom: -10px;
	}
	
	.jobagent div.top-sep {
		margin-top: 60px !important;
		height: 500px;
		margin-bottom: -10px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 60px !important;
		height: 500px;
		margin-bottom: -10px;
	}
 




}


@media (max-width: 959px) {
	header#EHeader div#header-r3 a
    {
    margin-top: 6px !important;
margin-left: 32px !important;
 /* Edge Browser creates trouble here at margin-top */
	}
}


@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 0px !important;
	}
	
		div.top-sep {
	margin-top: 40px !important;
		height: 500px;
		margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
			margin-top: 40px !important;
		height: 500px;
		margin-bottom: -20px;
	}
		.jobagent div.top-sep {
			margin-top: 40px !important;
		height: 500px;
		margin-bottom: -20px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 40px !important;
		height: 500px;
		margin-bottom: -20px;
	}
	
 
	 
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 30px !important;
		height: 500px;
		margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 30px !important;
		height: 500px;
		margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 30px !important;
		height: 500px;
		margin-bottom: -20px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 30px !important;
		height: 500px;
		margin-bottom: -20px;
	}
	
 
}

@media (max-width: 884px) {
	header#EHeader div#header-r3 a
    {
     margin-top: -2px !important;
		margin-left: -26px;
  
	}
}

@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 20px !important;
		height: 500px;
		margin-bottom: -30px;
	}
	
			.rewrite div.top-sep {
	margin-top: 20px !important;
		height: 500px;
		margin-bottom: -30px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
			margin-top: 20px  !important;
		height: 500px;
		margin-bottom: -30px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 20px  !important;
		height: 500px;
		margin-bottom: -30px;
	}
 
 
 
 
   

   
 
}

@media (max-width: 839px) {
 footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3  {
   margin-top: 20px;
 margin-left: -62px !important;
 word-break: none !important;
 word-wrap: none !important;
}

 
 a.myfooterx, a.myfooterx:visited {
     margin-left: 8px;
	 margin-top: 20px;
	      font-family:    'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.9;
     color: #ffffff !important;
    font-weight: 700;
	  text-decoration: underline;
	white-space: nowrap 
  }


 a.myfooterx:hover, a.myfooterx:focus {
     margin-left: 8px;
	 margin-top: 20px;
	      font-family:    'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.9;
     color: #ccc !important;
    font-weight: 700;
	  text-decoration: underline;
  }

}


@media (max-width: 801px) {
	header#EHeader div#header-r3 a
    {

 
	}
}


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 0px !important;
		height: 500px;
		margin-bottom: -60px;
	}
	
			.rewrite div.top-sep {
	margin-top: 0px !important;
		height: 500px;
		margin-bottom: -60px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 0px !important;
		height: 500px;
		margin-bottom: -60px;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
	.addthis_counter.addthis_pill_style {
		    float: right;
    margin-bottom: -13px;
    margin-top: -3px;
	padding: 13px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 0px !important;
		height: 500px;
	margin-bottom: -60px;
	}
	
 
	
}

 



@media (max-width: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: -10px !important;
		height: 500px;
	margin-bottom: -70px;
	}
	
			.rewrite div.top-sep {
		margin-top: -10px !important;
		height: 500px;
		margin-bottom: -70px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
		margin-top: -10px !important;
		height: 500px;
		margin-bottom: -70px;
	}
	
		.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: -10px !important;
		height: 500px;
		
		margin-bottom: -70px;
	}
	
	
 
	
}


@media (max-width: 599px) {
	header#EHeader div#header-r3 a
    {
 margin-left: 26px !important;
margin-top: 2px !important;
    }
}



@media (max-width: 568px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: -30px !important;
		height: 500px;
		margin-bottom: -80px;
	}
	

		.rewrite div.top-sep {
			margin-top: -30px !important;
		height: 500px;
		margin-bottom: -80px;
	}
	
	
	   .jobagent div.top-sep {
	margin-top: -30px !important;
		height: 500px;
		margin-bottom: -80px;
	}
	
		.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: -30px !important;
		height: 500px;
		margin-bottom: -80px;
	}
	
 
	
}




@media (max-width: 509px) {
 a.delete-button-noneattention, .mdc-button__ripple a.delete-button-noneattention {
	text-align: left !important;
	margin-left: 0px !important;
}

div.actions a.mdc-button.pull-right {
    float: left;
}
}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: -10px !important;
	}
	
	div.top-sep {
	margin-top: -60px !important;
		height: 500px;
		margin-bottom: -120px;
	}
	
 
	
		.rewrite div.top-sep {
			margin-top: -60px !important;
		height: 500px;
		margin-bottom: -120px;
	}
	
	
	  .jobagent div.top-sep {
					margin-top: -60px !important;
		height: 500px;
		margin-bottom: -120px;
	}
		.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
					margin-top: -60px !important;
		height: 500px;
		margin-bottom: -120px;
	}
	

	 
	.mdc-card h2.mdc-card__title--large, .mdc-card .mdc-card__primary .mdc-card__title--large {
    font-size: 25px !important;
   
	
}


.mdc-card span.subtitle, .mdc-card .mdc-card__primary span.subtitle {
    font-size: 16px !important;
    margin-bottom: 0px;
 
}



 a.myfooterx, a.myfooterx:visited {
    
	margin-left: 0px  !important;
  }
  
a.myfooterx:hover, a.myfooter:focus {
 
  margin-left: 0px  !important;
  }
   
 
	
}

@media (max-width: 479px) {
footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3  {
   margin-top: 20px;
 margin-left: -62px !important;
 word-break: none !important;
 word-wrap: none !important;
}

 
 .myfooterc {
	margin-left: 82px !important; 
 }
 
  .myfooterx {
	margin-left: 54px !important; 
 }
  }


@media (max-width: 414px) {	
	div.top-sep {
		margin-top: -70px !important;
		height: 500px;
		margin-bottom: -125px;
	}
	
	.jobagent div.top-sep {
		margin-top: -70px !important;
		height: 500px;
		margin-bottom: -125px;
	}
	
		.rewrite div.top-sep {
	margin-top: -70px !important;
		height: 500px;
		margin-bottom: -125px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: -70px !important;
		height: 375px;
		margin-bottom: -125px !important;
	}
	
	  
	header#EHeader div#header-r3 a
    {
		 
 
 
    }
 
}

@media (max-width: 375px) {	
	div.top-sep {
		margin-top: -85px !important;
		height: 500px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
	margin-top: -85px !important;
		height: 500px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
	margin-top: -85px !important;
		height: 500px;
		margin-bottom: -155px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: -85px !important;
		height: 500px;
		margin-bottom: -155px !important;
	}
}


@media (max-width: 360px) {	
	div.top-sep {
		margin-top: -85px !important;
		height: 500px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
		margin-top: -85px !important;
		height: 500px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
		margin-top: -85px !important;
		height: 500px;
		margin-bottom: -155px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: -85px !important;
		height: 500px;
		margin-bottom: -155px !important;
	}
}

@media (max-width: 320px) {	
	div.top-sep {
		margin-top: -95px  !important;
		height: 500px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
		margin-top: -95px  !important;
		height: 500px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
			margin-top: -95px  !important;
		height: 500px;
		margin-bottom: -155px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: -95px  !important;
		height: 500px;
		margin-bottom: -155px  !important;
	}
}



 /*  table.adresse, table.adressex, tr.adressex, td.adressex, tr.adresse, td.adresse {
      
	  text-align: right;
	 
  }
  
    table.myfooter2, tr.myfooter2, td.myfooter2 {
      
	  text-align: right;
	 
  }
*/

.adresset {
	
	margin-left: 22px;
	
	
}




.adresset2 {
	
	margin-left: -20px;
	
	
}


 
 
.adresse4 {
	display: block;
   /* background-image: url(https://dl.dropboxusercontent.com/s/5nhu3zo1d98r73g/pay-back-logo-white.svg?raw=1); */

   
   background-image: url("resources/birn_line_po_white.png");
        background-position: 0px center;
        background-repeat: no-repeat;
         
        width:125px;  
     height: 146px;
	 margin-left: 32px;
 
background-size: 125px 146px;
margin-bottom: 20px;

	/* margin-top: 0px; */
	
		  /*  display: block; */
    margin: 0 auto !important; 
   }
  
    
 
	

.mdc-card .mdc-card__primary .mdc-card__title--large {
	color: #3b3b3b !important; /* #262626 */
	 
	/* text-align: center !important; */
}

.mdc-card__primary+.mdc-card__supporting-text {
    margin-top: 10px;
}



 .mdc-card .mdc-card__primary .mdc-card__title--large {
	 margin-top: 10px; 
 margin-bottom: -20px; 
}

.header {
	display: none;
	text-align: center;
	margin-bottom: -20px; 
	font-size: 10px;
	 color: #FFFFFF;
}

::selection {
    background: #bd945f;
    color: #fff;
}

/* JOBAGENT FORMULAR TEXT COLOR CHANGES */



.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, .mdc-select .mdc-floating-label.mdc-floating-label--float-above, .mdc-select__native-control .mdc-floating-label--float-above {
	color: rgba(59, 59, 59,.87) !important;
	   caret-color:  rgba(59, 59, 59,.87) !important;
}


.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(59, 59, 59,.87) !important;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control {
    color: rgba(59, 59, 59,.87) !important;
}

label.select-label {
  
     color: rgba(59, 59, 59,.87) !important;
}

.mdc-list-item__secondary-text {
    color: rgba(59, 59, 59,.87) !important;
    color: var(--mdc-theme-text-secondary-on-background,  color: rgba(59, 59, 59,.87) !important);
}


.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
  	color: rgba(59, 59, 59,.87) !important;
	caret-color:rgba(59, 59, 59,.87) !important;
   
}

.mdc-text-field:not(.mdc-text-field--disabled), .mdc-text-field__input {
	 color: rgba(59, 59, 59,.87) !important;
	  color: rgba(59, 59, 59,.87) !important;
}

.mdc-checkbox::before {
    background-color: #015542 !important;
		 color:#015542 !important;
}
 

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
	color: rgba(59, 59, 59,.87) !important;
	  color: rgba(51,51,51,.87) !important;
	 border-color: rgba(59, 59, 59,.87) !important;
}

.mdc-radio__native-control {
	 border-color: rgba(59, 59, 59,.87) !important;
	 
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
	border-color: rgba(59, 59, 59,.87) !important;
}

.mdc-form-field > label {
	font-size: 17px;
	line-height: 28px;
}
 

 

.mdc-text-field .mdc-text-field__input {
    caret-color: #3b3b3b !important; 
    caret-color: var(--mdc-theme-primary, #3b3b3b) !important;
}

TEXTAREA.mdc-text-field:not(.mdc-text-field--disabled), TEXTAREA.mdc-text-field__input  {
	   font-size: 17px;
    color: rgba(59, 59, 59,.87) !important;
	border-color:  rgba(59, 59, 59,.87) !important;
border-left-color:  rgba(59, 59, 59,.87) !important;
border-right-color:  rgba(59, 59, 59,.87) !important;
border-top-color:  rgba(59, 59, 59,.87) !important;
border: 3px !important;
}

/* Border when checkbox NOT checked */
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(59, 59, 59,1) !important;
    background-color: transparent !important;
}
 
 /* Border when checkbox checked */
 /* Border when checkbox checked */
.mdc-checkbox__native-control:enabled:checked:not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(59, 59, 59,1) !important;
   border: 2px solid rgba(59, 59, 59,1) !important;
      
	 
	     background-color: transparent !important;
		 color: rgba(59, 59, 59,1) !important;
}

.mdc-checkbox__checkmark, .mdc-checkbox__checkmark__path {
		color: rgba(59, 59, 59,1) !important;
	
		 stroke:  rgba(59, 59, 59,1) !important;
		  stroke-width:  4px !important;
}

 

/* NY RETTELSE */

		.mdc-toolbar-fixed-adjust {
    padding-top: 0px;
}

.mdc-form-field, .mdc-text-field__input {
	color: #3b3b3b !important; 
	font-size: 18px;
	 line-height: 1.42;
}




@media print { 
 /* All your print styles go here */
 #EHeader, 
 .addthis_counter.addthis_pill_style, 
 button,
 .mdc-button,
 .top-sep,
 .actionrow-top
	{ 
	display: none !important; 

	} 
	
	.mdc-card div.opening section.mdc-card__supporting-text h1 {
		margin-top: 10px;
		
	}
	
	/* Added by Morten Nymann */
	 body, div {
       display: block !important;
    }


   
    div.myfooter3 {
		 margin-left:32px !important;
		 
	 }
	 
     div.myfooter2 {
		 margin-left:32px !important;
		  
	 }
   div.myfooter {
	    margin-left:32px !important;
	   
   } 
 
 
   
   #EFooter .mdc-layout-grid__inner {
	   display: grid !important;
	   
   }
   
  @page { 
  margin: 0; 
  }
  
  #EFooter div.mdc-layout-grid, body #EFooter {
	  /* display: none !important; */
	   display: inline-block !important;
	   border: 0 !important;
	   position: static !important;
	   margin-top: -40px;
  }
  

header#EHeader div#header-r3 a {
	display: none !important; 
}

/* Defining all page breaks */
a {
    page-break-inside:avoid
}
blockquote {
    page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
	
}


.mdc-card .mdc-card__primary span.jobinfo {
   color: #959595;
    font-size: 14px;
      font-weight: 400;
}

 
footer.footer div.footer__content {
     
 
    padding-bottom: 0px;
   
}

.public_share_job a  {
	   border-bottom: 0px solid rgba(189, 148, 95, 1) !important;
}