 /************************************************

  >>   Coded By:   Karen McCullough - NSF International
  >>   Website:   http://www.nsf-foodeurope.com



	TABLE OF CONTENTS
*************************************************/
/*
	1: Grid - modified version of the Skeleton grid
	2: Base Styles - include base reset of elements and single element selectors along with typograhpy, links, buttons, forms and lists.
	3: Pages - some specific page adjustments - try to avoid styling for a specific page unless absolutely necessary
	4: Modules - reusable parts of the design, including the header and footer, cards, callouts, etc.
	5: State Rules - mostly css animations and css rules for javascript and states such as hidden, visible, expanded, etc.
	6: Media Queries
	7: Print Styles
	
*/





/*======================================

/*==============================================/  
	
	1: Grid
	
=============================================

Karen McCullough Modified from Skeleton: /*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


.container {
  position: relative;
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
  padding: 2em;
  box-sizing: border-box; }
.column,
.columns {
  box-sizing: border-box;
  margin-left: 4%;
  width: 100%;
}
.container--no-padding {
    padding: 0;
}
.one-half {
  width: 50%;
}



/*==============================================/  
	
	2: Base Styles
	
==============================================*/


/* NOTE
html is set to 62.5% so that all the REM measurements throughout 
are based on 10px sizing. So basically 1.5rem = 15px :) */


*, *::after, *::before {
    box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #444;
  font-display: optional;
  font-family: "Archivo Narrow", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  font-weight: 400;
  line-height: 1.5;
  }
header {
  border-top: 5px solid #62a744;
  padding: 3rem 5rem 0 5rem;
}
header,
main {
  background: #fff;
}
main {
  margin: 0 auto;
  overflow: auto;
}
figure {
  margin: 0;
}
figcaption {
  margin: 2rem 0;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  margin-bottom: 4rem;
}
tr {
  border-bottom: 1px solid #d8dcdb;
  vertical-align: top;
}
tr:nth-child(odd) {
  background: #ebedec;
}
thead tr:nth-child(odd) {
 background: #fff;
 border-bottom-width: 5px;
 border-top: 1px solid #d8dcdb;
}
th,
td {
  color: #888;
  padding: 1rem;
}







/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2rem;
  }
h1 {
  color: #888;
  font-size: 1.8rem;
  line-height: 1.2;
  }
h2 {
  color: #f57b07;
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-size: 3.0rem;
  line-height: 1.25;
  }

h3 {
  color: #888;
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.3;
  }
h4 {
  color: #4c4c4e;
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-size: 1.8rem; 
  line-height: 1.35;
  }
h5 {
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  }
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  }
strong {
  font-weight: 700;
 }
 blockquote {
  border-left: 5px solid #ebedec;
  margin: 4rem 4rem 4rem 2rem;
  padding-left: 1rem;
 }


.subhead--small {
  font-size: 1.4rem;
  margin: 1rem 0;
}
 
 

/* Links and Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #005596;
  text-decoration: none;
}
a, button {  transition: all .6s;}
a:hover,
a:focus {
  color: #f57b07;
}
  
a[rel="external"]:after,
.button:after,
.link__more:after,
nav .menu__parent-link:after,
.search__submit-site:before,
.button--search:after,
.button--download:after,
.link--download:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0 .25rem 0 .5rem;
}


.link__more:after,
.button:after {
  content: '\f0da'; /* right caret icon */
  vertical-align: middle;
}
a[rel="external"]:after,
.link--new-window:after,
.button--new-window:after{
  content: '\f35d'; /* external link icon */
}
.button--search:after {
  content: '\f002'; /* magnifying glass icon */
}
.button--download:after,
.link--download:after {
  content: '\f0ab'; /* down arrow icon */
}
.link--block {
  display: inline-block;
}
.link--fade:hover,
.link--fade:focus,
.link--fade:hover img,
.link--fade:focus img {
  color: #fff;
  opacity: .8;
}
.link--new-window:after {
  margin-top: 2rem;
}

.button {
  color: #fff;
  background: #0072ce;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: 'Archivo Narrow', Arial, Helvetica, san-serif;
  padding: 1rem;
}
.button:hover,
.button:focus {
  cursor: pointer;
}
.button__cta {
  background: #f57b07;
  display: block;
  font-size: 1.8rem;
  padding: 0 1.5rem;
  text-align: center;
  width: 100%;
}

.button--form,
.button__main-content {
  background: #005596;
  clear: both;
  display: inline-block;
  margin-top: 4rem;
}
.button__main-content {
  margin: 2rem 0 4rem 0;
}
.button--search {
  font-size: 1.4rem;
}
.button--neutral {
  background: #888;
}
.button--border {
  background: #fff;
  border: 1px solid #888;
  color: #888;
}
.button--indent {
  margin-left: 2%;
}
.button--fade-dark:hover,
.button--fade-dark:focus {
  background: #62a744;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.button--full-width {
  display: block;
}
.button--no-icon {
  text-align: center;
}
.button--no-icon:after,
a[rel="external"].button--no-icon:after{
  content: '';
  margin: 0;
}
.button--solid:hover,
.button--solid:focus {
  background: #f57b07;
  color: #fff;
  
}

.button--lock {
  background: #888;
  font-size: 1.5rem;
  margin: 0 2rem 0 4rem;
}
.button--lock::before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.25rem;
  font-weight: 900;
  content: "\f023";
  margin-right: .5rem;
}
header .button--lock::after {
 content: '';
}

.button__search-submit {
  border-radius: 0 5px 5px 0;
  border: 0;
  background: #888;
  color: #fff;
  display: inline-block;
  outline: 0 none !important;
  padding: 1rem;
  white-space: nowrap;
}
.button__news-search {
  padding-right: 1.5rem;
 }
.button--play {
  background: #005596;
  color: #fff;
  border-color: #fff;
}
.button--dark-bg {
  background: #888;
}



/* NAVIGATION */

#pull {
  display: block;
  float: right;
  font-size: 1.5rem;
  margin-right: 2rem;
  padding: .5rem 1rem;
  text-align: center;
}

/** hide full header on smaller screens **/
#full-header {
  display: none;
}

nav {  
    background: #fff;
	position: relative;
    width: 100%;
}  
nav ul {
    margin: 0 auto;
    padding: 0;  
    width: auto;  
}
nav a, 
nav .current {
	box-sizing:border-box;
		-moz-box-sizing:border-box;  
		-webkit-box-sizing:border-box;
    color: #005596;  
    display: block;
	font-size: 1.8rem;
    line-height: 50px;
	padding: 0 1em;
    width: auto;  
    text-decoration: none;
	transition: color .6s;
}
nav .current {
  color: #444;
}

#full-header nav li:hover > a,
#full-header nav li:focus > a,
#full-header nav .js-clickable > a {
  border-bottom-color: #62a744;
}
#full-header nav li:hover a,
#full-header nav li:focus a,
#full-header nav .js-clickable a {
  border-bottom-color: #62a744;
}
nav .current > a {    
  cursor: text;
  font-weight: 700;
}
nav a:hover,
nav a:focus {
  color: #62a744;
}




#mobile-header .button__cta {
  height: 66px;
  line-height: 3;
}  
#mobile-header ul li {
  border-bottom: 2px solid #fff;
}
#mobile-header nav a {
  text-align: center;
}
#mobile-header .search__global {
  background: #0072ce;
  overflow: auto;
  padding: 2rem;
  text-align: center;
}
#mobile-header .search_global-field,
#mobile-header .search_global-button {
  display: inline-block;
}
#mobile-header .one-half:nth-child(2) {
  float: right;
  margin-left: 0;
  width: auto;
}

/** Hide Breadcrumb Navigation on Mobile **/
#breadcrumb-nav {
  display: none;
}


/** Local navigation **/

#pull-local,
#pull-filter {
  display: none;
}

.nav__local-container {
  float: none;
  margin-left: 0;
  width: auto;
}
.nav__local,
.nav__local ul {
  list-style: none;
  margin: 0;
}
.nav__local a {
  padding: .5rem 0;
}
.current__section a {
  display: block;
  padding-left: 0;
}
.current__section strong {
  display: inline-block;
  font-weight: 700;
  padding-bottom: .5rem;
  width: 100%;
}
.nav__local-parent {
  position: relative;
}
.nav__local-parent li {
  padding-left: 2rem;
}
.nav__local-section {
  margin-bottom: 0;
}



.nav__local .current,
.nav__local li a:not(.current):hover,
.nav__local li a:focus,
.nav__local-parent a:not(.current):focus > a:before,
.nav__local-parent a:not(.current):hover > a:before {
  background: #888;
  color: #fff;
}
.nav__local .current {
  color: #444;
  font-weight: 700;
}
.nav__local .current:not(.nav__local-parent-link) {
  cursor: text;
}
.nav__local .current,
.nav__local-sub .current {
  color: #fff;
}
.nav__local-sub {
  border-top: 2px solid #fff;
}
.nav__local-sub li:last-child {
  border: none;
}
.nav__local-sub .current {
  font-weight: 700;
}





/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
button {
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
  color: #888;  height: 46px;
  width: 100%;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  }
select {
  padding: 0 0 0 10px;
}
  
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 165px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
input[type="submit"] {
    min-width: 150px;
	width: auto;
}
option {
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
}
label,
legend {
  color: #666;
  display: block;
  font-weight: 400;
  margin-bottom: .5rem;
  text-align: left;
  }
fieldset {
  border-width: 0;
  padding: 0;
  }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
input[placeholder],
select[title] {
  color: #888;
  font-size: 1.5rem;
}
form .four.columns:first-child {
  margin-left: 0;
  width: 30.6666666667%;
}

.error {
	color: #f57b07;
}
.error:not(label) {
	background: #fde5cd;
	border: 1px solid #f57b07;
}

.container--checkbox:not(:first-child) {
  clear: both;
  margin-top: 2rem;
  overflow: auto;
}


.list--checkbox {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  margin-bottom: 0;
}
.list--form {
  list-style: outside none none;
  margin-left: 2rem;
}
.list--form li {
  margin-bottom: 1rem;
}
.list--checkbox{
  margin-bottom: 0;
}
.list--form label,
.newsletter__label {
  display: inline;
  margin-left: 0.5em;
}
.note--small {
  color: #888;
  font-size: 1.4rem;
  margin-top: 2rem;
  padding-top: 1rem;
}
.form__note {
  margin-top: 4rem;
}
.note__search-results {
  font-size: 2.4rem;
  margin-top: 3rem;
  
}

.search__form {
  margin-top: 2rem;
}
.search__form input,
.search__form button {
  display: inline-block;
  width: auto;
}
.search__form input {
  width: 75%;
}
.form__container {
  margin: 2rem 0 0 0;
}
.dropdown__group {
  overflow: auto;
}

.form_noresults {
  display: none;
}

.form--background-light {
  background: #ebedec;
  padding: 2rem;
}


/** ReCaptcha Styling **/
#form__recaptcha {
 margin-top: 8rem;
 padding-top: 4rem;
}





/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
  list-style: circle outside; }
ol {
  list-style: decimal outside; }
ol, ul {
  margin-top: 0;
  padding-left: 0;
  }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  }
  
  
.list--bullet,
.list--number {
  list-style-position: outside;
  margin-left: 2rem;
}
.list--no-bullet {
  list-style: none;
  margin-left: 0;
}
.list--no-bullet li {
  padding: 1rem 0;
}


.list--alpha {
 list-style: lower-alpha;
 margin: 0 0 1.5rem 1.5rem;
 padding: 0 0 0 1.5rem;
}

.list--alpha li,
.list--alpha p {
    padding: 1rem 0 0 0;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after {
  content: "";
  display: table;
  clear: both;
  }



/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,  
.clearfix:after {  
    content: " ";   /* 1 */
    display: table; /* 2 */  
}  
.clearfix:after {  
    clear: both;  
}


/* Utilities and Helper Classes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  box-sizing: border-box;
  width: 100%;
  }
.u-max-full-width {
  box-sizing: border-box;
  max-width: 100%;
  }
.u-pull-up:not(.main__content) {
  margin-top: 5rem;
}
.u-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.u-push-top {
  margin-top: 4rem;
}
.u-push-vertical {
  margin: 1rem 0;
}
.u-container--float {
  margin-bottom: 2rem;
  overflow: auto;
}
.u-overflow-auto {
  overflow: auto;
}


.s-hidden {
  display: none;
}
.s-visible {
  display: block;
}

.border--none {
  border: none;
}
.border--bottom-light {
  border-bottom: 1px solid #d8dcdb;
}
.border--top-light {
  border-top: 1px solid #d8dcdb;
}
.border--bottom-dark {
  border-bottom: 1px solid #ccc;
} 
.border--bottom-light h3,
.border--bottom-light p {
  margin-bottom: .5rem;
}
.display--inline {
  display: inline;
}
.display--inline-block {
  display: inline-block;
}
.display--table {
  display: table;
}
.display--table-cell {
  display: table-cell;
}
.display--block {
  display: block;
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); 
 }
 .vertical-align--middle {
  vertical-align: middle;
 }
 .text--upper {
  text-transform: uppercase;
 }
 

.bg--transparent {
  background: rgba(255,255,255, .9);
  box-shadow: 3px 3px 5px 0px rgba(102,102,102, .2);
 }
.image--cover {
  clip: rect(0px, 0, 462px, 0px);
  display: block;
  height:auto;
  width:100%;
}

/** Icons **/
.icon:before {
  margin-right: .5rem;
}
.icon:before,
.icon:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.icon--email:before {
    content: '\f2b6'; /* envelope icon */
    font-weight: normal;
}
.icon--search:before {
  content: '\f002'; /* magnifying glass icon */
}
.icon--document:before {
  content: '\f016';  /* document icon **/
}
.icon--training:before {
  content: '\f19d'; /* training icon **/
}
.icon--phone:before {
  content: '\f095'; /** phone icon **/
  margin-right: 1rem;  
}
.icon--twitter:before {
 font-family: 'Font Awesome 5 Brands';
  content: '\f099'; /** twitter icon **/
}
.icon--send:after {
  content: '\f1d8'; /** paper airplane icon **/
  margin-left: .5rem;
}
.icon--play:after {
  content: '\f144'; /** play circle **/
  font-weight: 900;
  margin-left: .5rem;
  
}
.icon--no-external[rel="external"]:after,
#full-header nav a.arrow__none::after {
  content: none;
}

.list--menu {
  list-style: none;
}

.caption {
  color: #888;
}

.display--table-caption {
    caption-side: bottom;
    display: table-caption;
  }

/*** used on pages without hero images, such as privacy policy and copyright ***/
h2.title--no-left-padding {
  padding-left: 0;
}




/*==============================================/  
	
	3: Modules
	
============================================= */


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#mobile-header {
    display: block;
}
#mobile-header .one-half {
  float: left;
}
header .logo {
  margin: -1rem 0 0 2rem;
  text-align: center;
  width: 48%;
}
.logo__link {
  display: block;
  margin: 1rem auto;
}
.logo__text {
  color: #888;
  display: block;
  line-height: 1;
  margin: 0 0 3rem 1rem;
  vertical-align: top;
 }
 
#full-header {
  display: none;
}
#full-header nav ul li a:first-child {
  border-bottom: 5px solid #fff;
}
#full-header nav > ul:first-child li:hover > a:first-child,
#full-header nav > ul:first-child li:focus > a:first-child,
#full-header nav > ul:first-child li a.current,
#full-header nav > ul:first-child li a.js-clickable {
  border-bottom: 5px solid #62a744;
}
#full-header nav > ul:first-child .menu__parent:hover ul li  a,
#full-header nav > ul:first-child .menu__parent:focus ul li  a {
  border-bottom: none;
}
#full-header nav .menu__parent-link:after {
  color: #005596;
  content: '\f0d7'; /* down caret icon */
  line-height: 1.8rem;
  margin-left: 1rem;
  transition: color .6s;
}
#full-header nav .menu__parent-link:hover:after,
#full-header nav .menu__parent-link:focus:after,
#full-header nav .menu__parent:hover > a:after,
#full-header nav .menu__parent:focus > a:after {
  color: #62a744;
}
#full-header nav .menu__parent:hover a,
#full-header nav .menu__parent:focus a,
#full-header nav .menu__parent:hover a:after,
#full-header nav .menu__parent:focus a:after {
  background: #ebedec;
  color: #62a744;
}

#full-header nav > ul:first-child .menu__parent:hover a,
#full-header nav > ul:first-child .menu__parent:focus a {
  border-bottom-color: #ebedec;
}




/** Megamenu styles **/

/* Dropdown content (hidden by default) */
.dropdown__content {
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

.dropdown__multi-column {
    left: -200px;

}



/* Create three equal columns that floats next to each other */
.dropdown__column {
    float: left;
    width: auto;
    height: auto;
}

.dropdown__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#full-header .dropdown__column ul li a {
  padding-left: 0;
}
.dropdown__group:not(:last-of-type) {
    border-right: 1px solid #d7d7d7;
	padding-right: 10px;
}
.dropdown__group:nth-of-type(2) .dropdown__column-menu {
  columns: 2;
  column-gap: 10px;
}

.dropdown__column .menu__sub {
  width: 32.5%;
}

.dropdown__column a {
    float: none;
    text-decoration: none;
    display: block;
    text-align: left;
}










/*** Site Search  Button ***/

.search__submit-site {
  height: 46px;
  margin: 0;
  max-width: 46px;
  padding: 0;
  position: relative;
  width: 46px;
}
.search__submit-site:before,
#pull:before {
  content: '\f002'; /* magnifying glass icon */
  font-family: 'Font Awesome 5 Free';
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0;
}
.search-msg.s-hidden {
  display: none;
}
.search-msg .error {
  border: none;
  clear: left;
  line-height: 1;
  padding: 1rem;
}


#pull.js-open:before {
  content: "\f00d"
}
#pull:after {
  content: none;
}
#pull:before {
  margin-right: 1rem;
}

#mobile-header {
  position: relative;
}
#mobile-header .menu__dropdown {
  background: #fff;
  display: none;
  height: auto;
  position: absolute;
 	top: -255%;
  transition: top 0.5s ease-in-out .s;
  width: 100%;
  z-index: 2;
}
#mobile-header .js-dropdown--expanded {
  top: 100%;
  z-index: 100;
}
#mobile-header nav {
  border-top: none;
  overflow: hidden;
  width: 100%;
}
#mobile-header nav li {
  background: #d8dcdb;
  list-style: none;
  width: 100%;
}
#mobile-header nav li:hover,
#mobile-header nav li:focus {
  background: #b9b9ba;
  border-bottom: 2px solid #fff;
}
#mobile-header nav li:hover a,
#mobile-header nav li:focus a {
  color: #005596;
  transition: none;
}
#mobile-header .nav a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
}
 
  /*  Heros / Features with Images / Callouts
--------------------------------------------- */


.hero {
  display: table;
  margin: 0 auto;
  min-width:280px;
  position:relative;
  width: 100%;
}
.hero__img,
.hero__text-wrap {
  display: block;
}
.hero__text-wrap {
    /* positioning */
	left:0;
	top:0;
	right:0;
	bottom:0;
  overflow:auto;
}
.hero__text-wrap-inner {
  display:table;
  height:100%;
  width:100%;
}
.hero__text {
  display:table-cell;
  vertical-align:middle;
}
.feature__text,
.hero__heading {
  bottom: 0;
  color: #4c4c4e;
  float: none;
  font-size: 5vw;
  font-size: 1.8rem;
  margin-bottom: 0;
  padding: 2rem 5rem;
 }
 .feature {
  margin-bottom: .5rem;
 } 
 .feature__heading {
  font-size: 2.0rem;
 }
 
 
  /*  ONE-OFF SPECIAL AWARD FEATURE ON HOMEPAGE 
--------------------------------------------- */
 .feature--special {
  background: url('../images/35007563_dima_zahar_,w_450.jpg') top center no-repeat;
  background-size: cover;
  border-bottom: 10px solid #177bcc;
  height: 270px;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
 } 
 .feature--special .feature__text {
  padding: 2rem 1rem;
 }
 .feature--special .feature__text {
  margin: 0 auto;
 }
.feature--special h3,
.feature--special .link__more {
   line-height: 1;
   padding: 0 2rem;
 }
 .feature--special .link__more {
  border: none;
  color: #005596;
  margin-bottom: 0;
  text-align: left;
 }
 .feature--special .text--bright {
  color: #177bcc;
 }
 .feature--special .feature__heading {
  margin-top: 2rem;
 }
 .feature--special .feature__heading-ln1 {
  color: #888;
  font-size: 2.6rem;
 }
  .feature--special .feature__heading-ln2 {
   color: #005596;
   font-size: 4.5rem;
   font-weight: 700;
 }
 .feature--special .feature__heading-ln3 {
  color: #177bcc;
  font-size: 3.6rem;
  font-weight: 400;
 }
 .feature--special .logo--right {
  width: 30%;
  height: auto;
 }
.feature--special a:hover .feature__heading *,
.feature--special a:hover .link__more,
.feature--special a:focus .feature__heading *,
.feature--special a:focus .link__more {
 color: #ec7a22;
 transition: color .6s;
}
 
 
 /** for award feature on homepage adjust for device size **/ 
 
 
 @media screen and (min-width: 750px) {
  .feature--special .hero__text-wrap {
    position: absolute;
     top: 50%;
     bottom: auto;
    transform: translateY(-50%);
   }
   .feature--special .feature__heading {
    margin-top: 0;
   }
  .feature--special .logo--right {
   width: auto;
   height: auto;
  }
}
 @media screen and (min-width: 821px) {
  .feature--special {
    background: url('../images/35007563_dima_zahar_,w_821.jpg') top center no-repeat;
    background-size: cover;
   }
 }
  @media screen and (min-width: 900px) {
  .feature--special h3,
  .feature--special .link__more {
   padding: 0 4rem;
  }
 }
  @media screen and (min-width: 1104px) {
  .feature--special {
    background: url('../images/35007563_dima_zahar_,w_1104.jpg') top center no-repeat;
    background-size: cover;
   }
 }
  
 @media screen and (min-width: 1244px) {
  .feature--special .feature__heading-ln1 {
    font-size: 3.3rem;
   }
 .feature--special .feature__heading-ln2 {
     font-size: 5rem;
   }
 .feature--special .feature__heading-ln3 {
    font-size: 4.1rem;
   }
 }
 @media screen and (min-width: 1366px) {
  .feature--special {
    background: url('../images/35007563_dima_zahar_,w_1366.jpg') top center no-repeat;
    background-size: cover;
   }
 }
 
 


 


 

 /*** Callout areas ***/
 
.callout {
  padding: 1rem 0;
 }
 main + .callout {
  padding: 4rem 0;
 }
.callout--light {
  background: #ebedec;
  padding: 2rem 5rem;
 }
 .callout--bright {
  background: #62a744;
  clear: both;
 }
.callout--bright a {
  color: #fff;
}
.callout--bright a:hover,
.callout--bright a:focus {
  color: #005596;
}
 .callout__heading {
  color: #fff;
  font-family:   "Archivo Narrow", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.7rem;
  line-height: 1;
  margin: 0 0 .5rem 0;
 }
 .callout__heading--large {
  font-size: 4.9rem;
 }
 .callout__subtext {
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: .5rem;
 }
.callout__subtext--large {
  font-size: 3.5rem;
}
.callout__button {
  display: inline-block;
  line-height: 22px;
  padding: 1rem 2rem;
} 

.callout__content-wrap {
  background:  rgba(102, 102, 102, 0.1);
  padding: 2rem 0;
}




 
   /* Cards
---------------------------------------------
  NOTE: Default card border/date color (#25bbe8 - aqua blue) is for articles since it will likely be the most common. Video and event cards styles
  override default color at bottom of this section using .card__video and .card__event classes respectively. 
*/
 



.column.card {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  height: 340px;
  margin: 0 auto 2rem auto;
  max-width: 234px;
  position: relative;
 } 
.card__image {
  border-top: 1px solid #fff;
  clip: rect(0,232px,126px,0px);
  height: auto;
  position: absolute;
  transition: opacity .6s;
  width: 100%;
 }
 .card__image:hover,
 .card__image:focus {
  opacity: .8;
 }
 .card__date {
  background: #005596;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0 5px 0 0;
  color: #fff;
  font-family: 'Archivo Narrow', 'Arial', sans-serif;
  font-size: 1.434rem;
  line-height: .95;
  margin-top: 0;
  padding: .5rem 1rem;
  position: absolute;
	right: 0;
	top: 0;
  text-transform: uppercase;
  width: 50px;
  z-index: 20;
 }
 .column.card__no-date {
  border-top: none;
 }
 .card__no-image .card__date {
	top: -20px;  
 }
.card__day {
  font-size: 2.56rem;
 }

.card__link-image:hover:before,
.card__link-image:focus:before  {
	color: #f57b07;
  }
.card__link-image {
  border-radius: 5px 5px 0 0;
  border-top: 20px solid #b9b9ba;
  display: block;
  height: 126px;
}



.sidebar .card__link-image {
  min-height: 116px;
  height: auto;
}
.card__text {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 2rem;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.card__category {
  color: #aaa;
  font-size: 1.31rem;
  margin: 1rem 0 .25rem 0;
}
.card__title {
  font-family: 'Archivo Narrow', 'Arial', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.card__title-link {
    color: #666;
}
.card__link-more {
  display: inline-block;
  margin-top: 2rem;
  position: static;
  width: 100%;
  text-align: right;
}
.card__button {
  display: inline-block;
}


/* video cards */
.card__video {
  position: relative;
}
 .card__video .card__date {
  background: #62a744;
 }
.card__video .card__link-image {
  border-radius: 5px 5px 0 0;
  border-top: 20px solid #62a744;
  max-height: 147px;
  position: relative;
 }
 
 
 /** create backround circle for play button **/
.card__video .card__link-image:after {
	background-color: #62a744;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	height: 5.2rem;
	margin: 0;
	padding: 0;
	position: absolute;
	  top: 30%;
	  left: 40%;
	text-align: center;
    vertical-align: middle;
	width: 5.2rem;
	z-index: 9; 
  }
  /** create arrow for play button **/
  .card__video .card__link-image:after {
	color: #fff;
	content: '\f04b'; /* play button icon */
	font-family: 'Font Awesome 5 Free';
	font-size: 2.8rem;
 font-weight: 900;
	margin: 0;
	padding: 2px 0 0 5px;
	text-align: center;
    vertical-align: middle;
	transition: all .6s;
	z-index: 10; 
  }
  
  .card__video .card__link-image:hover:after,
  .card__video .card__link-image:focus:after {
	background: #F47B20;
	box-shadow: 2px 2px 3px rgba(0,0,0,.2);
  }

/* event cards */
.card__event.card__no-image,
.card__event .card__link-image,
.card__training .card__no-image,
.card__training .card__link-image {
  border-radius: 5px 5px 0 0;
  border-top: 20px solid #f57b07;
}
.event__date,
.event__location {
  font-weight: 400;
  display: block;  
}

/** card no image ***/
.card__no-image .card__text {
  margin-top: 0;
}

.card__resource.card__no-image,
.card__newsletter.card__no-image {
  border-radius: 5px 5px 0 0;
  border-top: 20px solid #b9b9ba;
}


/* article/PR cards */

.card__article.card__no-image,
.card__article .card__link-image {
  border-radius: 5px 5px 0 0;
  border-top: 20px solid #005596;
}



/** card links **/

.card .link__more:after,
.card .button:after {
	font-size: 1.5rem;
}

/*** News 'read more' links ***/
.news__link-more {
  margin-bottom: 1rem;
  position: absolute;
	bottom: 0;
	right: 10px;
}


/*** cards with icons instead of image ***/
.card__icon {
  padding: 1rem;
}
.card__icon > * {
  text-align: center;
}
.card__icon-title {
  line-height: 1.2;
}
.card__icon-title .card__title-link {
  color: #f57b07;
  font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.card__icon-title .card__title-link:hover,
.card__icon-title .card__title-link:focus {
  color: #005596;
}

.card__link-icon {
  background: #f57b07;
  border-radius: 60px;
  box-shadow: 0px 0px 1px rgba(102,102,102,.2);
  color: #fff;
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-size: 2.2rem;
  font-weight: 900;
  height: 40px;
  line-height: 1.7;
  margin: 1rem auto 0 auto;
  position: relative;  
  vertical-align: middle;
  width: 40px;
}
.card__link-icon:hover,
.card__link-icon:focus {
  background: #005596;
}
.card__blurb {
  color: #888;
  margin-bottom: 0;
  text-align: left;
}
.card__link-icon + .card__text {
  margin-top: 1rem;
}
.card__icon .card__blurb {
  text-align: center;
}
.card__blurb-subtext {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  margin-top: .5rem;
}
/*** Cards with only text (no icons or image) ***/

.card--text-only {
  margin: 0 0 1rem 0;
  padding: 2rem;
}






  /*  Footer
--------------------------------------------- */

footer {
  background: #d8dcdb;
  padding: 5rem;
  position: relative;
  text-align: center;
}

.menu__container {
  max-width: 1200px;
}
.menu__footer {
  float: left;
  font-size: 1.5rem;
  list-style: none;
}
.menu__utility {
  margin: 0;
}
footer .menu__footer-sub {
  display: none;
  margin: 0 0 1rem 1rem;  
}
#footer-bar__top {
  margin-bottom: 1rem;
}
#footer-bar__bottom {
  display: block;
  text-align: center;
}
footer .social {
 display: inline-block;
 line-height: 1;
 margin-left: 3rem;
}
footer .icon--twitter:before {
 font-size: 2.4rem;
}


.address {
  margin-top: 0;
}
.copyright {
  font-size: 1.2rem;
  width: auto;
}
.disclaimer {
  font-size: 1rem;
}

/*** Cookie Message ***/

.cookie-message-open #footer-main-content {
  margin-bottom: 20rem;
  display: none;
}
#cookie-container {
  background: #eee;
  border-top: 5px solid #62a744;
  clear: both;
  margin: 0 -5rem;
  padding: 2rem;
  position: fixed;
  bottom: 0;
  display: none;
}
#cookie-container h3 {
  color: #f57b07;
  margin-bottom: 0;
}
#cookie-container button {
  min-width: 5rem;
}




  /*  Featured Content
--------------------------------------------- */
.featured__content {
  border: 1px solid #62a744;
  margin: 4rem 0;
  padding: 3rem 0 1rem 0;
  position: relative;
  width: 100%;
}
.featured__content-title {
  background: #fff;
  color: #62a744;
  padding: 0 1rem;
  position: absolute;
	top: -1.5rem;
}
#featured-services .featured__content-title {
  left: calc(50% - 80px);
}
#featured-case-studies .featured__content-title {
  left: calc(50% - 61px);
}
.page__category .feature__item {
  min-width: 125px;
}
.page__category .feature__item-image {
  max-width: 125px;
}
.page__detail .feature__item {
  min-width: 100px;
}
.page__detail .feature__item-image {
  max-width: 100px;
}
.feature__item {
  padding: 0 1rem;
  vertical-align: top;
}
.feature__item-image {
  width: 100%;
  height: auto;
}
a:hover .feature__item-image,
a:focus .feature__item-image {
  opacity: .8;
  transition: opacity .6s;
  
}
.featured__content.one {
 margin: 0 auto;
 width: auto;
}
.featured__content.one .feature__item {
  width: 99%;
}
.featured__content.two .feature__item {
  width: 49%;
}
.featured__content.three .feature__item {
  width: 32%;
}
.featured__content.four .feature__item {
  width: 24%;
}
.featured__content.five .feature__item {
  width: 19%;
}
.feature__item h5 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 1rem;
  transition: color .6s;
}



  /*  Sidebar Contacts
--------------------------------------------- */
.page__detail .container {
  padding-right: 0;
}
  
.sidebar {
  background: #ebedec;
  margin: -3.2rem -3.2rem 2rem 0;
  padding: 3rem;
}
.sidebar p,
.sidebar li {
  font-size: 1.4rem;
}
.sidebar h4 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.reasons li {
  text-align: left;
}
.contact__details {
  margin-top: 1rem;
}
.contact__image {
  border: 1px solid #ccc;
  margin-right: 1rem;
}
.contact__info {
  font-size: 1.4rem;
  margin-top: 0;
}
.contact__name {
  font-size: 1.8rem;
}
.contact__person {
  overflow: auto;
}
.contact__person + .contact__person {
  clear: both;
  margin-top: 2rem;
}
p.contact__email-phone {
  font-size: 1.7rem;
  line-height: 1.5;
}
.contact__email-phone .icon {
  display: block;
}

.social__sidebar {
  background: #d8dcdb;
  margin: 3rem -3rem -3rem -3rem;
  padding: 3rem;
  text-align: center;
}
.social__sidebar a {
 font-size: 1.5rem;
}
.social__sidebar a::before {
 font-size: 2.4rem;
 line-height: 1;
 margin-right: 1rem;
}


  
  
   
/*==============================================/  
	
	4: Pages
	
============================================= */



/* Homepage
 *
--------------------------------------------- */
#testimonials {

    margin-top: 8rem;

}
#testimonials::before {

    color: #62a744;
    content: '“';
    font-size: 15rem;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.2);
    top: -65px;
    left: 15px;
}
.testimonials::before {
    color: #62a744;
    content: '”';
    font-size: 15rem;
    margin-bottom: 3rem;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.2);
    bottom: -170px;
    right: -15px;
}
#testimonials h3 {
    color: #62a744;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 4.0rem;
}

.testimonial__quote {
    color: #4c4c4e;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 2rem;
}
.testimonial__author {
 font-size: 1.8rem;
}



  /*  Subpages
--------------------------------------------- */
  
  
  /* Video Background
================================================== */

#video-hero {
	border-bottom: 2px solid #fff;
	overflow: hidden;
	position: relative;
}
#video-background {
  clip: rect(0px, 3000px, 1172px, 0px);
}
.video__text {
    color: #fff;
	display: block;
	width: 100%;
	padding-bottom: 3rem;
	position: absolute;
	top: calc(50% - 70px);
}
.video__wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video__text * {
	display: inline-block;
	margin: 0;
}
.video__text-header {
    color: #fff;
	display: block;
	font-size: 6rem;
	line-height: 1.2;
	margin: 0 auto;
	padding: 3rem 0;
}
.video__cta {
	background: rgba(22,115,176,.9);
	display: block;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2rem;
	margin-bottom: 0;
	padding: 1rem 3rem;
	z-index: 100;
}
.video__cta .button {
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 1rem 0 1rem 5rem;
}
.video__cta a:hover {
	background: #1673b0;
	color: #fff;
	cursor: pointer;
}
.video__cta-blurb {
  display: block;
  font-size: 3.6rem;
}



/** Responsive Video Embeds **/

.video__wrapper {
  margin-bottom: 4rem;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.video__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


  /* Sector Select Form
================================================== */
#sector-form-wrap {
  background: #005596;
}
#sector-form-wrap form {
  margin: 0 auto;
  padding: 2rem 0;
  width: auto;
}
#sector-form * {
  width: auto;
}
.form__cta {
    color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
    line-height: 46px;
}
#sector-form select {
  margin: 0 3rem;
}

.overview__image {
  height: auto;
  max-width: 410px;
  width: 36%;
}
.overview__text {
  float: right;
  font-size: 2rem;
  margin-left: 4%;
  width: 60%;
}
.overview__text p:first-child {
  margin-top: 0;
}
.text__secondary {
  background: #b9b9ba;
  font-size: 2rem;
}


  /*  Main content pages
--------------------------------------------- */

.title__container {
  position: relative;
}
.title__heading,
.news__title {
  color: #888;
  font-size: 2.6rem;
  font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 1rem 5rem;
  text-align: center;
  transition: all;
  width: 100%;
  z-index: 20;
}

.main__text {
  padding-bottom: 4rem;
}
.main__text h3 {
  font-family:   "Archivo Narrow", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main__text section:not(:first-child) {
  margin-top: 4rem;
}
.main__text p:first-child {
  margin-top: 0;
}
.main__text img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.main__text .image--align-left {
  margin: 0;
  text-align: left;
}

/** use this class for small images floated in content (such as cert marks) **/
.main__text .image--float-right {
  float: right;
  margin: 1rem;
}
.main__text .image--float-left {
  float: left;
  margin: 1rem 1rem 1rem 0;
}


/*** News and Events ***/

.search__intro {
  padding: 0 2rem 3rem 3rem;
}
.select__group:not(:last-child) {
  margin-bottom: 2rem;
}
.news__cards {
  padding-top: 3rem;
}
.news__cards .card__text {
  padding-top: 1.5rem;
}


/*** News PR template ***/
.news__subtitle-container {
  background: #eef0ef;
}
.news__subtitle-container .container {
  padding: 0;
}
.news__subtitle {
  color: #888;
  font-size: 2.9rem;
  margin: 0;
  padding: 1.5rem 0;
  text-align: center;
}
.subtitle--left {
  text-align: left;
}
.news__media-container {
  margin-bottom: 5rem;
}
.news__text .news__feature-image {
  margin: 0;
}


/*** Contact Us ***/

.contact__address {
  margin-top: 0;
}
.phone__toll-free {
  margin-left: 2.25rem;
}
.checkbox {
  line-height: 1;
  margin-top: 3rem;
}


/*** 404 Page Styling ***/

.error__subtitle {
  color: #888;
  font-size: 2.9rem;
  padding: 0;
}
.error__text {
  font-size: 2.4rem;
}

/*** Search Results Page ***/

.search__results {
  min-height: calc(100vh - (331px + 4rem));
}


.search__result:not(:first-child) {
    margin-top: 2rem;
}
.search__result {
  padding-bottom: 2rem;
}
.result_pages {
  padding-top: 2rem;
}



/*** Sitemap ***/
.sitemap ul:first-of-type {
  margin-left: 2rem;
}



/*==============================================/  
	
	5: State Rules
	
============================================= */



/*=========== STICKY HEADER  =========== */
/* For devices larger than main grid */


@media (min-width: 1244px) {
  
	  main {
		padding-top: 150px; /* componsates for height of fixed header */
		position: relative;
	  }

	  header {
		background: #fff;
		position: fixed;
		width: 100%;
		z-index: 200;
	  }
	  header,
	  .logo__image,
	  .logo__text{
		transition: all .6s;
	  }
	  header.js-sticky {
		padding: 1rem 0 0 0;
	  }
	  header.js-sticky .row:first-child {
		padding: 0 3rem;
	  }
	  header.js-sticky .logo.five {
		margin: -1rem 0;
	  }
	  header.js-sticky .logo__link {
		margin-bottom: 0;
	  }
	  header.js-sticky .logo__image {
		height: auto;
		margin-bottom: 3rem;
		width: 200px;
	  }
	  header.js-sticky  .logo__text {
		line-height: 50px;
	  }
	  header.js-sticky .search__submit-site {
		width: 36px;
	  }
	  header.js-sticky nav {
		background: #d4d4d4;
		padding-right: 3.5rem;
	  }
	  
	  #full-header.js-sticky nav ul li a {
		border-bottom-color: #d4d4d4;
	  }
	  #full-header.js-sticky nav ul li:hover,
	  #full-header.js-sticky nav ul li:focus {
		border-bottom-color: #62a744;
	  }
	  #full-header.js-sticky .dropdown__content {
		top: -5px;
	  }
  
}

/*==============================================/  
	
	6: Media Queries
	
============================================= */


/*=========== LARGER THAN =========== */


/* Larger than a Phablet */
@media (min-width: 550px) {
 
 
	    /*** Base style adjustments ***/		
		
		h2 { font-size: 3.2rem; }
		h3 { font-size: 2.6rem; }
		h4 { font-size: 2.1rem; }
		h5 { font-size: 1.8rem; }
		h6 { font-size: 1.3rem; }
		
		
		/*** Grid adjustments ***/		
		
		.column,
		.columns {
		  float: left;
		}
		.columns.column--single-centered {
		  float: none;
		}
		.column.card:nth-child(even) {
		  margin-left: 4%;
		}
		
		
		
		/*** Card adjustments ***/		
		
		.news--home {
		  width: 100%;
		}		
		.card.category__feature:nth-child(2n) {
		  margin-left: 0;
		}
		.card.category__feature,
		.card.news__feature {
		  width: 46%;
		}		
		.column.card.news__feature:not(:first-child) {
		  margin-left: 2%;
		}
		
		.news__card-container {
		  float: right;
		}
		
		

		
		/*** News Landing Page adjustments ***/
		
		.news--home .column.card:not(.card__icon),
		.news__cards .card {
		  height: auto;
		  min-height: 470px;
		}		
		.news--home .card__icon {
		  height: auto;
		}	   
	   .column.card.news__feature:nth-child(1) {
		  margin-left: 2%;
	   }
		
		/*** Search form adjustments ***/
		
		.search__form input {
		  display: inline-block;
		  width: 60%;
		}
		
		/** add aditional text to search button on larger screens **/
		.button__news-search:before {
		  content: "Search the Newsroom";
		}
		
		button:not(.search__submit-site) {
		  width: auto;
		}
		button.width--full {
		  width: 100%;
		}
		button.keyword__button {
		  width: 35%;
		}
		

		/** Main Text Adjustments **/		
		.main__text-container.width--full {
		  margin-left: 0;
		}
		

}




/* Larger than  a Tablet */
@media (min-width: 750px) {
 
 
		/*** Header grid adjustments ***/
		
		header .row:first-child {
		  padding: 0;
		}  
		header .five.columns,
		header .seven.columns {
		  width: auto;
		}
		
		
		#search-section {
		  width: 40%;
		}
		 
		 
		/**** Full Header Navigation ****/
		
		#mobile-header {  
		  display: none;
		}
		#full-header,
		nav,
		.menu, 
		#search-section {
		  display: block;
		}
		#site-search input {
		  width: 280px;
		}
		
		.search-msg .error {
		  background: transparent;
		  border: none;
		}

	   #full-header nav {
		  line-height: 10px;
		  text-align: center;
		}
		#full-header .menu {
		  display: inline-block;
		  float: none;
		  margin: 0;
		}
		#full-header .menu__sub {
		  padding: 2rem 0;
		  text-align: left;
		 }
		 #full-header .menu__sub-no-heading {
		  padding-top: 1.5rem;
		 }
		 
		 /* Show the dropdown menu on hover */
		.menu__parent:hover .dropdown__content {
		  display: block;
		}
		
		#full-header .menu__sub .dropdown__group {
		  color: #888;
		  /*display: inline-block;*/
		  float: left;
		  font-size: 1.4rem;
		  font-weight: 700;
		  font-family: "Archivo Narrow", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		  padding: 1rem 3rem 0 3rem;
		}		
		#full-header .menu__sub .dropdown__heading {
		  color: #888;
		  font-size: 1.4rem;
		  font-weight: 700;
		  font-family: "Archivo Narrow", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		  margin-bottom: 1rem;
		}
		#full-header .menu__sub .dropdown__group ul {
		  padding-top: 0;
		}		
		#full-header nav .menu__parent:hover .menu__sub a,
		#full-header nav .menu__parent:focus .menu__sub a {
		  color: #888;
		  font-size: 1.4rem;
		  font-weight: normal;
		  line-height: 1;
		}
		#full-header nav .menu__parent:hover .menu__sub a:hover,
		#full-header nav .menu__parent:focus .menu__sub a:focus {
		  color: #62a744;
		}
		#full-header nav .menu__parent:hover .menu__sub ul li {
		  padding: .5rem 0;
		}
	

		.nav__column:not(:last-child) {
		  border-right: 1px solid #ccc;
		}
		.nav__column {
		  float: left;		  
		}
		nav li {  
		  display: inline;  
		  float: left;
		}
		.menu > li {
		  margin-right: 2rem;
		}
		.menu li:last-child {
		  margin-right: 0;
		}
		nav .menu__parent {
		  position: relative;
		}		
		nav .current {
		  cursor: text;
		}
		
	  
		/* Display Dropdowns on Hover */
		#full-header  nav .menu__parent:hover ul,
		#full-header  nav .menu__parent:focus ul,
		nav .menu__parent:hover > ul,
		nav .menu__parent:focus > ul {
		  background: #ebedec;
		  display: block;
		  }	
		  /* Firt Tier Dropdown */
		#full-header nav ul ul li {
		  border-bottom: none;
		  color: #888;
		  float: none;
		  display: list-item;
		  margin-right: 0;
		  padding: 1rem 0;
		  }
		#full-header nav ul ul li:hover a,
		#full-header nav ul ul li:focus a {
		  color: #62a744;
		 }
		#full-header nav .current,
		#full-header nav .js-clickable {
			color: #030303;
			font-weight: 700;
		}
		#full-header nav .current:after,
		#full-header nav .js-clickable:after {
			color: #030303;
		}

		.menu__sub {
		  float: none;
		  list-style: none;
		  margin: 0;
		  position: absolute;
			top:  55px;
			left: 0;
		  z-index: 2000;
		}
		
		#services-menu {
		   width: 845px;
		}
		#about-menu {
		   width: 250px;
		}
		
		
		#full-header nav .menu__parent:hover .menu__sub .current,
		#full-header nav .menu__parent:focus .menu__sub .current {
		  color: #4c4c4e;
		  font-weight: 700;
		}
		#full-header nav .menu__parent:hover .menu__sub .current:hover,
		#full-header nav .menu__parent:focus .menu__sub .current:focus {
		  color: #4c4c4e;
		}
		
	  
		/** Show Breadcrumb Navigation **/
		#breadcrumb-nav {
		  display: block;
		}
		.menu--breadcrumb {
		  background: #d4d4d4;
		  color: #888;
		  list-style: none;
		  margin: 0;
		  overflow: auto;
		  padding: 1rem 0 1rem 5rem;
		}
  .menu--breadcrumb ol {
    list-style: none;
}
		.menu--breadcrumb li {
		  float: left;
		  margin-right: 1rem;
		}
		.menu--breadcrumb li a:after {
		  color: #888;
		  content: " >";
		  margin-left: 1rem;
		}
		.menu--breadcrumb .current {
		  color: #4c4c4e;
		  font-weight: 700;
		}
  
 .menu--breadcrumb-news,
  .breadcrumb--news-item {
   margin-left: 0;
   padding-left: 0;
  }  
  .menu--breadcrumb-news .container .breadcrumb--news-item {
   float: none;
   margin: 0 auto;
  }
  .menu--breadcrumb-news .container {
   padding: 0 3rem;
   vertical-align: middle;
  }
  .breadcrumb--news-item.nine.columns {
    width: 74.0%;
  }
  .breadcrumb--news-item .current {
   max-width: 700px;
  }
  

		

		
		/*** Homepage adjustments ***/
		
		.video__text-header {
		  font-size: 4rem;
		}
		.video__cta-blurb {
		  font-size: 3rem;
		}
  
  
.feature--special img,
.feature--special-text {
 display: table-cell;
 vertical-align: middle;
}
  
  


#testimonials::before {
    font-size: 25rem;
}
.testimonials::before {
    font-size: 25rem;
    margin-bottom: 3rem;
}


		
		/*** Card Adjustments ***/
		
		.card {
		  display: inline-block;
		  float: none;
		  text-align: left;
		  vertical-align: top;
		}		
		.column.card:not(:first-child) {
		  margin-left: 2%;
		}
		.column.card {
		  padding: 0;
		}
		
			
		
		/*** Footer Adjustments ***/
		footer {
		  text-align: left;
		}
		footer .menu__parent {
		  float: left;
		  width: 48%;
		}		
		footer .menu li {
		  display: inline-block;
		}
		footer .menu__footer-sub {
		  display: block;
		}
		.copyright {
		  float: left;
		  margin-top: .5rem;
		}
		
		/*** Cookie Message ***/
		#cookie-container button {
		  margin-left: 1rem;
		}
		
		
		/*** Main Content Page Adjustments ***/
		
		/* Page title adjustments */
		
		.title__heading {
		  position: absolute;
			top: 0;
		  text-align: left;
		}		
		.title--no-image {
		  padding: 0;
		  position: static;
		}
		
		/*** Navigation adjustments ***/
		
		.nav__local + .nav__local {
		  margin-top: 4rem;
		}
		.nav__local a {
		  padding: .25rem 0 .25rem 2.75rem;
		}
		.current__section > a,
		.current__section strong {
		  padding: 0 0 .25rem 1rem;
		}
		.current__section > a,
		.current__section .current > a,
		.nav__local .js-clickable {
		  font-weight: 700;
		}
		.current__section .current > a {
		  color: #444;
		}
		.nav__local .current,
		.nav__local li a:not(.current):hover,
		.nav__local li a:focus,
		.nav__local-parent a:not(.current):focus > a:before,
		.nav__local-parent a:not(.current):hover > a:before {
		  color: #f57b07;
		  background: #fff;
		}
		.nav__local .current {
		  color: #444;
		}
		.nav__local li a {                                    
		  transition: color .3s;
		}
		.nav__local-sub {
		  border-top: 1px solid #d8dcdb;
		}

				
		/*** Grid Adjustments ***/
		
		.filter__container.columns,
		.nav__local-container.columns,
		.news__sidebar,
		.contact {
		  margin-left: 0;
		  width: 25%;
		}	
		.main__text-container.columns,
		.search__intro.columns {
		  margin: 0 0 0 4%;
		  width: 67%;
		}
  .main__text-container.column--single-centered {
   margin: 0;
  }
		.width--full,
		.width--full.columns {
		  margin-left: 0;
		  width: 100%;
		}
		.main__text.columns {
		  margin-left: 0;
		}		
		.six.column--single-centered {
		  transition: all .6s;
		  width: 85%;
		}
		
		/* exception for form columns */
		
		form .six.columns {
		  width: 48%;
		}
		form .six.columns:not(:first-child) {
		  margin-left: 4%;
		}

		/*** Form adjustments ***/
		
		.select__group,
		.filter__container .button {
		  width: 100%;
		}
		.filter a {
		  padding: 1rem;
		}
		
		

	  
	  
	  /*** News Item Pages ***/
	  
		#news-filter {
		  margin-bottom: 8rem;
		}
		
		.news__title {
		  position: static;
		}	  
		.main__text-container-news.columns {
			margin: 0 2%;
		}
		.news__sidebar {
		  float: right;
		}
		.news-heading__container {
		  padding: 3rem;
		}
		.news__subtitle-container h3 {
		  padding-left: 2rem;
		}
	  
		

}


@media (min-width: 835px) {
 
 #testimonials::before,
 .testimonials::before {
      font-size: 25rem;
 }
 #testimonials::before {
    top: -100px;
    left: 150px;
    margin-right: 5rem;
}
.testimonials::before {
    margin-bottom: 3rem;
    margin-left: 5rem;
    bottom: -200px;
    right: 130px;
}

		/***Grid adjustments ***/	

		.column.card:not(:first-child) {
		  margin-left: 2%;
		}
		
		/*** Cards with only text (no icons or image) ***/  
		.card--text-only {
		  padding: 2rem;
		}

	
	
}

/* Larger than Main Grid */
@media (min-width: 1244px) {
  
  
  
  
		/*** Instate utility functions when main content area is larger than grid width ***/
  
		.u-pull-right {
		  float: right;
		}
		.u-pull-left {
		  float: left;
		}
		.u-pull-up {
		  background: #fff;
		  margin-top: -10rem;
		}		
		.u-pull-up:not(.main__content) {
		  margin-top: -5rem;
		}
		
		/*** Instate main column functions when main content area is larger than grid width ***/
		.column,
		.columns {
		  margin-left: 4%;
		}
		.column:first-child,
		.columns:first-child,
		.form__container {
		  margin-left: 0;
		}
		
		.one-third.column             { width: 30.6666666667%; }
		.one-fourth.column 			  { width: 23.5%; }
		.one-fifth.column 			  { width: 16.6666666667%; }
		.two-thirds.column            { width: 65.3333333333%; }
		.one-half.column              { width: 48%; }
		

		
		
	  /*** Header adjustments ***/

		header .logo.five {
		  margin: -2rem 0 0 0;
		}
		.logo__text {
		  line-height: 75px;
		}    
		.button__cta {
		  display: inline-block;
		  height: 48px;
		  line-height: 43px;
		  width: auto;
		}		
		#full-header .menu {
		  float: right;
		}
		#search-section {
		  margin-right: 1.5rem;
		  width: auto;
		}

	    /*** Image Clip Adjustments ***/
		.image--cover {
		  clip: rect(0px, 3000px, 462px, 0px);
		}
				

		/*** Footer Adjustments ***/
		
	    footer .menu__parent {
		  width: 23.5%;
		}
		footer .menu__parent.last {
		  margin-right: 4%;
		}
		.menu__utility a {
		  padding-right: 0;
		}



		
		/*** Homepage adjustments ***/
		
		.video__text-header {
		  font-size: 6rem;
		}
		.video__cta-blurb {
		  font-size: 4rem;
		}
		
		
		/*** Main Content Adustments ***/
		
		.title__heading,
		.news-heading__container {
		  font-size: 2.9rem;
		  padding: 2rem 5rem;
		}		
		.title--no-image {
		  padding: 0;
		}
		.main__text-container.columns,
		.search__intro.columns {
		  margin-right: 0;		  
		}
		
		/*** News Adjustments ***/
		
		.news-heading__container {
		  padding: 5rem 0 2rem 2rem;
		}
		.news__title {
		  padding: 0;
		}
		.news-details__date-category {
		  color: #888;
		  font-size: 1.8rem;
		}
		.news-details__date {
		  padding-right: .5rem;
		}
		.news-details__category {
		  padding-left: .5rem;
		}
		
		
  }


@media (min-width: 1200px) {
  
  
		/*** Column width adjustments on larger screens ***/
		.one.column,
		.one.columns                    { width: 4.66666666667%; }
		.two.columns                    { width: 13.3333333333%; }
		.three.columns                  { width: 22%;            }
		.four.columns                   { width: 30.6666666667%; }
		.five.columns                   { width: 39.3333333333%; }
		.six.columns                    { width: 48%;            }
		.seven.columns                  { width: 56.6666666667%; }
		.eight.columns                  { width: 65.3333333333%; }
		.nine.columns                   { width: 74.0%;          }
		.ten.columns                    { width: 82.6666666667%; }
		.eleven.columns                 { width: 91.3333333333%; }
		.twelve.columns                 { width: 100%; margin-left: 0; }
		
		.six.column--single-centered {
		  width: 52%;
		}
		
		
		header .five.columns {
		  width: 39.3333%;
		}
		header .seven.columns {
		  margin-left: 4%;
		  width: 56.6667%;
		}
	  
	    /*** Breadcrumb Nav Adjustments ***/
		#breadcrumb-nav .current {
		  display: inline-block;
		  overflow: hidden;
		  text-overflow: ellipsis;
		  width: 900px;
		  white-space: nowrap; 
		}
	
	

}




/*=========== SMALLER THAN =========== */

@media screen and (max-width: 450px) {
  

  
		/** Header adjustments **/
		header .logo {
		  padding: 0 1rem;
		}
		header .logo,
		header .logo__text {
		 line-height: 1.2;
		 margin-top: .75rem;
		 width: 50%;
		}
		header .logo,
		header #pull,
		.logo__link {
		   display: inline-block;
		   float: none;
		   margin: 0 auto;
		   text-align: center;
		 }
		 
		
		 
		 #mobile-header .one-half {
		  float: none;
		  width: 100%;
		 }
		 #mobile-header .one-half:nth-child(2) {
		  float: none;
		  width: 100%;
		  text-align: center;
		}
		
		

	
	    /** Feature Item Adjustments **/
		
		.page__detail .feature__item {
		  display: block;
		  margin: 0 auto;
		}
		#featured-area .featured__content .feature__item {
		  width: 100%;
		}
		
		
		/** Sidebar Adjutments **/
		
		.sidebar .list--no-bullet {
		  list-style: circle outside;
		  margin-left: 2rem;
		}
	

}


/* Smaller than Tablet */
@media screen and (max-width: 750px) {
 
 /** used on images with text that will not show well on mobile **/
 .u-mobile-display-none {
   display: none;
  }
  
 
	  /** Base style adjustments **/
	  h3 {
		color: #f57b07;
		font-size: 2.1rem;
		line-height: 1.3;
		}
	  h4 {
		font-size: 1.9rem; 
		line-height: 1.35;
		}
	  h5 {
		font-size: 1.7rem;
		line-height: 1.5;
		}
	  h6 {
		font-size: 1.4rem;
		line-height: 1.6;
		}
		
		.callout__heading .link__more {
		  font-size: 1.8rem;
		  max-width: 60%;
		}

	    /*** Card adjustments ***/  
		.link__more,
		.news__link-more {
		  border: 1px solid #d1d1d1;
		  border-radius: 5px;
		  box-shadow: none;
		  box-sizing: border-box;
		  display: inline-block;
		  float: none;
		  min-height: 46px;
		  line-height: 23px;
		  margin: 2rem 0 1rem 0;
		  padding: 1rem;
		  position: static;
		  width: auto;
		}
		.link__more {
		  display: block;
		  margin: 2rem auto 1rem auto;
		  min-width: 105px;
		  text-align: center;
		}
		.contact__details a {
		  max-width: 100%;
		}

		.news__cards .card {
		  height: auto;
		  text-align: center;
		}
		
		
		
		
		/*** Header adjustments ***/
		
		header {
		  padding: 1rem 0 0 0;
		}
		
		header .five.columns,
		header .seven.columns {
		  margin: 0;
		  width: 100%;
		}		
		.logo__image {
		  float: left;
		 /* height: auto; */
		  margin-left: 3rem;
		  width: 200px;
		}	  
		.logo__text {
		  font-size: 1.4rem;
		  float: left;
		  line-height: 50px;
		  width: auto;
		}
 
 #mobile-header .one-half:nth-child(2) {
  margin-top: 1.5rem;
 }
 #mobile-header .button--lock {
    display: inline-block;
    margin: 0 2rem 0 0;
    padding: .5rem 1rem;
}

		#mobile-header .button__cta {
		  border-radius: 0 0 0 0;
		  line-height: 66px;
		  width: 100%;
		}
		
		#search-section {
		  width: 100%;
		}
		
		.search__global-mobile .error {
		  width: 86%;
		  margin: 1rem auto;
		}

		


		/*** Footer Adjustments ***/
		footer {
		  padding: 0 0 2rem 0;
		}
  footer .social {
   margin-left: 0;
  }
		
		/*** Menu Adjustments ***/

		.menu__footer,
		.nav__local-container {
		  background: #62a744;
		  width: 100%;
		}
		.menu__footer {
		  background: #0072ce;
		}
		.menu__footer li,
		.nav__local li {
		  width: 100%;
		}
		.menu__footer li:not(:last-child),
		.nav__local li:not(:last-child),
		.current__section > a {
		  border-bottom: 2px solid #fff;
		}	
		.menu__footer a,
		.nav__local a {
		  color: #fff;
		  display: block;
		  font-size: 1.8rem;
		  line-height: 55px;
		  text-align: center;
		  text-transform: capitalize;
		}
		.nav__local a {
		  line-height: 44px;
		  min-height: 44px;
		}
		.menu__footer .js-clickable,
		.menu__footer  .current {
		  background: #888;
		  color: #fff;
		  font-weight: 700;
		}
		.menu__footer  .current {
		  cursor: text;
		}
		.menu__footer li:hover,
		.menu__footer li:focus {
		  background: #888;
		  color: #fff;
		}
		
		
		/*** Cookie Message ***/

		#cookie-container {
		  margin: 0;
		  width: 100%;
		}

		

		/* Local Nav Adjustments */
		.nav__local,
		.nav__local .current__section strong,
		.results__filter {
		  display: none;
		}
		.nav__local-sub li {
		  background: #d7e6b6;
		  padding-left: 0;
		}
		.nav__local-sub a {
		  color: #888;
		  transition: all;
		}
		.nav__local-section {
		  background: #fff;
		  font-size: 2rem;
		  padding: 2rem 0;
		  text-align: center;
		}

		#pull-local {
		  border-radius: 0;
		}
		#pull-local,
		#pull-filter {
		  border-left: none;
		  border-right: none;
		  display: block;
		  font-size: 1.8rem;
		  height: 66px;
		  line-height: 50px;
		  margin: 0;
		  padding: .5rem 1rem;
		  text-align: center;
		  width: 100%;
		}
		#pull-local:after,
		#pull-filter:after {
		  content: "\f107"
		}
		#pull-local.js-open:after,
		#pull-filter.js-open:after {
		  content: "\f106"
		}
		
		#pull-filter {
		  background: #62a744;
		  margin-bottom: 4rem;
		}
		
		
		header .row:first-child {
		  padding: 0 0 2rem 0;
		}
		



		/*** Homepage adjustments ***/
		
		.hero__container:after {
		  background-image: none;
		}
		
		.video__text {
		  background: #fff;
 		  padding-bottom: 0;
		  position: relative;
		}
		.video__text .button {
		  margin-bottom: 4rem;
		}
		.video__text-header {
		  color: #62a744;
		  font-size: 4rem;
		  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
		}
		.video__cta-blurb {
		  font-size: 3rem;
		}
		.form__cta {
		  font-size: 2rem;
		  line-height: 1.2;
		  margin: 0 auto 1rem auto;
		  max-width: 80%;
		  text-align: center;
		}
		#sector-form-wrap form {
		  text-align: center;
		}
		#sector-form select {
		  margin: 0;
		}	
		
		.overview {
		  display: table;
		  text-align: center;
		}
		.overview__image {
		  display: inline-block;
		  width: 100%;
		}
		.overview__text {
		  display: inline-block;
		  float: none;
		  margin: 2rem 0 0 0;
		  max-width: 410px;
		  padding: 0;
		  text-align: left;
		  width: auto;
		}
		
		.text__secondary {
		  padding: 0 2rem;
		}
		.text__secondary .container {
		  max-width: 410px;
		  padding-left: 0;
		  padding-right: 0;
		}
  
  .testimonials .one-half {
   width: 100%;
  }

		
		/*** Main content page adjustments ***/
		.main__content {
		  padding: 0;
		}
		.main__text-container {
		  margin: 0;
		  padding: 2rem 20px 0 20px;
		}
		.main__text-container .columns {
		  margin-left: 0;
		}
		
		/*** Filter adjustments ***/
		.filter__container {
		  background: #d8dcdb;
		  margin: 0;
		  padding: 0;
		  width: 100%;		  
		}
		.filter,
 		.form__container {
		  overflow: auto;
		  padding: 2rem;
		}
		.form__container {
		  padding-bottom: 0;
		}
		.select__group,
		.filter__container .button {
		  float: left;
		  width: 48%;
		}
		.filter__container .button {
		  clear: both;
		  font-size: 1.4rem;
		  line-height: 44px;
		  padding: 0 1rem;
		  width: auto;
		}
		.select__group:nth-child(2) {
		  margin-left: 4%;
		}
		.search__intro {
		  margin: 0;
		}
		
		.form__container .six {
		  margin-bottom: 2rem;
		}

		
		/*** Newsroom Adjustments ***/
		.search__intro {
		  padding-top: 2rem;
		}
		#news-filter .select__group {
		  width: 100%;
		}


		
	  /*** News detail page adjustments ***/
		.news-details__date-category {
		  text-align: center;
		}
		.news__subtitle {
		  font-size: 2.3rem;
		}
		.news__text {
			padding: 1rem;
		}
		.news__sidebar {
		  border-top: 1px solid #d8dcdb;
		  margin: 0;
		  padding-top: 3rem;
		}
		
		
		/*** Resources library adjustments ***/
		.result__type,
		.form__category {
		  font-size: 1.4rem;
		}
		.result__title {
		  font-size: 2.3rem;
		}
		.result__subtitle {
		  font-size: 1.8rem;
		}
		
		
		/*** Contact us ***/
		
		.contact {
		  background: #f5f6f6;
		  margin: 0;
		  padding: 2rem 0 1rem 0;
		  text-align: center;
		}
  
  .checkbox * {
   text-align: left;
   vertical-align: top;
  }
		.checkbox .newsletter__label {
   display: inline-block;
   width: 90%;
  }


		/*** Pages w/o Header Image ***/
		.title--no-image {
		  margin-top: 2rem;
		}
  
}

@media (max-width: 750px) {
  
		.video__text-header {
		  font-size: 3rem;
		  margin-top: 3rem;
		}
		.video__cta-blurb {
		  font-size: 2rem;
		}
}


@media (max-width: 875px) {
  
	  /*** Home Page Adjustments ***/
	  
	  .video__text-header {
		padding-top: 0;
	  }
  
	  /*** News card adjustments ***/
  
		.news--home {
		  margin: 0 auto;
		} 
		.news--home .column.card,
		.news__cards .column.card {
		  display: inline-block;
		  float: none;
		  height: auto;
		  vertical-align: top;
		}
		
		/*** Header Adjustments ***/
		
		#full-header nav a,
		#full-header nav .current {
		  margin-left: .5rem;
		  padding: 0 .5rem;		  
		}
		#full-header nav .menu__parent-link::after {
		  font-size: 1.8rem;
		}
		
		
		
		
		
}


/* Smaller than Main Grid */
@media (max-width: 1244px) {
  
       /*** Header adjustments ***/
		#full-header  nav a,
		#full-header .current {
		  font-size: 1.5rem;
		}  
		header .five.columns,
		header .seven.columns {
		  margin-left: 0;
		  text-align: center;
		  width: 100%;
		}
		.menu > li {
		  margin-right: 0;
		}
	  
		#search-section {
		  display: inline-block;
		  line-height: 48px;
		  text-align: center;
		}
		#site-search input,
		.search__submit-site {
		  display: inline-block;
		  margin: 0;
		  width: 80%;
		  vertical-align: top;
		}
		.search__submit-site {
		  margin-left: -1rem;
		}


	  /*** News card Adjustments ***/
	  
		.news__cards {
		  text-align: center;
		}
		
		
		
		/*** News item page adjustments ***/
		
		.news__title {
		  padding: 0;
		}
		.news__subtitle {
		  padding: 1.5rem 3rem;
		}
		
		/*** Breadcrumb Nav Adjustments ***/
		
		#breadcrumb-nav .current {
		  display: inline-block;
		  overflow: hidden;
		  text-overflow: ellipsis;
		  width: 400px;
		  white-space: nowrap; 
		}
		
		/*** Footer Adjustments ***/
  
  #footer-main-content {
   display: table;
   text-align: center;
   width: 100%;
  }
		footer .menu__footer {
      display: inline-block;
  }
		footer .menu {
		  float: none;
		  text-align: center;
		}
		footer .menu li {
		  padding: 0 1rem;
		}	
		.copyright,
		.disclaimer {
		  float: none;
		  text-align: center;
		}
		
		footer .row {
		  padding: 1rem;
		}
}
		
  

@media (max-width: 1200px) {
  
	    /*** when main content sidebar moves below content adjust styling ***/
		
  		.main__text-container .sidebar__container {
		  border-top: 1px solid #d8dcdb;
		  margin: 0;
		  padding-top: 3rem;
		}		
		.sidebar {
		  text-align: center;
		}
		

}


@media (min-width: 550px) and (max-width: 1000px) {
  
  
	  /***  adjust sizing for play button on video cards ***/
	  .news__cards .card__video .card__link-image::before {
		top: 0;
	  }
}





/*==============================================/  
	
	7: Print Styles
	
============================================= */


@media print {
  
  
  body,
  .logo__link,
  .callout-text {
      background: #fff !important;
      color: #000;
      font: 13pt Georgia, "Times New Roman", Times, serif;
      letter-spacing: normal;
      line-height: 1.3;
    }
	
	h1, h2, h3, h4, h5, h6 {
	  font-weight: bold;
	} 
	h2, h3, h4 {
	  color: #000;
	  font-size: 14pt;
	  margin: 25px 0;
	}
	
	h3 + p {
	  margin-top: 50px;
	}

	ul li {
	  margin: 0;
	}
	
	* {
	  float: none;
	  font-size: 10pt;
	  letter-spacing: normal;
	  line-height: 20pt;
	}
	
    
    img {
	  max-width: 100% !important;
	}
  
  
  /*** font sizes ***/
    h1,
	.logo__link {
	  font-size: 16pt;
	}
  
	h3 {
	  font-size: 13pt;
	}

	h4 {
	  font-size: 12pt;
	}	
	.news__subtitle {
	  font-size: 14pt;
	}
  
  
  /* Displaying link color and link behavior */
	a:link, a:visited, a,
	.button {
	  background: transparent;
	  border: none;
	  box-shadow: none;
	  color: #005596;
	  text-align: left;
	  font-weight: bold;
	}
	
	h1 a:link {text-decoration: none;}
	
	a[href^="http"]:after,
	a.button:after
	{
	  content: " (" attr(href) ") ";
	  font-size: 90%;
	}
	
	a[href^="#"]:after {
	 content: "";
   }
   
/* Defining all page breaks */
	a, img, blockquote,
	 h1, h2, h3, h4, h5, h6,
	 form {
		page-break-inside: avoid;
	}
  
  h1, h2, h3, h4, h5, h6,
  img {
	   page-break-after:avoid;
	}
	
	
  	a, .button {
	  page-break-inside:avoid
	}
	table, pre { page-break-inside:avoid }
	ul, ol, dl  { page-break-before:avoid }
	
	
	/*** hiding unecessary elements for print ***/
	#full-header,
	#breadcrumb-nav,
	footer,
	.listings__search-bar,
	.nav__local-container,
	.title__image,
	.sidebar,
	#keyword-search,
 .title__container,
 .video__wrapper,
 #featured-area,
 .callout {
	  display: none;
	}

	.container::after, .row::after {
	  display: block;
	}
	
	.container,
	.step,
	.news-heading__container,
	.news__subtitle-container h3 {
	  padding: 0;
	}
	
	.main__content {
	  margin: 25px 0;
	  padding: 0;
	}
	


  
  /*** columns and floats ***/
  .column, .columns {
	margin: 25px 0;
	float: none;
  }
  .main__text-container,
  .nine.columns,
  .container,
  .one-half.column,
  .one-third.column,
  .two-thirds.column,
  .nine.columns
  {
	width: 100%;
  }  
  .u-full-width {
	max-width: 90%;
  }
  .main__text .image--float-right,
  .main__text .image--float-left {
	  max-width: 40%;
	}

  
  
  /*** show hidden content ***/
	.content_show-hide {
	  display: block;
	}
	
	.results--border-all-sides li {
	  border: none;
	  padding: 0;
	}
	
	 
	 .title__heading,
	 .news-heading__container {
	  padding-left: 0;
	 }


	
	
	
	
  
  
  /*** form print styles ***/
  
	input[type="email"],
	input[type="number"],
	input[type="search"],
	input[type="text"],
	input[type="tel"],
	input[type="url"],
	input[type="password"],
	textarea,
	select {
	  border-bottom: 1px solid #d1d1d1;
	  border-top: none;
	  border-left: none;
	  border-right: none;
	  color: #000;
	  height: auto;
	  padding: 0;
	  width: 90%;
	}
	
	
	

 
/** Setting margins */       
@page { margin: 2cm }
	
	
	
}













