

/*------------------------------------*\
  NORMALIZE
\*------------------------------------*/


html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  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;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, 
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[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;
}
template {
  display: none;
}
[hidden] {
  display: none;
}





/*------------------------------------*\
  RESET
\*------------------------------------*/


*, *::before, *::after {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
button {
	color: inherit;
	background-color: transparent;
	padding: 0;
	border-width: 0;
	cursor: pointer;
}
img {
	width: 100%;
	height: auto;
}
figure {
	margin: 0;
}
input::-moz-focus-inner {
	padding: 0;
	border: 0;
	margin: 0;
}
ul, ol, dd {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit; 
	font-weight: inherit;
	margin: 0; 
}
p {
	margin: 0;
}

::placeholder {
  color: #e1e9ef;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #e1e9ef;
}
::-ms-input-placeholder {
  color: #e1e9ef;
}

input[type=radio],
input[type=checkbox],
select {
	-webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}





/*------------------------------------*\
  #HEADER
\*------------------------------------*/


.page-head {
	position: fixed;
	display: flex;
	justify-content: space-between;
	width: 100%;
	top: 0;
	background: #fff;
	padding: 1.7em 2.5em;
	border-bottom: 10px solid #00365e;
	z-index: 999;
}

.page-head__logo {
	align-self: flex-end;
	width: 220px;
  padding-top: 0.5em;
}

.page--portal .page-head {
  align-items: center;
}


@media only screen and (max-width: 1200px) {
	.page-head {
		padding: 1.2em 2em;
	}
	.page-head__logo {
		width: 200px;
	}
}

@media only screen and (max-width: 850px) {
	.page-head {
    padding: 1.2em 1.5em;
		border-bottom: 8px solid #0061aa;
	}
	.page-head__logo {
		width: 160px;
	}
}





/*------------------------------------*\
  #NAVIGATION
\*------------------------------------*/


.page-head__btns .btn {
  margin: 0 0.2em;
}
.page-head__btns .btn:last-child {
  margin-right: 0;
}


@media only screen and (max-width: 850px) {
  .page-head__btns .btn {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 550px) {
  .page-head__btns .btn {
    font-size: 0.8em;
    padding: 1.1em 1.2em 1em;
  }
}





/*------------------------------------*\
  #LAYOUT
\*------------------------------------*/


.container {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.page-content {
	padding-top: 148px;
}

section {
	margin: 4em 0;
}


@media only screen and (max-width: 1200px) {
	.page-content {
		padding-top: 125px;
	}
}

@media only screen and (max-width: 850px) {
	.page-content {
		padding-top: 98px;
	}
}

@media only screen and (max-width: 750px) {
  .page-content {
    padding-top: 125px;
  }
	.container {
		width: 85%;
	}
	section {
		margin: 3em 0;
	}
}





/*------------------------------------*\
  #TYPE
\*------------------------------------*/


body {
	font-family: proxima-nova, sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: #6e6e6e;
}

.page-content h1,
.page-content h2,
.page-content h3 {
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
	color: #0061aa;
}
.page-content h1 {
	font-size: 3.2em;
	margin-bottom: 0.6em;
}
.page-content h2 {
	font-size: 2.2em;
	margin: 0.6em 0;
}
.page-content h3 {
	font-size: 1.6em;
	line-height: 1.3;
	margin-bottom: 0.3em;
}
.page-content h4 {
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.3;
	color: #323232;
	margin-bottom: 0.2em;
}
.page-content h5,
.page-content h6 {
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0.3em;
}
.page-content h5 {
	color: #6e6e6e;
}
.page-content h6 {
	color: #323232;
}

.page-content p,
.page-content li {
	font-size: 1.25em;
	line-height: 1.6;
	color: #6e6e6e;
}
.page-content p,
.page-content ul {
  margin-bottom: 1em;
}

.page-content ul {
	list-style: none;
}
.page-content li {
  position: relative;
  padding-left: 1.8em;
  margin: 0.5em 0;
}
.page-content li::before {
  position: absolute;
  content: '\2022';
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 700;
  color: #6e6e6e;
  top: -0.3em;
  left: 0.5em;
}
.page-content li:last-child,
.page-content li li:last-child {
	margin-bottom: 0;
}

.page-content li li {
	font-size: 1em;
}

.text li li {
	font-size: 0.8em;
}
.text li li::before {
  position: absolute;
  content: '\25CB';
  font-size: 1.1em;
  top: 0.1em;
}

.page-content ol li {
	counter-increment: decimal;
	padding-left: 1.2em;
}
.page-content ol li::before {
	content: counter(decimal) '.';
	font-size: 0.95em;
  line-height: 1.6;
  font-weight: 700;
  top: 1px;
}

.page-content p a,
.page-content li a {
	font-weight: 500;
	color: #0061aa;
	text-decoration: underline;
}
.page-content p a:hover,
.page-content li a:hover {
	color: #00365e;
}
.page-content hr {
  border: 1px solid #e1e9ef;
  margin: 2em 0;
}

.page-content h1 + h4 {
	margin: -0.8em 0 1.5em;
}


@media only screen and (max-width: 1100px) {
	.page-content {
		font-size: 95%;
	}
	.page-content h1 {
		font-size: 3em;
		margin-bottom: 0.6em;
	}
}

@media only screen and (max-width: 950px) {
	.page-content {
		font-size: 90%;
	}
	.page-content h1 {
		font-size: 2.8em;
	}
}

@media only screen and (max-width: 750px) {
	.page-content {
		font-size: 85%;
	}
	.page-content h1 {
		font-size: 2.6em;
	}
	.page-content h2 {
		font-size: 2em;
	}
	.page-content h1 + h4 {
		margin: -0.7em 0 1.4em;
	}
}

@media only screen and (max-width: 650px) {
	.page-content {
		font-size: 80%;
	}
}





/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/


.btn {
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	color: #0061aa;
	padding: 1.2em 1.5em 1em;
	box-shadow: #0061aa 0 0px 0px 2px inset;
	border: none;
	border-radius: 5px;
	margin: 1em 0.5em 1em 0;
	cursor: pointer;
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
					transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}
.btn:hover {
  color: #fff;
  box-shadow: #0061aa 0 80px 0px 2px inset;
}
.btn:hover::before {
  box-shadow: inset 0 0 0 10em #0061aa;
}

.bg-black {
	background: #323232;
}
.bg--blue {
	background: #0061aa;
}
.bg--gray {
	background: #6e6e6e;
}
.bg--light {
	background: #e1e9ef;
}

.banner {
	width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 12% 0;
  margin-top: 0;
}

.featured {
	max-width: 880px;
	text-align: center;
}
.featured h1 + h4 {
	margin-bottom: 0.5em;
}

.img--small,
.img--medium,
.img--large {
	margin: 1em auto;
}
.img--large {
	max-width: 850px;
}
.img--medium {
	max-width: 650px;
}
.img--small {
	max-width: 350px;
}
.img--left,
.img--right {
	max-width: 400px;
}
.img--left {
	float: left;
	margin: 0 2em 1em 0;
}
.img--right {
	float: right;
	margin: 0 0 1em 2em;
}

.pdf-link {
	position: relative;
	font-weight: 700;
	color: #0061aa;
	padding-left: 1em;
}
.pdf-link::before {
	position: absolute;
  content: url(../img/common/pdf-icon.svg);
  width: 0.9em;
  height: 0.9em;
  top: 0.1em;
  left: 0;
}
.pdf-link:hover {
	text-decoration: underline;
}

.text-image {
	display: flex;
}
.text-image img {
	align-self: flex-start;
	max-width: 35%;
	margin-right: 5%;
}

.text + .two-column {
	margin: -2em auto 0;
}
.text .text--disclaimer {
	font-size: 0.95em;
}

.text p:last-child,
.text-image p:last-child,
.text-image ul:last-child {
	margin-bottom: 0;
}

.two-column {
	display: flex;
}
.two-column .column {
	padding: 0 4em;
}
.two-column .column:first-of-type {
	padding-left: 0;
}
.two-column .column:last-of-type {
	padding-right: 0;
}

.disclaimer li {
	font-size: 0.95em;
}

.caption {
	text-align: center;
	margin-top: 1.5em;
}
.caption p {
	font-size: 1.1em;
	color: #0061aa;
}


@media only screen and (max-width: 1260px) {
	.two-column .column {
		padding: 0 3em;
	}
}

@media only screen and (max-width: 1100px) {
	.two-column .column {
		padding: 0 2.5em;
	}
}

@media only screen and (max-width: 900px) {
	.two-column .column {
		padding: 0 2em;
	}
	.img--left,
	.img--right {
		float: none;
		margin: 0;
	}
}

@media only screen and (max-width: 750px) {
	.text-image {
		display: block;
	}
	.text-image img {
		max-width: 500px;
		margin: 0 0 2em;
	}
}

@media only screen and (max-width: 700px) {
	.two-column {
		display: block;
	}
	.two-column .column {
		padding: 0;
	}
}





/*------------------------------------*\
  #LOGIN
\*------------------------------------*/


.login {
  margin: 0;
}

.login__inner {
  display: flex;
  align-items: flex-start;
}

.login__intro {
  display: flex;
  flex: 0 0 750px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  background: #e1e9ef;
  padding: 0 5em;
  margin-top: -1.5em;
}
.login__intro p {
  color: #00365e;
}
.login__intro .btn {
  max-width: 200px;
  margin: 1.5em 0 0;
}

.login__wrap {
  width: 100%;
  background: #fff;
  padding: 6em 5em;
}

.login__form {
  width: 100%;
  max-width: 450px;
  background: #00365e;
  padding: 2.5em 3em 3em;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(50,50,50, 0.4);
  margin: 0 auto;
}
.login__form h2 {
  font-size: 1.8em;
  color: #fff;
  text-align: center;
  margin: 0 0 1em;
}
.login__form p {
  font-size: 1em;
  color: #fff;
  margin: -0.2em 0 0.4em;
}
.login__form p span {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.login__form p span:hover {
  color: #e1e9ef;
  -webkit-transition: color ease 0.5s;
          transition: color ease 0.5s;
}

.input__wrap {
  position: relative;
}
.input__wrap .input {
  font-weight: 500;
  color: #0061aa;
  padding: 0.6em 0.8em 0.6em 2em;
  border: 2px solid #fff;
  margin-bottom: 0.8em;
}
.input__icon {
  position: absolute;
  width: 1.1em;
  top: 0.9em;
  left: 0.8em;
}
.input__icon svg {
  fill: #0061aa;
}

.input__wrap input::placeholder {
  color: #0061aa;
  opacity: 1;
}
.input__wrap input:-ms-input-placeholder {
  color: #0061aa;
}
.input__wrap input::-ms-input-placeholder {
  color: #0061aa;
}

.login__form input[type=submit] {
  display: block;
  width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: #0061aa;
  padding: 0.8em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 1.2em;
  -webkit-transition: background ease 0.5s;
          transition: background ease 0.5s;
}
.login__form input[type=submit]:hover {
  background: #006fc2;
}

.login__register {
  text-align: center;
  margin-top: 1.2em;
}
.login__register p {
  font-weight: 700;
  color: #0061aa;
  margin: 0;
}
.login__register p a {
  font-weight: 700;
  -webkit-transition: color ease 0.5s;
          transition: color ease 0.5s;
}

.password .login {
  float: none;
  margin: 0 auto 200px;
}

.login-error {
  padding: 10px 12px;
  background: #e03535;
  border-radius: 4px;
  margin-bottom: 15px;
}
.login-error p {
  line-height: 1.2;
  color: #fff !important;
  margin: 0 0 8px;
}
.login-error p:last-child {
  margin: 0;
}


@media only screen and (max-width: 1300px) {
  .login__intro {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 1100px) {
  .login__intro {
    flex: 0 0 45%;
    padding: 5em 4em;
    margin-top: -0.5em;
  }
  .login__wrap {
    padding: 5em 4em;
  }
}

@media only screen and (max-width: 850px) {
  .login__inner {
    display: block;
    min-height: 100%;
    margin-top: -27px;
  }
  .login__intro,
  .login__wrap {
    width: 100%;
    padding: 5em 4em;
  }
  .login__intro .btn {
    max-width: 200px;
  }
  .login__form {
    max-width: 400px;
  }
}

@media only screen and (max-width: 550px) {
  .login__intro,
  .login__wrap {
    padding: 5em 3em;
  }
  .login__intro .btn {
    max-width: 200px;
  }
  .login__form {
    max-width: 400px;
  }
}





/*------------------------------------*\
  #STEPS
\*------------------------------------*/


.steps {
  display: flex;
  align-items: center;
}

.step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 1em;
  border-top: 2px solid #e1e9ef;
  border-left: 2px solid #e1e9ef;
  border-bottom: 2px solid #e1e9ef;
  cursor: pointer;
}
.step:first-child {
  border-radius: 5px 0 0 5px;
}
.step:last-child {
  border-right: 2px solid #e1e9ef;
  border-radius: 0 5px 5px 0;
}

.step.step--active {
  background: #0061aa;
  border-color: #0061aa;
}
.step.step--active span {
  color: #fff;
}
.step--active + .step {
  border-left: none;
}

.step span {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
  color: #0061aa;
}
span.step__number {
  display: block;
  width: 22px;
  height: 22px;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #0061aa;
  padding: 0.2em;
  border-radius: 2px;
  margin-right: 0.6em;
}
.step--active span.step__number {
  color: #0061aa;
  background: #fff;
}


@media only screen and (max-width: 950px) {
  .step {
    padding: 1em 0.8em;
  }
  .step span {
    font-size: 1em;
  }
  span.step__number {
    width: 20px;
    height: 20px;
    font-size: 0.85em;
    line-height: 1.5;
    padding: 0.1em;
  }
}

@media only screen and (max-width: 850px) {
  .steps {
    display: block;
  }
  .step {
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    border: none;
    margin: 1em 0;
  }
  .step:last-child {
    border-right: none;
  }
  .step span {
    font-size: 1.1em;
    color: #cedae3;
  }
  span.step__number {
    width: 20px;
    height: 20px;
    font-size: 0.85em;
    line-height: 1.4;
    color: #fff;
    background: #cedae3;
    padding: 0.2em;
    margin-right: 0.8em;
  }
  .step.step--active {
    background: none;
  }
  .step.step--active span {
    color: #0061aa;
  }
  .step--active span.step__number {
    color: #fff;
    background: #0061aa;
  }
}





/*------------------------------------*\
  #REGISTRATION
\*------------------------------------*/


.registration {
  background: #e1e9ef;
  padding: 3em;
  border-radius: 10px;
  margin-bottom: 10em;
}

.registration h3 {
  margin: 0 0 1em;
}

.registration select {
  color: #0061aa;
  padding: 0.7em 2em 0.7em 0.8em;
  border: 2px solid #fff;
}
.registration .select::after {
  top: 1em;
  right: 1em;
  border-color: #0061aa;
  border-width: 0 0.2em 0.2em 0;
}

.registration .input {
  font-weight: 500;
  color: #0061aa;
  padding: 0.6em 0.8em;
  border: 2px solid #fff;
}
.registration .input::placeholder {
  color: #0061aa;
  opacity: 1;
}
.registration .input:-ms-input-placeholder {
  color: #0061aa;
}
.registration .input::-ms-input-placeholder {
  color: #0061aa;
}


.instructions {
  padding-top: 2.5em;
  border-top: 2px solid #0061aa;
  margin-top: 3em;
}
.instructions p {
  font-size: 1.1em;
  color: #323232;
}
.instructions p:last-child {
  margin: 0;
}

.registration .instructions .btn {
  display: inline-block;
  margin-top: 1em;
}
.registration--finish .instructions {
  margin-top: 2.5em;
}

.registration__form {
  max-width: 700px;
}
.registration .btn {
  width: 220px;
  color: #fff;
  background: #0061aa;
  margin: 0;
}

.registration--input .input {
  max-width: 300px;
}
.registration--input .form__input {
  display: flex;
}
.registration--input .btn {
  max-width: 150px;
  margin-left: 1em;
}
.registration--input .select {
  min-width: 300px;
  margin: 0;
}
.registration__form .btn {
  margin-top: 1em;
}


@media only screen and (max-width: 600px) {
  .registration {
    padding: 2.5em;
  }
  .registration--input .select {
    min-width: 250px;
  }
}

@media only screen and (max-width: 550px) {
  .registration--input .form__input {
    display: block;
  }
  .registration--input .select {
    min-width: 100%;
    margin: 0;
  }
  .registration--input .btn {
    max-width: 150px;
    margin: 2em 0 0;
  }
  .registration .form__inner {
    display: block;
    width: 100%;
  }
  .form__wrap .form__input {
    width: 100% !important;
    margin: 1em 0 !important;
  }
  .instructions {
    padding-top: 2em;
    margin-top: 2.5em;
  }
  .registration--finish .instructions {
    margin-top: 2em;
  }
}






.product-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: -2em;
}
.download {
  margin-top: 1em;
}


@media only screen and (max-width: 950px) {
  .product-title {
    margin-bottom: -3em;
  }
}

@media only screen and (max-width: 850px) {
  .product-title {
    display: block;
    margin-bottom: -1em;
  }
  .download,
  .download .btn {
    margin: 0;
  }
}

@media only screen and (max-width: 750px) {
  .product-title {
    margin-bottom:  0;
  }
}









/*------------------------------------*\
  #TRANSLATE
\*------------------------------------*/


.page-foot__translate {
  margin: 1em auto 0;
}
.page-foot__translate select {
  min-width: 150px;
  font-family: proxima-nova, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  padding: 0.5em 2.2em 0.5em 0.5em;
}





/*------------------------------------*\
  #HEADLINE
\*------------------------------------*/


.headline {
	margin-bottom: -4em;
}

.headline__inner {
	display: flex;
	justify-content: space-between;
}

.headline__img {
	align-self: flex-start;
	max-width: 150px;
	margin: 0 0 -1.8em 2em;
}


@media only screen and (max-width: 1040px) {
	.headline {
		margin-bottom: -2em;
	}
	.headline__inner {
		display: block;
	}
	.headline__img {
		display: none;
	}
}





/*------------------------------------*\
  #VIDEO
\*------------------------------------*/


.video {
  background: #eee url(../img/common/video-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 5em;
}
.video__inner {
	max-width: 900px;
	margin: 0 auto;
}
.video__wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video__wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}





/*------------------------------------*\
  #MODAL
\*------------------------------------*/


.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.75);
  z-index: 999999;
}
.overlay.open {
  display: block;
}

.modal {
  position: fixed;
  width: 90%;
  max-width: 480px;
  max-height: calc(100% - 10%);
  top: 50%;
  left: 50%;
  background: #00365e;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: auto;
}
.modal-close {
  position: absolute;
  font-size: 3em;
  line-height: 1;
  color: #fff;
  top: 0.05em;
  right: 0.25em;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}
.modal-close:hover {
  color: #e1e9ef;
}

.modal-content {
  height: 100%;
  padding: 3em;
  overflow: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.modal-content h2 {
  font-family: proxima-nova, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0.3em;
}
.modal-content p {
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 1em;
}
.modal-content p:last-child {
  margin: 0;
}
.modal-content .input {
  font-weight: 500;
  margin: 2em 0 0.8em;
}
.modal-content .input:nth-child(2) {
  margin: 0.8em 0;
}
.modal-content .input::placeholder {
  color: #0061aa;
  opacity: 1;
}
.modal-content .input:-ms-input-placeholder {
  color: #0061aa;
}
.modal-content .input::-ms-input-placeholder {
  color: #0061aa;
}

.modal-content input[type=submit] {
  display: block;
  width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: #0061aa;
  padding: 0.8em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background ease 0.5s;
          transition: background ease 0.5s;
}
.modal-content input[type=submit]:hover {
  background: #006fc2;
}


@media only screen and (max-width: 1100px) {
  .modal-content {
    font-size: 95%;
  }
}

@media only screen and (max-width: 950px) {
  .modal-content {
    font-size: 90%;
  }
}

@media only screen and (max-width: 750px) {
  .modal {
    max-width: 400px;
  }
  .modal-content {
    font-size: 85%;
  }
  .modal-close {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 650px) {
  .modal-content {
    font-size: 80%;
  }
}





/*------------------------------------*\
  #FORM
\*------------------------------------*/


.contact {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: -2em;
}
.contact h3 {
	font-size: 1.25em;
	font-weight: 500;
	color: #323232;
	margin: 1.5em 0 1em;
}
.contact h4 {
	font-size: 1.15em;
	font-weight: 700;
	color: #0061aa;
	margin: 0;
}

.contact__info {
	width: 46%;
}
.contact__inner {
	background: #e1e9ef;
	padding: 1.8em 2em;
	border-radius: 10px;
	margin-top: 1.2em;
}
.contact__inner h2 {
	font-size: 1.7em;
	margin: 0 0 0.2em;
}
.contact__inner p {
	color: #323232;
	margin: 0;
}
.contact__inner p strong {
	color: #0061aa;
}
.contact__profile {
	margin-top: 1.2em;
	border-top: 2px solid #0061aa;
	padding-top: 1.3em;
}

.contact__form {
	width: 46%;
}
.form__text + .form__inner {
	margin-top: 0;
}
.form__inner {
	display: flex;
	justify-content: space-between;
	margin: 1em 0;
}
.form__inner .form__input,
.form__inner .form__wrap {
	width: 48%;
	margin: 0 4% 0 0;
}
.form__inner .form__input:last-child,
.form__inner .form__wrap:last-child {
	margin: 0;
}

.form__input {
	margin: 1em 0;
}
.label,
.input {
	display: block;
	line-height: 1.2;
}
.label {
  font-size: 1.15em;
  font-weight: 700;
  color: #0061aa;
  margin-bottom: 0.3em;
}
.input,
select {
  width: 100%;
  font-size: 1.15em;
  color: #6e6e6e;
  background: #fff;
  padding: 0.5em 2.2em 0.5em 0.5em;
  border: 2px solid #e1e9ef;
  border-radius: 5px;
  -webkit-transition: border 0.5s ease;
          transition: border 0.5s ease;
}
.input:focus,
select:focus {
	outline: 0;
  border-color: #0061aa;
}

.contact__form input:focus:invalid {
  border: 2px solid #0061aa;
}
.contact__form input:focus:invalid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23e1e9ef' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  -webkit-transition: none;
          transition: none;
}
.contact__form input:valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%230061aa' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1.25 17.292l-4.5-4.364 1.857-1.858 2.643 2.506 5.643-5.784 1.857 1.857-7.5 7.643z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  -webkit-transition: none;
          transition: none;
}
.contact__form input:optional,
.contact__form input[type=submit] {
  background-image: none;
}
.contact__form input[type=submit] {
	background: inherit;
}

.contact__form textarea {
	min-height: 150px;
	resize: none;
}

.form__checkbox {
	display: flex;
	margin: 0.8em 0;
}
.form__checkbox .label {
	font-weight: 500;
	padding-left: 0.5em;
	margin: 0;
	cursor: pointer;
}
.checkbox {
  position: relative;
  flex-shrink: 0;
  height: 1.3em;
  width: 1.3em;
  outline: none;
  border: 2px solid #e1e9ef;
  border-radius: 5px;
  cursor: pointer;
}
.checkbox:checked::before {
	content: '';
	position: absolute;
  width: 0.7em;
  height: 0.4em;
  top: 0.25em;
  left: 0;
  right: 0;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox:hover {
  background: #e1e9ef;
}
.checkbox:checked {
  background: #0061aa;
  border: 2px solid #0061aa;
}

select {
	font-size: 1.15em;
  font-weight: 500;
	padding: 0.5em 1.8em 0.5em 0.5em;
	cursor: pointer;
}
.select {
	position: relative;
	max-width: 250px;
	margin: 0.8em 0 1.5em;
}
.select::after {
  position: absolute;
	content: '';
  width: 0.6em;
  height: 0.6em;
  top: 0.9em;
  right: 0.8em;
  border: solid #6e6e6e;
  border-width: 0 0.2em 0.2em 0;
  -webkit-transform: rotate(45deg);
  				transform: rotate(45deg);
  pointer-events: none;
}

.form__submit {
	padding-top: 1em;
	border-top: 2px solid #e1e9ef;
	margin-top: 2em;
}
.form__submit .btn {
	width: 180px;
}

.form__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
}
.form__buttons a {
  font-size: 1.1em;
  font-weight: 700;
  color: #e03535;
  text-decoration: underline;
}


@media only screen and (max-width: 900px) {
	.contact {
		flex-direction: column;
		margin-top: -2em;
	}
	.contact__info,
	.contact__form {
		width: 100%;
	}
	.contact__info {
		margin-bottom: 3em;
	}
}

@media only screen and (max-width: 750px) {
	.contact__info {
		margin-bottom: 2em;
	}
}

@media only screen and (max-width: 760px) {
  .form__buttons {
    display: block;
  }
  .form__buttons input[type=submit] {
    width: 100%;
  }
  .form__buttons a {
    display: inline-block;
    margin: 2.5em 0 0;
  }
}





/*------------------------------------*\
  #PARALLAX
\*------------------------------------*/


.parallax__img {
  position: relative;
  height: 100%;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax--overlay .parallax__img {
	text-align: center;
	padding: 8em;
}
.parallax--overlay p {
	display: inline-block;
	font-size: 2.6em;
	line-height: 1.3;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: rgba(0,97,170, 0.88);
	padding: 1.2em 1.7em;
	margin: 1em 0;
}

.parallax--sml {
	height: 15em;
}
.parallax--med {
	height: 22em;
}
.parallax--lrg {
	height: 30em;
}

.page-content .parallax:last-of-type {
	margin-bottom: 0;
}


@media only screen and (max-width: 1260px) {
	.parallax--overlay p {
		font-size: 2.2em;
	}
}

@media only screen and (max-width: 1100px) {
	.parallax--overlay .parallax__img {
		padding: 6em;
	}
	.parallax--overlay p {
		font-size: 2em;
	}
	.parallax--sml {
		height: 12em;
	}
	.parallax--med {
		height: 18em;
	}
	.parallax--lrg {
		height: 25em;
	}
}

@media only screen and (max-width: 1040px) {
  .parallax__img {
  	background-attachment: scroll;
    background-position: center center !important;
    background-size: cover;
  }
  .parallax--overlay .parallax__img {
		padding: 5em;
	}
	.parallax--overlay p {
		font-size: 1.8em;
		line-height: 1.2;
		padding: 1em 1.2em;
	}
  .parallax--sml,
  .parallax--med,
  .parallax--lrg {
		height: inherit;
	}
	.parallax--sml .parallax__img {
		padding: 10% 0;
	}
  .parallax--med .parallax__img {
		padding: 12% 0;
	}
	.parallax--lrg .parallax__img {
		padding: 20% 0;
	}
}

@media only screen and (max-width: 700px) {
	.parallax--overlay .parallax__img {
		padding: 4em;
	}
	.parallax--overlay p {
		font-size: 1.6em;
	}
	.parallax--sml .parallax__img {
		padding: 10% 0;
	}
  .parallax--med .parallax__img {
		padding: 12% 0;
	}
	.parallax--lrg .parallax__img {
		padding: 18% 0;
	}
}





/*------------------------------------*\
  #FOOTER
\*------------------------------------*/


.page-foot__content p {
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 1.8;
	text-transform: uppercase;
	color: #fff;
}

.page-foot__inner {
	display: flex;
	flex-direction: column;
	font-family: proxima-nova, sans-serif;
	text-align: center;
	padding: 3em 0;
	margin: 0 auto;
}
.page-foot__inner p span {
	font-size: 1.2em;
	font-weight: 700;
}

.foot-nav__list {
	display: flex;
	justify-content: space-between;
	max-width: 780px;
	margin: 0 auto;
}
.foot-nav__link {
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color 0.5s ease 0s;
					transition: color 0.5s ease 0s;
}
.foot-nav__link:hover {
	color: #00365e;
}

.social {
	display: flex;
	align-self: center;
	margin: 0 0 2em;
}
.social__link {
	display: block;
	position: relative;
	width: 44px;
	height: 44px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 0.4em;
	-webkit-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out;
}
.social__link svg {
	position: absolute;
	width: 18px;
	height: 18px;
	fill: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.social__link:hover {
	background: #fff;
}
.social__link:hover svg {
	fill: #0061aa;
}

.copyright {
	text-align: center;
	background: #00365e;
	padding: 1em 2.5em;
}
.copyright p {
	font-size: 0.85em;
}


@media only screen and (max-width: 1100px) {
	.foot-nav__link {
		font-size: 0.9em;
		letter-spacing: 0.05em;
	}
}

@media only screen and (max-width: 950px) {
	.foot-nav__list {
		display: block;
	}
	.foot-nav__link {
		display: block;
		margin-bottom: 0.8em;
	}
	.social {
		margin: 0 0 1.5em;
	}
}

@media only screen and (max-width: 600px) {
	.page-foot__content p {
		font-size: 0.9em;
	}
	.copyright p {
		font-size: 0.7em;
	}
}






































































/*------------------------------------*\
  #TABLE
\*------------------------------------*/


.table__row {
  display: flex;
  justify-content: space-between;
  padding: 0.8em;
  border-left: 2px solid #e1e9ef;
  border-right: 2px solid #e1e9ef;
}
.table__row:nth-child(odd) {
  background: #e1e9ef;
}
.table__row:first-child {
  border-radius: 5px 5px 0 0;
}
.table__row:last-child {
  border-bottom: 2px solid #e1e9ef;
  border-radius: 0 0 5px 5px;
}
.table__row p {
  line-height: 1.4;
  margin: 0;
}

.table__label {
  font-size: 0.9em;
}
.table__label p {
  font-weight: 700;
  white-space: nowrap;
  margin-right: 2em;
}

.table__description {
  align-self: center;
  font-size: 0.8em;
}
.table__description p {
  font-weight: 500;
  text-align: right;
}

.text + .table {
  margin-top: -2em;
}

.table--col .table__row:first-child .table__cell {
  font-size: 0.9em;
  font-weight: 700;
}
.table__cell {
  align-self: center;
  width: 32%;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
}
.table__cell:first-child {
  width: 30%;
  font-size: 0.9em;
  font-weight: 700;
  text-align: left;
}


@media only screen and (max-width: 750px) {
  .table__row {
    display: block;
    padding: 1em;
  }
  .table__label p,
  .table__cell p {
    margin: 0 0 0.5em;
  }
  .table__description p {
    display: inline;
    text-align: left;
  }
  .table--col .table__row:first-child {
    display: none;
  }
  .table--col .table__row:nth-child(2) {
    background: #e1e9ef;
    border-radius: 5px 5px 0 0;
  }
  .table--col .table__row:nth-child(odd) {
    background: #fff;
  }
  .table--col .table__row:nth-child(even) {
    background: #e1e9ef;
  }
  .table--col .table__row:nth-child(2) {
    border-radius: 5px 5px 0 0;
  }
  .table__cell,
  .table__cell:first-child {
    width: 100%;
    text-align: left;
  }
  .table__cell:last-child p {
    margin: 0;
  }
}





/*------------------------------------*\
  #PAGE-CTA
\*------------------------------------*/


.page-cta__inner {
  display: flex;
  flex-wrap: wrap;
}

.page-cta__link {
  position: relative;
  width: 30%;
  background-position: center;
  background-size: cover;
  padding: 11% 0;
  margin: 0 5% 5% 0;
  border-radius: 5px;
}
.page-cta__link::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,97,170, 0.7);
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.page-cta__link:nth-child(3n) {
  margin-right: 0;
}
.page-cta__link span {
  display: inline-block;
  position: absolute;
  width: 80%;
  right: 0;
  bottom: 20%;
  font-size: 1.15em;
  font-weight: 700;
  color: #0061aa;
  background: #e1e9ef;
  padding: 1em;
  border-radius: 3px 0 0 3px;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.page-cta__link:hover::after {
  background: rgba(0,97,170, 0.85);
}
.page-cta__link:hover span {
  color: #fff;
  background: #00365e;
}

.text + .page-cta {
  margin-top: -2em;
}


@media only screen and (max-width: 900px) {
  .page-cta__link {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .page-cta__link:nth-child(3n) {
    margin: 0 4% 4% 0;
  }
  .page-cta__link:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .page-cta__link {
    padding: 14% 0;
  }
}

@media only screen and (max-width: 550px) {
  .page-cta__link {
    padding: 20% 0;
  }
  .page-cta__link,
  .page-cta__link:nth-child(2n),
  .page-cta__link:nth-child(3n) {
    width: 100%;
    margin: 0 0 4%;
  }
  .page-cta__link span {
    width: 55%;
  }
}





/*------------------------------------*\
  #PRODUCTS
\*------------------------------------*/


.product {
  display: flex;
  padding: 2em 0;
  border-top: 2px solid #e1e9ef;
}
.product:first-child {
  padding-top: 0;
  border-top: none;
}
.product__img {
  width: 35%;
  padding-right: 5%;
}
.product img {
  align-self: flex-start;
}
.product__text {
  width: 65%;
  align-self: center;
}
.product__text h3 {
  font-size: 1.8em;
  margin-bottom: 0.1em;
}
.product__text h4 {
  font-size: 1.4em;
  margin: 0;
}
.product__text p {
  margin: 0.8em 0 1.3em;
}
.product__text .btn {
  font-size: 0.9em;
  margin: 1.3em 0 0;
}
.product__text p + .btn {
  margin: 0;
}

.back {
  position: relative;
}
.back a {
  font-size: 1.1em;
  font-weight: 700;
  color: #323232;
  padding-left: 1.8em;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.back span {
  position: absolute;
  font-size: 1.4em;
  top: -0.15em;
  left: 0;
}
.back a:hover {
  color: #0061aa;
}


@media only screen and (max-width: 900px) {
  .product__img {
    padding-right: 8%;
  }
}

@media only screen and (max-width: 750px) {
  .product {
    display: block;
    padding: 2em 0;
  }
  .product img {
    align-self: flex-start;
    width: 100%;
    max-width: 300px;
    margin: 0 0 1em;
  }
}





/*------------------------------------*\
  #CERTIFICATE
\*------------------------------------*/


.certificate {
  margin: -2em auto -1.5em;
}

.certificate__form {
  background: #e1e9ef;
  padding: 2.2em 3em 1.5em;
  border-radius: 15px;
}
.certificate__form h3 {
  margin-bottom: 0.2em;
}
.certificate__form h4 {
  position: relative;
  font-size: 1.15em;
  padding-left: 1.5em;
}
.certificate__form h4 svg {
  position: absolute;
  width: 1em;
  top: 0;
  bottom: 0;
  fill: #323232;
  margin: auto 0 auto -1.5em;
}

.certificate__inner {
  display: flex;
  max-width: 1000px;
  margin: 1.5em 0;
}
.certificate__wrap {
  display: flex;
  margin-right: 5%;
}
.certificate__label,
.certificate__input,
.certificate__button input[type=submit] {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0061aa;
}
.certificate__label {
  align-self: center;
  white-space: nowrap;
  padding-right: 1em;
}
.certificate__input {
  width: 100%;
  background: #fff;
  padding: 0.5em;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.certificate__input:focus {
  border-color: #0061aa;
  outline: 0;
  -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.certificate__button {
  align-self: center;
  width: 15%;
  text-align: center;
}
.certificate__button input[type=submit] {
  width: 100%;
  color: #fff;
  background: #0061aa;
  padding: 0.5em 1em;
  border: 4px solid #0061aa;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
          transition: background-color 0.5s ease, border-color 0.5s ease;
}
.certificate__button:hover input[type=submit] {
  background: #00365e;
  border: 4px solid #00365e;
}

.certificate__form p {
  font-size: 1.15em;
  font-weight: 500;
  color: #323232;
  margin: 0 0 0.7em;
}
.certificate__form p a {
  font-weight: 900;
}


@media only screen and (max-width: 1040px) {
  .certificate__button {
    width: 20%;
  }
}

@media only screen and (max-width: 800px) {
  .certificate__form {
    text-align: center;
  }
  .certificate__form h3 {
    margin-bottom: 0.3em;
  }
  .certificate__inner {
    display: block;
    max-width: 300px;
    margin: 2em auto;
  }
  .certificate__wrap {
    margin: 0 0 1em;
  }
  .certificate__label {
    width: 50%;
    text-align: left;
  }
  .certificate__input {
    width: 50%;
  }
  .certificate__button {
    width: 100%;
    margin-top: 1.5em;
  }
}

@media only screen and (max-width: 750px) {
  .certificate {
    margin: -1em auto -0.5em;
  }
}





/*------------------------------------*\
  #CERTIFICATE-RESULT
\*------------------------------------*/


.result__inner {
  display: flex;
  padding: 1.2em 0;
  border-top: 2px solid #e1e9ef;
  border-bottom: 2px solid #e1e9ef;
}

.result {
  display: flex;
  align-self: center;
  margin-right: 4%;
}
.result h3,
.result p {
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}
.result p {
  font-weight: 500;
  padding-left: 0.5em;
}

.certificate-result p svg {
  position: relative;
  width: 1.05em;
  top: 0.3em;
  fill: #0061aa;
  margin-right: 0.5em;
}
.certificate-result .link {
  display: inline-block;
  color: #6e6e6e;
  margin: 0.8em 0 0;
}
.certificate-result .btn {
  margin: 0 0 0 auto;
}


@media only screen and (max-width: 980px) {
  .result__inner {
    display: block;
    padding: 0.5em 0;
  }
  .result {
    display: flex;
    margin: 0.8em 0;
  }
  .certificate-result .btn {
    margin: 0.5em 0 1.2em;
  }
}





/*------------------------------------*\
  #SEARCH-RESULT
\*------------------------------------*/


.search__result {
  margin-bottom: 1.8em;
}
.search__result h3 {
  font-size: 1.4em;
}
.search__result h3:hover {
  text-decoration: underline;
}





/*------------------------------------*\
  #FAQ
\*------------------------------------*/


.faq__wrap {
  margin-bottom: 1em;
}

.faq__question p {
  position: relative;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3;
  color: #0061aa;
  padding-left: 1.1em;
  margin: 0;
  cursor: pointer;
}
.faq__question p::before,
.faq__question h3::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 0.3em;
  left: 0;
  border: solid #0061aa;
  border-width: 0 3px 3px 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.faq__wrap.open .faq__question p::before,
.faq__wrap.open .faq__question h3::before { 
  top: 0.5em;
  border: solid #0061aa;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.faq__question p:hover {
  text-decoration: underline;
}

.faq__answer {
  display: none;
  padding: 1em 0 1em 1.4em;
}
.faq__answer p:last-of-type {
  margin: 0;
}

.faq__question h3 {
  position: relative;
  padding-left: 0.9em;
  margin: 1em 0 0.1em;
  cursor: pointer;
}
.faq__question h3:hover {
  text-decoration: underline;
}
.faq__question h3 + p {
  font-size: 1.1em;
  color: #323232;
  padding-left: 1.3em;
}
.faq__question h3 + p::before {
  display: none;
}
.faq__question h3 + p:hover {
  text-decoration: none;
}





/*------------------------------------*\
  #PDF-LIST
\*------------------------------------*/


.pdf-list li {
  padding-left: 1.2em;
}
.pdf-list li::before {
  display: none;
}
.pdf-list li a {
  font-weight: 700;
  color: #0061aa;
}
.pdf-list li a::before {
  position: absolute;
  content: url(../img/common/pdf-icon.svg);
  width: 0.9em;
  height: 0.9em;
  top: 0.1em;
  left: 0;
}
.pdf-list li a:hover {
  text-decoration: underline;
}

.pdf-list li h3 {
  font-size: 1.05em;
  color: #00365e;
  margin-left: -1.1em;
  margin-top: 1em;
}





/*------------------------------------*\
  #CTA-ROW
\*------------------------------------*/


.cta {
	margin-top: 6em;
}
.cta__item {
	display: flex;
	flex-direction: column;
	position: relative;
	background: #eee;
	border-radius: 5px;
	margin: 0 1%;
	-webkit-transition: all 0.5s ease;
					transition: all 0.5s ease;
}
.cta__item img {
	border-radius: 5px 5px 0 0;
}

.cta__text {
	padding: 1.6em 1.8em 3em;
}
.cta__text h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
.cta__text p {
	font-size: 1.1em;
	line-height: 1.5;
}
.cta__text .cta__link {
	display: block;
	position: absolute;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0061aa;
	padding: 0.8em;
	border-radius: 0 0 5px 5px;
	-webkit-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out;
}
.cta__text .cta__link:hover {
	background: #00365e;
}









