* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* GLOBAL ********************************* */
/* ----- Body ------------------------ */
html {
	font-size:100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.428571429;
}
html, body,
.dialog-off-canvas-main-canvas {
	height:100%;
}
.dialog-off-canvas-main-canvas > div,
.dialog-off-canvas-main-canvas > section {
	clear: both;
}
.kint {
	width: 95%;
}

/* ----- Custom Fonts ---------------- */
h1 {
	font-size: 28px;
	line-height: 30px;	
}
h2 {
	font-size: 19px;
	line-height: 24px;
}
h1, h2, h3, h4, h5 {
	font-weight: 400;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin-top:0;
	margin-bottom: 0;
}
h1, h2, h3 {}

/* ----- Text ------------------------ */
a {
	color:#eb5e2e;
    text-decoration: none;
}
a:hover{
	opacity:.8;
}
figcaption{
	font-size: 14px;
	margin: 0 0 10px 0;
	padding:10px;
}
/* ----- Links ----------------------- */
/* ----- Lists ----------------------- */


/* HEADER ********************************* */
/* ----- Header Region --------------- */
/* ----- Search Box ------------------ */
/* ----- Logo ------------------------ */
/* ----- Site Title and Slogan ------- */

header.bg.header {
    height: 60vh;
}
header.bg {
	background-repeat: no-repeat;
	background-size: cover;
}
header.header.active {
	padding:0;
}
header.header.active,
header.header.active > .container {
	height:100%;
	width:100%;
}
header.active > .container {
	padding-left: 0;
	padding-right: 0;
}
header.header {
	clear:both;
	margin:0;
	padding:10px 0;
	position: relative;
}
header > .container {
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
a.site-logo:hover {
	opacity:.94;
}
header h1 {
	text-align: center;
}
.region.region-header {
	max-width: calc(100% - 40px);
	width: 250px;
}

/* MAIN  ****************************** */
.not-front .region-content {
	padding: 40px 0;
}
main {
    padding:0;
}   
main.withsidebar {
	padding:0;
}
main .region-sidebar {
	background-color: #eceeee;
	padding: 76px 26px 30px 26px;
}
.not-front main {
	background-color: #1a3764;
}


/* hero  ****************************** */
section.hero {
	align-items: center;
	color: white;
	display: flex;
	min-height: 425px;
	position: relative;
}
section.hero h1 {
	font-size: 48px;
	line-height: 60px;
    font-weight: 900;
	text-align: center;
}
section.hero.basic {
	background-color: #2D4D90;
}
section.hero.bg {
	background-color: #0F2E68;
	background-size: cover;
	background-repeat: no-repeat;
}
section.hero.bg > section.container {
	padding-bottom: 0;
	height: 100%;
	position: relative;
    text-align: left;
	z-index: 66;
}
section.hero.bg h1 {
    color: white;
    margin: 0;
    max-width: 100%;
	padding: 0 20px;
	position: relative;
	text-shadow: 3px 3px 6px black;
	text-transform: uppercase;
	z-index: 22;
}

html .path-user section.hero,
html .page-node-type-form section.hero {
	background-position-y: -40px;
	min-height: 165px;
}

/* sidebar  ****************************** */
article.node div.flex {
	display: flex;
	flex-wrap:wrap;
}
article.node .flex strong {}

article.node .flex .field--name-body,
article.node--type-page .node .field--name-body {
	margin:0;
	padding: 40px 0;
}

/* Featured  ****************************** */
section.featured {
	position: relative;
}
.featured .block {}
.featured h2.title {}

/* Featured 1 ***************************** */
.featured.featured1 {}

section.featured.featured1 {
	background-size: cover;
    background-image: url('/themes/custom/yarmuth/images/YarmuthBridgePhoto2WEB.jpg');
	background-position: center right;
    min-height: 620px;
    background-repeat: no-repeat;
}    
.featured.featured1 > .container {
	position: relative;
}
.region.region-featured1 {
	padding: 20px 0;
}


/* Featured 2 ***************************** */



/* Featured 3 ***************************** */
.region.region-featured3 {
	background-color: #304b73;;
	border-top: 1px solid #979797;	
	padding: 60px 0 0 0;
}


/* EveryAction 	*********************************** */
label.TextAreaQuestion_1130274527 textarea {
    min-height: 200px !important;
}

/* CONTENT ********************************** */
.path-frontpage .region.region-content {
	margin: 0 auto;	
	max-width: 1200px;
}
.region.region-content {
	padding-left: 0;
	padding-right: 0;
}
table {
	border-collapse: initial;
}
object,
embed,
iframe {
	max-width: 100% !important;
	min-width: 100% !important;
	width:100% !important;
}
img {
	height: auto;
	max-width: 100%;
	width: 100%;
}
a.btn {
	font-size:16px;
}
p {
    margin: 0 0 10px 0;
}
tbody {
    border-top: 2px solid #ccc;
}
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}
.node h2 a {}



/* -- article  ------ */
span.date {
	color:#9B9B9B;
}
article.node .max.node {
	margin: 0 auto;
	max-width: 690px;
	padding-left: 15px;
	padding-right: 15px;
}
.max.node .field {
    margin: 0 0 20px 0;
}

.node--type-issue .max.node .field--name-body {
    margin: 0;
	padding: 40px 0;
}


article.node ul > li {
    margin: 0 0 20px 0;
}
article p,
article.node .details ul > li {
	margin: 0 0 25px 0;
}
article.node blockquote  {
	background-color: #13529A;
	color:white;
	margin: 0 0 25px 0;
	padding: 20px 40px;
	position: relative;
	font-weight: 600;
	text-align: center;
}
article.node blockquote:before, article.node blockquote:after {
	font-size: 22px;
}
article.node blockquote p {
	display: inline;
}
article.node blockquote:before {
  content: '\201C';
}
article.node blockquote:after {
  content: '\201D';
}
article p:last-of-type,
article.node blockquote  p:last-of-type {
	margin:0;
}
article.node .multistep-footer {
	display: none;
}
article .field ol > li,
article .field ul > li {
	margin-bottom: 10px;
}
article footer.submitted {
	color:#507EDE;
	font-size: 17px;
	margin: 0 0 20px 0;
}
hr {
border: 1px solid #f3f3f3;
}


/* ----- view modes ---------------------- */
/* ----- embed ---------------------- */


.not-front article.node .max.node {
	background-color: transparent;
	color: #fff;
}

article.node.node--type-list .max.node,
.node--view-mode-embed  article.node .max.node {
	margin: 0 auto;
}
article.node.node--type-list .field--type-entity-reference {
	margin: 0 auto;
}

.node--view-mode-embed  h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}    
.field--type-entity-reference > .field__item {
    border-bottom: 1px solid white;
	padding: 50px 0 10px 0;
	margin-bottom: 0;
}
.field--type-entity-reference > .field__item:last-of-type {
	border-bottom:0;
}



/* ----- flex ---------------------- */
ul.flex  {
	padding-left:0;		
}
ul.flex li {
	margin:0 0 15px 0;
	list-style: none;
}
article.node--view-mode-full ul.flex li h3 {
	margin:0 0 10px 0;
}


/* ----- Tables ---------------------- */
table th.active img  {
    width: auto;
}
/* ----- Forms ----------------------- */
select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"],
input[type="color"],  .uneditable-input {
	width:100%;
}

/* ----- containers ----------------------- */
.container {
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}

/* ----- action tag ----------------------- */

html .multistep-layout .HeaderHtml,
html .multistep-layout.split-layout .HeaderHtml {
    font-size: 18px;
    line-height: 26px;
}
html .at.ngp-form,
html .at.ngp-form .btn-at,
html header.at-title {
	font-family: 'Lato', serif;
}
html .at form .label-amount > a {
	border-color: #fff;
	background-color: #789CC5;
}
html .at form .label-amount:hover > a {
	background-color: #C0C0C0;
	border-color: #fff;
	opacity: .8;
}
html .at form .label-amount input[type="radio"]:checked + a {
	border-color: #ccc;
	background-color: #13529A;
}
html .at .btn-at-primary {
    background-color: #BA2222;
    border: 0;
	border-radius: 0;
}
html .at .btn-at-primary:hover,
html .at .hover.btn-at-primary {
    background-color: #BA2222;
    opacity:.8;
}
html .at .btn-at-primary:hover {
    color: #fff;
}
html .multistep-layout .HeaderHtml h1 {
    font-size: 20px;
    line-height: 24px;
}
html .at .at-steps {
    font-size: 16px;
}
body .at input[type="text"]::-moz-placeholder, body .at input[type="password"]::-moz-placeholder,
body .at input[type="date"]::-moz-placeholder, body .at input[type="datetime"]::-moz-placeholder,
body .at input[type="datetime-local"]::-moz-placeholder, body .at input[type="month"]::-moz-placeholder,
body .at input[type="week"]::-moz-placeholder, body .at input[type="email"]::-moz-placeholder,
body .at input[type="number"]::-moz-placeholder, body .at input[type="search"]::-moz-placeholder,
body .at input[type="tel"]::-moz-placeholder, body .at input[type="time"]::-moz-placeholder,
body .at input[type="url"]::-moz-placeholder, body .at input[type="color"]::-moz-placeholder,
body .at textarea::-moz-placeholder {
    color: #909090;
}

/* ----- icons ----------------------- */
div.share {
	clear: both;
	font-weight:600;
	margin-bottom: 10px;
}
.fa-faceboook:before {
    content: '\f09a';
}
.fa-twitter:before {
    content: '\f099';
}
 
/* KICKER ********************************* */
section.kicker {
	background-color: #cecece;
	clear:both;
	color:white;
	position: relative;
	text-align: center;
}
.not-front .region.region-kicker {
	margin: 0 auto;
	max-width: 1170px;
}
.region.region-kicker a {
	color:white;
}

/* FOOTER ********************************* */
footer.footer {
	background-color: #1a3764;
	border-top:0;
	clear:both;
    color: #fff;
	margin-top:0;
	min-height:20vmin;
	padding: 80px 0 0 0;
    position: relative;
}
.region.region-footer {
	margin: 0 auto 60px auto;
	position: relative;
}
footer .block {
	clear:both;
		font-size: 16px;
    margin: 0 auto 35px auto;
	padding: 0;
	text-align: center;
}
footer.footer section.disclaimer {
	clear: both;
	display: block;
	float:none;
	text-align: center;
	width: 100%;
}
.disclaimer p.disclaimer,
.disclaimer span.disclaimer{
	border: solid 1px;
	clear: both;
	color:#fff;
	display: inline-block;
	float: none;
	padding: 1em 2.5em;
	text-align: center;
	text-transform: uppercase;
}
footer {}

footer p {
	margin: 0 auto;
}
footer.poweredby{
	background:#fff;
	clear:both;
	color:#000;
	display:block;
	font-size:.8em;
	margin:0 auto;
	padding:.5em 1em;
	text-align:center;
	width: 275px;
}
footer.poweredby a {
	color: #0088CC !important;
}
footer.poweredby:before{
	position:relative;
	top:.3em;
	left:-.25em;
	content:url("//d1aqhv4sn5kxtx.cloudfront.net/images/ngpvan-logo-16.png")
}
footer .block ul.menu li {
	padding:0;
	margin:0;
}

/* HELPER CLASSES ************************ */
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* ----- Style ----------------------- */
.hidden {
    display: none !important;
    visibility: hidden !important;
}

/* MEDIA QUERIES ************************* */
/* ----- Responsive ------------------ */
/* ----- Print ----------------------- */

@media (max-width: 480px) {}

@media screen and (min-width: 481px) {}

@media screen and (max-width: 599px) {
	html body section.bg.hero {
		min-height: 0;
	}
	html body section.bg.hero h1 {
		padding-top:125px;
	}
	img {
		height:auto;
		width: 100%;
	}
}

@media (min-width: 600px) {}


@media screen and (max-width: 767px){
	.field--name-body img {
		height: auto !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	/* -- featured ------ */

}

@media (min-width: 768px) {
	/* -- body ------ */
	body {
		font-size: 20px;
	}
	
	/* -- featured ------ */	
	.region.region-featured1 {
		padding: 60px 0;
	}
	
	/* -- hero ------ */
	section.hero {
	    min-height: 455px;
	}
	section.hero h1 {
		text-align: left;
	}	
	section.hero.bg section.container {
		margin:0 auto;
	}
	/* -- hero ------ */
	
	/* -- titles ------ */	


	/* -- container ------ */	
	.container {
		padding-left: 0;
		padding-right: 0;
		width:750px;
	}

	main.withsidebar > .container {
		display: flex;
	}
	/* -- content  ------ */
	main.withsidebar .region-content {
		padding: 60px 0;
		margin-right: 4%;
		width: 63%;
	}
	main.withsidebar .region-sidebar {
		width:33%;
	}

	/* -- action tag  ------ */	
	html .multistep-layout .HeaderHtml h1 {
	    font-size: 24px;
	    line-height: 30px;
	}

	/* -- footer ------ */
	.region.region-footer {
	    overflow: auto;
	}

	.poweredby{
		border-radius:.5em .5em 0 0;
		-webkit-transition:all 0.3s ease-out;
		-moz-transition:all 0.3s ease-out;
		-o-transition:all 0.3s ease-out;
		transition:all 0.3s ease-out;
		opacity:.7
	}
	.poweredby:hover{opacity:1}
}

@media (min-width: 768px) and (max-width: 991px) {
	/* -- header ------ */

}

@media (min-width: 992px) {
	/* -- header ------ */
	header > .container {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	.region.region-navigation {
		display: flex;
		justify-content: flex-end;
	}
	/* -- hero ------ */

	/* -- sidebar ------ */
	article.node .flex .field--name-body {
	    flex-basis: calc(100% - 400px);
	    padding: 40px 50px 40px 0;
	}
	/* -- content ------ */	
	article.node .max.node {
		padding-left: 0;
		padding-right: 0;
	}
	/* -- titles ------ */	

	/* -- container ------ */
	header > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.container {
		width:960px;
	}
	/* -- reference ------ */

}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {
	
	
	/* -- container ------ */
	.container {
	    width: 1170px;
	}

	/* -- frontpage ------ */	

	/* -- nav ------ */	

	/* -- hero ------ */		

	
}
