@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700,italic');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,italic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

blockquote {
  padding: 15px 15px 15px 20px;
  border-left: 4px solid #ddd;
  background-color: #f7f7f7;
}

body {
  font-family: 'Montserrat', 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #002856;
}
.body {
  font-family: 'Open Sans', sans-seif;
  font-weight: 400;
}
h1, h2, h3, .h1, .h2, .h3 {
  font-weight: 700; /* black */
  color: #003592;
}
#content-body h1, #content-body h2, #content-body h3, #content-body .h1, #content-body .h2, #content-body .h3 {
  color: #002856;
  margin-bottom: 0.25rem;
}
#content-body h2, #content-body .h2 {
}

h1, .h1 { font-size: 2.25rem; }
h2, .h2 { font-size: 1.5rem; }
h3, .h3 { font-size: 1.125rem; }
h4, .h4 {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 14px;
}
#content-body h2, #content-body .h2 { font-size: 1.5rem; }
#content-body h3, #content-body .h3 { font-size: 1.25rem; }

.search {
  font-style: italic;
  font-size: 14px;
}


.text-blue {
  color: #002856;
}
.btn {
  border-radius: 20px;
  border-width: 2px;
  font-size: 14px;
  padding: 4px 18px;
}
.btn, .btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}
.btn-lg {
  font-size: 1.125rem;
  font-weight: 700; /* black */
  padding: 8px 24px;
}
.btn-outline-primary {
  border-color: #003592;
  color: #003592;
}
.btn-primary {
  border-color: #003592;
  background-color: #003592;
  color: white;
}
.btn-primary:hover {
  background-color: #002856;
  border-color: #002856;
}
.btn-spaced {
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 3px;
}

.btn-outline-primary:hover { background-color: #003592; border-color: #003592; }

.btn-white-bg {
  background-color: #fff;
}


.fa, .fab {
  font-size:24px;
}

.gray-section {
  background: linear-gradient(-145deg, #eaf2f9, #d9d8e8);
}

/* override column gutters */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}
.card-tile {
  margin: 10px 0;
}

a {
  /* too dark/light? */
  /* color: #003592; */
  /* color: #34b6e4; */
}

@media (min-width: 576px) {
  .container {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  h1, .h1 { font-size: 3rem; }
  h2, .h2 { font-size: 2rem; }
  h3, .h3 { font-size: 1.5rem; }
  h4, .h4 { font-size: 14px; }

  body { font-size: 18px; }
  .btn { font-size: 14px; }
  .btn-lg { font-size: 1.5rem; padding: 4px 32px; }
  .fa, .fab { font-size: 32px; }
  .search { font-size: 14px; }
  .footer .fa, .footer .fab { font-size: 24px; }
  .py-lg-6 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}


@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?31843376');
  src: url('../font/fontello.eot?31843376#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?31843376') format('woff2'),
       url('../font/fontello.woff?31843376') format('woff'),
       url('../font/fontello.ttf?31843376') format('truetype'),
       url('../font/fontello.svg?31843376#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?31843376#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-download:before { content: '\e801'; } /* '' */
.icon-play:before { content: '\e802'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */

#content-body table {
  border-collapse: collapse;
  margin: 15px 0px;
}
#content-body table, #content-body th, #content-body td {
  border: 1px solid #000;
}
#content-body th, #content-body td {
  vertical-align: top;
  padding: 15px;
}
#content-body th {
  background-color: #eee;
}

.alignright {
  float: right;
  margin: .5em 0 .5em 1em;
}
.alignleft {
  float: left;
  margin: .5em 1em .5em 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* critical css */
