/* 
	Inspired by: http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* Color Variables */
/* Font Variables */
.shell {
  max-width: 68.75em;
  margin: 0 auto;
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .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-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 */
}

:last-child {
  margin-bottom: 0;
}

body,
button,
input,
select,
textarea {
  color: #212121;
  line-height: 1.5;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-bottom: 1em;
  color: #014c71;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

p {
  margin-bottom: 1.5em;
  font-size: 1em;
}

b, strong {
  font-weight: bold;
}

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

blockquote {
  margin: 0 1.5em;
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
  font: .9375em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: .75em;
}

big {
  font-size: 1.25em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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. */
}

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

figure {
  margin: 0;
}

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

th {
  font-weight: bold;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, .button, .menu-button, input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="button"],
button[type="reset"],
button[type="submit"] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Improve cursor style usability and consistency between image-type 'input' and others */
  cursor: pointer;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  padding: .5em 1.25em .625em;
  border: .0625em solid transparent;
  border-radius: .1875em;
  background: #1ec4b4;
  color: #ffffff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  /* Correct font size not being inherited in all browsers */
  font-size: 100%;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-decoration: none;
  /* Improve appearance and consistency in all browsers */
  vertical-align: baseline;
}
button:visited, .button:visited, .menu-button:visited, input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #ffffff;
}
button:hover, .button:hover, .menu-button:hover, input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, button:active, .button:active, .menu-button:active, input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active, button:focus, .button:focus, .menu-button:focus, input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background: #1baea0;
  color: #ffffff;
}

button {
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
}
button::-moz-focus-inner {
  /* Correct oddly displayed inner padding and border in FF3/4 - www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

.button, .menu-button {
  display: inline-block;
  padding: .875em 2em 1em;
  border-color: transparent;
}

.menu-button {
  padding: .75em 1.75em .875em;
  background: #5099de;
}
.menu-button:hover, .menu-button:active, .menu-button:focus {
  background: #3b8cda;
}

input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

.button-group input[type="button"], .button-group
input[type="reset"], .button-group
input[type="submit"], .button-group
button[type="button"], .button-group
button[type="reset"], .button-group
button[type="submit"] {
  width: 100%;
  max-width: 100%;
  padding: .9375em 2.5em 1em;
}
@media (min-width: 30em) {
  .button-group input[type="button"], .button-group
  input[type="reset"], .button-group
  input[type="submit"], .button-group
  button[type="button"], .button-group
  button[type="reset"], .button-group
  button[type="submit"] {
    width: auto;
    min-width: 15em;
  }
}

input[type="checkbox"],
input[type="radio"] {
  /* Address excess padding in IE8/9 */
  padding: 0;
}

input[type="search"] {
  /* Address appearance set to searchfield in S5, Chrome */
  -webkit-appearance: textfield;
  /* Address box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Correct oddly displayed inner padding in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #212121;
  border: 0.0625em solid #828282;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #212121;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: .25em;
}

textarea {
  /* Remove default vertical scrollbar in IE6/7/8/9 */
  overflow: auto;
  width: 100%;
  resize: vertical;
  padding-left: 3px;
  /* Improve readability and alignment in all browsers */
  vertical-align: top;
}

.form-group {
  position: relative;
}
.form-group label {
  position: absolute;
  top: -.625em;
  left: .75em;
  padding: 0 .25em;
  background: #ffffff;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}
.form-group label span {
  font-size: .6875em;
}
.form-group input {
  width: 100%;
  padding: .875em 1em .625em;
  line-height: 1.5;
}

.main-navigation ul {
  list-style-type: none;
  margin: 0;
}
.main-navigation .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-navigation .menu-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 2vw;
}
@media (min-width: 64em) {
  .main-navigation .menu-item {
    margin-left: 3vw;
  }
}
.main-navigation .menu-item a {
  display: block;
  border-top: .125em solid transparent;
  border-bottom: .125em solid transparent;
  color: inherit;
  text-decoration: none;
}
.main-navigation .menu-item a:visited {
  color: inherit;
}
.main-navigation .menu-item a:hover, .main-navigation .menu-item a:active, .main-navigation .menu-item a:focus {
  border-bottom-color: #5099de;
  color: inherit;
  text-decoration: none;
}
.main-navigation .menu-button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 2vw;
}
@media (min-width: 64em) {
  .main-navigation .menu-button {
    margin-left: 3vw;
  }
}

.nav-wrap {
 /* display: none; */
}
@media (min-width: 45em) {
  .nav-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.main-navigation .menu {
  display: none;
}
@media (min-width: 45em) {
  .main-navigation .menu  {
    display: flex;
  }
  .nav-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav-wrap ul {
    display: block;
  }
}


.top-bar {
  padding: 1.25em 2em 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-align: right;
}

.site-header {
  padding: 1.25em;
}
.site-header .shell {
  display: flex;
  justify-content: space-between;
  max-width: 75em;
}

.site-title {
  display: block;
  background: url(../images/temp/logo.svg) no-repeat center center/contain;
  width: 179px;
  height: 53px;
  margin: 0;
  font-size: 1em;
}
.site-title a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.site-title a:visited, .site-title a:hover, .site-title a:active, .site-title a:focus {
  color: transparent;
}

.content-section {
  padding: 7.5vw;
}
.content-section .shell {
  max-width: 31em;
}
@media (min-width: 45em) {
  .content-section .shell {
    max-width: 68.75em;
  }
}

@media (min-width: 45em) {
  .side-image-section .shell {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.side-image-section .side-image {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 45em) {
  .side-image-section .side-image {
    width: 45%;
    margin: 0 0 0 auto;
  }
}
.side-image-section .section-content {
  max-width: 31em;
  margin: 7.5vw auto 0;
}
@media (min-width: 45em) {
  .side-image-section .section-content {
    width: 45%;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 64em) {
  .side-image-section .content-section-message {
    font-size: 1.125em;
  }
}

@media (min-width: 45em) {
  .intro-section .side-image {
    align-self: center;
  }
}

.content-section-title {
  margin-bottom: .125em;
  color: #5099de;
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .content-section-title {
    font-size: 1.375em;
  }
}

.content-section-subtitle {
  margin-bottom: 0;
  color: #014c71;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 64em) {
  .content-section-subtitle {
    font-size: 2.25em;
  }
  .intro-section .content-section-subtitle {
    font-size: 2.5em;
  }
}

.content-section-message {
  margin-top: 1em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.content-section-cta {
  margin-top: 2em;
}
@media (min-width: 64em) {
  .content-section-cta {
    margin-top: 3em;
    font-size: 1.125em;
  }
}

.column-section .shell {
  max-width: 35em;
}
@media (min-width: 64em) {
  .column-section .shell {
    display: flex;
    justify-content: space-between;
    max-width: 68.75em;
  }
}
.column-section .column {
  margin-top: 2em;
}
@media (min-width: 64em) {
  .column-section .column {
    flex: 0 0 auto;
    width: 27.5%;
    margin-top: 0;
  }
}
.column-section .column:first-child {
  margin-top: 0;
}
.column-section .column-header {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}
@media (min-width: 64em) {
  .column-section .column-header {
    display: block;
    margin-bottom: 0;
  }
}
.column-section .column-icon {
  width: 4.5em;
  margin-right: 1em;
}
@media (min-width: 64em) {
  .column-section .column-icon {
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
.column-section .column-title {
  color: #1c38a0;
  font-weight: 400;
  margin-bottom: .5em;
}
.column-section .column-content {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.card-section {
  text-align: center;
}
.card-section .section-content {
  max-width: 47.5em;
  margin: 0 auto;
}
.card-section .content-section-subtitle {
  font-weight: 400;
}
.card-section .content-section-message {
  margin-top: .5em;
}
.card-section .section-cards {
  max-width: 45em;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .card-section .section-cards {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: none;
  }
}
.card-section .card {
  margin-top: 7.5vw;
  padding: 1em;
  border: 0.0625em solid #ffffff;
  border-radius: .25em;
  text-align: left;
}
@media (min-width: 30em) {
  .card-section .card {
    padding: 1.5em;
  }
}
@media (min-width: 45em) {
  .card-section .card {
    margin-top: 3em;
    padding: 2em;
  }
}
@media (min-width: 64em) {
  .card-section .card {
    flex: 0 0 auto;
    width: 60%;
  }
  .card-section .card:not(:first-child) {
    margin-left: 3.5%;
  }
}
.card-section .card-heading {
  display: flex;
}
.card-section .card-img {
  flex: 0 0 auto;
  overflow: hidden;
  width: 3.375em;
  height: 3.375em;
  margin-right: 1em;
  border-radius: 50%;
}
.card-section .card-title {
  margin: .25em 0 0;
  color: inherit;
  font-size: 1.125em;
  font-weight: 400;
}
.card-section .card-subtitle {
  margin: .25em 0 0;
  color: #1ec4b4;
  font-size: .75em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.card-section .card-message {
  margin: 1rem 0 0 .5rem;
  font-size: .875em;
  line-height: 1.8;
}
.card-section .card-message p:not(:last-child) {
  margin-bottom: 1.8em;
}

.bg-off-white {
  background: #f7f7f7;
}

.bg-gradient {
  background: linear-gradient(to right, #1c38a0, #0951cb);
  color: #ffffff;
}
.bg-gradient .content-section-title,
.bg-gradient .content-section-subtitle {
  color: inherit;
}

.form-section .shell {
  max-width: 47.5em;
}
.form-section .section-content {
  text-align: center;
}
.form-section .section-form {
  width: 100%;
  max-width: 31em;
  margin: 2em auto 0;
}
@media (min-width: 30em) {
  .form-section .section-form {
    margin-top: 3em;
    font-size: 1.125em;
  }
}
.form-section .form-group {
  margin-top: 1em;
}
.form-section .button-group {
  margin-top: 1em;
  text-align: center;
}
@media (min-width: 30em) {
  .form-section .button-group {
    margin-top: 1.5em;
  }
}

.site-footer {
  padding: 1.5em 1.25em;
  background: #1c38a0;
  color: #ffffff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-align: center;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}