/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/*! for IE */
img {-ms-interpolation-mode: bicubic;}


/*! PLUGINS */

/* Eloqua Blog Subscription */

#blog-subscription-form {
	background-color:#003a70;
	color:#fff;
	padding: 0.5em 0.75em 0.5em 1.25em;
	position: absolute;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

#blog-subscription-form input[type=submit] {
	margin-bottom: 0;
}

#blog-subscription-form input[type=text] {
	width: 80%;
}

#blog-subscription-form .row {
	margin-bottom: .75em;
}

#blog-subscription-form #formElement0 {
	font-size: 1.2em;
	margin-bottom: 15px;
}

#blog-subscription-form #formElement1 .field-control-wrapper {
	width: 75%;
}

#close-modal-button {
	float: right;
	font-weight: bold;
	font-size: 1.0em;
	background-color: #003A70;
	color: #fff;
	border: 0;
}

.hidden-form {
	display: none;
}

@media screen and (max-width: 648px) {
	#blog-subscription-form {
		width: 90%;
	}

  #blog-subscription-form input[type=submit] {
  	width: 75%;
  }
}

@media screen and (max-width: 768px) {
		#blog-subscription-form {
		width: 60%;
	}
}

@media screen and (min-width: 769px) {
		#blog-subscription-form {
		width: 40%;
	}
}


/* Slick 1.9.0 - https://github.com/kenwheeler/slick/ */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:grab}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


/* Slick - Theme */

.slick-loading .slick-list {
background: #fff url('ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/* Slick - My Arrows */
.slick-prev {
left: 15px;
z-index:999;
opacity:0.66;
}
.slick-prev:hover {
opacity:0.9;
}
[dir='rtl'] .slick-prev {
right: 15px;
left: auto;
}
.slick-next {
right: 15px;
z-index:999;
opacity:0.66;
}
.slick-next:hover {
opacity:0.9;
}
[dir='rtl'] .slick-next {
right: auto;
left: 15px;
}








/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

















/*! Body Default */

html {
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
}

p {
margin:0;
padding:0;
margin-bottom:0.85em;
}

p:last-child {
margin-bottom:0;
}

ul {
margin:0;
padding:0;
padding-left: 0.5em;
list-style-type: disc;
margin-left:1em;
margin-top:0.5em;
}

ol {
margin:0;
padding:0;
padding-left: 0.5em;
margin-left:0.65em;
margin-top:0.5em;
}

li {
margin-bottom:0.4em;
}

span {
margin:0;
padding:0;
}

sup sup {
font-size:100%;
line-height:100%;
top: 0em;
}

hr {
border:0;
height:1px;
margin:0;
padding:0;
margin-top:1.3em;
margin-bottom:1.6em;
}

.clear {
clear:both;
margin:0;
padding:0;
}

b, strong {
font-weight: 700;
color:#000;
}

i, em {
font-style: italic;
}

.alignleft {
width:100%;
text-align:left;
}

.alignright {
width:100%;
text-align:right;
}

.aligncenter {
width:100%;
text-align:center;
margin-left:auto;
margin-right:auto;
}

body { /*! break long words */
overflow-wrap: break-word;
word-wrap: break-word;
}

a,
a:link,
a:visited,
a:active {
text-decoration: none;
}

a[href^=tel]{
color:inherit;
text-decoration:none;
}

img,
img a,
img a:link,
img a:visited,
img a:hover,
img a:active {
border:0;
}

input[type=submit],
input[type=reset],
input[type=file],
input[type=image] {
cursor: pointer;
}








/*! Page Content */

.pagecontent {
width:100%;
margin:0;
margin-left: auto;
margin-right: auto;
padding:0;
}









/*! Body Fonts and Colors */


body {
background-color:#fff;
}

html {
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15px;
line-height: 1.40em;
color: #4d4d4d;
background-color:#fff;
}
@media screen and (max-width: 900px) {
html {
color: #404040;
}
}
@media screen and (max-width: 640px) {
html {
color: #1a1a1a;
}
}

h1,h2,h3,h4,h5,h6 {
font-weight: 600;
font-size: 1.2em;
line-height: 115%;
margin:0;
padding:0;
margin-bottom:0.25em;
color:#003a70;
}
@media screen and (max-width: 640px) {
h1,h2,h3,h4,h5,h6 {
font-size: 1.1em;
}
}

h1 {
font-weight: 700;
font-size: 2.25em;
}
@media screen and (max-width: 640px) {
h1 {
font-size: 1.85em;
}
}

a,
a:link,
a:visited,
a:active,
a h1,a h2,a h3,a h4,a h5,a h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
color:#587e2a;
font-weight:600;
}

a:hover,
a:hover b,a:hover strong,a:hover i,a:hover em,a:hover em strong,
b a:hover, strong a:hover,
a:hover h1,a:hover h2,a:hover h3,a:hover h4,a:hover h5,a:hover h6 {
color:#9cbb77;
}

hr {
background-color:#595959;
}










/*! Body Font Sizes */


/*! 25% */
html {
font-size: 4em;
}
/*! 33% */
@media screen and (max-width: 5000px) {
html {
font-size: 3em;
}
}
@media screen and (max-width: 4000px) {
html {
font-size: 2.5em;
}
}
/*! 50% */
@media screen and (max-width: 3000px) {
html {
font-size: 2em;
}
}
/*! 67% */
@media screen and (max-width: 2500px) {
html {
font-size: 1.5em;
}
}
/*! 75% */
@media screen and (max-width: 2000px) {
html {
font-size: 1.333em;
}
}
/*! 80% */
@media screen and (max-width: 1800px) {
html {
font-size: 1.25em;
}
}
/*! 90% */
@media screen and (max-width: 1700px) {
html {
font-size: 1.11em;
}
}
/*! ACTUAL SIZE */
@media screen and (max-width: 1600px) {
html {
font-size: 1em;
}
}
/*! 110% - 1280w */
@media screen and (max-width: 1400px) {
html {
font-size: 0.933em;
}
}
/*! 125% */
@media screen and (max-width: 1200px) {
html {
font-size: 0.933em;
}
}
/*! 150% - 1024w */
@media screen and (max-width: 1100px) {
html {
font-size: 0.866em;
}
}
/*! 175% */
@media screen and (max-width: 900px) {
html {
font-size: 0.866em;
}
}
/*! 200% */
@media screen and (max-width: 800px) {
html {
font-size: 0.866em;
}
}
/*! MOBILE */
@media screen and (max-width: 640px) {
html {
font-size: 0.933em;
}
}












/*! Mobile Navigation */

.mobilenavbar {
height:4.5em;
width:100%;
z-index:9000;
margin:0;
padding:0;
display:none;
}
@media screen and (max-width: 900px) {
.mobilenavbar,
.mobilescrollnav {
display:block;
}
}

.mobilenav {
display:none;
}

.mobilenav {
text-align:right;
margin:0;
padding:0;
z-index:8000;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
margin-top:0em;
overflow-y: auto;
}

.mobilenavbar,
.mobilenav {
background-color:#fff;
}

.mobilenav,
.mobilenav a {
color:#000;
}

.mobilenav a:hover,
.mobilenav:hover {
color:#1a5fab;
}

.mobilenav_close {
width:100%;
height:3em;
}

.mobilescrollnav_icon {
width:4em;
height:4em;
z-index:9100;
float:left;
margin:0;
padding:0;
cursor: pointer;
}

.mobilescrollnav_icon img {
width:2em;
height:2em;
position:absolute;
left:1em;
top:1em;
}

.hamburger {
width:4em;
height:4em;
z-index:9100;
float:right;
margin:0;
padding:0;
cursor: pointer;
}

.hamburger img {
width:2em;
height:2em;
position:absolute;
right:1.5em;
top:1.125em;
opacity:0.6;
}

.close_icon {
width:4em;
height:3.25em;
z-index:9999;
float:right;
margin:0;
padding:0;
cursor: pointer;
}

.close_icon img {
width:1.5em;
height:1.5em;
position:absolute;
top:1.25em;
right:1em;
opacity:0.6;
}

.mobilenavbar_logo {
padding-top:0.85em;
padding-bottom:0.5em;
padding-left:5%;
padding-right:1em;
z-index:9999;
}

.mobilenavbar_logo img {
height:2.25em;
}

/* Mobile Nav Scroll Bar */
.mobilenav::-webkit-scrollbar {
width: 10px;
margin:0;
padding:0;
}
.mobilenav::-webkit-scrollbar-track {
background: #fff;
}
.mobilenav::-webkit-scrollbar-thumb {
background: #bfbfbf;
}
.mobilenav::-webkit-scrollbar-thumb:hover {
background: #808080;
}

.mobilenav_menu {
width:80%;
margin-left:10%;
margin-right:10%;
}

.mobilenav ul {
list-style-type: none;
margin:0;
padding:0;
}

.mobilenav ul ul li:first-child {
border-top: 2px solid #808080;
}
.mobilenav ul ul li:last-child {
border-bottom: 2px solid #808080;
}

.mobilenav ul,
.mobilenav ul a {
font-weight:400;
}

.mobilenav li {
font-size:1.2em;
line-height:100%;
padding-left:5%;
padding-right:5%;
}



.mobilenav ul ul li a {
color:#4d4d4d;
}

.mobilenav ul ul li .current-menu-item,
.mobilenav ul ul li .current-menu-item,
.mobilenav ul ul li .current-menu-item a,
.mobilenav ul ul li .current-menu-item a {
color:#587e2a !important;
}

.mobilenav ul li {
border-bottom: 1px solid #d9d9d9;
}

.mobilenav li {
margin:0;
padding-top:1em;
padding-bottom:1em;
text-align:center;
display:block;
cursor: pointer;
}

.mobilenav ul ul {
background-color:#f5f5f5;
font-size:.8em;
font-weight:400;
margin:0;
padding:0;
margin-top:1em;
display:none;
}

.mobilenav .menu-item-has-children > a:after {
content: "";
display: inline-block;
background: url("../images/icon/arrow_down.svg");
background-repeat:no-repeat;
background-position:right bottom;
background-size: contain;
position:absolute;
float:right;
right:2.25em;
width:1.5em;
height:.75em;
margin:0;
padding:0;
opacity:0.25;
}

.mobilenav .menu-item-has-children > a.mobilenav_downarrow:after {
content: "";
display: inline-block;
background: url("../images/icon/arrow_down.svg");
background-repeat:no-repeat;
background-position:right bottom;
background-size: contain;
position:absolute;
float:right;
right:2.25em;
width:1.5em;
height:.75em;
margin:0;
padding:0;
opacity:0.25;
}

.mobilenav .menu-item-has-children > a.mobilenav_uparrow:after {
content: "";
display: inline-block;
background: url("../images/icon/arrow_up.svg");
background-repeat:no-repeat;
background-position:right bottom;
background-size: contain;
position:absolute;
float:right;
right:2.25em;
width:1.5em;
height:.75em;
margin:0;
padding:0;
opacity:0.25;
}










/*! Mobile Scroll Navigation */


.mobilescrollnav {
height: 4em;
position: fixed;
top: 0;
opacity:0;
z-index:7000;
width: 100%;
-moz-box-shadow:    0px 0px 6px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
box-shadow:         0px 0px 6px 3px rgba(0,0,0,0.2);
display:none;
background-color: #fff;
}

.nav-up {
top: 0;
opacity:1;
display:none;
}
@media screen and (max-width: 900px) {
.nav-up {
opacity:1;
display:block;
}
}

.nav-down {
opacity:0;
display:none;
}

.desktopscrollnav {
height: 5.5em;
position: fixed;
top: 0;
opacity:0;
width: 100%;
-moz-box-shadow:    0px 0px 6px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
box-shadow:         0px 0px 6px 3px rgba(0,0,0,0.2);
display:block;
background-color: #fff;
z-index:300;
}
@media screen and (max-width: 900px) {
.desktopscrollnav {
display:none;
}
}

.desktopnav-up {
top: 0;
opacity:1;
display:block;
}
@media screen and (max-width: 900px) {
.desktopnav-up {
opacity:1;
display:none;
}
}

.desktopnav-down {
opacity:0;
display:none;
}
@media screen and (max-width: 900px) {
.desktopnav-down {
opacity:0;
display:none;
}
}










/*! Top Navigation */

.topbar {
position:fixed;
top:0;
font-weight: 600;
text-transform:uppercase;
width:100%;
margin:0;
padding:0;
background-color:#fff;
padding-top:0.5em;
height:5em;
z-index:1030;
}
@media screen and (max-width: 900px) {
.topbar {
display:none;
}
}

.topbar_space {
background-color:#fff;
width:100%;
height:5em;
margin:0;
padding:0;
margin-bottom:1.25em;
z-index:0;
}
@media screen and (max-width: 900px) {
.topbar_space {
display:none;
}
}

.topbar_desktopscrollnav {
}
@media screen and (max-width: 900px) {
.topbar_desktopscrollnav {
display:none;
}
}

.logo {
padding-top:0.5em;
height:4em;
}
@media screen and (max-width: 900px) {
.logo {
padding-top:1em;
}
}

img.logo {
width:100%;
margin:0;
}

.topbar_left {
float:left;
width:21%;
}
@media screen and (max-width: 800px) {
.topbar_left {
width:20%;
}
}

.topbar_left_desktopscrollnav {
}
@media screen and (max-width: 640px) {
.topbar_left_desktopscrollnav {
}
}

.topbar_right {
text-align:right;
float:right;
width:79%;
margin:0;
padding:0;
padding-top:2.25em;
}
@media screen and (max-width: 800px) {
.topbar_right {
width:80%;
}
}

.topbar ul {
display:inline-block;
}

.searchicon,
.topbar li {
font-size:0.8em;
line-height:100%;
display:inline-block;
margin:0;
padding:0;
margin-left:1.25em;
cursor: pointer;
}
@media screen and (max-width: 1200px) {
.searchicon,
.topbar li {
margin-left:1.125em;
}
}
@media screen and (max-width: 1000px) {
.searchicon,
.topbar li {
font-size:0.75em;
margin-left:0.6em;
}
}
@media screen and (max-width: 900px) {
.searchicon,
.topbar li {
margin-left:0.5em;
}
}

.topbar li:first-child {
margin-left:0;
margin-right:0;
}

.topbar ul ul {
font-size:1.25em;
display:none;
background-color:#003a70;
}

.topbar ul ul ul {
  width: 12em;
  top: -0.7em;
margin-left:7em;
z-index:250;
}

.topbar ul li:hover > ul {
display: block;
}

.topbar ul ul {
position: absolute;
text-align:left;
margin:0;
padding:0;
}

.topbar ul ul li {
display: block;
float:none;
position:relative;
text-align:left;
margin:0;
padding:0;
width:100%;
}

.topbar ul ul li a {
display: block;
margin:0px;
padding-top:1em;
padding-bottom:.75em;
padding-left:1.25em;
padding-right:1.25em;
width:100%;
}

.topbar ul ul li:first-of-type a {
padding-top:1.75em;
}

.topbar ul ul li:last-of-type a {
padding-bottom:1.25em;
}

.topbar a {
color:#757575;
}

.topbar a:hover {
color:#2a7de1;
}

.topbar ul ul li a {
color:#fff;
}

.topbar ul ul li a:hover {
color:#9fc4f1;
}

.current-menu-ancestor,
.current-menu-ancestor a,
.current-menu-parent,
.current-menu-parent a,
.current-menu-item,
.current-menu-item a,
.current_page_item,
.current_page_item a,
.current-page-ancestor,
.current-page-ancestor a {
color:#587e2a;
}













/*! Banner - Inside */

.banner_inside_container {
background-color:#003a70;
margin-bottom:0em;
}

.banner_bottom {
margin-bottom:0.75em;
}

.banner_bottom_small {
margin-bottom:0.25em;
}

.banner_home_bottom {
margin-bottom:2.25em;
}
@media screen and (max-width: 640px) {
.banner_home_bottom {
margin-bottom:1.75em;
}
}

.banner_inside {
position:relative;
min-height:17em;
overflow:hidden;
z-index:0;
}
@media screen and (max-width: 1200px) {
.banner_inside {
min-height:16em;
}
}
@media screen and (max-width: 1100px) {
.banner_inside {
min-height:15em;
}
}
@media screen and (max-width: 900px) {
.banner_inside {
min-height:15em;
}
}
@media screen and (max-width: 800px) {
.banner_inside {
min-height:15em;
}
}
@media screen and (max-width: 720px) {
.banner_inside {
min-height:14em;
}
}
@media screen and (max-width: 640px) {
.banner_inside {
min-height:10em;
}
}
@media screen and (max-width: 560px) {
.banner_inside {
min-height:8em;
}
}

.banner_home_container {
margin-bottom:0.25em;
overflow:hidden;
}

.banner_home {
min-height:20em;
margin-bottom:0.5em;
}
@media screen and (max-width: 1400px) {
.banner_home {
min-height:19em;
}
}
@media screen and (max-width: 1200px) {
.banner_home {
min-height:18em;
}
}
@media screen and (max-width: 1100px) {
.banner_home {
min-height:17em;
}
}
@media screen and (max-width: 900px) {
.banner_home {
min-height:16em;
}
}
@media screen and (max-width: 800px) {
.banner_home {
min-height:15em;
}
}
@media screen and (max-width: 720px) {
.banner_home {
min-height:15em;
}
}
@media screen and (max-width: 640px) {
.banner_home {
min-height:15em;
}
}
@media screen and (max-width: 560px) {
.banner_home {
min-height:15em;
}
}

.banner_inside_photo {
width:100%;
height:100%;
position:absolute;
top:0;
bottom:0;
opacity:0.85;
z-index:0;
}
@media screen and (max-width: 640px) {
.banner_inside_photo {
opacity:0.7;
}
}

.banner_solutions_inside {
opacity:1;
height:auto;
}

.banner_solutions_inside img {
width:100%;
}

.banner_home_photo {
opacity:0.85;
}
@media screen and (max-width: 1024px) {
.banner_home_photo {
opacity:0.4;
}
}

.banner_inside_photo_notext {
opacity:1;
}

.banner_inside_text {
background-color:transparent;
width:93.5%;
height:1em;
position:relative;
margin:0;
padding:0;
color:#fff;
z-index:1;
display: table;
vertical-align: middle;
padding-left:3.25%;
padding-right:3.25%;
}

.pull-left {
left:-15%;
}

@media screen and (max-width: 640px) {
.banner_inside_text {
margin-top:0em;
}
}

@media screen and (max-width: 1024px) {
.pull-left {
left:0;
}
}

.banner_home_text {
padding-top:1em;
text-align:center;
}

.banner_inside_text_container {
width:auto;
height:auto;
display: table-cell;
vertical-align: middle;
margin:0;
padding:0;
}

.banner_inside_text_container p {
margin:0;
padding:0;
}

.banner_inside_text_text {
font-size:1.125em;
font-weight:600;
line-height: 120%;
}
@media screen and (max-width: 900px) {
.banner_inside_text_text {
font-size:1.25em;
}
}
@media screen and (max-width: 640px) {
.banner_inside_text_text {
font-size:1em;
}
}

.banner_inside_text_text {
width:50%;
}
@media screen and (max-width: 1200px) {
.banner_inside_text_text {
width:60%;
}
}
@media screen and (max-width: 1000px) {
.banner_inside_text_text {
width:65%;
}
}
@media screen and (max-width: 900px) {
.banner_inside_text_text {
width:75%;
}
}
@media screen and (max-width: 800px) {
.banner_inside_text_text {
width:85%;
}
}
@media screen and (max-width: 640px) {
.banner_inside_text_text {
width:100%;
text-align:center;
padding-bottom:1em;
}
}

.banner_inside_text_text_longer {
width:60%;
}
@media screen and (max-width: 1200px) {
.banner_inside_text_text_longer {
width:70%;
}
}
@media screen and (max-width: 1000px) {
.banner_inside_text_text_longer {
width:75%;
}
}
@media screen and (max-width: 900px) {
.banner_inside_text_text_longer {
width:75%;
}
}
@media screen and (max-width: 800px) {
.banner_inside_text_text_longer {
width:85%;
}
}
@media screen and (max-width: 640px) {
.banner_inside_text_text_longer {
width:100%;
}
}

.banner_home_text_text {
width:56%;
margin-left:22%;
margin-right:22%;
padding-bottom:0.25em;
text-align:center;
font-weight:600;
}
@media screen and (max-width: 900px) {
.banner_home_text_text {
width:86%;
margin-left:7%;
margin-right:7%;
padding-bottom:1em;
}
}
@media screen and (max-width: 640px) {
.banner_home_text_text {
width:86%;
margin-left:7%;
margin-right:7%;
padding-bottom:2em;
}
}

.banner_home_learnmore {
width:auto;
display:inline-block;
text-transform:uppercase;
font-size:1.1em;
letter-spacing:0.03em;
line-height:100%;
font-weight:700;
padding-top:0.5em;
padding-bottom:0.5em;
padding-left:1.25em;
padding-right:1.25em;
border:0.125em solid #d7e398;
margin-top:1em;
}
@media screen and (max-width: 640px) {
.banner_home_learnmore {
font-size:0.9em;
}
}

.banner_home_learnmore,
.banner_home_learnmore a,
a .banner_home_learnmore {
color:#d7e398;
}

.banner_home_learnmore:hover {
background-color:#d7e398;
color:#003a70;
}

.banner_inside_text h1,
.banner_inside_text h2 {
padding-top:0;
}
@media screen and (max-width: 640px) {
.banner_inside_text h1,
.banner_inside_text h2 {
padding-top:0;
}
}

.banner_inside_text h1,
.banner_inside_text h2 {
font-size: 2.5em;
line-height:110%;
font-weight: 700;
font-style: normal;
text-transform:uppercase;
color:#fff;
margin-bottom:0.25em;
margin-top:0.25em;
text-shadow: 0em 0em 0.5em rgba(0,58,112,0.4);
}
@media screen and (max-width: 900px) {
.banner_inside_text h1,
.banner_inside_text h2 {
font-size: 2.25em;
}
}
@media screen and (max-width: 800px) {
.banner_inside_text h1,
.banner_inside_text h2 {
font-size: 2em;
}
}
@media screen and (max-width: 640px) {
.banner_inside_text h1,
.banner_inside_text h2 {
text-align:center;
padding-top:0.4em;
text-shadow: 0em 0em 0.3em rgba(0,58,112,0.65);
}
}

.banner_home_text h1,
.banner_home_text h2 {
font-size: 2.25em;
}
@media screen and (max-width: 900px) {
.banner_home_text h1,
.banner_home_text h2 {
font-size: 2.125em;
}
}
@media screen and (max-width: 800px) {
.banner_home_text h1,
.banner_home_text h2 {
font-size: 2em;
}
}
@media screen and (max-width: 640px) {
.banner_home_text h1,
.banner_home_text h2 {
width:80%;
margin-left:10%;
margin-right:10%;
font-size: 1.65em;
line-height:110%;
margin-bottom:0.5em;
}
}

.banner_inside_text a {
color:#fff;
}

.banner_inside_text a:hover {
color:#fff;
}

.banner_inside_text_mobile {
background-color:#003a70;
display:none;
margin:0;
padding:0;
padding:1em;
margin-bottom:0em;
}
@media screen and (max-width: 640px) {
.banner_inside_text_mobile {
display:inline-block;
}
}

.banner_inside_text_mobile h1 {
font-size:1.85em;
line-height:100%;
text-transform:uppercase;
font-weight: 700;
font-style: normal;
color:#fff;
margin-bottom:0.25em;
margin-top:0em;
text-align:center;
}

.banner_inside_text_mobile_text {
font-size:0.9em;
line-height: 125%;
color:#fff;
text-align:center;
}

.banner_inside_text_text p {
margin:0;
padding:0;
}

.banner_home_text_text h1,
.banner_home_text_text h2 {
display: inline;
font-size:1em !important;
font-weight:600 !important;
text-transform:none !important;
margin:0 !important;
padding:0 !important;
}

.home_banner_paragraph {
	display: inline;
}









/*! Margins */

.margins {
width:82%;
margin-left:9%;
margin-right:9%;
}
/*! 125% */
@media screen and (max-width: 1200px) {
.margins {
width:84%;
margin-left:8%;
margin-right:8%;
}
}
/*! 150% - 1024w */
@media screen and (max-width: 1100px) {
.margins {
width:88%;
margin-left:6%;
margin-right:6%;
}
}
/*! 175% */
@media screen and (max-width: 900px) {
.margins {
width:90%;
margin-left:5%;
margin-right:5%;
}
}
/*! MOBILE */
@media screen and (max-width: 640px) {
.margins {
width:88%;
margin-left:6%;
margin-right:6%;
}
}









/*! Body Text */

.bodytext {
margin-top:0.5em;
margin-bottom:3em;
min-height:30em;
}
@media screen and (max-width: 1200px) {
.bodytext {
margin-bottom:2.5em;
}
}
@media screen and (max-width: 900px) {
.bodytext {
margin-bottom:1.5em;
}
}
@media screen and (max-width: 640px) {
.bodytext {
margin-top:0.75em;
margin-bottom:1.5em;
min-height:1em;
}
}

.bodytext_text {
width:100%;
padding-left:0%;
padding-right:0%;
padding-top:1.5em;
padding-bottom:1em;
min-height:10em;
text-align:justify;
}
@media screen and (max-width: 640px) {
.bodytext_text {
width:100%;
padding-left:0%;
padding-right:0%;
padding-top:1em;
padding-bottom:1em;
text-align:left;
}
}

.bodytext_text ul,
.bodytext_text ol {
margin-bottom:1.125em;
}

.bodytext_text h2 {
margin-bottom:1em;
text-align:left;
}

.bodytext_text_investors h2 {
margin-bottom:0.25em;
}

.bodytext_text h1,
.pagetitle {
font-size:2.2em;
margin-bottom:0.125em !important;
text-align:left;
font-weight:700;
}
@media screen and (max-width: 640px) {
.bodytext_text h1,
.pagetitle {
font-size:1.7em;
line-height:120%;
margin-bottom:0.25em !important;
}
}

.bodytext_text_text {
margin-top:1em;
font-size:1.1em;
}
@media screen and (max-width: 640px) {
.bodytext_text_text {
min-height:1em;
font-size:1em;
}
}

.bodytext_text_justify {
text-align: justify;
}
@media screen and (max-width: 640px) {
.bodytext_text_justify {
text-align: left;
}
}

.bodytext_text_left {
text-align: left;
}

.bodytext_text_text_nomargin {
margin-top:0em;
font-size:1.1em;
min-height:20em;
}
@media screen and (max-width: 640px) {
.bodytext_text_text_nomargin {
min-height:1em;
font-size:1em;
}
}

.bodytext_text_text_margin {
margin-top:1.75em;
}

.bodytext_text_text_marginsmall {
margin-top:0.65em;
}

.bodytext_text_text img {
width:100%;
height:auto;
}

.fourcolumns_left {
width:48%;
margin-right:2%;
float:left;
}
@media screen and (max-width: 1000px) {
.fourcolumns_left {
width:100%;
margin-right:0%;
margin-bottom:0em;
}
}

.fourcolumns_right {
width:48%;
margin-right:0%;
float:left;
}
@media screen and (max-width: 1000px) {
.fourcolumns_right {
width:100%;
margin-right:0%;
margin-bottom:0em;
}
}

.fourcolumns_two_left {
width:49.5%;
margin-right:1%;
float:left;
}
@media screen and (max-width: 1000px) {
.fourcolumns_two_left {
width:49.5%;
margin-right:1%;
}
}
@media screen and (max-width: 640px) {
.fourcolumns_two_left {
width:100%;
margin-right:0%;
}
}

.fourcolumns_two_right {
width:49.5%;
margin-right:0%;
float:left;
}
@media screen and (max-width: 640px) {
.fourcolumns_two_right {
width:49.5%;
margin-right:0%;
}
}
@media screen and (max-width: 640px) {
.fourcolumns_two_right {
width:100%;
margin-right:0%;
}
}

.locations {
line-height:135%;
}

.locations p {
margin-bottom:1.5em;
}











/*! Inside Nav Bar */

.insidenavbar {
font-weight:600;
width:auto;
background-color:#003a70;
margin:0;
padding-top:0.4em;
padding-bottom:0.25em;
padding-left:3.25%;
padding-right:3.25%;
font-size:1.0em;
text-align:left;
margin-bottom:0.35em;
}

.insidenavbar,
.insidenavbar h1,
.insidenavbar h2,
.insidenavbar h3,
.insidenavbar h4,
.insidenavbar h5,
.insidenavbar h6,
.insidenavbar strong,
.insidenavbar b {
color:#fff;
color:rgba(255, 255, 255, 0.75);
}

.insidenavbar a,
.insidenavbar a strong,
.insidenavbar a b {
color:#fff;
}

.insidenavbar a:hover,
.insidenavbar a:hover h1,
.insidenavbar a:hover h2,
.insidenavbar a:hover h3,
.insidenavbar a:hover h4,
.insidenavbar a:hover h5,
.insidenavbar a:hover h6,
.insidenavbar a:hover strong,
.insidenavbar a:hover b,
.insidenavbar a:hover em,
.insidenavbar a:hover i {
color:#daeec2 !important;
}

.insidenavbar ul,
.insidenavbar li,
.insidenavbar div {
margin:0;
padding:0;
display:inline-block;
}

.insidenavbar li {
margin-right:1.25em;
}
@media screen and (max-width: 640px) {
.insidenavbar li {
margin-right:0.85em;
}
}

.insidenavbar .current-menu-item,
.insidenavbar .current-menu-item a,
.insidenavbar .current_page_item,
.insidenavbar .current_page_item a {
color:#fff;
}

.insidenavbar .current-page-ancestor,
.insidenavbar .current-page-ancestor a {
color:#fff;
}

.insidenavbar .insidenavbar-current-page-ancestor,
.insidenavbar .insidenavbar-current-page-ancestor a {
color:#c8dbaf !important;
}










/*! Breadcrumbs */

.insidenavbar_breadcrumbs {
padding-left:0%;
padding-right:0%;
background-color:#fff;
margin-bottom:0em;
}

.insidenavbar_breadcrumbs {
color:#707070;
}

.insidenavbar_breadcrumbs a {
color:#707070;
}

.insidenavbar_breadcrumbs a:hover {
color:#2a7de1 !important;
}










/*! About - Overview */

.about_overview_left {
width:57%;
float:left;
}
@media screen and (max-width: 640px) {
.about_overview_left {
width:100%;
margin-bottom:2em;
}
}

.about_overview_right {
width:37%;
float:right;
margin-left:6%;
}
@media screen and (max-width: 640px) {
.about_overview_right {
width:100%;
margin-left:0%;
}
}

.about_overview_video {
width:100%;
}
@media screen and (max-width: 640px) {
.about_overview_video {
width:60%;
margin-left:20%;
margin-right:20%;
}
}
@media screen and (max-width: 540px) {
.about_overview_video {
width:90%;
margin-left:5%;
margin-right:5%;
}
}

.about_overview_video_image:hover {
opacity:0.85;
}

.about_overview_video_image {
position:relative;
height:14em;
margin-bottom:0.75em;
}
@media screen and (max-width: 1200px) {
.about_overview_video_image {
height:13em;
}
}
@media screen and (max-width: 1000px) {
.about_overview_video_image {
height:12em;
}
}
@media screen and (max-width: 800px) {
.about_overview_video_image {
height:10em;
}
}
@media screen and (max-width: 640px) {
.about_overview_video_image {
height:12em;
margin-bottom:0.75em;
}
}

.about_overview_video_icon {
position:absolute;
width:100%;
height:100%;
top:0;
bottom:0;
left:0;
right:0;
text-align:center;
}

.about_overview_video_icon img {
width:16%;
margin-left:42%;
margin-right:42%;
position: relative;
top: 50%;
transform: translateY(-50%);
}

.about_overview_video_text {
color:#868686;
font-size:1.25em;
line-height:120%;
font-weight:700;
margin-bottom:0.4em;
}











/*! About - Leadership - Grid */

.about_leadership_grid {
padding-top:1.5em;
padding-bottom:1em;
text-align: left;
}
@media screen and (max-width: 640px) {
.about_leadership_grid {
padding-top:0.5em;
padding-bottom:0.5em;
}
}

.about_leadership_griditem {
font-size:0.95em;
width:21%;
margin-left:2%;
margin-right:2%;
margin-top:0em;
margin-bottom:1.5em;
float:left;
}
@media screen and (max-width: 1100px) {
.about_leadership_griditem {
width:23%;
margin-left:1%;
margin-right:1%;
}
}
@media screen and (max-width: 800px) {
.about_leadership_griditem {
width:31.333%;
}
}
@media screen and (max-width: 640px) {
.about_leadership_griditem {
margin-bottom:1em;
}
}
@media screen and (max-width: 560px) {
.about_leadership_griditem {
width:46%;
margin-left:2%;
margin-right:2%;
}
}

.investors_leadership_griditem {
font-size:0.85em;
}

.about_leadership_griditem6 {
font-size:0.95em;
width:18%;
margin-left:1%;
margin-right:1%;
margin-top:0em;
margin-bottom:0.75em;
float:left;
}
@media screen and (max-width: 900px) {
.about_leadership_griditem6 {
width:23%;
margin-bottom:0.5em;
}
}
@media screen and (max-width: 800px) {
.about_leadership_griditem6 {
width:31.333%;
margin-bottom:0.25em;
}
}
@media screen and (max-width: 560px) {
.about_leadership_griditem6 {
width:46%;
margin-left:2%;
margin-right:2%;
margin-bottom:0.25em;
}
}

.about_leadership_griditem_photo {
height:14em;
margin-bottom:0.5em;
}
@media screen and (max-width: 1300px) {
.about_leadership_griditem_photo {
height:13em;
}
}
@media screen and (max-width: 1200px) {
.about_leadership_griditem_photo {
height:13em;
}
}
@media screen and (max-width: 1100px) {
.about_leadership_griditem_photo {
height:14em;
}
}
@media screen and (max-width: 1000px) {
.about_leadership_griditem_photo {
height:13em;
}
}
@media screen and (max-width: 900px) {
.about_leadership_griditem_photo {
height:12em;
}
}
@media screen and (max-width: 800px) {
.about_leadership_griditem_photo {
height:13em;
}
}
@media screen and (max-width: 720px) {
.about_leadership_griditem_photo {
height:12em;
}
}
@media screen and (max-width: 640px) {
.about_leadership_griditem_photo {
height:12em;
}
}
@media screen and (max-width: 600px) {
.about_leadership_griditem_photo {
height:13em;
}
}
@media screen and (max-width: 580px) {
.about_leadership_griditem_photo {
height:12em;
}
}
@media screen and (max-width: 560px) {
.about_leadership_griditem_photo {
height:16em;
}
}
@media screen and (max-width: 540px) {
.about_leadership_griditem_photo {
height:11em;
}
}

.investors_leadership_griditem_photo {
height:12em;
margin-bottom:0.5em;
}
@media screen and (max-width: 1300px) {
.investors_leadership_griditem_photo {
height:12em;
}
}
@media screen and (max-width: 1200px) {
.investors_leadership_griditem_photo {
height:11em;
}
}
@media screen and (max-width: 1100px) {
.investors_leadership_griditem_photo {
height:11em;
}
}
@media screen and (max-width: 1000px) {
.investors_leadership_griditem_photo {
height:11em;
}
}
@media screen and (max-width: 900px) {
.investors_leadership_griditem_photo {
height:11em;
}
}
@media screen and (max-width: 800px) {
.investors_leadership_griditem_photo {
height:11em;
}
}
@media screen and (max-width: 720px) {
.investors_leadership_griditem_photo {
height:11em;
}
}
@media screen and (max-width: 640px) {
.investors_leadership_griditem_photo {
height:15em;
}
}
@media screen and (max-width: 600px) {
.investors_leadership_griditem_photo {
height:15em;
}
}
@media screen and (max-width: 580px) {
.investors_leadership_griditem_photo {
height:15em;
}
}
@media screen and (max-width: 560px) {
.investors_leadership_griditem_photo {
height:15em;
}
}
@media screen and (max-width: 540px) {
.investors_leadership_griditem_photo {
height:15em;
}
}

.about_leadership_griditem6_photo {
height:12.5em;
margin-bottom:0.5em;
}
@media screen and (max-width: 1300px) {
.about_leadership_griditem6_photo {
height:11.5em;
}
}
@media screen and (max-width: 1200px) {
.about_leadership_griditem6_photo {
height:10.5em;
}
}
@media screen and (max-width: 1100px) {
.about_leadership_griditem6_photo {
height:11em;
}
}
@media screen and (max-width: 1000px) {
.about_leadership_griditem6_photo {
height:10em;
}
}
@media screen and (max-width: 900px) {
.about_leadership_griditem6_photo {
height:11.5em;
}
}
@media screen and (max-width: 800px) {
.about_leadership_griditem6_photo {
height:14em;
}
}
@media screen and (max-width: 720px) {
.about_leadership_griditem6_photo {
height:13em;
}
}
@media screen and (max-width: 640px) {
.about_leadership_griditem6_photo {
height:11em;
}
}
@media screen and (max-width: 600px) {
.about_leadership_griditem6_photo {
height:10.5em;
}
}
@media screen and (max-width: 580px) {
.about_leadership_griditem6_photo {
height:10em;
}
}
@media screen and (max-width: 560px) {
.about_leadership_griditem6_photo {
height:14em;
}
}
@media screen and (max-width: 520px) {
.about_leadership_griditem6_photo {
height:10.5em;
}
}

a > .about_leadership_griditem:hover >.about_leadership_griditem_photo {
opacity:0.85;
}

.about_leadership_griditem,
.about_leadership_griditem a {
color:#5f5f5f !important;
line-height:110%;
}
@media screen and (max-width: 640px) {
.about_leadership_griditem {
font-size:0.85em;
}
}

.about_leadership_griditem:hover >h3 {
color:#9cbb77 !important;
}

.about_leadership_griditem h3 {
font-size:1.2em;
color:#587e2a;
font-weight:700;
}

.about_leadership_griditem6 h2 {
font-size:1.05em;
color:#000;
font-weight:600;
}

.about_leadership_griditem_text {
text-align: left;
}









/*! About - Leadership - Individual */

.about_leadership_photo {
width:31%;
height:23em;
margin-left:2em;
margin-right:0em;
margin-top:0em;
margin-bottom:1em;
float:right;
}
@media screen and (max-width: 1400px) {
.about_leadership_photo {
margin-left:1.75em;
height:22em;
}
}
@media screen and (max-width: 1300px) {
.about_leadership_photo {
height:21em;
}
}
@media screen and (max-width: 1200px) {
.about_leadership_photo {
height:20em;
}
}
@media screen and (max-width: 1100px) {
.about_leadership_photo {
height:19em;
}
}
@media screen and (max-width: 900px) {
.about_leadership_photo {
margin-left:1.5em;
height:18em;
}
}
@media screen and (max-width: 900px) {
.investors_leadership_photo {
margin-left:1em;
width:30%;
}
}
@media screen and (max-width: 800px) {
.about_leadership_photo {
margin-left:1.25em;
height:17em;
width:35%;
}
}
@media screen and (max-width: 800px) {
.investors_leadership_photo {
width:25%;
margin-left:0.75em;
}
}
@media screen and (max-width: 640px) {
.about_leadership_photo {
width:50%;
height:16em;
margin-left:25%;
margin-right:25%;
margin-bottom:1.125em;
}
}
@media screen and (max-width: 560px) {
.about_leadership_photo {
width:60%;
height:14em;
margin-left:20%;
margin-right:20%;
}
}

.investors_leadership_photo {
height:15em;
}
@media screen and (max-width: 1400px) {
.investors_leadership_photo {
height:15em;
}
}
@media screen and (max-width: 1300px) {
.investors_leadership_photo {
height:14em;
}
}
@media screen and (max-width: 1200px) {
.investors_leadership_photo {
height:14em;
}
}
@media screen and (max-width: 1100px) {
.investors_leadership_photo {
height:14em;
}
}
@media screen and (max-width: 900px) {
.investors_leadership_photo {
height:12em;
}
}
@media screen and (max-width: 800px) {
.investors_leadership_photo {
height:11em;
}
}
@media screen and (max-width: 640px) {
.investors_leadership_photo {
height:18em;
}
}
@media screen and (max-width: 560px) {
.investors_leadership_photo {
height:17em;
}
}













/*! Contact - Overview */

h1.firsth1 {
margin-bottom:0.5em;
}

h1.secondh1 {
margin-top:1em;
margin-bottom:0.5em;
}

h1.secondh1_nobottommargin {
margin-top:1em;
margin-bottom:0em;
}

.contact_overview_left {
width:55%;
float:left;
}
@media screen and (max-width: 900px) {
.contact_overview_left {
width:45%;
}
}
@media screen and (max-width: 800px) {
.contact_overview_left {
width:100%;
margin-bottom:2em;
}
}

.contact_overview_right {
width:40%;
float:right;
margin-left:5%;
}
@media screen and (max-width: 900px) {
.contact_overview_right {
width:50%;
margin-left:5%;
}
}
@media screen and (max-width: 800px) {
.contact_overview_right {
width:100%;
margin-left:0%;
}
}

#map {
height: 22em;
width: 100%;
}

.contact_sociallinks_row {
margin-bottom:0.5em;
}

.contact_sociallinks_left {
float:left;
margin-right:0.75em;
}

.contact_sociallinks_left img {
width:2em;
height:2em;
}
@media screen and (max-width: 640px) {
.contact_sociallinks_left img {
width:1.5em;
height:1.5em;
}
}

.contact_sociallinks_right {
float:left;
padding-top:0.5em;
}
@media screen and (max-width: 640px) {
.contact_sociallinks_right {
padding-top:0.25em;
}
}











/*! Contact - Form */

.contactform {
margin-top:2em;
width:50%;
}
@media screen and (max-width: 640px) {
.contactform {
margin-top:1em;
width:100%;
}
}








/*! iFrame */

iframe {
background-color:#fff;
border:0;
width:100%;
margin-left:auto;
margin-right:auto;
height:36em;
overflow:scroll;
}
@media screen and (max-width: 640px) {
iframe {
width:100%;
}
}












/*! Blog & News & Resources - Home & Investors Sidebar */

.blog_left,
.investors_withsidebar_left,
.resources_left,
.news_left {
background-color:#fff;
border: 0.025em solid #a8a8a8;
color: #003a70;
font-weight:600;
width:24%;
float:left;
}

a.blogCTA, a.blogCTA:visited, a.blogCTA:active {
	background-color: #83ab55;
	padding-top: .75em;
  padding-bottom: .65em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

a.blogCTA:hover {
	background-color: #9cbb77;
}

.blogCTAWrapper {
	width: 100%;
	text-align: center;
	margin-top: 2em;
}

@media screen and (max-width: 900px) {
.blog_left,
.news_left {
width:19%;
}
.investors_withsidebar_left,
.resources_left {
width:31%;
}
}
@media screen and (max-width: 640px) {
.blog_left,
.resources_left,
.news_left,
.investors_withsidebar_left {
width:100%;
margin-bottom:2em;
}
}

.blog_left_filter,
.resources_left_filter,
.news_left_filter,
.investors_left_filter {
color:#003a70;
font-weight:700;
text-transform:uppercase;
padding-top:0.45em;
padding-bottom:0.35em;
padding-left:1.5em;
padding-right:1.5em;
margin-top:1em;
margin-bottom:1.25em;
}

.blog_left ul,
.investors_withsidebar_left ul,
.resources_left ul,
.news_left ul {
padding-top:0em;
padding-bottom:0.5em;
padding-left:1.5em;
padding-right:1.5em;
margin-top:0em;
margin-bottom:0em;
margin-left:0em;
list-style: none;
}

.blog_left li,
.investors_withsidebar_left li,
.resources_left li,
.news_left li {
padding-left: 1.4em;
margin-left:0;
margin-bottom:1em;
cursor:pointer;
text-align: left;
list-style-position: inside;
text-indent: -1.4em;
}

.investors_withsidebar_left li a {
color:#003a70;
}

.blog_left li:hover,
.investors_withsidebar_left li:hover,
.resources_left li:hover,
.news_left li:hover,
.blog_left li a:hover,
.investors_withsidebar_left li a:hover,
.resources_left li a:hover,
.news_left li a:hover {
color:#2a7de1 !important;
}

.blog_left li::before,
.resources_left li::before,
.news_left li::before {
background-color: #003a70;
content: "";
display: inline-block;
width: 0.85em !important;
height: 0.85em !important;
margin-right:0.5em;
}

.blog_left li:hover::before,
.resources_left li:hover::before,
.news_left li:hover::before {
background-color: #2a7de1 !important;
width: 0.85em !important;
height: 0.85em !important;
}

.blog_left .years_filter_ischecked,
.investors_withsidebar_left .years_filter_ischecked,
.investors_withsidebar_left li.years_filter_ischecked a,
.resources_left .years_filter_ischecked,
.news_left .years_filter_ischecked {
color:#587e2a !important;
}

.blog_left li.years_filter_ischecked:hover,
.investors_withsidebar_left li.years_filter_ischecked:hover,
.investors_withsidebar_left li > a.years_filter_ischecked:hover,
.resources_left li.years_filter_ischecked:hover,
.news_left li.years_filter_ischecked:hover {
color:#2a7de1 !important;
}

.blog_left li.years_filter_ischecked::before,
.resources_left li.years_filter_ischecked::before,
.news_left li.years_filter_ischecked::before {
background-color: #83ab55 !important;
width: 0.85em;
height: 0.85em;
}

.blog_left li.years_filter_ischecked:hover::before,
.resources_left li.years_filter_ischecked:hover::before,
.news_left li.years_filter_ischecked:hover::before {
background-color: #2a7de1 !important;
width: 0.85em;
height: 0.85em;
}

.investors_withsidebar_left {
padding-top:1.5em;
padding-bottom:0em;
}

.blog_right,
.news_right {
width:70%;
float:right;
margin-left:5%;
}
@media screen and (max-width: 900px) {
.blog_right,
.news_right {
width:75%;
margin-left:5%;
}
}
@media screen and (max-width: 640px) {
.blog_right,
.news_right {
width:100%;
margin-left:0%;
}
}

.resources_right {
width:74%;
float:right;
margin-left:1%;
padding:0;
}
.investors_withsidebar_right {
width:72%;
float:left;
margin-left:3%;
padding:0;
}
@media screen and (max-width: 900px) {
.resources_right {
width:67%;
margin-left:1%;
}
.investors_withsidebar_right {
width:65%;
margin-left:3%;
}
}
@media screen and (max-width: 640px) {
.investors_withsidebar_right {
width:100%;
margin-left:0%;
}
.resources_right {
width:100%;
margin-left:0%;
}
}

.filter-button-group,
.years_grid,
.years_grid_resources,
.years_grid_news {
display:none;
}












/*! Blog & News - Home - Items */

.blog_item,
.news_item {
width:100%;
font-size:0.9em;
line-height:130%;
padding-top:0;
padding-bottom:1.25em;
margin-top:0;
margin-bottom:1em;
border-bottom: 0.035em solid #afafaf;
}

.blog_item:last-of-type,
.news_item:last-of-type {
padding-bottom:0em;
margin-bottom:0em;
border-bottom:0em;
}

.blog_item h1,
.blog_item h2,
.blog_item h3,
.blog_item h4,
.blog_item h5,
.blog_item h1 a,
.blog_item h2 a,
.blog_item h3 a,
.blog_item h4 a,
.blog_item h5 a,
.blog_item a h1,
.blog_item a h2,
.blog_item a h3,
.blog_item a h4,
.blog_item a h5,
.news_item h1,
.news_item h2,
.news_item h3,
.news_item h4,
.news_item h5,
.news_item h1 a,
.news_item h2 a,
.news_item h3 a,
.news_item h4 a,
.news_item h5 a,
.news_item a h1,
.news_item a h2,
.news_item a h3,
.news_item a h4,
.news_item a h5 {
color:#003a70;
font-size:1.7em;
line-height:110%;
font-weight:700;
margin-top:0.125em;
margin-bottom:0.25em;
}

.blog_item h1:hover,
.blog_item h2:hover,
.blog_item h3:hover,
.blog_item h4:hover,
.blog_item h5:hover,
.blog_item h1 a:hover,
.blog_item h2 a:hover,
.blog_item h3 a:hover,
.blog_item h4 a:hover,
.blog_item h5 a:hover,
.blog_item a h1:hover,
.blog_item a h2:hover,
.blog_item a h3:hover,
.blog_item a h4:hover,
.blog_item a h5:hover,
.news_item h1:hover,
.news_item h2:hover,
.news_item h3:hover,
.news_item h4:hover,
.news_item h5:hover,
.news_item h1 a:hover,
.news_item h2 a:hover,
.news_item h3 a:hover,
.news_item h4 a:hover,
.news_item h5 a:hover,
.news_item a h1:hover,
.news_item a h2:hover,
.news_item a h3:hover,
.news_item a h4:hover,
.news_item a h5:hover {
color:#2a7de1;
}

.blog_item p,
.news_item p {
padding:0;
margin:0;
}

.blog_item_date,
.news_item_date {
color:#5f5f5f;
font-size:0.85em;
line-height:100%;
text-transform:uppercase;
letter-spacing:0.065em;
font-weight:600;
margin-top:0;
}

.blog_item_description,
.news_item_description {
text-align: justify;
}
@media screen and (max-width: 640px) {
.blog_item_description,
.news_item_description {
text-align: left;
}
}

.learnmore {
white-space: nowrap;
}

.learnmore img {
width:auto;
height:0.75em;
margin-left:0.25em;
}













/*! Blog - Individual */

.blog_photo {
width:31%;
padding:0;
margin-left:2em;
margin-right:0em;
margin-top:0em;
margin-bottom:1em;
float:right;
}
@media screen and (max-width: 1400px) {
.blog_photo {
margin-left:1.75em;
}
}
@media screen and (max-width: 900px) {
.blog_photo {
margin-left:1.5em;
}
}
@media screen and (max-width: 800px) {
.blog_photo {
width:35%;
margin-left:1.25em;
}
}
@media screen and (max-width: 640px) {
.blog_photo {
width:50%;
margin-bottom:1.125em;
}
}

.blog h1 {
font-size:2em;
margin-bottom:0.25em;
line-height:115%;
}

.blog_subtitle {
color:#808080;
font-size:0.85em;
text-transform:uppercase;
letter-spacing:0.05em;
font-weight:600;
}

.blog h2,
.blog h3,
.blog h4,
.blog h5 {
font-size:1.3em;
line-height:125%;
font-weight:700;
margin-top:1em;
margin-bottom:0.5em;
padding-bottom:0em;
}

.blog img {
width:80%;
margin-left:10%;
margin-right:10%;
margin-top:1em;
margin-bottom:1em;
}
@media screen and (max-width: 900px) {
.blog img {
width:100%;
margin-left:0%;
margin-right:0%;
margin-top:0.5em;
margin-bottom:0.5em;
}
}
@media screen and (max-width: 640px) {
.blog img {
width:100%;
margin-left:0%;
margin-right:0%;
margin-top:0.25em;
margin-bottom:0.25em;
}
}

.blog_photo img {
width:100%;
margin:0;
padding:0;
}












/*! Resources Items & Home Boxes */

.resources_item {
background-color:#003a70;
color:#fff;
padding-top:1em;
padding-bottom:3em;
padding-left:1.5%;
padding-right:1.5%;
margin-top:0;
margin-bottom:1em;
position:relative;
float:left;
width:28.33%;
margin-left:1%;
margin-right:1%;
margin-bottom:1em;
min-height:7em;
text-align:left;
}
@media screen and (max-width: 900px) {
.resources_item {
padding-top:0.85em;
width:45%;
margin-left:1%;
margin-right:1%;
min-height:6em;
}
}
@media screen and (max-width: 640px) {
.resources_item {
padding-top:0.75em;
width:92%;
padding-left:4%;
padding-right:4%;
margin-left:0%;
margin-right:0%;
margin-bottom:1em;
min-height:4em;
}
}

.resources_item:hover {
cursor:pointer;
opacity:0.85;
}

.investors_item:hover {
cursor:auto;
opacity:1;
}

.resources_item h1,
.resources_item h2,
.resources_item h3,
.resources_item h4,
.resources_item h5,
.resources_item h1 a,
.resources_item h2 a,
.resources_item h3 a,
.resources_item h4 a,
.resources_item h5 a,
.resources_item a h1,
.resources_item a h2,
.resources_item a h3,
.resources_item a h4,
.resources_item a h5 {
color:#fff;
text-transform:uppercase;
text-shadow: 0em 0em 0.3em rgba(0,58,112,0.65);
font-size:0.85em;
line-height:125%;
font-weight:600;
letter-spacing:0.04em;
padding-top:0.125em;
padding-bottom:0.35em;
}
@media screen and (max-width: 640px) {
.resources_item h1,
.resources_item h2,
.resources_item h3,
.resources_item h4,
.resources_item h5,
.resources_item h1 a,
.resources_item h2 a,
.resources_item h3 a,
.resources_item h4 a,
.resources_item h5 a,
.resources_item a h1,
.resources_item a h2,
.resources_item a h3,
.resources_item a h4,
.resources_item a h5 {
font-size:0.95em;
}
}

.resources_item p {
padding:0;
margin:0;
}

.resources_item:hover h1,
.resources_item:hover h2,
.resources_item:hover h3,
.resources_item:hover h4,
.resources_item:hover h5,
.resources_item:hover h1 a,
.resources_item:hover h2 a,
.resources_item:hover h3 a,
.resources_item:hover h4 a,
.resources_item:hover h5 a,
.resources_item:hover a h1,
.resources_item:hover a h2,
.resources_item:hover a h3,
.resources_item:hover a h4,
.resources_item:hover a h5 {
color:#daeec2;
}

.investors_item:hover h1,
.investors_item:hover h2,
.investors_item:hover h3,
.investors_item:hover h4,
.investors_item:hover h5,
.investors_item:hover h1 a,
.investors_item:hover h2 a,
.investors_item:hover h3 a,
.investors_item:hover h4 a,
.investors_item:hover h5 a,
.investors_item:hover a h1,
.investors_item:hover a h2,
.investors_item:hover a h3,
.investors_item:hover a h4,
.investors_item:hover a h5 {
color:#fff;
}

.resources_item_readmore {
position:absolute;
bottom:1em;
left:0;
background-color:#83ab55;
color:#fff;
font-size:0.75em;
font-weight:600;
letter-spacing:0.045em;
line-height:100%;
text-transform:uppercase;
padding-top:0.6em;
padding-bottom:0.4em;
padding-left:1em;
padding-right:1em;
margin-left:5%;
z-index:10;
}
@media screen and (max-width: 900px) {
.resources_item_readmore {
margin-left:3%;
}
}
@media screen and (max-width: 640px) {
.resources_item_readmore {
margin-left:4%;
}
}

.investors_item_readmore_container {
background-color:transparent;
position:absolute;
width:92%;
bottom:1em;
left:0.25em;
}

.investors_item_readmore {
background-color:#587e2a;
color:#fff;
width:60%;
font-size:0.75em;
font-weight:600;
letter-spacing:0.045em;
line-height:100%;
text-transform:uppercase;
padding-top:0.6em;
padding-bottom:0.3em;
padding-left:1em;
padding-right:1em;
margin-left:5%;
margin-top:0.25em;
margin-bottom:0.25em;
}
@media screen and (max-width: 900px) {
.investors_item_readmore {
margin-left:3%;
}
}
@media screen and (max-width: 640px) {
.investors_item_readmore {
margin-left:4%;
}
}

.resources_item:hover .resources_item_readmore {
background-color:#9cbb77;
}

.resources_item_text {
position:relative;
z-index:20;
text-align:left;
}

.resources_item_icon {
position:absolute;
bottom:0.5em;
right:0;
margin-right:4%;
width:3em;
height:3em;
z-index:0;
opacity:0.9;
}
@media screen and (max-width: 900px) {
.resources_item_icon {
margin-right:3%;
}
}

.investors_item {
padding-bottom:8em;
height:7em;
}

.investors_item:hover {
opacity:1;
}

.investors_item_text h2 {
margin-bottom:0;
}
















/*! News - Individual */

.news h1 {
font-size:1.85em;
margin-bottom:0.4em;
margin-top:0.125em;
line-height:120%;
}
@media screen and (max-width: 640px) {
.news h1 {
font-size:1.65em;
}
}

.news_subtitle {
color:#808080;
font-size:0.85em;
text-transform:uppercase;
letter-spacing:0.05em;
font-weight:600;
}

.news h2,
.news h3,
.news h4,
.news h5 {
font-size:1.2em;
line-height:125%;
font-weight:600;
margin-top:0.125em;
margin-bottom:0.5em;
padding-bottom:0em;
}
@media screen and (max-width: 640px) {
.news h2,
.news h3,
.news h4,
.news h5 {
font-size:1.1em;
}
}

.news img {
width:80%;
margin-left:10%;
margin-right:10%;
margin-top:1em;
margin-bottom:1em;
}
@media screen and (max-width: 900px) {
.news img {
width:100%;
margin-left:0%;
margin-right:0%;
margin-top:0.5em;
margin-bottom:0.5em;
}
}
@media screen and (max-width: 640px) {
.news img {
width:100%;
margin-left:0%;
margin-right:0%;
margin-top:0.25em;
margin-bottom:0.25em;
}
}

.news_bodytext {
margin-top:1.5em;
}













/*! Events */

.events_container {
font-size:1.075em;
width:100%;
border-top: 0.035em solid #afafaf;
margin-top:1.5em;
}
@media screen and (max-width: 640px) {
.events_container {
font-size:1em;
margin-top:1.125em;
}
}

.events_row {
width:100%;
border-bottom: 0.035em solid #afafaf;
padding-top:0.125em;
padding-bottom:0.125em;
}
@media screen and (max-width: 640px) {
.events_row {
padding-top:0.75em;
padding-bottom:0.75em;
}
}

.events_row,
.events_row a {
color:#000;
line-height:120%;
font-weight: 400;
}

.events_title,
.events_title a {
color:#003a70;
font-weight: 600;
text-align:left;
}
@media screen and (max-width: 640px) {
.events_title,
.events_title a {
text-align:left;
margin-bottom:0.125em;
}
}

.events_date {
text-align:center;
}
@media screen and (max-width: 640px) {
.events_date {
text-align:left;
}
}

.events_location {
text-align:right;
}
@media screen and (max-width: 640px) {
.events_location {
text-align:left;
}
}

a > .events_row:hover {
background-color:#2a7de1;
color:#fff;
cursor:pointer;
}

a > .events_row:hover,
a > .events_row:hover .events_title,
a > .events_row:hover .events_title a {
color:#fff !important;
}

.events_left {
float:left;
padding-top:0.75em;
padding-bottom:0.75em;
padding-left:1%;
padding-right:1%;
}
.events_title {
width:43%;
}
.events_date {
width:32%;
}
.events_location {
width:19%;
}
@media screen and (max-width: 640px) {
.events_title,
.events_date,
.events_location,
.events_left {
width:96%;
padding-top:0em;
padding-bottom:0em;
padding-left:2%;
padding-right:2%;
}
}

.events_container_noevents {
width:90%;
padding-left:5%;
padding-right:5%;
padding-top:4em;
padding-bottom:4em;
text-align:center;
}












/*! Careers */

.careers_testimonials {
width:100%;
padding-top:0em;
padding-bottom:2em;
}

.careers_testimonials_item {
width:31%;
margin-left:1%;
margin-right:1%;
margin-bottom:1em;
float:left;
}
@media screen and (max-width: 640px) {
.careers_testimonials_item {
width:100%;
margin-left:0%;
margin-right:0%;
}
}

.testimonials-position {
	font-style: italic;
	text-align: left;
}

.careers_testimonials_item_photo {
width:100%;
height:13em;
}
@media screen and (max-width: 900px) {
.careers_testimonials_item_photo {
height:15em;
}
}
@media screen and (max-width: 640px) {
.careers_testimonials_item_photo {
height:13em;
}
}

.careers_testimonials_item_text {
width:100%;
margin-top:1em;
}

@media screen and (max-width: 900px) {
	.careers_testimonials_item_text {
		text-align: left;
	}
}

@media screen and (max-width: 640px) {
	.careers_testimonials_item_text {
		margin-top:0.75em;
	}
}

.careers_testimonials_item_text h2,
.careers_testimonials_item_text h3 {
font-size:1.2em;
font-weight:600;
color:#666666;
line-height:115%;
margin-bottom:0;
text-align:left;
}

.careers_testimonials_item_text_left {
float:left;
width:7%;
margin:0;
padding:0;
margin-right:3%;
line-height:100%;
}

.careers_testimonials_item_text_left img {
max-width:100%;
height:2em;
margin:0;
padding:0;
}

.careers_testimonials_item_text_right {
line-height:125%;
font-size:.95em;
float:left;
width:90%;
padding-top:0.5em;
text-align: justify;
}


@media screen and (max-width: 900px) {
.careers_testimonials_item_text_right {
text-align: left;
}
}

.careers_testimonials .owl-stage {
padding-top:0em;
margin-top:3em;
}
@media screen and (max-width: 640px) {
.careers_testimonials .owl-stage {
padding-top:0em;
margin-top:1em;
}
}












/*!  HOME BOXES */

.home_boxes {
margin-top:0.25em;
margin-bottom:0;
}
@media screen and (max-width: 640px) {
.home_boxes {
margin-top:1em;
}
}

.home_box {
position:relative;
background-color:#003a70;
color:#fff;
font-weight:400;
width:90%;
padding-left:5%;
padding-right:5%;
padding-top:1em;
padding-bottom:4em;
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
float:left;
min-height:4em;
height:6em;
}
@media screen and (max-width: 1200px) {
.home_box {
height:5em;
}
}
@media screen and (max-width: 900px) {
.home_box {
padding-top:0.85em;
padding-bottom:5em;
width:100%;
margin-left:0;
margin-right:0;
min-height:4em;
height:5em;
}
}
@media screen and (max-width: 640px) {
.home_box {
padding-top:1em;
padding-bottom:4em;
width:100%;
padding-left:4%;
padding-right:4%;
margin-left:0%;
margin-right:0%;
margin-bottom:1em;
min-height:4em;
height:2em;
}
}

.home_box_photo {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
opacity:0.55;
}

.home_box,
.home_box a {
color:#fff;
text-transform:uppercase;
text-shadow: 0em 0em 0.3em rgba(0,58,112,0.65);
}

a.home_box_title,
a.home_box_title h1,
a.home_box_title h2,
.home_box_title,
.home_box_title h1,
.home_box_title h2 {
color:#fff;
font-size:1.25em;
line-height:110%;
font-weight:600;
padding-top:0em;
padding-bottom:0.2em;
margin-bottom:0;
}

.home_box_subtitle {
font-size:1.1em;
line-height:110%;
font-weight:400;
padding-top:0em;
padding-bottom:0.35em;
opacity:1;
}

.home_box_description {
font-size:0.9em;
line-height:140%;
width:75%;
text-shadow: 0em 0em 0.3em rgba(0,58,112,0.85);
}

.home_box p {
padding:0;
margin:0;
}

.home_box:hover {
color:#daeec2;
}

.home_box:hover .home_box_readmore {
background-color:#9cbb77;
}

.home_box_readmore {
position:absolute;
bottom:1em;
left:0;
background-color:#83ab55;
color:#fff;
font-size:0.75em;
font-weight:600;
letter-spacing:0.045em;
line-height:100%;
text-transform:uppercase;
padding-top:0.6em;
padding-bottom:0.4em;
padding-left:1em;
padding-right:1em;
margin-left:5%;
z-index:10;
}
@media screen and (max-width: 900px) {
.home_box_readmore {
margin-left:3%;
}
}
@media screen and (max-width: 640px) {
.home_box_readmore {
margin-left:4%;
}
}

.home_box_text {
position:relative;
z-index:20;
font-size:0.85em;
line-height:125%;
}

.home_boxes {
height:12em;
z-index:100;
}
@media screen and (max-width: 640px) {
.home_boxes {
height:12em;
z-index:100;
margin-top:0.5em;
margin-bottom:1.5em;
}
}

.slick-center .slick-list {
height:15em;
}

.slick-center .home_box {
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
z-index:900;
margin-top:-0.25em;
height:8em;
opacity:1;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
transform: scale(1);
transition: all 500ms ease-in-out;
}

.home_box {
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
margin-top:1em;
opacity:0.65;
overflow:visible;
transform: scale(1);
transition: all 400ms ease-in-out;
}

#slick-home,
#slick-center {
display:none;
overflow:hidden;
z-index:120;
}

.banner_home_container,
.banner_home,
.flexslider,
.flexslider-home,
.flex-viewport,
.slides,
.slides li,
.flexslider-home .slides,
.flexslider .slides {
border:0 !important;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.slick-slide {
margin-left:0.65em;
margin-right:0.65em;
}
@media screen and (max-width: 900px) {
.slick-slide {
margin-left:1.25em;
margin-right:1.25em;
}
}

.slick-list {
margin-left:-0.65em;
margin-right:-0.65em;
overflow:hidden;
}

.home_boxes {
overflow:hidden;
height:14em;
}










/*! Home */

.home_numbers {
position:relative;
padding-left:2%;
padding-right:2%;
text-align:center;
color:#fff;
font-weight: 400;
background-color:#003a70;
padding-top:1.5em;
padding-bottom:1em;
margin-bottom:0.25em;
margin-top:0em;
z-index:0;
}
@media screen and (max-width: 640px) {
.home_numbers {
width:90%;
margin-left:0%;
margin-right:0%;
padding-left:5%;
padding-right:5%;
padding-top:1.5em;
padding-bottom:1em;
margin-top:0em;
}
}

.home_numbers_text {
position:relative;
z-index:10;
}

.home_numbers_photo {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
opacity:0.4;
z-index:0;
}

.home_numbers h1,
.home_numbers h2,
.home_numbers h3,
.home_numbers h4,
.home_numbers h5,
.home_numbers h6 {
color:#fff;
font-size: 1em;
line-height: 115%;
font-weight: 400;
margin-bottom:0;
margin-top:0;
}

.home_numbers h2 {
font-size: 1.7em;
line-height: 115%;
font-weight: 600;
margin-bottom:0.1em;
}
@media screen and (max-width: 900px) {
.home_numbers h2 {
font-size: 1.5em;
margin-bottom:0.25em;
}
}
@media screen and (max-width: 640px) {
.home_numbers h2 {
font-size: 1.3em;
margin-bottom:0.35em;
}
}

.home_numbers_subtitle {
font-size: 1.2em;
line-height: 115%;
font-weight: 400;
margin-bottom:1em;
}
@media screen and (max-width: 900px) {
.home_numbers_subtitle {
width:80%;
padding-left:10%;
padding-right:10%;
font-size: 1em;
margin-bottom:0.5em;
}
}
@media screen and (max-width: 640px) {
.home_numbers_subtitle {
width:100%;
padding-left:0%;
padding-right:0%;
font-size: 1em;
margin-bottom:0em;
}
}

.home_numbers_row {
width:100%;
margin-top:0em;
}

.home_numbers_column {
width:24%;
margin-left:0.5%;
margin-right:0.5%;
margin-top:0.25em;
margin-bottom:0.25em;
float:left;
}
@media screen and (max-width: 900px) {
.home_numbers_column {
width:49%;
margin-left:0.5%;
margin-right:0.5%;
margin-top:0.5em;
margin-bottom:0.5em;
}
}
@media screen and (max-width: 640px) {
.home_numbers_column {
width:99%;
margin-top:0.5em;
margin-bottom:0.5em;
}
}

.home_numbers_column_left {
width:47%;
margin-right:3%;
min-height:5em;
float:left;
}
@media screen and (max-width: 1000px) {
.home_numbers_column_left {
min-height:4em;
}
}

.home_numbers_column_right {
text-align:left;
width:50%;
min-height:1em;
padding-top:0.5em;
float:left;
}

.home_numbers_number {
font-size:1.9em;
line-height:110%;
font-weight:600;
margin-bottom:0.1em;
color:#a0cf67;
display:none;
}
@media screen and (max-width: 1400px) {
.home_numbers_number {
font-size:1.75em;
}
}
@media screen and (max-width: 1000px) {
.home_numbers_number {
font-size:1.6em;
}
}
@media screen and (max-width: 900px) {
.home_numbers_number {
font-size:2em;
}
}
@media screen and (max-width: 640px) {
.home_numbers_number {
font-size:2.1em;
}
}

.home_numbers_description {
font-size:0.9em;
line-height:110%;
font-weight:400;
}
@media screen and (max-width: 900px) {
.home_numbers_description {
font-size:1em;
}
}
@media screen and (max-width: 640px) {
.home_numbers_description {
font-size:1em;
}
}

.home_2columns {
width:96%;
margin-left:2%;
margin-right:2%;
margin-bottom:1em;
margin-top:2em;
}
@media screen and (max-width: 640px) {
.home_2columns {
width:100%;
margin-left:0%;
margin-right:0%;
}
}

.home_2columns_left {
width:48%;
margin-right:4%;
float:left;
}
@media screen and (max-width: 640px) {
.home_2columns_left {
width:100%;
margin-right:0%;
margin-bottom:1em;
}
}

.home_2columns_right {
width:48%;
float:right;
}
@media screen and (max-width: 640px) {
.home_2columns_right {
width:100%;
margin-right:0%;
}
}

.home_2columns h2 {
font-size:1.8em;
font-weight:700;
line-height:100%;
text-transform:uppercase;
margin-bottom:0.65em;
}
@media screen and (max-width: 640px) {
.home_2columns h2 {
font-size:1.5em;
}
}

.home_2columns_item {
width:100%;
margin-bottom:0.75em;
}

.home_2columns_item_left {
background-color:#003a70;
color:#fff;
min-height:6em;
width:17%;
padding-top:0.75em;
padding-bottom:0.125em;
padding-left:3%;
padding-right:3%;
margin-right:3%;
float:left;
text-align: center;
}
@media screen and (max-width: 1400px) {
.home_2columns_item_left {
padding-bottom:0.6em;
}
}
@media screen and (max-width: 1200px) {
.home_2columns_item_left {
min-height:5em;
}
}
@media screen and (max-width: 1000px) {
.home_2columns_item_left {
min-height:4em;
padding-bottom:0.5em;
}
}
@media screen and (max-width: 640px) {
.home_2columns_item_left {
min-height:4em;
}
}

.home_2columns_item_left_icon img {
max-width:70%;
height:4em;
padding-top:1em;
}
@media screen and (max-width: 1200px) {
.home_2columns_item_left_icon img {
min-height:3em;
padding-top:1.5em;
}
}
@media screen and (max-width: 1000px) {
.home_2columns_item_left_icon img {
min-height:3em;
padding-top:0.5em;
}
}
@media screen and (max-width: 640px) {
.home_2columns_item_left_icon img {
min-height:3em;
padding-top:0.5em;
}
}

.home_2columns_item_left_lightblue {
background-color:#4e84c3;
}

.home_2columns_item_left_text {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:1.2em;
letter-spacing:0.1em;
line-height:100%;
font-weight:600;
margin-top:0.25em;
margin-bottom:0.5em;
}
@media screen and (max-width: 1300px) {
.home_2columns_item_left_text {
font-size:1.1em;
}
}
@media screen and (max-width: 1000px) {
.home_2columns_item_left_text {
font-size:1.05em;
}
}
@media screen and (max-width: 900px) {
.home_2columns_item_left_text {
font-size:1em;
letter-spacing:0.05em;
}
}
@media screen and (max-width: 800px) {
.home_2columns_item_left_text {
font-size:0.75em;
}
}
@media screen and (max-width: 720px) {
.home_2columns_item_left_text {
font-size:0.8em;
}
}
@media screen and (max-width: 560px) {
.home_2columns_item_left_text {
font-size:0.9em;
letter-spacing:0.1em;
}
}

.home_2columns_item_left img {
width:100%;
}

.home_2columns_item_right {
width:74%;
float:left;
}

.home_2columns_item,
a .home_2columns_item,
.home_2columns_item a {
font-size:0.9em;
font-weight:400;
line-height:125%;
color:#5f5f5f;
}
@media screen and (max-width: 1200px) {
.home_2columns_item,
a .home_2columns_item,
.home_2columns_item a {
font-size:0.85em;
}
}

.home_2columns_item:hover,
a .home_2columns_item:hover,
.home_2columns_item a:hover {
opacity:0.8;
}

.home_2columns_item_readmore {
white-space: nowrap;
}

.home_2columns_item_readmore,
a .home_2columns_item_readmore,
.home_2columns_item_readmore a {
color:#587e2a;
font-weight:600;
line-height:110%;
margin-top:0.4em;
}

.home_2columns_item_readmore img {
width:0.75em;
height:0.75em;
margin-left:0.5em;
}

.home_2columns_item a h3,
.home_2columns_item h3 a,
a.home_2columns_item h3,
.home_2columns_item h3 {
font-size:1.15em;
line-height:115%;
color:#587e2a;
font-weight:600;
margin-bottom:0.125em;
margin-top:0.25em;
}
@media screen and (max-width: 1200px) {
.home_2columns_item a h3,
.home_2columns_item h3 a,
a.home_2columns_item h3,
.home_2columns_item h3 {
font-size:1.1em;
margin-top:0em;
}
}
@media screen and (max-width: 640px) {
.home_2columns_item a h3,
.home_2columns_item h3 a,
a.home_2columns_item h3,
.home_2columns_item h3 {
font-size:1em;
margin-bottom:0.125em;
}
}














/*! Solutions */

.solutions_circles_container {
position:relative;
width:100%;
margin-top:1.75em;
min-height:13em;
}
@media screen and (max-width: 1000px) {
.solutions_circles_container {
min-height:11em;
}
}
@media screen and (max-width: 900px) {
.solutions_circles_container {
min-height:11em;
}
}
@media screen and (max-width: 800px) {
.solutions_circles_container {
min-height:9em;
}
}
@media screen and (max-width: 640px) {
.solutions_circles_container {
background-color:#003a70;
min-height:1em;
}
}

.solutions_circles_blue {
background-color:#003a70;
position:absolute;
bottom:0;
width:100%;
z-index:0;
height:9.5em;
}
@media screen and (max-width: 1000px) {
.solutions_circles_blue {
min-height:6em;
}
}
@media screen and (max-width: 900px) {
.solutions_circles_blue {
min-height:4em;
}
}
@media screen and (max-width: 800px) {
.solutions_circles_blue {
min-height:2em;
}
}
@media screen and (max-width: 640px) {
.solutions_circles_blue {
min-height:1em;
}
}

.solutions_circles_container_circles {
position:relative;
width:86%;
margin-left:7%;
margin-right:7%;
z-index:100;
}
@media screen and (max-width: 800px) {
.solutions_circles_container_circles {
position:relative;
width:96%;
margin-left:2%;
margin-right:2%;
}
}


.solutions_circle {
font-size:1.1em;
line-height:100%;
font-weight:600;
letter-spacing:0.02em;
text-transform:uppercase;
text-align:center;
float:left;
padding-bottom:1.5em;
width:21%;
margin-left:1%;
margin-right:1%;
padding-left:1%;
padding-right:1%;
cursor:pointer;
}
@media screen and (max-width: 900px) {
.solutions_circle {
font-size:0.9em;
}
}
@media screen and (max-width: 800px) {
.solutions_circle {
font-size:0.8em;
}
}
@media screen and (max-width: 640px) {
.solutions_circle {
width:48%;
margin-left:1%;
margin-right:1%;
padding-left:0;
padding-right:0;
padding-top:1em;
padding-bottom:1em;
}
}

.solutions_circle {
color:#fff;
}

.solutions_circle:hover {
color:#9fc4f1;
}

.solutions_circle_icon {
}

.solutions_circle_icon img {
width:86%;
margin-left:7%;
margin-right:7%;
margin-bottom:0.125em;
}
@media screen and (max-width: 640px) {
.solutions_circle_icon img {
width:60%;
margin-left:20%;
margin-right:20%;
margin-bottom:0.2em;
}
}

.solutions_circle_icon img:hover {
width:100%;
margin-left:0%;
margin-right:0%;
margin-top:-0.5em;
}
@media screen and (max-width: 1200px) {
.solutions_circle_icon img:hover {
margin-top:-0.4em;
}
}
@media screen and (max-width: 1000px) {
.solutions_circle_icon img:hover {
margin-top:-0.3em;
}
}
@media screen and (max-width: 800px) {
.solutions_circle_icon img:hover {
margin-top:-0.2em;
}
}
@media screen and (max-width: 640px) {
.solutions_circle_icon img:hover {
width:60%;
margin-left:20%;
margin-right:20%;
margin-top:0em;
}
}

.solutions_description {
padding-top:2em;
padding-bottom:1em;
width:100%;
margin-left:0%;
margin-right:0%;
}

.solutions_description_metrics {
float:left;
width:26%;
padding-left:0%;
padding-right:4%;
padding-top:0.25em;
margin-top:0;
border-right: 0.05em solid #808080;
}
@media screen and (max-width: 1100px) {
.solutions_description_metrics {
width:27%;
padding-left:0%;
padding-right:3%;
}
}
@media screen and (max-width: 640px) {
.solutions_description_metrics {
width:80%;
padding-left:10%;
padding-right:10%;
margin-top:2em;
border-right: 0;
}
}

.solutions_description_text {
float:right;
width:67%;
padding-left:2%;
padding-right:0%;
text-align: justify;
}
@media screen and (max-width: 1100px) {
.solutions_description_text {
width:67%;
padding-left:2%;
padding-right:0%;
}
}
@media screen and (max-width: 640px) {
.solutions_description_text {
width:100%;
padding-left:0%;
padding-right:0%;
text-align:left;
}
}

.solutions_description_text h2 {
text-align: left;
}

.solutions_description_metrics img {
width:100%;
}

.solutions_clicked {
color:#fff !important;
}

.solutions_clicked:hover {
color:#fff !important;
}

.solutions_description h2 {
font-size:1.25em;
font-weight:700;
color:#000;
margin-bottom:0.75em;
}

.solutions_learnmore img {
width:0.75em;
height:0.75em;
margin-left:0.25em;
}

.solutions_payer_container {
width:100%;
box-sizing: border-box;
background-color:#fff;
border: 2px solid #003a70;
padding-top:1em;
padding-bottom:1em;
}

@media screen and (max-width: 640px) {
.solutions_payer_container {
padding-bottom:0em;
}
}

.solutions_payer_item_container {
text-align:center;
}
@media screen and (max-width: 900px) {
.solutions_payer_item_container {
width:98%;
margin-left:1%;
margin-right:1%;
}
}

.solutions_payer_item_container5 {
width:100%;
padding-left:8.35%;
padding-right:8.35%;
}
@media screen and (max-width: 640px) {
.solutions_payer_item_container5 {
padding-left:0%;
padding-right:0%;
}
}

.solutions_payer_item_container4 {
width:100%;
padding-left:16.68%;
padding-right:16.68%;
}
@media screen and (max-width: 640px) {
.solutions_payer_item_container4 {
padding-left:0%;
padding-right:0%;
}
}

.solutions_payer_item_container3 {
width:100%;
padding-left:25.01%;
padding-right:25.01%;
}
@media screen and (max-width: 640px) {
.solutions_payer_item_container3 {
padding-left:0%;
padding-right:0%;
}
}

.solutions_payer_item_container5 .solutions_payer_item,
.solutions_payer_item_container4 .solutions_payer_item,
.solutions_payer_item {
  width:13.66%;
  margin-left:1.5%;
  margin-right:1.5%;
}


.solutions_payer_item_container7 .solutions_payer_item {
float:left;
width:11.45%;
margin-left:1.25%;
margin-right:1.25%;
color:#fff;
font-size:0.9em;
line-height:110%;
text-align:center;
cursor:pointer;
padding-top:0.5em;
padding-bottom:0.5em;
}

.solutions_payer_item {
float:left;
color:#fff;
font-size:0.9em;
line-height:110%;
text-align:center;
cursor:pointer;
padding-top:0.5em;
padding-bottom:0.5em;
}

.solutions_payer_container .solutions_payer_item {
color:#003a70 !important;
}

@media screen and (max-width: 900px) {
.solutions_payer_item {
width:13.25%;
margin-left:0.5%;
margin-right:0.5%;
font-size:0.8em;
}
}
@media screen and (max-width: 800px) {
.solutions_payer_item {
width:13.25%;
margin-left:0.5%;
margin-right:0.5%;
}
}
@media screen and (max-width: 640px) {
.solutions_payer_item {
width:31%;
margin-left:1%;
margin-right:1%;
padding-bottom:1em;
}
}


.solutions_payer_item7:first-of-type {

}
@media screen and (max-width: 640px) {
.solutions_payer_item7:first-of-type {

}
}

.solutions_payer_item:hover {
opacity:1.0;
}

.solutions_payer_icon {
height:6em;
}

.solutions_payer_container .solutions_payer_item .solutions_payer_icon {
border-left: 2px solid #2a7de1;
border-right: 2px solid #2a7de1;
}

.solutions_payer_container .solutions_payer_item .solutions_payer_icon {
border-left: 2px solid #fff;
border-right: 2px solid #fff;
}


.solutions_payer_container .solutions_payer_item:hover .solutions_payer_icon,
.solutions_payer_container .solutions_clicked .solutions_payer_icon {
border-left: 2px solid #83ab55;
border-right: 2px solid #83ab55;
}

.solutions_payer_icon img {
max-width:100%;
max-height:6em;
text-align:center;
}

.solutions_payer_icon_text {
margin-top:0.5em;
}

.solutions_payer_container .solutions_payer_item:hover .solutions_payer_icon_text {
	color: #587e2a;
}

.solutions_inside_benefits_container {
width:98%;
margin-left:2%;
margin-right:0%;
margin-bottom:2em;
padding-top:0.25em;
}
@media screen and (max-width: 640px) {
.solutions_inside_benefits_container {
width:100%;
margin-left:0%;
margin-right:0%;
margin-bottom:2em;
padding-top:0.25em;
}
}

.solutions_inside_benefits {
width:100%;
margin-bottom:1em;
}

.solutions_inside_benefits_left {
width:5%;
margin-right:2%;
float:left;
}
@media screen and (max-width: 1000px) {
.solutions_inside_benefits_left {
width:7%;
margin-right:2%;
}
}
@media screen and (max-width: 640px) {
.solutions_inside_benefits_left {
width:14%;
margin-right:4%;
}
}

.solutions_inside_benefits_left img {
width:100%;
}

.solutions_inside_benefits_right {
width:93%;
float:left;
text-align: justify;
}
@media screen and (max-width: 1000px) {
.solutions_inside_benefits_right {
width:91%;
}
}
@media screen and (max-width: 640px) {
.solutions_inside_benefits_right {
width:82%;
text-align:left;
}
}

.solutions_inside_assets {
width:100%;
}

.footnotes_small {
font-size:0.5em;
color:#999999;
}

.solutions_inside_benefits_name {
color:#333333;
font-style: italic;
}

.solutions_inside_demo {
margin-top:2em;
margin-bottom:2em;
}

.solutions_inside_demo_subhead {
font-weight:700;
margin-bottom:0.5em;
}

.solutions_inside_demo_form {
margin-top:1em;
margin-bottom:0;
}

.solutions-form-field {
width:32%;
margin-right:1%;
margin-bottom:1em;
float:left;
}
@media screen and (max-width: 900px) {
.solutions-form-field {
width:30%;
margin-right:3%;
}
}
@media screen and (max-width: 640px) {
.solutions-form-field {
width:100%;
margin-right:0%;
}
}

.solutions-form-field input:hover {
opacity:1 !important;
background-color:#fff;
}



#solutions_payer_description1a,
#solutions_payer_description1b,
#solutions_payer_description1c,
#solutions_payer_description1d,
#solutions_payer_description1e,
#solutions_payer_description1f,
#solutions_payer_description1g,
#solutions_provider_description1a,
#solutions_provider_description1b,
#solutions_provider_description1c,
#solutions_provider_description1d,
#solutions_provider_description1e,
#solutions_provider_description1f,
#solutions_provider_description1g,
#solutions_lifescience_description1a,
#solutions_lifescience_description1b,
#solutions_lifescience_description1c,
#solutions_lifescience_description1d,
#solutions_lifescience_description1e,
#solutions_lifescience_description1f,
#solutions_lifescience_description1g,
#solutions_pharmacy_description1a,
#solutions_pharmacy_description1b,
#solutions_pharmacy_description1c,
#solutions_pharmacy_description1d,
#solutions_pharmacy_description1e,
#solutions_pharmacy_description1f,
#solutions_pharmacy_description1g {
display:none;
}







/*! Solutions Contact Boxes */

.solutions_contact_boxes_container {
margin-top:2em;
margin-bottom:0em;
clear:both;
}

.solutions_contact_boxes_container_home {
margin-top:0.5em;
}
@media screen and (max-width: 1000px) {
.solutions_contact_boxes_container_home {
margin-top:1em;
}
}
@media screen and (max-width: 640px) {
.solutions_contact_boxes_container_home {
margin-bottom:0.5em;
}
}

.solutions_contact_box {
float:left;
width:29%;
margin-left:2%;
margin-right:2%;
text-align:center;
}
@media screen and (max-width: 640px) {
.solutions_contact_box {
width:100%;
margin-left:0%;
margin-right:0%;
}
}

a .solutions_contact_box,
a.solutions_contact_box .solutions_contact_box_grey,
a .solutions_contact_box_home,
a.solutions_contact_box_home .solutions_contact_box_grey {
color:#000 !important;
font-weight:400 !important;
}

.solutions_contact_box img {
width:auto;
height:4em;
z-index:100;
}

.solutions_contact_box_grey {
font-size:0.85em;
line-height:125%;
background-color:#f2f2f2;
border: 0.025em solid #a8a8a8;
margin-top:-2.75em;
margin-bottom:1.5em;
padding-top:3.25em;
padding-bottom:0.75em;
padding-left:10%;
padding-right:10%;
}


.solutions_contact_box_white {
background-color:#fff;
color: #595959;
}

a.solutions_contact_box_home .solutions_contact_box_white {
color: #595959 !important;
}

.solutions_contact_box_grey h3 {
color:#000;
font-size:1.2em;
font-weight:700;
text-transform:uppercase;
margin-bottom:0.5em;
}

.solutions_contact_box_home .solutions_contact_box_grey h3 {
font-size:1.35em;
}

.solutions_contact_box_grey .link {
margin-top:0.5em;
}







/*! Anchor Link */

a.anchorlink {
position: relative;
top:-50px;
display: block;
height: 0;
width:0;
}
@media screen and (max-width: 1400px) {
a.anchorlink {
top:-52px;
}
}
@media screen and (max-width: 1200px) {
a.anchorlink {
top:-66px;
}
}
@media screen and (max-width: 900px) {
a.anchorlink {
top:-70px;
}
}
@media screen and (max-width: 800px) {
a.anchorlink {
top:-80px;
}
}
@media screen and (max-width: 640px) {
a.anchorlink {
top:-66px;
}
}

a.anchorlink2 {
position: relative;
top:-50px;
display: block;
height: 0;
width:0;
}
@media screen and (max-width: 1400px) {
a.anchorlink2 {
top:-52px;
}
}
@media screen and (max-width: 1200px) {
a.anchorlink2 {
top:-66px;
}
}
@media screen and (max-width: 900px) {
a.anchorlink2 {
top:-70px;
}
}
@media screen and (max-width: 800px) {
a.anchorlink2 {
top:-80px;
}
}
@media screen and (max-width: 640px) {
a.anchorlink2 {
top:-66px;
}
}






/*! Investors */

.investors_home_news ul {
margin-top:0.75em;
}

.investors_home_news li {
line-height:120%;
margin-top:0.75em;
margin-bottom:0.75em;
}

.investors_home_resources {
margin-top:2em;
}

.investors_home_resources .resources_item {
width:65%;
padding-top:1.5em;
padding-bottom:3em;
padding-left:5%;
padding-right:5%;
margin:0;
min-height:5em;
margin-bottom:0.75em;
}
@media screen and (max-width: 640px) {
.investors_home_resources .resources_item {
width:74%;
margin-left:10%;
margin-right:10%;
}
}

.investors_home_resources .resources_item {
padding-left:5%;
}

.investors_home_resources resources_item_text {
margin-bottom:0;
}

.investors_home_resources h3,
a .investors_home_resources h3 {
color:#9cbb77 !important;
font-weight:600;
}

.investors_overview_video {
height:24em;
}
@media screen and (max-width: 1400px) {
.investors_overview_video {
height:22em;
}
}
@media screen and (max-width: 1200px) {
.investors_overview_video {
height:20em;
}
}
@media screen and (max-width: 1000px) {
.investors_overview_video {
height:18em;
}
}
@media screen and (max-width: 800px) {
.investors_overview_video {
height:15em;
}
}
@media screen and (max-width: 640px) {
.investors_overview_video {
height:12em;
}
}

.investors_2column_left {
width:48%;
margin-right:2%;
float:left;
}
@media screen and (max-width: 640px) {
.investors_2column_left {
width:100%;
margin-right:0%;
}
}

.investors_2column_right {
width:48%;
margin-left:2%;
float:left;
}
@media screen and (max-width: 640px) {
.investors_2column_right {
width:100%;
margin-left:0%;
}
}

.investors_smalltype {
font-size:0.4em !important;
line-height:125%;
color:#808080;
}

.investors_secfilings img {
width:1em;
height:1em;
}

.investors_withsidebar_right h1 {
line-height:100%;
}
@media screen and (max-width: 640px) {
.investors_withsidebar_right h1 {
font-size:1.3em;
}
}

.investors_home_callout_container {
margin-top:1em;
}

.investors_home_callout {
width:64%;
border: 0.1em solid #a6a6a6;
color:#003a70;
font-size:1.1em;
line-height:120%;
font-weight:600;
padding-top:1em;
padding-bottom:1em;
padding-left:5%;
padding-right:5%;
text-align:center;
margin-bottom:1em;
}
@media screen and (max-width: 900px) {
.investors_home_callout {
width:92%;
padding-left:4%;
padding-right:4%;
}
}

.investors_home_callout_text {
margin-bottom:0.75em;
}

.investors_home_callout_date {
font-size:0.9em;
color:#666666;
font-weight:400;
}

.investors_home_callout_button {
margin-top:0.5em;
border-radius: 0.5em;
background-color:#003a70;
color:#fff;
font-size:0.9em;
line-height:110%;
font-weight:400;
padding:0.3em;
text-align:center;
}
@media screen and (max-width: 1200px) {
.investors_home_callout_button {
font-size:0.8em;
}
}
@media screen and (max-width: 1000px) {
.investors_home_callout_button {
font-size:0.7em;
}
}
@media screen and (max-width: 640px) {
.investors_home_callout_button {
font-size:0.9em;
}
}

.investors_home_callout_half_left {
float:left;
width:48%;
margin-right:2%;
}

.investors_home_callout_half_right {
float:left;
width:48%;
margin-left:2%;
}











/*! Resources */

.resources_content {
width:100%;
}

.resources_content_media {
width:80%;
margin-left:10%;
margin-right:10%;
text-align:center;
margin-top:3em;
}
@media screen and (max-width: 560px) {
.resources_content_media {
width:100%;
margin-left:0;
margin-right:0;
}
}

.resources_content_media_item {
margin-top:2em;
margin-bottom:2em;
}

.resources_content_media h3 {
line-height:115%;
margin-bottom:0.5em;
}

.resources_content_media h4 {
font-size:0.85em;
color:#808080;
line-height:110%;
letter-spacing:0.06em;
text-transform:uppercase;
font-weight:700;
margin-bottom:0.5em;
}

.resource_type_subhead {
font-size:0.85em;
color:#808080;
line-height:110%;
letter-spacing:0.06em;
text-transform:uppercase;
font-weight:700;
margin-bottom:0.5em;
}

.resources_content h2 {
margin-top:0.5em;
}

.resources_inside_demo {
background-color:#003a70;
color:#fff;
padding-left:1em;
padding-right:1em;
padding-top:1.25em;
padding-bottom:1em;
margin-top:1.25em;
margin-bottom:1.5em;
}

.resources-form-field {
width:49%;
margin-right:1%;
margin-bottom:1em;
float:left;
}
@media screen and (max-width: 900px) {
.resources-form-field {
width:48%;
margin-right:2%;
}
}
@media screen and (max-width: 640px) {
.resources-form-field {
width:100%;
margin-right:0%;
}
}

.resources-form-field-full {
width:100%;
margin-right:0%;
}

.resources_content_form {
background-color:#003a70;
color:#fff;
margin-top:1.25em;
padding-top:1em;
padding-bottom:1em;
padding-left:2%;
padding-right:2%;
width:33%;
margin-left:auto;
margin-right:auto;
}
@media screen and (max-width: 1000px) {
.resources_content_form {
width:44%;
}
}
@media screen and (max-width: 900px) {
.resources_content_form {
width:66%;
}
}
@media screen and (max-width: 640px) {
.resources_content_form {
width:96%;
margin-left:0;
margin-right:0;
}
}

.resources_content_form_instructions {
width:100%;
text-align:center;
color:#000;
font-weight:600;
margin-top:2em;
}

audio {
width:100%;
margin-bottom:1em;
}

.resources_content_download {
font-size:0.75em;
font-weight:400;
margin-top:0.25em;
margin-bottom:3em;
}

.resources_content_download a {
color:#808080 !important;
font-weight:400 !important;
}

.resources_content_description {
margin-bottom:2em;
}






/*! Resources - Media Controls */

	.mediaControlsWrapper {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
    white-space: nowrap;
	}

	.mediaControls {
		display: inline-flex;
		align-items: center;
		border: 2px solid #97c93d;
		border-radius: 50px;
		padding: 2px;
		margin-top: 15px;
	}

	.mediaControls p {
		margin-left: auto;
		margin-right: auto;
	}

	.mediaControls img#playPauseButton {
		width: 10%;
		padding: 3px 0 3px 3px;
    min-height: 50px;
	}









/*! Eloqua */

.LV_validation_message{
font-weight:bold;
margin: 0 0 0 5px;
}

.LV_valid{
color:#00CC00;
display:none;
}

.LV_invalid{
color:#CC0000;
font-size:0.75em;
}

.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
outline: 1px solid #00CC00;
}

.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
outline: 1px solid #CC0000;
}









/*! Button */

h6,
.button,
.button,
input[type=submit],
input[type=reset],
input[type=file],
input[type=image] {
font-weight:700 !important;
font-size:1em !important;
text-transform: uppercase;
letter-spacing: 0.075em;
}

h6 {
margin:0;
padding:0;
display:inline-block;
text-align:center !important;
margin-left:.5em;
margin-right:.5em;
}

h6 a,
a h6,
.button,
input[type=submit],
input[type=reset],
input[type=file],
input[type=image] {
border:0;
background-color:#83ab55;
color:#fff !important;
display: block;
margin:0;
line-height:100%;
padding-top:.75em;
padding-bottom:.65em;
padding-left:1.5em;
padding-right:1.5em;
margin-bottom:1em;
margin-left:0;
margin-right:0;
}
@media screen and (max-width: 640px) {
.button,
input[type=submit],
input[type=reset],
input[type=file],
input[type=image] {
width:50%;
display:block;
text-align:center;
margin-left:auto;
margin-right:auto;
}
h6 {
display: block;
margin:0;
width:100%;
text-align:center;
margin-left:auto;
margin-right:auto;
}
h6 a {
display: block;
text-align:center;
margin-left:auto;
margin-right:auto;
}
}

h6 a:hover,
a h6:hover,
a.button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=file]:hover,
input[type=image]:hover {
background-color:#9cbb77;
}

a h6,
h6 a,
h6 > a,
.button a,
input[type=submit] a,
input[type=reset] a,
input[type=file] a,
input[type=image] a {
color:#fff !important;
}













/*! Form */

textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=date] {
width:94%;
padding:0.5em;
background-color:#e6e7e8;
color:#000;
border:1px solid #e6e7e8;
}

textarea:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=password]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=radio]:focus,
input[type=checkbox]:focus {
opacity:0.8;
}

textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus {
border-color:#333;
}


input[type=radio],
input[type=checkbox] {
background-color:#fff;
color:#000;
border:1px solid #e6e7e8;
margin:0;
padding:0;
margin-right:1em;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
border-color:#333;
}

.form_required {
color:#be2222;
}

select {
max-width:100%;
line-height:100%;
}

.bodytext_text_investors input {
width:auto;
}

input[type=submit] {
margin-top:1em;
}


.resources_content_form input {
width:96%;
margin-bottom:0.5em;
}
@media screen and (max-width: 640px) {
.resources_content_form input {
width:95%;
}
}

.resources_content_form input:hover {
background-color:#fff;
opacity:1;
}

.resources_content_form input[type=submit]:hover {
background-color:#9cbb77;
}

.resources_content_form input[type=submit] {
width:auto;
margin-bottom:0.5em;
}

.resources_content_form label {
display:block;
}

input.solutions-form-submit {
margin:0 !important;
font-size:0.85em !important;
margin-top:1em !important;
margin-bottom:0.25em !important;
}











/*! Search */

.menu-main-menu-container {
padding-right:2em;
}
@media screen and (max-width: 1000px) {
.menu-main-menu-container {
padding-right:1.5em;
}
}
@media screen and (max-width: 640px) {
.menu-main-menu-container {
padding-right:0em;
}
}

.searchicon {
color:#fff;
position:absolute;
top:3.5em;
right:9%;
padding-top:1em;
padding-bottom:0em;
margin-left:2em;
}

.searchicon {
top:3.5em;
right:9%;
}
@media screen and (max-width: 1200px) {
.searchicon {
top:3.35em;
right:8%;
}
}
@media screen and (max-width: 1100px) {
.searchicon {
top:3.5em;
right:6%;
}
}
@media screen and (max-width: 1000px) {
.searchicon {
top:3.8em;
right:6%;
}
}
@media screen and (max-width: 900px) {
.searchicon {
display:none;
}
}

.searchform {
background-color:#003a70;
color:#fff;
position:absolute;
padding:0.1em;
margin-top:0.9em;
z-index:2000;
display:none;
visibility: visible;
width: 25%;
}
@media screen and (max-width: 900px) {
.searchform {
display:none;
visibility: hidden;
}
}

.searchform {
top:4.5em;
right:9%;
}
@media screen and (max-width: 1200px) {
.searchform {
top:4.35em;
right:8%;
}
}
@media screen and (max-width: 1100px) {
.searchform {
top:4.5em;
right:6%;
}
}
@media screen and (max-width: 1000px) {
.searchform {
top:4.8em;
right:6%;
}
}
@media screen and (max-width: 900px) {
.searchform {
display:none;
}
}

.searchicon img {
height:0.85em;
}

input[type=search] {
background-color:#fff;
color:#000;
border:0.05em solid #808080;
font-size:0.85em;
margin:0em;
margin-right:0.5em;
padding:0.5em;
}

.searchpageform button,
.searchresults button,
.searchresults input[type=submit],
.searchform button {
background-color:#83ab55;
color:#fff;
border:0;
padding-top:0.35em;
padding-bottom:0.3em;
padding-left:0.5em;
padding-right:0.5em;
}

.searchresults_subtitle {
color:#000;
font-weight:700;
text-transform:uppercase;
letter-spacing:0.05em;
font-size:0.9em;
margin-bottom:1em;
}

.searchresults h1 {
margin-bottom:1em !important;
}

.searchresults ul {
margin-top:1em;
margin-bottom:1em;
}

.searchresults li {
margin-top:1em;
line-height:105%;
}

.searchresults a {
font-size:1.1em;
line-height:105%;
font-weight:600;
color:#003a70;
}

.searchresults a:hover {
color:#2a7de1;
}

.searchresults hr {
background-color:#666666;
color:#666666;
margin-top:2em;
}

.pagination h2 {
display:none;
}

.nav-links {
font-size:1em;
text-transform:uppercase;
text-align:center;
margin-top:2em;
}

.nav-links a {
color:#587e2a;
}

.nav-links a:hover {
color:#9cbb77;
}

.search-post-excerpt {
font-size:0.8em;
line-height:90% !important;
}











/*! Bottom */

.bottombar {
width:100%;
margin:0;
padding:0;
background-color:#2a7de1;
}

.bottombar,
.bottombar h1,
.bottombar h2,
.bottombar h3,
.bottombar h4,
.bottombar h5,
.bottombar h6,
.bottombar strong,
.bottombar b {
color:#fff;
color:rgba(255, 255, 255, 0.7);
}

.bottombar a,
.bottombar a strong,
.bottombar a b {
color:#fff;
}

.bottombar a:hover,
.bottombar a:hover h1,
.bottombar a:hover h2,
.bottombar a:hover h3,
.bottombar a:hover h4,
.bottombar a:hover h5,
.bottombar a:hover h6,
.bottombar a:hover strong,
.bottombar a:hover b,
.bottombar a:hover em,
.bottombar a:hover i {
color:#daeec2;
}

.bottombar .current-menu-item,
.bottombar .current_page_item,
.bottombar .current-menu-item a,
.bottombar .current_page_item a {
color:#9cbb77;
}

.bottombar_text {
padding-top:1em;
padding-bottom:0em;
font-size:.75em;
line-height:100%;
}
@media screen and (max-width: 1100px) {
.bottombar_text {
width:90%;
margin-left:5%;
margin-right:5%;
padding-top:1em;
padding-bottom:0.5em;
}
}

.bottombar_text_left {
height:2em;
line-height:2em;
float:left;
text-align:left;
margin-bottom:1em;
}
@media screen and (max-width: 640px) {
.bottombar_text_left {
float:none;
height:4em;
line-height:1em;
text-align:center;
margin-bottom:0.5em;
}
}

.bottombar_text_left ul,
.bottombar_text_left li,
.bottombar_text_left div {
margin:0;
padding:0;
display:inline-block;
}

.bottombar_text_left li::after {
content: " | ";
margin-left:0.25em;
margin-right:0.25em;
}

.bottombar_text_left li::after,
.bottombar_text_left li a::after {
color:#fff !important;
}

.bottombar_text_left li:last-child::after {
content: "";
}

.bottombar_text_right {
height:2em;
line-height:2em;
vertical-align:middle;
float:right;
text-align:right;
margin-bottom:1em;
}
@media screen and (max-width: 640px) {
.bottombar_text_right {
height:2.25em;
line-height:1em;
float:none;
text-align:center;
margin-bottom:1.5em;
}
}

.socialicon {
width:auto;
height:2em;
margin:0;
padding:0;
margin-left:0.65em;
opacity:1;
}
@media screen and (max-width: 640px) {
.socialicon {
height:2.5em;
margin-left:0.65em;
margin-right:0.65em;
opacity:1;
}
}

.socialicon:hover {
opacity:1;
}




/* Terms of Use */
ol.terms-of-use {
    counter-reset: alpha;
	list-style-type: none;
	margin-left: 3.0em;
}

ol.terms-of-use > li:before {
    counter-increment: alpha;
    content:"(" counter(alpha, lower-alpha)") "
}








/*! Bottom Links */

.bottom_links {
font-size:1em;
width:100%;
background-color:#f4f4f4;
margin:0;
padding:0;
padding-top:1em;
padding-bottom:0.35em;
}
@media screen and (max-width: 640px) {
.bottom_links {
padding-top:0.75em;
padding-bottom:0.5em;
}
}

.bottom_links ul {
display:block;
margin:0;
padding:0;
margin-top:1em;
}
@media screen and (max-width: 640px) {
.bottom_links ul {
margin-top:0.75em;
}
}

.bottom_links li {
display:block;
margin:0;
padding:0;
margin-bottom:0.75em;
line-height:120%;
}
@media screen and (max-width: 640px) {
.bottom_links li {
margin-bottom:0.75em;
}
}

.bottom_links a {
color:#003a70;
font-weight:400;
}

.bottom_links a:hover {
color:#2a7de1;
}

.bottom_links_subhead {
font-size:1.25em;
color:#000 !important;
font-weight:600;
text-transform:uppercase;
margin-bottom:0.5em;
word-wrap: normal;
}

.bottom_links_contact_contact {
margin-top:1em;
line-height:130%;
}

.bottom_links_left {
width:23.5%;
margin-right:2%;
float:left;
margin-bottom:1em;
}
@media screen and (max-width: 640px) {
.bottom_links_left {
width:48%;
margin-right:2%;
}
}

.bottom_links_right {
width:23.5%;
float:left;
margin-bottom:1em;
}
@media screen and (max-width: 640px) {
.bottom_links_right {
width:48%;
}
}













/*! Mobile Only */

.hideonmobile {
display:inline-block;
}
@media screen and (max-width: 640px) {
.hideonmobile {
display:none;
}
}

.showonmobile {
display:none;
}
@media screen and (max-width: 640px) {
.showonmobile {
display:block;
}
}

@media screen and (max-width: 640px) {
.clear_mobileonly {
clear:both;
}
}






/*! Print */
@media print {
html {
font-size: 80%;
color:#000;
}
}
@media print {
* {
-webkit-print-color-adjust:exact; /*! make div backgrounds print */
}
}
