/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 14, 2019, 10:35:00 AM
    Author     : mv
*/
/** Rebuild Marine promoter - FMG - Start **/
/**
  * Font sizes and spacing/widths
  * -----------------------------------------------------------------------------
  */
/* Font familys */
/* Font weight */
/* Custom theme Font sizes */
/* extra small fonts 12px*/
/*Footer links -14px*/
/*Normal font - 16px*/
/*Block heading - 18px*/
/*Block heading - 22px*/
/*Block heading - 24px*/
/*heading - large - 32px,*/
/* Transitions */
/* line Height */
/* Breakpoints */
/* Spacings and widths */
/** Button settings **/
/** Menu settings **/
/** Rebuild Marine promoter - FMG - End **/
/*
Created on : 2019-06-26
Author     : 
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 15, 2019, 2:43:47 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
.if-template-selector(@selector; @template; @rules) {
	@{selector} when (@app-skin = @template) {
		@rules();
	}
}
*/
/* Body */
/* Small */
.al-ty-h1b-price {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
}
:root {
  --error-gutter-y: 24px;
}
@media only screen and (min-width: 769px) {
  :root {
    --error-gutter-y: 80px;
  }
  .al-error-block .al-card.is-item.is-related {
    min-height: 284px;
  }
}
@media only screen and (max-width: 768px) {
  .al-error-img {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.al-error-block {
  padding: var(--error-gutter-y) 0;
}
.al-error-block.is-texts {
  background: #F4F7F7;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .al-error-block.is-404.is-texts {
    text-align: left;
  }
}
.al-error-tag {
  color: #8B9099;
}
@media only screen and (min-width: 769px) {
  .al-error-title {
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
  }
}
.al-error-firstrow {
  margin-bottom: var(--error-gutter-y);
}
.al-error-action {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #00000026;
  display: inline-flex;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 769px) {
  .al-error-action {
    height: 72px;
    font-size: 18px;
    line-height: 24px;
  }
}
