@charset "UTF-8";
/*!
Theme Name: GNL Immigration Template
Theme URI:   
Author: OCIO Web Services
Author URI: http://www.ocio.gov.nl.ca/
Description:  
Version: 1.1.0 
Template: gnl-web-framework  
License:  
License URI:  
Text Domain: gnl-web-framework
Tags:      
*/

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media print, screen and (min-width: 30em) {
.row {
    margin-right: -1rem;
    margin-left: -1rem;
}
}
@media print, screen and (min-width: 30em) {
.column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    margin-right: 1rem;
    margin-left: 1rem;
}
}
@media print, screen and (min-width: 30em) {
.employers-intro {
    flex-basis:25%;
}
}
.no-icon a[href$='.pdf']::after {
	content:  none;
}
a.button[href$='.pdf']::after {
	color: #fff;
}
.intro-box {

	border: 1px solid #dfdfdf;
	padding: 2rem;
	text-align: center;
}
.intro-box:hover {
	text-decoration: none;
	background-color: #f7f7f7;
}

.gform_wrapper .gform_footer input[type=submit] {
	color: #fff;
	background-color: #243746;
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.625rem 0.75rem 0.6875rem 0.875rem;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9375rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    margin: 0;
    margin-bottom: 1.25rem;	
}
.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: rgb(180, 30, 21);
}

.language-switcher {
    margin-top: -1rem;
}

@media print, screen and (min-width: 64em) {
.language-switcher {
    margin-top: -2rem;
}
}

/* NL Provincial Nominee Program (NLPNP) page button */

.nlpnp-button-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem;

}

.nlpnp-button{
    background-color: #3B3838; 
    border: none;
    width: 220px;
    height: 110px;
    margin: 5px;
    padding: 2px;
    transition-duration: 0.4s;
    border: #625f5f inset 6px;
    display: grid;
    align-items: center;
    text-align: center;
}

.nlpnp-button:hover {
    background-color: #3B3838;
    color: white;
    filter: brightness(75%);
    text-decoration: underline;
}

a.nlpnp-button {
    font-size: 1rem;
    text-decoration: none;
    
    color: white;
    line-height: 1.6;
}



@media (width: 300px) {
    .nlpnp-button-container {
      flex-direction: column;
    }
  }

/* Home Awaits Ribbon */

.banner {
	position: relative;
}

.layout-search{
    width: 100% !important;
    padding-top: 0 !important;
}
.more-container .top-menu-nav ul.menu {
	position: inherit;
    list-style: none;
}
.more-container .top-menu-nav ul.menu>li.home-awaits a {
	text-indent: -9999px;
	position: absolute;
    background: url('https://www.gov.nl.ca/immigration/files/home-awaits.svg') no-repeat bottom center / contain; 
	margin: 0;
	animation: bannerBounce 1.5s ease-out forwards; 
}
@media print, screen and (max-width: 63.9375rem) {
.more-container {
	display: block;		
}

.more-container .top-menu-nav ul.menu>li.home-awaits a {
	top: -15px;
	left: 15px;
	width: 74px;
	height: 116px;
}

@keyframes bannerBounce {
	0% {
		top: -116px; 
	}
	50% {
		top: 0; 
	}
	100% {
		top: -15px; 
	}
}

    .layout-government-brand + .layout-site-title {
        border-left: none !important;
        padding-top: 0.8125rem !important;
    }

    .layout-government-brand, .layout-custom-logo {
    width: calc(100% - 2rem) !important;
    }

    .layout-site-title {
    -ms-flex: 1 1 0px !important;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    text-align: center !important;
    }

    .layout-menu-button {
    position: absolute !important;
    }
}

@media print, screen and (min-width: 64em) {	
.more-container {
	margin-right: 158px;	
	animation: moveSearch 1s ease-out forwards; 
}
.more-container .top-menu-nav ul.menu>li.home-awaits a {
	top: -23px;
	right: 15px;
	width: 110px;
	height: 173px;
}
@keyframes bannerBounce {
	0% {
		top: -173px; 
	}
	50% {
		top: 0; 
	}
	100% {
		top: -23px; 
	}
}
@keyframes moveSearch {
	0% {
		margin-right: 16px;
		opacity: 0;
	}
	100% {
		margin-right: 158px;
		opacity: 1;
	}
}
} 