.list-unstyled{display: inline-block;}
.list-unstyled li{display: contents;}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */
	.nav-primary > ul > li > a{
		height:auto !important;
	}
	/*.nav-primary > ul > li > a:hover,*/
	.nav-primary > ul > li > a.register,
	.nav-primary > ul > li > a.is-active{
		height:auto;
		
	}
}


/**
 * Base Setup
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  font-size: 62.5%;
	
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
  background: #fff;
  font-size: 1.6rem;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  overscroll-behavior-y: contain;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
#video-background {
	/*  making the video fullscreen  */
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
	z-index: -100;
}

/*Smooth Scroll*/
.global-header.scrolled {
	background: #474747 url(/Portals/_default/Skins/NAIGlobal-2013/gfx/nge/assets/img/ui/noise.svg) repeat;
	transition: background 200ms linear;
	box-shadow: inset 0 -10px 0 0 rgba(0, 0, 0, .25);
}

/*ADDED SINCE INTEGRATION*/

::selection {
  color: #d03238;
  background: none;
}

@-webkit-keyframes upDownLarge {
  0%  { -webkit-transform: translateY(0); transform: translateY(0); }
  50%  { -webkit-transform: translateY(5px); transform: translateY(5px); }
  100% { -webkit-transform: translateY(0px); transform: translateY(0px); }
}
@keyframes upDownLarge {
  0%  { -webkit-transform: translateY(0); transform: translateY(0); }
  50%  { -webkit-transform: translateY(5px); transform: translateY(5px); }
  100% { -webkit-transform: translateY(0px); transform: translateY(0px); }
}



/* GENERAL SETTING STYLES BEGIN
------------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
  font-family: Domine, serif;
  color: #474747;
  /*text-transform: uppercase;
  letter-spacing: .5px;*/
}
h1 {
  font-size:  5rem;
  line-height: 5.2rem;
}
@media (min-width: 1024px) {
	h1 {
		font-size: 6rem;
		line-height: 6.2rem;
	}
}
h2 {
  font-size:  3.5rem;
  line-height: 4.4rem;
}
@media (min-width: 1024px) {
	h2.psPagesTitle{
		font-size:  5rem;
	}
}
@media (min-width: 1280px) {
	h2 {
		font-size: 3.5rem;
		line-height: 5.6rem;
		font-weight: 800;
	}
	.longH2{
	font-size: 3rem;
    line-height: normal;
	}
}
h3 {
  font-size:  3.6rem;
  line-height: 3.8rem;
}
@media (min-width: 1280px) {
	h3 {
		font-size: 4.2rem;
		line-height: 4.4rem;
	}
}
h4 {
  font-size:  3rem;
  line-height: 3.2rem;
}
@media (min-width: 1280px) {
	h4 {
		font-size: 2.5rem;
    line-height: 2.6rem;
    font-weight: 800;
	}
}
h5 {
  font-size:  2.8rem;
  line-height: 3rem;
}
@media (min-width: 1280px) {
	h5 {
		font-size: 2.3rem;
		line-height: 3.2rem;
	}
}
h6 {
  font-size:  2.2rem;
  line-height: 2.4rem;
}
@media (min-width: 1280px) {
	h6 {
		font-size: 2.6rem;
		line-height: 2.8rem;
	}
}
p {
  color: #313030;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  margin-bottom: 1.5em;
  line-height: 1.5;
  font-size: 1.3rem;
}
.para{font-size: 1.9rem;}
.para15{font-size: 1.5rem;}
strong {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}
a {
  color: #474747;
  text-decoration: none;
}
.common-text {
  color: #313030;
  font-size: 1.5rem;
  line-height: 2.4rem;
  max-width: 700px;
  margin-bottom: 3rem;
}
@media (min-width: 544px) {
	.common-text {
		font-size: 1.6rem;
	}
}
@media (min-width: 1024px) {
	.common-text {
		font-size:  1.8rem;
		line-height: 3rem;
		text-shadow: 2px 1px 3px rgba(0,0,0,0.42);
	}
}
.common-text a {
	font-weight: 600;
	color: #263A32;
}
.common-text a:hover {
	text-decoration: underline;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


/*POSITION STYLES*/
.u-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* GENERAL SETTING STYLES END
------------------------------------------------------------------------------------------------------*/


/*BEAUTIFY
------------------------*/
.stampingHeader{
	color: #565656;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #cdcdcd66;
    padding: 11px;
    border-radius: 4px;
}
.label-family {
  color: #d03238;
}

.social_footer_ul li a{
	color:#474747;
}

/*TABLE STYLES*/
div.blueTable {
	font-family: Open Sans, sans-serif;
	font-size: 1.8rem;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
	padding: 9px 6px;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #f7f7f7;
}
.divTable.blueTable .divTableHeading {
  /*background: #A4A4A4;*/
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-weight: bold;
  color: #474747;
  /*border-left: 2px solid #D0E4F5;*/
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}

.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group; font-size: 91%;}



/*HEADER STYLES BEGIN
-----------------------------------------------------------------------------------------------------------------*/


/* Global Header */
.global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
  transition: -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
  transition: transform .5s cubic-bezier(.165,.84,.44,1);
  transition: transform .5s cubic-bezier(.165,.84,.44,1), -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .00)), to(rgba(0, 0, 0, .45)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .00) 0%, rgba(0, 0, 0, .45) 100%);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .25);
          box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .25);
}
@media (min-width: 544px) {
	.global-header {
		height: 80px;
	}
}
@media (min-width: 1024px) {
	.global-header {
		background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .00)), to(rgba(0, 0, 0, .45)));
		background-image: linear-gradient(0deg, rgba(0, 0, 0, .00) 0%, rgba(0, 0, 0, .45) 100%);
		-webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .25);
		        box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .25);
	}
}
/*.global-header.header--down {
	-webkit-transform: tglobal-headerranslateY(0);
	        transform: translateY(0);
}*/


.nav-logo {
  width: 150px;
  height: 60px;
}

@media (min-width: 544px) {
	.nav-logo {
		width: 311px;
		height: 80px;
		
	}
}
.nav-logo a {
	background: #474747 url(/Portals/_default/Skins/NAIGlobal-2013/gfx/nge/assets/img/ui/noise.svg) repeat;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


.nav-secondary {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
	.nav-secondary {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.nav-secondary ul {
	height: 100%;
}
.nav-secondary ul li {
	position: relative;
	height: 100%;
	line-height: 68px;
	cursor: pointer;
}
@media (min-width: 544px) {
	.nav-secondary ul li {
		line-height: 80px;
	}
}
@media (min-width: 1024px) {
	.nav-secondary ul li {
		line-height: 80px;
	}
}
.nav-secondary ul li a {
	text-transform: uppercase;
	letter-spacing: 1.3px;
	display: block;
	height: 100%;
	color: white;
	position: relative;
	font-size: 1.3rem;
}


.nav-secondary ul li a:hover {
	text-decoration: none;
	background-color:rgba(255,255,255,0.3);
    transition: background-color 1s ease;
	
}

.nav-secondary ul li.link-contact {
	-webkit-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .25), inset 1px 0 0 0 rgba(255, 255, 255, .25);
	        box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .25), inset 1px 0 0 0 rgba(255, 255, 255, .25);
	/*display: none;*/
}
@media (min-width: 544px) {
	.nav-secondary ul li.link-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.nav-secondary ul li.link-contact a {
	padding: 0 15px 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: middle;
}
@media (min-width: 1024px) {
	.nav-secondary ul li.link-contact a {
		padding: 0 25px 0 25px;
	}
}
@media (min-width: 544px) {
	.nav-secondary ul li.link-contact a {
		padding: 0 15px 0 15px;
	}
}
@media (min-width: 1280px) {
	.nav-secondary ul li.link-contact a {
		padding: 0 40px 0 40px;
	}
}



/*HEADER STYLES END
-----------------------------------------------------------------------------------------------------------------*/



/*PRIMARY NAVIGATION - TOP BEGIN
-----------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1440px) {
	.nav-primary {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.nav-primary > ul {
	height: 100%;
}
.nav-primary > ul > li {
	height: 100%;
	line-height: 60px;
}
@media (min-width: 544px) {
	.nav-primary > ul > li {
		line-height: 80px;
	}
}
.nav-primary > ul > li > a {
	text-transform: uppercase;
	letter-spacing: 1.3px;
	display: block;
	height: 100%;
	padding: 0 30px 0 30px;
	font-size:1.3rem;
	color: white;
	position: relative;
	    text-shadow: 2px 1px 3px rgba(0,0,0,0.42);
	
}
.nav-primary > ul > li > a:hover {
	text-decoration: none;
	background: url(/Portals/_default/Skins/NAIGlobal-2013/gfx/nge/assets/img/ui/arrow.svg) no-repeat 95% 50%;
	background-color:rgba(255,255,255,0.3);
	transition: background-color .3s ease;	
}
.nav-primary > ul > li > a.register {
	text-decoration: none;
	background:#d03238 url(/Portals/_default/Skins/NAIGlobal-2013/gfx/nge/assets/img/ui/noise.svg);
}
.nav-primary > ul > li > a.is-active {
	color: #C2A572;
	-webkit-box-shadow: inset 0 -2px 0 #C2A572;
	        box-shadow: inset 0 -2px 0 #C2A572;
}

/*PRIMARY NAVIGATION - TOP END
-----------------------------------------------------------------------------------------------------------------*/


/*SECONDARY NAVIGATION BEGIN
----------------------------------------------------------------------------------------------------------------*/
/**
 * Secondary Pages Category
 */
.secondary-page-cat {
  position: relative;
  background-color: #4b4b4b;
  height: 70px;
}
@media (min-width: 768px) {
	.secondary-page-cat {
		height: 80px;
	}
}
.secondary-page-cat .secondary-page-cat__list {
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.secondary-page-cat .secondary-page-cat__list::-webkit-scrollbar {
	display: none;
}
@media (min-width: 768px) {
	.secondary-page-cat .secondary-page-cat__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.secondary-page-cat .secondary-page-cat__list > li:not(:last-child) {
	margin-right: 3rem;
}
@media (min-width: 544px) {
	.secondary-page-cat .secondary-page-cat__list > li:not(:last-child) {
		margin-right: 5rem;
	}
}
@media (min-width: 768px) {
	.secondary-page-cat .secondary-page-cat__list > li:not(:last-child) {
		margin-right: 7rem;
	}
}
.secondary-page-cat .secondary-page-cat__list > li > a {
	color: white;
	opacity: .5;
	font-size: 1.6rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	display: inline-block;
	height: 100%;
	line-height: 70px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
@media (min-width: 544px) {
	.secondary-page-cat .secondary-page-cat__list > li > a {
		font-size: 1.8rem;
	}
	
}
@media (min-width: 768px) {
	.secondary-page-cat .secondary-page-cat__list > li > a {
		font-size: 2.2rem;
		line-height: 80px;
	}
}

.secondary-page-cat .secondary-page-cat__list > li.active a {
	opacity: 1;
}

.secondary-page-cat__register {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
	.secondary-page-cat__register {
		display: block;
	}
}
.secondary-page-cat__register .c-button {
	font-size: 1.8rem;
	background-color: #d03238;
	height: 70px;
	line-height: 70px;
	color: white;
	letter-spacing: 1px;
}
@media (min-width: 768px) {
	.secondary-page-cat__register .c-button {
		height: 80px;
		line-height: 80px;
		padding: 0 50px;
	}
}



/*SECONDARY NAVIGATION END
----------------------------------------------------------------------------------------------------------------*/


.secondaryBody {
  padding: 30px 0 20px 0;
}
@media (min-width: 768px) {
	.secondaryBody {
		padding: 50px 0 20px 0;
	}
}
@media (min-width: 1024px) {
	.secondaryBody {
		padding: 70px 0 30px 0;
	}
}
@media (min-width: 1280px) {
	.secondaryBody {
		padding: 40px 0 40px 0;
	}
}





.c-button {
  font-family: inherit;
  outline: none;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 0
}

.u-height--100 {
  height: 100%;
}
.u-inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}
.u-inline-list li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

/* DISPLAY SETUP
 -----------------------------------------------------------------------*/
.u-display--grid {
  display: grid;
}
.u-display--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-display--block {
  display: block;
}


/*HOMEPAGE FIRST SECTION STYLES BEGIN - WITH VIDEO BG BEGIN
-----------------------------------------------------------------------------------------------------------------*/



.c-header {
  position: relative;
  background-color: #0c0c0c;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  height: 280px;

}
@media (min-width: 544px) {
	.c-header {
		height: 400px;
	}
}
.c-header.c-header--large {
	height: 280px;
}
@media (min-width: 544px) {
	.c-header.c-header--large {
		height: 400px;
	}
}
@media (min-width: 1024px) {
	.c-header.c-header--large {
		height: 50vh;
	}
}
@media (min-width: 1280px) {
	.c-header.c-header--large {
		height: 700px;
	}
}
.c-header.c-header--full {
	height: 100vh;
}
.c-header.c-header--home {
	height: 100vh;
}
@media (min-width: 544px) {
	.c-header.c-header--home {
		height: 100vh;
	}
}
@media (min-width: 1280px) {
	.c-header.c-header--home {
		height: 100vh;
	}
}
.c-header.c-header--home .c-header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	z-index: 1;
}
@media (min-width: 544px) {
	.c-header.c-header--home .c-header__content {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.c-header.c-header--wrap .c-header__meta {
	width: 100%;
	padding: 0;
}
.c-header.c-header--wrap .block-heading .block-heading__title {
	font-size: 3rem;
	line-height: 3.2rem;
}
@media (min-width: 768px) {
	.c-header.c-header--wrap .block-heading .block-heading__title {
		font-size: 4.8rem;
		line-height: 5rem;
	}
}
@media (min-width: 1024px) {
	.c-header.c-header--wrap .block-heading .block-heading__title {
		font-size: 8rem;
		line-height: 9.2rem;
		font-family: Domine;
		text-transform: none;
		text-shadow: 2px 1px 3px rgba(0,0,0,0.42);
	}
	.nextLevel{
		font-family: Open Sans;font-weight: 600;color: #e4e4e4;font-size: 10rem;
	}
	
}
.c-header.c-header--wrap .block-heading .block-heading__title, .c-header.c-header--wrap .block-heading p {
	max-width: 866px;
	color: white;
}
.c-header .c-header__back {
	position: absolute;
	top: 7rem;
	left: 1rem;
	z-index: 2;
}
@media (min-width: 544px) {
	.c-header .c-header__back {
		top: 11rem;
	}
}
@media (min-width: 768px) {
	.c-header .c-header__back {
		left: 4rem;
	}
}
.c-header .c-header__button {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.c-header .c-header__button a {
	padding: 1.5rem 3rem;
	border-top-left-radius: 4px;
}
@media (min-width: 544px) {
	.c-header .c-header__button a {
		padding: 2.5rem 4rem;
	}
}
@media (min-width: 768px) {
	.c-header .c-header__button a {
		padding: 2.5rem 5rem;
	}
}
.c-header .c-header__content {
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	padding-top: 60px;
}
@media (min-width: 544px) {
	.c-header .c-header__content {
		padding-top: 80px;
	}
}
.c-header .c-header__content .c-header__meta {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.c-header .c-header__content .c-header__meta {
		padding-left: 94px;
		padding-right: 30px;
	}
}
.c-header .c-header__content .c-header__title {
	color: white;
	font-size: 3rem;
	line-height: 3.6rem;
}
@media (min-width: 544px) {
	.c-header .c-header__content .c-header__title {
		font-size: 3.4rem;
		line-height: 4.2rem;
	}
}
@media (min-width: 768px) {
	.c-header .c-header__content .c-header__title {
		font-size: 3.9rem;
		line-height: 5.2rem;
	}
}
.c-header .c-header__image {
	opacity: .5;
}
.c-header .c-header__video video {
	opacity: .7;
}


.block-heading .block-heading__title {
	margin-bottom: 1rem;
	position: relative;
	padding-bottom: 20px;
	font-size: 3.4rem;
	line-height: 3.6rem;
}
@media (min-width: 544px) {
	.block-heading .block-heading__title {
		font-size: 4.2rem;
		line-height: 4.4rem;
	}
}
.block-heading .block-heading__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 3px;
	background-color: #C2A572;
}
.block-heading.block-heading--center {
	text-align: center;
	margin-bottom: 3rem;
}
@media (min-width: 768px) {
	.block-heading.block-heading--center {
		margin-bottom: 5rem;
	}
}
.block-heading.block-heading--center .block-heading__title {
	padding-top: 20px;
	padding-bottom: 0px;
}
.block-heading.block-heading--center .block-heading__title:after {
	top: 0;
	bottom: auto;
	left: 50%;
	margin-left: -40px;
}
.block-heading.block-heading--center p {
	margin-bottom: 0;
}



/*HOMEPAGE FIRST SECTION STYLES BEGIN - WITH VIDEO BG END
-----------------------------------------------------------------------------------------------------------------*/


/*MEDIA ELEMENTS (VIDEO AND IMAGES) BEGIN
------------------------------------------------------------------------------------------------------------*/
.u-cover {
  background-size: cover;
}
.u-cover--center {
  background-position: 50%;
}
.lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
/*.lazy.is-loaded {
	opacity: 1;
}*/
/*MEDIA ELEMENTS (VIDEO AND IMAGES) END
------------------------------------------------------------------------------------------------------------*/



/*BLOCK WIDGETS BEGIN
--------------------------------------------------------------------------------------------------------------*/
.block-widget {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
  transition: all .5s cubic-bezier(.165,.84,.44,1)
}
.block-widget.is-visible {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}


.block-widgets {
  padding: 4rem 0 4rem 0;
  background: #F1F1F1 url(/Portals/_default/Skins/NAIGlobal-2013/gfx/nge/assets/img/ui/noise.svg) repeat;
	  
}
.block-widgets .l-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 130rem;
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 1280px) {
	.block-widgets .l-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width: 1440px) {
	.block-widgets .l-container {
		max-width: 160rem;
	}
}
.block-widgets .l-container .widget-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}
@media (min-width: 1024px) {
	.block-widgets .l-container .widget-cols {
		width: 50%;
	}
}
.block-widgets .l-container .widget-cols:first-child {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
@media (min-width: 1024px) {
	.block-widgets .l-container .widget-cols:first-child {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 65%;
		height: max-content;
		padding: 0 20px;
	}
}
.block-widgets .l-container .widget-cols:last-child {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
@media (min-width: 1024px) {
	.block-widgets .l-container .widget-cols:last-child {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 35%;
		height: max-content;
	}
}
.block-widgets .widget-col {
	padding: 0 20px;
}
.block-widgets .widget-news-col {
	width: 100%;
}
@media (min-width: 1024px) {
	.block-widgets .widget-news-col {
		width: 100%;
	}
}
.block-widgets .widget-shop-col {
	width: 100%;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
@media (min-width: 544px) {
	.block-widgets .widget-shop-col {
		width: 50%;
	}
}
@media (min-width: 1024px) {
	.block-widgets .widget-shop-col {
		/*width: 50%;*/
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}
.block-widgets .widget-nav-col {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
@media (min-width: 1024px) {
	.block-widgets .widget-nav-col {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}
.block-widgets .widget-stories-col {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
@media (min-width: 544px) {
	.block-widgets .widget-stories-col {
		width: 50%;
	}
}
@media (min-width: 1024px) {
	.block-widgets .widget-stories-col {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
}


/*BLOCK WIDGETS END
--------------------------------------------------------------------------------------------------------------*/



/*WIDGET NAVIGATION BEGIN
------------------------------------------------------------------------------------------------------------------*/





.widget-nav {
  margin-top: -100px;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}





@media (min-width: 1024px) {
	.widget-nav {
		margin-top: -110px;
	}
}
.widget-nav .widget-nav__header {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #d03238 url(/Portals/_default/Skins/NAIGlobal-2013/gfx/nge/assets/img/ui/noise.svg) repeat;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
@media (min-width: 1024px) {
	.widget-nav .widget-nav__header {
		height: 70px;
		line-height: 70px;
	}
}

.widget-nav .widget-nav__header .widget-nav__title {
	font-family: Open Sans, Helvetica,Arial, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding-left: 30px;
}
@media (min-width: 1024px) {
	.widget-nav .widget-nav__header .widget-nav__title {
		padding-left: 35px;
		font-size: 33px;
	}
}

.widget-nav .widget-nav__header .widget-nav__button {
	margin-left: auto;
	overflow: hidden;
	height: 60px;
}
@media (min-width: 1024px) {
	.widget-nav .widget-nav__header .widget-nav__button {
		height: 70px;
	}
}
.widget-nav .widget-nav__header .widget-nav__button a {
	width: 60px;
	height: 60px;
	padding: 0;
	line-height: 63px;
	letter-spacing: .5px;
	background: #474747 url('/Portals/_default/Skins/NAIGlobal-2013/gfx/nge/assets/img/ui/noise.svg') repeat;
}
@media (min-width: 1024px) {
	.widget-nav .widget-nav__header .widget-nav__button a {
		width: 70px;
		height: 70px;
		line-height: 75px;
	}
}
.widget-nav .widget-nav__header .widget-nav__button a svg {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-animation: upDownLarge 1s ease;
	        animation: upDownLarge 1s ease;
	-webkit-animation-iteration-count: 9;
	        animation-iteration-count: 9;
}
.widget-nav .widget-nav__nav ul li a {
	display: block;
	
	color: #474747;
    font-size: 2.1rem;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	padding: 0 3.5rem;
	line-height: 6rem;
	letter-spacing: .5px;
	-webkit-box-shadow: inset 0 -1px 0 0 #F7F7F7;
	        box-shadow: inset 0 -1px 0 0 #F7F7F7;
	-webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
	transition: all .5s cubic-bezier(.165,.84,.44,1);
	background: white url(/Portals/_default/Skins/NAIGlobal-2013/gfx/nge/assets/img/ui/arrow.svg) no-repeat 90% center;
}
@media (min-width: 544px) {
	.widget-nav .widget-nav__nav ul li a {
		line-height: 7rem;
	}
}
.widget-nav .widget-nav__sitemap {
	height: 5rem;
	line-height: 5rem;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
}
@media (min-width: 544px) {
	.widget-nav .widget-nav__sitemap {
		height: 6rem;
		line-height: 6rem;
	}
}
.widget-nav .widget-nav__sitemap a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 1.4rem;
	color: #848484;
	letter-spacing: .5px;
	text-transform: uppercase;
	text-align: center;
	background: #F7F7F7;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	font-family: Open Sans, sans-serif;
    font-weight: 700;
}
.widget-nav .widget-nav__nav ul li a:hover {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .07);
	        box-shadow: 0 0 20px rgba(0, 0, 0, .07);
	background: white url(/Portals/_default/Skins/NAIGlobal-2013/gfx/nge/assets/img/ui/arrow.svg) no-repeat 92% center;
}
.widget-nav__sitemap a:hover {
	color: white;
	background: #d03238;
}



/*WIDGET NAVIGATION END
------------------------------------------------------------------------------------------------------------------*/

.card-cat {
	font-size: 1.1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #474747;
    position: relative;
    padding-left: 15px;
	width: 100%
}
.card-cat:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #d03238;
}




/*BOOTSTRAP CUSTOM IZ*/

a:hover {
    color: #fff;
}


.navbar {
	padding: 0px;
	width: 100%;
}
.navbar-toggler {
    padding: 18px;
    font-size: initial;
    background: #d03238 url(/Portals/_default/Skins/NAIGlobal-2013/gfx/nge/assets/img/ui/noise.svg) repeat;
    border: none;
}
/*BOOTSTRAP CUSTOM IZ - END*/





/* -----------------------*/
/*MOBILE IZ CUSTOM*/
/*MOBILE ADJUSTMENTS*/
/* -----------------------*/

@media (max-width: 375px) {
	.global-header{
		background: #474747 url(/Portals/_default/Skins/NAIGlobal-2013/gfx/nge/assets/img/ui/noise.svg) repeat;
		-webkit-transition: none !important;
		transition: none !important;
		background-image: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	.navbar-collapse {
		background-color: #6f6f6f9c;
	}
	.nav-burger.button--menu{
		display: none !important;
	}
}

@media (max-width: 500px) {
	.navbar div.nav-burger{
		background: none !important;
	}
	
}
@media (max-width: 768px ) {
	.navbar div.nav-burger{
		background: none !important;
	}
	.nav-primary > ul > li > a {
		line-height: normal;
	}
	
}

/*MOBILE IZ CUSTOM END*/

/*TEMP FOOTER STYLES*/

/*footer*/

.col_white_amrc {
	/*color:#FFF;*/
}

footer { 
	width: 100%; 
	
	background: #b2b2b2 url(/Portals/_default/Skins/NAIGlobal-2013/gfx/nge/assets/img/ui/noise.svg) repeat;
	min-height: 250px; 
	padding: 10px 0px 25px 0px ;
}

.pt2 { 
	padding-top: 40px; 
	margin-bottom: 20px ;
}

footer p { 
	/*font-size: 13px; */
	/*color: #CCC; */
	padding-bottom: 0px; 
	margin-bottom: 8px;
}

.mb10 {
	padding-bottom: 15px ;
}

.footer_ul_amrc { 
	margin: 0px ; 
	list-style-type: none ; 
	/*font-size: 14px; */
	padding: 0px 0px 10px 0px ; 
}

.footer_ul_amrc li {
	padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a{ 
	/*color: #CCC;*/
}

.footer_ul_amrc li a:hover{ 
	color: #fff; 
	text-decoration: none;
}

.fleft {
	float:left;
}

.padding-right {
	padding-right: 10px;
}

.footer_ul2_amrc {
	margin: 0px; 
	list-style-type: none; 
	padding: 0px;
}

.footer_ul2_amrc li p {
	display: table;
}

.footer_ul2_amrc li a:hover { 
	text-decoration: none;
}

.footer_ul2_amrc li i { 
	margin-top: 5px;
}
.fab:hover{color:#ccc;}

/*.bottom_border { 
	border-bottom:1px solid #474747; 
	padding-bottom: 20px;
}*/

.foote_bottom_ul_amrc {
	list-style-type: none;
	padding: 0px;
	display: table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.foote_bottom_ul_amrc li { 
	display: inline;
}

.foote_bottom_ul_amrc li a { 
	color: #999; 
	margin: 0 12px;
}

.social_footer_ul { 
	display: table; 
	margin: 15px auto 0 auto; 
	list-style-type: none;  
}

.social_footer_ul li { 
	padding-left: 20px; 
	padding-top: 10px; 
	float: left; 
	
}

.social_footer_ul li a { 
	/*color: #CCC; 
	border:1px solid #CCC; */
	padding: 8px;
	/*border-radius: 50%;*/
}



.social_footer_ul li i {  
	    width: 51px;
    height: 42px;
	font-size: 4rem;
	text-align: center;
}