/*
Theme Name: gpi
Theme URI: http://underscores.me/
Author: Gartner Peer Insights Team
Author URI: https://gartner.com/reviews
Description: Use this theme to build custom landing pages for GPI email campaigns.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gartnerpi
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gartnerpi is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Header
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

# Bootstrap CSS -- Used for grid system
# GPI Landing Page CSS -- F

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #4A4A4A;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/*color: royalblue;*/
	color: #4B6CC9;
}

a:visited {
	/*color: purple;*/
	color: #4B6CC9;
}

a:hover,
a:focus,
a:active {
	/*color: midnightblue;*/
	color: #313355;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* --------------------------------------------------------------
## Header
-------------------------------------------------------------- */
	/*Resets for Wordpress */
	.site-title, .site-description {
		display: none;
	}
	.entry-header {
		display: none;
	}
	.entry-content {
		margin-top: 0 !important;
	}
	.site-main article {
		margin-bottom: 0;
	}
	/*end resets*/

.site-header {
	background-color: #313355;
	box-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
/*branding*/
.site-branding {
	position: relative;
	top: 0;
	left: 0;
	height: 64px;
	width: 222px;
	}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}







/*--------------------------------------------------------------
## Bootstrap CSS
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ebea6dfbd5370467042f454fa34a6aa0)
 * Config saved to config.json and https://gist.github.com/ebea6dfbd5370467042f454fa34a6aa0
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}













/*--------------------------------------------------------------
## GPI Landing Page CSS
--------------------------------------------------------------*/
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  background-color: #FFF;
  font-size: 16px;
}


/* ------------------------------ *\
   IMAGES
\* ------------------------------ */

.hero-sm {
  width: 100%;
}
.hero-cc-logo-block {
	text-align: center;
}
.hero-cc-logo {
	width: 400px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
	@media (max-width: 500px) {
		.hero-cc-logo {
			width: 250px;
			height: auto;
			margin-right: auto;
			margin-left: auto;
		}
  	}

/* --------------------------------------------- *\
  TYPOGRAHY
\* --------------------------------------------- */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
}

p, a, li {
  font-family: "Roboto", sans-serif;
}

.headline-xl {
	font-size: 34px;
	line-height: 1.1em;
	margin-bottom: 12px;
	font-family: "Roboto Condensed", arial, sans-serif;
	font-weight: 300;
	color: #41436E;
	text-align: left;
	}

.headline-xl-white {
  color: #fff;
}

.headline-md {
	font-family: "Roboto Condensed", arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin: 0 0 32px 0;
	}
	@media (max-width: 500px) {
		.headline-md {
		text-align: left;
		}
	}

.headline-md-center {
	margin: 0 auto;
    text-align: center;
	}
	@media (max-width: 500px) {
		.headline-md-center {
		margin: 0 auto;
	    text-align: left;
		}
	}



.headline-md-list {
  font-family: "Roboto Condensed", arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  }
    @media (min-width: 500px) {
	.headline-md-list {
	  font-family: "Roboto Condensed", arial, sans-serif;
	  font-size: 24px;
	  font-weight: 400;
	  line-height: 32px;
	  color: #41436E;
	  padding: 0;
	  margin: 0;
	  }
	}

.text-lg {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #4A4A4A;
	margin-bottom: 24px;
	text-align: left;
	}
	@media (max-width: 500px) {
	.text-lg {
	  text-align: left;
	  margin-right: 0 !important;
	 	}
	}

.text-lg-link       { color: #4b6cc9; text-decoration: underline; }
.text-lg-link:hover { color: #313355; text-decoration: underline; }

.text-lg-callout { 
	margin-top: 0px;
    border-top: 4px solid transparent;
    padding-top: 0px;
    color: #8a8a8a;
    font-size: 16px;
    margin-right: 0px; 
	}
	@media (min-width: 989px) {
		.text-lg-callout { 
		margin-top: 154px;
	    border-top: 4px solid #eee;
	    padding-top: 12px;
	    color: #8a8a8a;
	    font-size: 16px;
	    margin-right: 16px; 
		}
	}




/*h3*/
.text-lg-subhead {
	padding-bottom: 0;
	margin-bottom: 0;
	color: #4a4a4a;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 1.17em;
	line-height: 1.375em;
}

.button-block-mobile {
	text-align: center;
}

.text-md {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4A4A4A;
  }
.text-md-tight {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4A4A4A;
  margin-top: 8px;
  }  
  .text-md-hero {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 28px; /* a little extra large */
  line-height: 34px;
  color: #FFF
  }
  .text-md-white {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  }

.text-md-caption {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #4A4A4A;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  }

  @media (min-width: 500px) {
  .text-md-caption {
    margin-left: 48px;
    margin-right: 48px;
    }
  }

  @media (min-width: 760px) {
    .text-md-caption {
      margin-left: 48px;
      margin-right: 48px;
      }
  }

  @media (min-width: 992px) {
    .text-md-caption {
      margin-left: 0px;
      margin-right: 0px;
      }
  }

.text-md-checkmark {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	font-weight: 700;
    margin-left: 38px;
    display: inline-block;
}

.text-md-checkmark br {
	margin-left: 45px;
}

.text-sm-caption {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8A8A8A;
}

.text-sm-footer {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  margin: 0;
  padding: 0;
}
.text-sm-legal {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #6f6f6f;
  margin: 0 0 10px 0;
  padding: 0;
}
.text-link-block-light {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding-bottom: 16px;
  border-bottom: 1px solid transparent;
}

.text-link-block-light:hover {
  border-bottom: 1px solid #A1AAD9;
}


/* ------------------------------ *\
   LIST 1
\* ------------------------------ */

.list-lg-margin {
  margin-top: 40px;
  margin-left: 0;
  }
  @media (min-width: 768px) {
    .list-lg-margin {
      margin-top: 24px;
      margin-left: 0;
    }
  }

.list-lg {
  list-style: none;
  padding: 0;
}

.list-lg-item {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 16px; 
  padding-left: 0;
  border-top: 1px solid #DEDEDE;
  }

.list-lg-item:last-child {
    border-bottom: 1px solid #DEDEDE;
}
.list-lg-item img {
	position: relative;
	left: 0;
	margin: 0;
	padding: 0;
	margin-right: 12px;
	width: 27px;
	height: 27px;
}

.block-text-right {
	 text-align: left;
	}
	@media (min-width: 768px) {
		.block-text-right {
		text-align: right;
		}
  }

.list-sm {
	list-style: none;
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	}
	@media (min-width: 768px) {
		.list-sm {
		margin-top: 60px;
		}
	}
.list-sm-item {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.list-sm-item a {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.span-pipe {
	font-size: inherit;
	padding-left: 4px;
	padding-right: 4px;
	color: rgba(254,254,254, 0.5);
}
.text-link-xs, .text-link-xs:visited {
	text-decoration: none;
	color:	#FFF;
	font-size: inherit;
}
.text-link-xs:hover {
	text-decoration: underline;
	color: #FFF;
}

.list-sub-list { list-style: none; }
.list-sub-list li { list-style: circle; }


/* ------------------------------- *\
   LIST 2 FOR MARKETS
\* ------------------------------- */
.grid-xl-icons {
  text-align: center;
}
.grid-margin-sm {
  margin-top: 24px;
}
.icon-inline {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
}
/* ---------------------------- *\
  ICONS - GOOGLE MATERIALS
\* ---------------------------- */

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


/* --------------------------------------------- *\
  MISC
\* --------------------------------------------- */
.col-padding-btm-lg {
  padding-bottom: 52px;
}
.row-center-align {
  text-align: center;
}
.row:before {
    display: none;
    content: " ";
}
.row-bg-gray {
  background-color: #F6F6F6;
}
.padding-top-md      { padding-top: 42px; padding-bottom: 18px;    }
.padding-top-sm      { padding-top: 10px;    }
.padding-bottom-sm   { padding-bottom: 10px; }
.padding-bottom-md   { padding-bottom: 40px; }
.padding-bottom-md-big   { padding-bottom: 48px; }
.padding-bottom-xmd  { padding-bottom: 54px; }
.padding-bottom-lg   { padding-bottom: 80px; }
.margin-bottom-zero  { margin-bottom: 0;     }


.row-padding-lg-xl { padding-top: 40px; padding-bottom: 72px; }
.row-padding-lg-md { padding-top: 40px; padding-bottom: 56px; }
.row-padding-md    { padding-top: 20px; padding-bottom: 20px; }
.row-padding-sm    { padding-top: 10px; padding-bottom: 10px; }
.first-row-clear {
  margin-top: 48px;
  }
  @media (min-width: 768px) {
    .first-row-clear {
    margin-top: 100px;
    }
  }
.first-row-clear-sm {
  margin-top: 48px;
  }
  @media (min-width: 768px) {
    .first-row-clear-sm {
    margin-top: 62px;
    }
  }

.container-page-top {
  margin-top: 100px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons-banner {
  padding: 0;
  line-height: 0;
  display: inline-block;
  position: relative;
  top:6px;
}
.material-icons-banner-small {
  width: 24px;
}
.material-icons-banner-big {
  width: 56px;
}
.material-icons-banner-big>i {
  margin: 0;
  padding:0;
  width: 24px;
}
/* --------------------------------- *\
   NAV BAR
\* --------------------------------- */
header {
  z-index: 99;
  position: relative;
}
.nav-fixed {
  position: fixed;
  top:0;
  right: 0;
  left: 0;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #ffffff;
  box-shadow: 0px 1px 0px 0px #D3D3D3;
}
.header-banner {
  height: 64px;
  background-color: #313355;
  box-shadow: 0 2px 4px rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* ------------------------------ *\
   FOOTER
\* ------------------------------ */

footer {
  background-color: #002856;
  position: relative;
}
.footer-logo {
  width: 100px;
  height: auto;
}
.footer-row {
  padding-top: 30px;
  padding-bottom: 56px;
}
.footer-text-margin-lg {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  text-align:left;
  }
  @media (min-width: 500px) {
    .footer-text-margin-lg {
    margin-left: 80px;
    margin-right: 80px;
	  text-align:left;
    }
  }
  @media (min-width: 769px) {
    .footer-text-margin-lg {
    margin-left: 160px;
    margin-right: 160px;
      text-align:center;
    }
  }
/* ----------------------------------- *\
   BUTTONS
\* ----------------------------------- */
.btn-md-solid, .btn-md-solid:visited {
	font-size: 15px;
	font-weight: 500;
	line-height: 48px; /* to get a 48px height */
	color: #FFF;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 48px;
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
	}
	.btn-md-solid:hover {
	text-decoration: none;
	color: #FFF;
	}

.btn-blue {
	background-color: #4B6CC9;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 400ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: background-color;
	-moz-transition-duration: 400ms;
	-moz-transition-timing-function: ease-out;
	transition-property: background-color;
	transition-duration: 400ms;
	transition-timing-function: ease-out;
	}
	.btn-blue:hover {
	  background-color: #313355;
	}



/* ---------------------------------- *\
   UPDATE MAY 2017
\* ---------------------------------- */
.btn-group-two {
	position: relative;
	margin-left: 0px;
	margin-top: 32px;
	display: inline-block;
	}
	@media (min-width: 500px) {
	.btn-group-two {
		position: relative;
		margin-left: 24px;
		margin-top: 0;
		display: inline-block;
		}
	}

.btn-orange   { 
	background-color: #FF6F1C; 
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 400ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: background-color;
	-moz-transition-duration: 400ms;
	-moz-transition-timing-function: ease-out;
	transition-property: background-color;
	transition-duration: 400ms;
	transition-timing-function: ease-out;
	}  
	.btn-group-two-orange:hover   { 
		background-color: #d45c17; 
	}

.btn-darkblue { 
	background-color: #313355; 
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 400ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: background-color;
	-moz-transition-duration: 400ms;
	-moz-transition-timing-function: ease-out;
	transition-property: background-color;
	transition-duration: 400ms;
	transition-timing-function: ease-out;
	}  
	.btn-group-two-darkblue:hover { 
		background-color: #18192a; 
	}

/* Canadian Red for Currency Selection */
.btn-red { 
	background-color: #eb2d37; 
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 400ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: background-color;
	-moz-transition-duration: 400ms;
	-moz-transition-timing-function: ease-out;
	transition-property: background-color;
	transition-duration: 400ms;
	transition-timing-function: ease-out;
	}  
	.btn-red:hover { 
		background-color: #9f1e25; 
	}

.btn-md-clear, .btn-md-clear:visited {
	margin-left: 8px;
	margin-right: 8px;
	font-size: 15px;
	font-weight: 400;
	line-height: 32px; 
	color: #4B6CC9;
	border-radius: 2px;
	text-decoration: none;
	padding: 0 12px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #dedede;
	-webkit-transition-property: all;
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: 200ms;
	-moz-transition-timing-function: ease-out;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease-out;
	}

.btn-md-clear:hover {
	background-color: #4B6CC9;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #dedede;
}


/* ---------------------------------- *\
  UPDATE MAY 2017 - VENDOR LIST STYLES
\* ---------------------------------- */
.btn-list-subhead {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 25px;
color: #313355;

}
.btn-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.btn-list li {
	padding: 0;
	margin: 0;
}

.btn-list-item {
	display: inline-block;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;
	color: #4B6CC9;
    padding: 14px;
    width: 100%;
	text-decoration: none;
	background-color: #f9f9f9;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: background-color;
	-moz-transition-duration: 200ms;
	-moz-transition-timing-function: ease-out;
	transition-property: background-color;
	transition-duration: 200ms;
	transition-timing-function: ease-out;

	}
	.btn-list-item:hover {
	text-decoration: none;
	background-color: #4B6CC9;
	color: #fff;
	box-shadow: 0 1px 23px rgba(0,0,0,0.1);
	}
	.btn-list-item:active{
	text-decoration: none;
	background-color: #313355;
	color: #fff;
	}

.border-bottom-list-one {
	border-bottom: none;
	}
		@media (min-width: 769px) {
		.border-bottom-list-one {
		border-bottom: 1px solid #dedede;
		}

	}

.border-bottom-list-three {
	border-bottom: 1px solid #dedede;
	}
	@media (max-width: 767px) {
		.border-bottom-list-three {
		margin-bottom: 32px;
		}
	}





					/* ---------------------------------- *\
					  MULTIPLE MARKET LISTS
					\* ---------------------------------- */


					.card-list {
						background-color: #fff;
						margin-top: 48px;
					}

					/*.card-list-content {
						margin: 48px;
					}*/

					.text-sm-subhead {
						font-family: "Roboto", sans-serif;
					    font-weight: 700;
					    font-size: 12px;
					    line-height: 24px;
					    color: #757575;
					    margin:0 0 8px 0;
					    padding: 0;
					}

					.headline-md-list-subhead {
						font-family: "Roboto", sans-serif;
					    font-weight: 700;
					    font-size: 16px;
					    line-height: 24px;
					    color: #212121;
					    margin:0 0 28px 0;
					    padding: 0;
					}

					.card-list-text {
						font-family: "Roboto", sans-serif;
					    font-weight: 400;
					    font-size: 16px;
					    line-height: 24px;
					    margin:0 0 0 -4px;
					    padding: 0;
					}

					.card-list-text a {
						color: #0A6ABB;
						display: inline-block;
						padding-left: 4px;
						padding-right: 4px;
						padding-top: 2px;
						padding-bottom: 2px;
						border-radius: 2px;
						margin-right: 4px;
						-webkit-transition-property: all;
						-webkit-transition-duration: 200ms;
						-webkit-transition-timing-function: ease-out;
						-moz-transition-property: all;
						-moz-transition-duration: 200ms;
						-moz-transition-timing-function: ease-out;
						transition-property: all;
						transition-duration: 200ms;
						transition-timing-function: ease-out;
					}

					.card-list-text a:hover {
						color: #FFF;
						background-color: #0A6ABB;
						text-decoration: none;

					}

					.text-md-margin-top-64 {
						margin-top: 64px;
					}

				/*PURPLE AREA ---------- */
				.row-padding-top-xxlg-48 { padding-top: 48px; }
				.row-padding-btm-xxlg-36 { padding-bottom: 36px; }
				.row-padding-btm-xxlg-48 { padding-bottom: 48px; }

					.row-bg-dark {
						background-color: #313355;
					}

					.text-md-white {
						font-family: "Roboto", sans-serif;
					    font-weight: 400;
					    font-size: 16px;
						color: #FFF;
						margin: 0 0 24px 0;
						padding:0;
					}

					.text-md-white-first {
						margin: 12px 0 24px 0;
					}

					.text-sm-subhead-white {
						font-family: "Roboto", sans-serif;
					    font-weight: 700;
					    font-size: 12px;
						color: #FFF;
						margin: 0 0 8px 0;
						padding:0;
					}

					.headline-lg-list-subhead-white {
						font-family: "Roboto", sans-serif;
					    font-weight: 700;
					    font-size: 20px;
						color: #FFF;
						margin: 0;
						padding:0;
					}

				/*why section ------------ */
					.headline-lg-list-subhead {
						font-family: "Roboto", sans-serif;
					    font-weight: 700;
					    font-size: 20px;
						color: #212121;
						margin: 0;
						padding:0;
					}
					.text-md-dark {
					    font-family: "Roboto", sans-serif;
					    font-weight: 400;
					    font-size: 16px;
					    color: #212121;
					    margin: 0 0 24px 0;
					    padding: 0;
					}
					.text-md-dark-first {
						margin: 12px 0 24px 0;
					}

				/*header ------------ */
					.padding-lg-xl-tight {
						padding-top: 14px;
						padding-bottom: 16px;
					}

					.headline-xxlg {
						font-family: "Roboto", sans-serif;
						font-weight: 700;
						color: #212121;
						line-height: 1.275em;
						font-size: 32px;
					}

					.headline-mmd {
						font-family: "Roboto", sans-serif;
						font-weight: 400;
						color: #212121;
						line-height: 1.375em;
						font-size: 20px;
					}

					.card-dark {
						background-color: #35beab;
						margin-top: 48px; 
						margin-bottom: 0;
						padding: 26px 0;
					}

					.card-dark-text {
						font-family: "Roboto", sans-serif;
						font-weight: 400;
						font-size: 20px;
						color: #FFFFFF;
						margin: 0;
						padding: 0;
						line-height: 26px;
					}

.row-centered {
	text-align: center;
}
.illust-400 {
	width: 400px;
	margin: 0 auto;
	display: inline-block;
}




/* ---------------------------------- *\
UPDATES — METHODOLOGIES PAGES
\* ---------------------------------- */

/*section {
	background-color: rgba(0,123,0,0.1);
}
.container {
	background-color: rgba(123,0,0,0.1);
}

p,h1,h2,h3,li {
	background-color: rgba(0,0,123,0.1);
}*/

h2.subhead-lg {	
	font-family: "Roboto Condensed", sans-serif;
	font-size: 28px;
	line-height: 1.375em;
	font-weight: 400;
	color: #4A4A4A;
	margin:0;
	padding: 32px 0 12px 0;
	border-top: 1px solid #dedede;
	letter-spacing: -0.02em;
}

h3.subhead-md {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	color: #4A4A4A;
	font-size: 18px;
	padding: 12px 0 0 0;
	margin: 0;
}

ul.list-md {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #4A4A4A;
	font-size: 16px;
    margin-bottom: 16px;
    margin-left: .5em;
}

ul.list-md li {
	padding-bottom: 16px;
}

ul.list-md > li > ul {
	margin-bottom: 0;
    margin-left: 1em;
    margin-top: 6px;
    list-style: circle;
}

ul.list-md > li > ul > li {
		margin: 0;
		padding:0;
		margin-top: 12px;
}

.text-sm-legal {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  color: #757575;
}

ul.list-md-open {
	list-style: none;
	padding:0;
	margin: 0 0 22px 2em;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

ul.list-md-open li {
	padding:0 0 12px 0;
	margin: 0;
}
ul.list-md-open li i {
    position: relative;
    top: 5px;
    padding-right: 6px;
}

/* ---------------------------------- *\
  ANIMATION
\* ---------------------------------- */
.delay-1 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.delay-2 {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}
.delay-3 {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
.delay-4 {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
}
.delay-5 {
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  -o-animation-delay: .8s;
  animation-delay: .8s;
}



.animation-fade-in-up {
  -webkit-animation-name: fade-in-up;
  -moz-animation-name: fade-in-up;
  -o-animation-name: fade-in-up;
  animation-name: fade-in-up;
  
  -webkit-animation-duration: 1.0s;
  -moz-animation-duration: 1.0s;
  -o-animation-duration: 1.0s;
  animation-duration: 1.0s;
  
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;

  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;

    -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s;

    /* boost */
  -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);
}

@-webkit-keyframes fade-in-up {
  0%   {
        -webkit-transform: translateY(60px);
        opacity: 0.0;
  }   
  100% {
        -webkit-transform: translateY(0px);
        opacity: 1.0; 
  }   
}

@-moz-keyframes fade-in-up {
  0%   {
        -moz-transform: translateY(60px);
        opacity: 0.0;
  }    
  100% {
        -moz-transform: translateY(0px);
        opacity: 1.0; 
  }    
} 

@-o-keyframes fade-in-up {
  0%   {
        -o-transform: translateY(60px);
        opacity: 0.0;
  }    
  100% {
        -o-transform: translateY(0px); 
        opacity: 1.0;
  }    
}

@-keyframes fade-in-up {
  0%  {
        transform: translateY(60px);
        opacity: 0.0;
  }    
  100% {
        transform: translateY(0px); 
        opacity: 1.0;
  }    
}





.animation-fade-in {
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  
  -webkit-animation-duration: 1.0s;
  -moz-animation-duration: 1.0s;
  -o-animation-duration: 1.0s;
  animation-duration: 1.0s;
  
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;

  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;

  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s;

  /* boost */
  -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);
}




@-webkit-keyframes fade-in {
  0%   {
        opacity: 0.0;
  }   
  100% {
        opacity: 1.0; 
  }   
}

@-moz-keyframes fade {
  0%   {
        opacity: 0.0;
  }    
  100% {
        opacity: 1.0; 
  }    
} 

@-o-keyframes fade-in {
  0%   {
        opacity: 0.0;
  }    
  100% {
        opacity: 1.0;
  }    
}

@-keyframes fade-in {
  0%  {
        opacity: 0.0;
  }    
  100% {
        opacity: 1.0;
  }    
}











.animation-move-in-up {
  -webkit-animation-name: move-in-up;
  -moz-animation-name: move-in-up;
  -o-animation-name: move-in-up;
  animation-name: move-in-up;
  
  -webkit-animation-duration: 1.0s;
  -moz-animation-duration: 1.0s;
  -o-animation-duration: 1.0s;
  animation-duration: 1.0s;
  
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;

  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;

    -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;

    /* boost */
  -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);
}




@-webkit-keyframes move-in-up {
  0%   {
        -webkit-transform: translateY(-70px);
        opacity: 0.0;
  }   
  100% {
        -webkit-transform: translateY(0px);
        opacity: 1.0; 
  }   
}

@-moz-keyframes move-in-up {
  0%   {
        -moz-transform: translateY(-70px);
        opacity: 0.0;
  }    
  100% {
        -moz-transform: translateY(0px);
        opacity: 1.0; 
  }    
} 

@-o-keyframes move-in-up {
  0%   {
        -o-transform: translateY(-70px);
        opacity: 0.0;
  }    
  100% {
        -o-transform: translateY(0px); 
        opacity: 1.0;
  }    
}

@-keyframes move-in-down {
  0%  {
        transform: translateY(-70px);
        opacity: 0.0;
  }    
  100% {
        transform: translateY(0px); 
        opacity: 1.0;
  }    
}
