/*--Source Sans*/
@font-face {
  font-family: SourceSansBlack;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Black.ttf); }

@font-face {
  font-family: SourceSansBlackItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-BlackItalic.ttf); }

@font-face {
  font-family: SourceSansBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Bold.ttf); }

@font-face {
  font-family: SourceSansBoldItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-BoldItalic.ttf); }

@font-face {
  font-family: SourceSansExtraLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-ExtraLight.ttf); }

@font-face {
  font-family: SourceSansExtraLightItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-ExtraLightItalic.ttf); }

@font-face {
  font-family: SourceSansItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Italic.ttf); }

@font-face {
  font-family: SourceSansLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Light.ttf); }

@font-face {
  font-family: SourceSansLightItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-LightItalic.ttf); }

@font-face {
  font-family: SourceSansRegular;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Regular.ttf); }

@font-face {
  font-family: SourceSansSemibold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Semibold.ttf); }

@font-face {
  font-family: SourceSansSemiboldItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-SemiboldItalic.ttf); }

/*--Montserrat*/
@font-face {
  font-family: MontserratBlack;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Black.otf); }

@font-face {
  font-family: MontserratBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Bold.otf); }

@font-face {
  font-family: MontserratExtraBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-ExtraBold.otf); }

@font-face {
  font-family: MontserratHairline;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Hairline.otf); }

@font-face {
  font-family: MontserratLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Light.otf); }

@font-face {
  font-family: MontserratRegular;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Regular.otf); }

@font-face {
  font-family: MontserratUltraLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-UltraLight.otf); }

.standard-nav {
  background-color: #fff; }

nav .navbar-nav.nav-right {
  float: right;
  letter-spacing: 0; }
  nav .navbar-nav.nav-right a {
    font-family: SourceSansLight;
    text-transform: none;
    color: #5e5e5e;
    font-size: 16px; }

.navbar-brand {
  padding: 13px 15px;
  margin-top: 8px; }
  .navbar-brand img {
    width: 130px; }

.nav li a {
  font-family: MontserratLight;
  text-transform: uppercase;
  color: #8A8A8A;
  text-shadow: 0 0 0;
  background-color: #fff;
  letter-spacing: 2px; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: #fff;
  color: #00AFEC;
  text-shadow: 0 0 0; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #fff;
  color: #00AFEC;
  text-shadow: 0 0 0; }

.dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #fff; }

.dropdown-menu > li > a {
  background-color: #fff;
  color: #989999;
  padding-top: 10px;
  padding-bottom: 10px; }

.navbar-nav > li > .dropdown-menu {
  margin-left: 0px; }

.dropdown-menu > li > a:hover {
  background-color: #fff;
  color: #00AFEC;
  background-image: -webkit-linear-gradient(left, transparent, transparent);
  background-image: -o-linear-gradient(right, transparent, transparent);
  background-image: -moz-linear-gradient(right, transparent, transparent);
  background-image: linear-gradient(to right, transparent, transparent); }

.dropdown:hover .dropdown-menu {
  display: block; }

.navbar-toggle {
  margin-top: 16px; }

.navbar-toggle .icon-bar {
  background-color: #00AFEC; }

.mdi-magnify {
  color: #00AFEC; }

.navbar-nav li {
  margin-right: 15px;
  letter-spacing: 1px; }

.navbar-nav {
  font-weight: bold;
  margin-top: 10px; }

@media screen and (max-width: 770px) {
  .nav-right {
    float: left; }
  .nav-search {
    margin-left: 16px; } }

.nav .nav-search a, .nav .nav-search a:hover, .nav .nav-search a:active, .nav .nav-search a:visited {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #323232;
  font-size: 20px;
  padding: 5.3px;
  margin-top: 10px; }

.dropdown-menu li {
  margin-right: 0; }

nav {
  height: 68px; }

.top-links {
  display: none; }
  .top-links .nav-right li a {
    letter-spacing: 0px;
    font-family: SourceSansRegular;
    color: #5E5E5E;
    font-size: 15px;
    line-height: 1.5em; }

.top-links.inline {
  float: right !important;
  display: block;
  margin-top: 15px;
  padding-left: 5px; }

@media only screen and (max-width: 480px) {
  .navbar-brand {
    padding-right: 5px; }
  .top-links.inline a {
    padding-left: 5px; } }

@media only screen and (min-width: 768px) {
  .top-links {
    display: block; }
  .top-links.inline {
    display: none; }
  .support-link {
    display: none !important; }
  nav .container-fluid {
    margin-top: 0px !important; } }

.top-links li a {
  text-transform: capitalize;
  background: none;
  font-size: 12px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px; }

.top-links li a:active {
  color: #fff; }

.top-links li a:active, .top-links li a:hover, .top-links li a:focus {
  background: none; }

.support-link a {
  background-color: #00afec !important;
  color: #FFF !important; }

.support-link a:hover, .support-link a:active {
  background-color: #FFF !important;
  color: #00afec !important; }

@media all and (max-width: 1200px) and (min-width: 768px) {
  .navbar-nav li {
    margin-right: 0; } }

@media only screen and (max-width: 1200px) {
  .nav-right {
    display: none; } }

@media only screen and (max-width: 342px) {
  nav .container {
    width: 100%;
    margin: 0;
    padding: 0; }
  a.navbar-brand {
    margin-top: 0;
    padding: 20px 0; } }

.button-blue {
  font-family: MontserratLight;
  font-size: 10px;
  background-color: #00AFEC;
  color: #fff !important;
  border: 0;
  padding: 3px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 30px; }

.button-white {
  font-family: MontserratRegular;
  font-size: 11px;
  background-color: #fff;
  color: #00AFEC;
  border: 0;
  padding: 3px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 30px;
  -webkit-box-shadow: 1px 1px 3px 0 #ccc;
  -moz-box-shadow: 1px 1px 3px 0 #ccc;
  box-shadow: 1px 1px 3px 0 #ccc; }

#max-modal .modal-content, #fireblade-modal .modal-content {
  border-radius: 0;
  color: #1E1E1E; }
  #max-modal .modal-content .modal-header, #fireblade-modal .modal-content .modal-header {
    border: 0; }
  #max-modal .modal-content .modal-body, #fireblade-modal .modal-content .modal-body {
    text-align: center;
    padding: 0 0 20px 0;
    margin-top: -1px; }
  #max-modal .modal-content h3, #fireblade-modal .modal-content h3 {
    font-size: 20px; }

#max-modal img, #fireblade-modal img {
  margin: 0 auto;
  display: block; }

#max-modal .vertical-alignment-helper, #fireblade-modal .vertical-alignment-helper {
  display: table;
  height: 100%; }

#max-modal .vertical-align-center, #fireblade-modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle; }

#max-modal .button-blue, #fireblade-modal .button-blue {
  margin-bottom: 10px; }

#max-modal a, #fireblade-modal a {
  cursor: pointer; }

#max-modal ul, #fireblade-modal ul {
  list-style: none;
  padding-left: 0; }
  #max-modal ul li, #fireblade-modal ul li {
    padding-bottom: 4px; }

#max-modal .modal-content {
  padding-top: 30px; }

#fireblade-modal .black-stripe {
  background-color: #000;
  display: block;
  width: 100%;
  padding: 20px 0; }

.modal-open .modal {
  overflow-y: hidden; }

html, body {
  overflow-x: hidden !important;
  padding-left: 0px;
  padding-right: 0px; }

body {
  margin: 0;
  font-family: SourceSansRegular;
  color: #5E5E5E; }
  body h2 {
    font-family: MontserratUltraLight;
    color: #A4A4A4;
    font-size: 3em;
    line-height: 1.5em; }
  body h3 {
    font-family: MontserratRegular;
    font-size: 18px;
    line-height: 1.5em;
    color: #141414; }
  body h4 {
    font-family: SourceSansBold;
    font-size: 15px;
    line-height: 1.5em;
    color: #5E5E5E; }
  body p {
    font-family: SourceSansRegular;
    color: #5E5E5E;
    font-size: 15px;
    line-height: 1.5em; }

.module {
  margin-bottom: 50px; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #00AFEC; }

.gray-box {
  background-color: #F6F6F6; }

.modal-header {
  padding: 0; }

.modal-content button.close, .modal-content button.close:link, .modal-content button.close:visited, .modal-content button.close:hover, .modal-content button.close:active {
  position: absolute;
  right: 0;
  top: -40px;
  color: #00AFEC;
  font-size: 35px;
  opacity: 1;
  text-shadow: 0 0 0 #fff; }
  .modal-content button.close i, .modal-content button.close:link i, .modal-content button.close:visited i, .modal-content button.close:hover i, .modal-content button.close:active i {
    margin-right: -7px; }

.modal-content button.close:hover, .modal-content button.close:active {
  color: #00AFEC;
  opacity: 1; }

.uppercase {
  text-transform: uppercase; }

p span.italic {
  font-family: SourceSansItalic; }

.body-bold {
  font-family: SourceSansSemibold; }

.horizontal-gradient {
  width: 100%;
  display: block;
  height: 3px;
  margin-bottom: 100px;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(left, white 0%, #ebebeb 51%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, #ebebeb 51%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, #ebebeb 51%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */ }

.no-gutter {
  margin: 0; }

.sp-blue {
  color: #00AFEC; }

img.centered {
  width: 100%;
  margin: 0 auto 50px; }

/*--Source Sans*/
@font-face {
  font-family: SourceSansBlack;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Black.ttf); }

@font-face {
  font-family: SourceSansBlackItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-BlackItalic.ttf); }

@font-face {
  font-family: SourceSansBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Bold.ttf); }

@font-face {
  font-family: SourceSansBoldItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-BoldItalic.ttf); }

@font-face {
  font-family: SourceSansExtraLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-ExtraLight.ttf); }

@font-face {
  font-family: SourceSansExtraLightItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-ExtraLightItalic.ttf); }

@font-face {
  font-family: SourceSansItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Italic.ttf); }

@font-face {
  font-family: SourceSansLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Light.ttf); }

@font-face {
  font-family: SourceSansLightItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-LightItalic.ttf); }

@font-face {
  font-family: SourceSansRegular;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Regular.ttf); }

@font-face {
  font-family: SourceSansSemibold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Semibold.ttf); }

@font-face {
  font-family: SourceSansSemiboldItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-SemiboldItalic.ttf); }

/*--Montserrat*/
@font-face {
  font-family: MontserratBlack;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Black.otf); }

@font-face {
  font-family: MontserratBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Bold.otf); }

@font-face {
  font-family: MontserratExtraBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-ExtraBold.otf); }

@font-face {
  font-family: MontserratHairline;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Hairline.otf); }

@font-face {
  font-family: MontserratLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Light.otf); }

@font-face {
  font-family: MontserratRegular;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Regular.otf); }

@font-face {
  font-family: MontserratUltraLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-UltraLight.otf); }

.standard-nav {
  background-color: #fff; }

nav .navbar-nav.nav-right {
  float: right;
  letter-spacing: 0; }
  nav .navbar-nav.nav-right a {
    font-family: SourceSansLight;
    text-transform: none;
    color: #5e5e5e;
    font-size: 16px; }

.navbar-brand {
  padding: 13px 15px;
  margin-top: 8px; }
  .navbar-brand img {
    width: 130px; }

.nav li a {
  font-family: MontserratLight;
  text-transform: uppercase;
  color: #8A8A8A;
  text-shadow: 0 0 0;
  background-color: #fff;
  letter-spacing: 2px; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: #fff;
  color: #00AFEC;
  text-shadow: 0 0 0; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #fff;
  color: #00AFEC;
  text-shadow: 0 0 0; }

.dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #fff; }

.dropdown-menu > li > a {
  background-color: #fff;
  color: #989999;
  padding-top: 10px;
  padding-bottom: 10px; }

.navbar-nav > li > .dropdown-menu {
  margin-left: 0px; }

.dropdown-menu > li > a:hover {
  background-color: #fff;
  color: #00AFEC;
  background-image: -webkit-linear-gradient(left, transparent, transparent);
  background-image: -o-linear-gradient(right, transparent, transparent);
  background-image: -moz-linear-gradient(right, transparent, transparent);
  background-image: linear-gradient(to right, transparent, transparent); }

.dropdown:hover .dropdown-menu {
  display: block; }

.navbar-toggle {
  margin-top: 16px; }

.navbar-toggle .icon-bar {
  background-color: #00AFEC; }

.mdi-magnify {
  color: #00AFEC; }

.navbar-nav li {
  margin-right: 15px;
  letter-spacing: 1px; }

.navbar-nav {
  font-weight: bold;
  margin-top: 10px; }

@media screen and (max-width: 770px) {
  .nav-right {
    float: left; }
  .nav-search {
    margin-left: 16px; } }

.nav .nav-search a, .nav .nav-search a:hover, .nav .nav-search a:active, .nav .nav-search a:visited {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #323232;
  font-size: 20px;
  padding: 5.3px;
  margin-top: 10px; }

.dropdown-menu li {
  margin-right: 0; }

nav {
  height: 68px; }

.top-links {
  display: none; }
  .top-links .nav-right li a {
    letter-spacing: 0px;
    font-family: SourceSansRegular;
    color: #5E5E5E;
    font-size: 15px;
    line-height: 1.5em; }

.top-links.inline {
  float: right !important;
  display: block;
  margin-top: 15px;
  padding-left: 5px; }

@media only screen and (max-width: 480px) {
  .navbar-brand {
    padding-right: 5px; }
  .top-links.inline a {
    padding-left: 5px; } }

@media only screen and (min-width: 768px) {
  .top-links {
    display: block; }
  .top-links.inline {
    display: none; }
  .support-link {
    display: none !important; }
  nav .container-fluid {
    margin-top: 0px !important; } }

.top-links li a {
  text-transform: capitalize;
  background: none;
  font-size: 12px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px; }

.top-links li a:active {
  color: #fff; }

.top-links li a:active, .top-links li a:hover, .top-links li a:focus {
  background: none; }

.support-link a {
  background-color: #00afec !important;
  color: #FFF !important; }

.support-link a:hover, .support-link a:active {
  background-color: #FFF !important;
  color: #00afec !important; }

@media all and (max-width: 1200px) and (min-width: 768px) {
  .navbar-nav li {
    margin-right: 0; } }

@media only screen and (max-width: 1200px) {
  .nav-right {
    display: none; } }

@media only screen and (max-width: 342px) {
  nav .container {
    width: 100%;
    margin: 0;
    padding: 0; }
  a.navbar-brand {
    margin-top: 0;
    padding: 20px 0; } }

.button-blue {
  font-family: MontserratLight;
  font-size: 10px;
  background-color: #00AFEC;
  color: #fff !important;
  border: 0;
  padding: 3px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 30px; }

.button-white {
  font-family: MontserratRegular;
  font-size: 11px;
  background-color: #fff;
  color: #00AFEC;
  border: 0;
  padding: 3px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 30px;
  -webkit-box-shadow: 1px 1px 3px 0 #ccc;
  -moz-box-shadow: 1px 1px 3px 0 #ccc;
  box-shadow: 1px 1px 3px 0 #ccc; }

#max-modal .modal-content, #fireblade-modal .modal-content {
  border-radius: 0;
  color: #1E1E1E; }
  #max-modal .modal-content .modal-header, #fireblade-modal .modal-content .modal-header {
    border: 0; }
  #max-modal .modal-content .modal-body, #fireblade-modal .modal-content .modal-body {
    text-align: center;
    padding: 0 0 20px 0;
    margin-top: -1px; }
  #max-modal .modal-content h3, #fireblade-modal .modal-content h3 {
    font-size: 20px; }

#max-modal img, #fireblade-modal img {
  margin: 0 auto;
  display: block; }

#max-modal .vertical-alignment-helper, #fireblade-modal .vertical-alignment-helper {
  display: table;
  height: 100%; }

#max-modal .vertical-align-center, #fireblade-modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle; }

#max-modal .button-blue, #fireblade-modal .button-blue {
  margin-bottom: 10px; }

#max-modal a, #fireblade-modal a {
  cursor: pointer; }

#max-modal ul, #fireblade-modal ul {
  list-style: none;
  padding-left: 0; }
  #max-modal ul li, #fireblade-modal ul li {
    padding-bottom: 4px; }

#max-modal .modal-content {
  padding-top: 30px; }

#fireblade-modal .black-stripe {
  background-color: #000;
  display: block;
  width: 100%;
  padding: 20px 0; }

.modal-open .modal {
  overflow-y: hidden; }

html, body {
  overflow-x: hidden !important;
  padding-left: 0px;
  padding-right: 0px; }

body {
  margin: 0;
  font-family: SourceSansRegular;
  color: #5E5E5E; }
  body h2 {
    font-family: MontserratUltraLight;
    color: #A4A4A4;
    font-size: 3em;
    line-height: 1.5em; }
  body h3 {
    font-family: MontserratRegular;
    font-size: 18px;
    line-height: 1.5em;
    color: #141414; }
  body h4 {
    font-family: SourceSansBold;
    font-size: 15px;
    line-height: 1.5em;
    color: #5E5E5E; }
  body p {
    font-family: SourceSansRegular;
    color: #5E5E5E;
    font-size: 15px;
    line-height: 1.5em; }

.module {
  margin-bottom: 50px; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #00AFEC; }

.gray-box {
  background-color: #F6F6F6; }

.modal-header {
  padding: 0; }

.modal-content button.close, .modal-content button.close:link, .modal-content button.close:visited, .modal-content button.close:hover, .modal-content button.close:active {
  position: absolute;
  right: 0;
  top: -40px;
  color: #00AFEC;
  font-size: 35px;
  opacity: 1;
  text-shadow: 0 0 0 #fff; }
  .modal-content button.close i, .modal-content button.close:link i, .modal-content button.close:visited i, .modal-content button.close:hover i, .modal-content button.close:active i {
    margin-right: -7px; }

.modal-content button.close:hover, .modal-content button.close:active {
  color: #00AFEC;
  opacity: 1; }

.uppercase {
  text-transform: uppercase; }

p span.italic {
  font-family: SourceSansItalic; }

.body-bold {
  font-family: SourceSansSemibold; }

.horizontal-gradient {
  width: 100%;
  display: block;
  height: 3px;
  margin-bottom: 100px;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(left, white 0%, #ebebeb 51%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, #ebebeb 51%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, #ebebeb 51%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */ }

.no-gutter {
  margin: 0; }

.sp-blue {
  color: #00AFEC; }

img.centered {
  width: 100%;
  margin: 0 auto 50px; }

/*--Source Sans*/
@font-face {
  font-family: SourceSansBlack;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Black.ttf); }

@font-face {
  font-family: SourceSansBlackItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-BlackItalic.ttf); }

@font-face {
  font-family: SourceSansBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Bold.ttf); }

@font-face {
  font-family: SourceSansBoldItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-BoldItalic.ttf); }

@font-face {
  font-family: SourceSansExtraLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-ExtraLight.ttf); }

@font-face {
  font-family: SourceSansExtraLightItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-ExtraLightItalic.ttf); }

@font-face {
  font-family: SourceSansItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Italic.ttf); }

@font-face {
  font-family: SourceSansLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Light.ttf); }

@font-face {
  font-family: SourceSansLightItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-LightItalic.ttf); }

@font-face {
  font-family: SourceSansRegular;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Regular.ttf); }

@font-face {
  font-family: SourceSansSemibold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Semibold.ttf); }

@font-face {
  font-family: SourceSansSemiboldItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-SemiboldItalic.ttf); }

/*--Montserrat*/
@font-face {
  font-family: MontserratBlack;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Black.otf); }

@font-face {
  font-family: MontserratBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Bold.otf); }

@font-face {
  font-family: MontserratExtraBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-ExtraBold.otf); }

@font-face {
  font-family: MontserratHairline;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Hairline.otf); }

@font-face {
  font-family: MontserratLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Light.otf); }

@font-face {
  font-family: MontserratRegular;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Regular.otf); }

@font-face {
  font-family: MontserratUltraLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-UltraLight.otf); }

.standard-nav {
  background-color: #fff; }

nav .navbar-nav.nav-right {
  float: right;
  letter-spacing: 0; }
  nav .navbar-nav.nav-right a {
    font-family: SourceSansLight;
    text-transform: none;
    color: #5e5e5e;
    font-size: 16px; }

.navbar-brand {
  padding: 13px 15px;
  margin-top: 8px; }
  .navbar-brand img {
    width: 130px; }

.nav li a {
  font-family: MontserratLight;
  text-transform: uppercase;
  color: #8A8A8A;
  text-shadow: 0 0 0;
  background-color: #fff;
  letter-spacing: 2px; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: #fff;
  color: #00AFEC;
  text-shadow: 0 0 0; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #fff;
  color: #00AFEC;
  text-shadow: 0 0 0; }

.dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #fff; }

.dropdown-menu > li > a {
  background-color: #fff;
  color: #989999;
  padding-top: 10px;
  padding-bottom: 10px; }

.navbar-nav > li > .dropdown-menu {
  margin-left: 0px; }

.dropdown-menu > li > a:hover {
  background-color: #fff;
  color: #00AFEC;
  background-image: -webkit-linear-gradient(left, transparent, transparent);
  background-image: -o-linear-gradient(right, transparent, transparent);
  background-image: -moz-linear-gradient(right, transparent, transparent);
  background-image: linear-gradient(to right, transparent, transparent); }

.dropdown:hover .dropdown-menu {
  display: block; }

.navbar-toggle {
  margin-top: 16px; }

.navbar-toggle .icon-bar {
  background-color: #00AFEC; }

.mdi-magnify {
  color: #00AFEC; }

.navbar-nav li {
  margin-right: 15px;
  letter-spacing: 1px; }

.navbar-nav {
  font-weight: bold;
  margin-top: 10px; }

@media screen and (max-width: 770px) {
  .nav-right {
    float: left; }
  .nav-search {
    margin-left: 16px; } }

.nav .nav-search a, .nav .nav-search a:hover, .nav .nav-search a:active, .nav .nav-search a:visited {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #323232;
  font-size: 20px;
  padding: 5.3px;
  margin-top: 10px; }

.dropdown-menu li {
  margin-right: 0; }

nav {
  height: 68px; }

.top-links {
  display: none; }
  .top-links .nav-right li a {
    letter-spacing: 0px;
    font-family: SourceSansRegular;
    color: #5E5E5E;
    font-size: 15px;
    line-height: 1.5em; }

.top-links.inline {
  float: right !important;
  display: block;
  margin-top: 15px;
  padding-left: 5px; }

@media only screen and (max-width: 480px) {
  .navbar-brand {
    padding-right: 5px; }
  .top-links.inline a {
    padding-left: 5px; } }

@media only screen and (min-width: 768px) {
  .top-links {
    display: block; }
  .top-links.inline {
    display: none; }
  .support-link {
    display: none !important; }
  nav .container-fluid {
    margin-top: 0px !important; } }

.top-links li a {
  text-transform: capitalize;
  background: none;
  font-size: 12px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px; }

.top-links li a:active {
  color: #fff; }

.top-links li a:active, .top-links li a:hover, .top-links li a:focus {
  background: none; }

.support-link a {
  background-color: #00afec !important;
  color: #FFF !important; }

.support-link a:hover, .support-link a:active {
  background-color: #FFF !important;
  color: #00afec !important; }

@media all and (max-width: 1200px) and (min-width: 768px) {
  .navbar-nav li {
    margin-right: 0; } }

@media only screen and (max-width: 1200px) {
  .nav-right {
    display: none; } }

@media only screen and (max-width: 342px) {
  nav .container {
    width: 100%;
    margin: 0;
    padding: 0; }
  a.navbar-brand {
    margin-top: 0;
    padding: 20px 0; } }

.button-blue {
  font-family: MontserratLight;
  font-size: 10px;
  background-color: #00AFEC;
  color: #fff !important;
  border: 0;
  padding: 3px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 30px; }

.button-white {
  font-family: MontserratRegular;
  font-size: 11px;
  background-color: #fff;
  color: #00AFEC;
  border: 0;
  padding: 3px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 30px;
  -webkit-box-shadow: 1px 1px 3px 0 #ccc;
  -moz-box-shadow: 1px 1px 3px 0 #ccc;
  box-shadow: 1px 1px 3px 0 #ccc; }

#max-modal .modal-content, #fireblade-modal .modal-content {
  border-radius: 0;
  color: #1E1E1E; }
  #max-modal .modal-content .modal-header, #fireblade-modal .modal-content .modal-header {
    border: 0; }
  #max-modal .modal-content .modal-body, #fireblade-modal .modal-content .modal-body {
    text-align: center;
    padding: 0 0 20px 0;
    margin-top: -1px; }
  #max-modal .modal-content h3, #fireblade-modal .modal-content h3 {
    font-size: 20px; }

#max-modal img, #fireblade-modal img {
  margin: 0 auto;
  display: block; }

#max-modal .vertical-alignment-helper, #fireblade-modal .vertical-alignment-helper {
  display: table;
  height: 100%; }

#max-modal .vertical-align-center, #fireblade-modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle; }

#max-modal .button-blue, #fireblade-modal .button-blue {
  margin-bottom: 10px; }

#max-modal a, #fireblade-modal a {
  cursor: pointer; }

#max-modal ul, #fireblade-modal ul {
  list-style: none;
  padding-left: 0; }
  #max-modal ul li, #fireblade-modal ul li {
    padding-bottom: 4px; }

#max-modal .modal-content {
  padding-top: 30px; }

#fireblade-modal .black-stripe {
  background-color: #000;
  display: block;
  width: 100%;
  padding: 20px 0; }

.modal-open .modal {
  overflow-y: hidden; }

html, body {
  overflow-x: hidden !important;
  padding-left: 0px;
  padding-right: 0px; }

body {
  margin: 0;
  font-family: SourceSansRegular;
  color: #5E5E5E; }
  body h2 {
    font-family: MontserratUltraLight;
    color: #A4A4A4;
    font-size: 3em;
    line-height: 1.5em; }
  body h3 {
    font-family: MontserratRegular;
    font-size: 18px;
    line-height: 1.5em;
    color: #141414; }
  body h4 {
    font-family: SourceSansBold;
    font-size: 15px;
    line-height: 1.5em;
    color: #5E5E5E; }
  body p {
    font-family: SourceSansRegular;
    color: #5E5E5E;
    font-size: 15px;
    line-height: 1.5em; }

.module {
  margin-bottom: 50px; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #00AFEC; }

.gray-box {
  background-color: #F6F6F6; }

.modal-header {
  padding: 0; }

.modal-content button.close, .modal-content button.close:link, .modal-content button.close:visited, .modal-content button.close:hover, .modal-content button.close:active {
  position: absolute;
  right: 0;
  top: -40px;
  color: #00AFEC;
  font-size: 35px;
  opacity: 1;
  text-shadow: 0 0 0 #fff; }
  .modal-content button.close i, .modal-content button.close:link i, .modal-content button.close:visited i, .modal-content button.close:hover i, .modal-content button.close:active i {
    margin-right: -7px; }

.modal-content button.close:hover, .modal-content button.close:active {
  color: #00AFEC;
  opacity: 1; }

.uppercase {
  text-transform: uppercase; }

p span.italic {
  font-family: SourceSansItalic; }

.body-bold {
  font-family: SourceSansSemibold; }

.horizontal-gradient {
  width: 100%;
  display: block;
  height: 3px;
  margin-bottom: 100px;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(left, white 0%, #ebebeb 51%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, #ebebeb 51%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, #ebebeb 51%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */ }

.no-gutter {
  margin: 0; }

.sp-blue {
  color: #00AFEC; }

img.centered {
  width: 100%;
  margin: 0 auto 50px; }

#myModal.modal.in {
  padding-right: 15px;
  max-width: 800px;
  display: flex;
  margin: 0 auto;
  align-items: center; }

#myModal .modal-dialog {
  top: 30px; }

#myModal .video-container {
  width: 80%;
  margin: 0 auto 50px;
  max-width: 800px; }
  #myModal .video-container img {
    display: none;
    cursor: pointer; }

#myModal.modal-open {
  padding-right: 0 !important; }

#myModal.modal {
  max-width: 100%; }

#myModal .modal-content .wistia_responsive_padding {
  background-color: black; }

/*--Source Sans*/
@font-face {
  font-family: SourceSansBlack;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Black.ttf); }

@font-face {
  font-family: SourceSansBlackItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-BlackItalic.ttf); }

@font-face {
  font-family: SourceSansBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Bold.ttf); }

@font-face {
  font-family: SourceSansBoldItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-BoldItalic.ttf); }

@font-face {
  font-family: SourceSansExtraLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-ExtraLight.ttf); }

@font-face {
  font-family: SourceSansExtraLightItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-ExtraLightItalic.ttf); }

@font-face {
  font-family: SourceSansItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Italic.ttf); }

@font-face {
  font-family: SourceSansLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Light.ttf); }

@font-face {
  font-family: SourceSansLightItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-LightItalic.ttf); }

@font-face {
  font-family: SourceSansRegular;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Regular.ttf); }

@font-face {
  font-family: SourceSansSemibold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Semibold.ttf); }

@font-face {
  font-family: SourceSansSemiboldItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-SemiboldItalic.ttf); }

/*--Montserrat*/
@font-face {
  font-family: MontserratBlack;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Black.otf); }

@font-face {
  font-family: MontserratBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Bold.otf); }

@font-face {
  font-family: MontserratExtraBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-ExtraBold.otf); }

@font-face {
  font-family: MontserratHairline;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Hairline.otf); }

@font-face {
  font-family: MontserratLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Light.otf); }

@font-face {
  font-family: MontserratRegular;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Regular.otf); }

@font-face {
  font-family: MontserratUltraLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-UltraLight.otf); }

.standard-nav {
  background-color: #fff; }

nav .navbar-nav.nav-right {
  float: right;
  letter-spacing: 0; }
  nav .navbar-nav.nav-right a {
    font-family: SourceSansLight;
    text-transform: none;
    color: #5e5e5e;
    font-size: 16px; }

.navbar-brand {
  padding: 13px 15px;
  margin-top: 8px; }
  .navbar-brand img {
    width: 130px; }

.nav li a {
  font-family: MontserratLight;
  text-transform: uppercase;
  color: #8A8A8A;
  text-shadow: 0 0 0;
  background-color: #fff;
  letter-spacing: 2px; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: #fff;
  color: #00AFEC;
  text-shadow: 0 0 0; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #fff;
  color: #00AFEC;
  text-shadow: 0 0 0; }

.dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #fff; }

.dropdown-menu > li > a {
  background-color: #fff;
  color: #989999;
  padding-top: 10px;
  padding-bottom: 10px; }

.navbar-nav > li > .dropdown-menu {
  margin-left: 0px; }

.dropdown-menu > li > a:hover {
  background-color: #fff;
  color: #00AFEC;
  background-image: -webkit-linear-gradient(left, transparent, transparent);
  background-image: -o-linear-gradient(right, transparent, transparent);
  background-image: -moz-linear-gradient(right, transparent, transparent);
  background-image: linear-gradient(to right, transparent, transparent); }

.dropdown:hover .dropdown-menu {
  display: block; }

.navbar-toggle {
  margin-top: 16px; }

.navbar-toggle .icon-bar {
  background-color: #00AFEC; }

.mdi-magnify {
  color: #00AFEC; }

.navbar-nav li {
  margin-right: 15px;
  letter-spacing: 1px; }

.navbar-nav {
  font-weight: bold;
  margin-top: 10px; }

@media screen and (max-width: 770px) {
  .nav-right {
    float: left; }
  .nav-search {
    margin-left: 16px; } }

.nav .nav-search a, .nav .nav-search a:hover, .nav .nav-search a:active, .nav .nav-search a:visited {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #323232;
  font-size: 20px;
  padding: 5.3px;
  margin-top: 10px; }

.dropdown-menu li {
  margin-right: 0; }

nav {
  height: 68px; }

.top-links {
  display: none; }
  .top-links .nav-right li a {
    letter-spacing: 0px;
    font-family: SourceSansRegular;
    color: #5E5E5E;
    font-size: 15px;
    line-height: 1.5em; }

.top-links.inline {
  float: right !important;
  display: block;
  margin-top: 15px;
  padding-left: 5px; }

@media only screen and (max-width: 480px) {
  .navbar-brand {
    padding-right: 5px; }
  .top-links.inline a {
    padding-left: 5px; } }

@media only screen and (min-width: 768px) {
  .top-links {
    display: block; }
  .top-links.inline {
    display: none; }
  .support-link {
    display: none !important; }
  nav .container-fluid {
    margin-top: 0px !important; } }

.top-links li a {
  text-transform: capitalize;
  background: none;
  font-size: 12px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px; }

.top-links li a:active {
  color: #fff; }

.top-links li a:active, .top-links li a:hover, .top-links li a:focus {
  background: none; }

.support-link a {
  background-color: #00afec !important;
  color: #FFF !important; }

.support-link a:hover, .support-link a:active {
  background-color: #FFF !important;
  color: #00afec !important; }

@media all and (max-width: 1200px) and (min-width: 768px) {
  .navbar-nav li {
    margin-right: 0; } }

@media only screen and (max-width: 1200px) {
  .nav-right {
    display: none; } }

@media only screen and (max-width: 342px) {
  nav .container {
    width: 100%;
    margin: 0;
    padding: 0; }
  a.navbar-brand {
    margin-top: 0;
    padding: 20px 0; } }

.button-blue {
  font-family: MontserratLight;
  font-size: 10px;
  background-color: #00AFEC;
  color: #fff !important;
  border: 0;
  padding: 3px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 30px; }

.button-white {
  font-family: MontserratRegular;
  font-size: 11px;
  background-color: #fff;
  color: #00AFEC;
  border: 0;
  padding: 3px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 30px;
  -webkit-box-shadow: 1px 1px 3px 0 #ccc;
  -moz-box-shadow: 1px 1px 3px 0 #ccc;
  box-shadow: 1px 1px 3px 0 #ccc; }

#max-modal .modal-content, #fireblade-modal .modal-content {
  border-radius: 0;
  color: #1E1E1E; }
  #max-modal .modal-content .modal-header, #fireblade-modal .modal-content .modal-header {
    border: 0; }
  #max-modal .modal-content .modal-body, #fireblade-modal .modal-content .modal-body {
    text-align: center;
    padding: 0 0 20px 0;
    margin-top: -1px; }
  #max-modal .modal-content h3, #fireblade-modal .modal-content h3 {
    font-size: 20px; }

#max-modal img, #fireblade-modal img {
  margin: 0 auto;
  display: block; }

#max-modal .vertical-alignment-helper, #fireblade-modal .vertical-alignment-helper {
  display: table;
  height: 100%; }

#max-modal .vertical-align-center, #fireblade-modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle; }

#max-modal .button-blue, #fireblade-modal .button-blue {
  margin-bottom: 10px; }

#max-modal a, #fireblade-modal a {
  cursor: pointer; }

#max-modal ul, #fireblade-modal ul {
  list-style: none;
  padding-left: 0; }
  #max-modal ul li, #fireblade-modal ul li {
    padding-bottom: 4px; }

#max-modal .modal-content {
  padding-top: 30px; }

#fireblade-modal .black-stripe {
  background-color: #000;
  display: block;
  width: 100%;
  padding: 20px 0; }

.modal-open .modal {
  overflow-y: hidden; }

html, body {
  overflow-x: hidden !important;
  padding-left: 0px;
  padding-right: 0px; }

body {
  margin: 0;
  font-family: SourceSansRegular;
  color: #5E5E5E; }
  body h2 {
    font-family: MontserratUltraLight;
    color: #A4A4A4;
    font-size: 3em;
    line-height: 1.5em; }
  body h3 {
    font-family: MontserratRegular;
    font-size: 18px;
    line-height: 1.5em;
    color: #141414; }
  body h4 {
    font-family: SourceSansBold;
    font-size: 15px;
    line-height: 1.5em;
    color: #5E5E5E; }
  body p {
    font-family: SourceSansRegular;
    color: #5E5E5E;
    font-size: 15px;
    line-height: 1.5em; }

.module {
  margin-bottom: 50px; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #00AFEC; }

.gray-box {
  background-color: #F6F6F6; }

.modal-header {
  padding: 0; }

.modal-content button.close, .modal-content button.close:link, .modal-content button.close:visited, .modal-content button.close:hover, .modal-content button.close:active {
  position: absolute;
  right: 0;
  top: -40px;
  color: #00AFEC;
  font-size: 35px;
  opacity: 1;
  text-shadow: 0 0 0 #fff; }
  .modal-content button.close i, .modal-content button.close:link i, .modal-content button.close:visited i, .modal-content button.close:hover i, .modal-content button.close:active i {
    margin-right: -7px; }

.modal-content button.close:hover, .modal-content button.close:active {
  color: #00AFEC;
  opacity: 1; }

.uppercase {
  text-transform: uppercase; }

p span.italic {
  font-family: SourceSansItalic; }

.body-bold {
  font-family: SourceSansSemibold; }

.horizontal-gradient {
  width: 100%;
  display: block;
  height: 3px;
  margin-bottom: 100px;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(left, white 0%, #ebebeb 51%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, #ebebeb 51%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, #ebebeb 51%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */ }

.no-gutter {
  margin: 0; }

.sp-blue {
  color: #00AFEC; }

img.centered {
  width: 100%;
  margin: 0 auto 50px; }

.banner {
  margin-top: 50px; }
  .banner h1 {
    color: #141414;
    font-family: MontserratBold;
    font-size: 3em; }

.banner-inner {
  text-align: center;
  background-image: url(/National_Library/20160526010038oe_/https://www.stackpath.com/images/inner-banner.gif);
  background-position: top center;
  padding: 50px 0 53px;
  margin-bottom: 50px;
  margin-top: 68px;
  min-height: 300px; }
  .banner-inner p {
    color: #fff;
    font-size: 18px;
    font-family: MontserratRegular;
    color: #00AFEC;
    max-width: 60%;
    margin: 0 auto 40px; }
  .banner-inner a {
    font-family: MontserratLight;
    font-size: 10px;
    background-color: #00AFEC;
    color: #fff !important;
    border: 0;
    padding: 3px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    padding: 10px 20px; }
    .banner-inner a i {
      color: #fff;
      font-size: 24px;
      vertical-align: middle;
      margin-right: 10px; }

.banner-light {
  background-image: url(/National_Library/20160526010038oe_/https://www.stackpath.com/images/light-inner-banner.jpg);
  min-height: 341px;
  padding-top: 65px; }

.banner-gray {
  background-color: #c9c9c9; }
  .banner-gray p {
    font-family: MontserratLight;
    color: #141414;
    font-size: 1.5em;
    max-width: 300px;
    margin-bottom: 30px;
    margin-top: 20px; }
  .banner-gray #trial {
    font-family: MontserratLight;
    font-size: 10px;
    background-color: #00AFEC;
    color: #fff !important;
    border: 0;
    padding: 3px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    margin-right: 10px; }

.banner-blue {
  background-color: #00afec;
  padding: 55px 0; }
  .banner-blue p {
    font-family: MontserratLight;
    color: #141414;
    font-size: 1.5em;
    max-width: 300px;
    margin-bottom: 30px;
    margin-top: 20px; }
  .banner-blue a {
    font-family: MontserratRegular;
    font-size: 11px;
    background-color: #fff;
    color: #00AFEC;
    border: 0;
    padding: 3px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    -webkit-box-shadow: 1px 1px 3px 0 #ccc;
    -moz-box-shadow: 1px 1px 3px 0 #ccc;
    box-shadow: 1px 1px 3px 0 #ccc;
    margin-right: 10px; }
  .banner-blue img {
    float: right; }

.banner-text-image .responsive-image {
  display: none; }

.banner-text-image .desktop-image {
  display: block;
  text-align: center; }

.banner-text-image h1, .banner-text-image h2 {
  color: #141414;
  font-family: MontserratBold;
  font-size: 3em;
  max-width: 405px;
  line-height: 1.2em;
  margin-top: 64px; }

.banner-text-image span a {
  text-transform: uppercase;
  color: #141414;
  font-family: MontserratRegular; }

.banner-text-image img {
  margin-left: -85px; }

.banner-showcase-gray {
  background-color: #f6f6f6;
  text-align: center;
  padding-bottom: 30px; }
  .banner-showcase-gray p {
    max-width: 700px;
    margin: 0 auto; }
  .banner-showcase-gray img {
    width: 100%; }

@media screen and (max-width: 1200px) {
  .banner-showcase-gray {
    position: relative;
    overflow: hidden; }
    .banner-showcase-gray .image-container {
      position: relative;
      display: block;
      min-height: 500px; }
      .banner-showcase-gray .image-container img {
        width: auto;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto; } }

@media screen and (max-width: 490px) {
  .banner-showcase-gray .image-container {
    min-height: 288px; }
    .banner-showcase-gray .image-container img {
      height: 245px; } }

@media screen and (max-width: 991px) {
  .banner-blue img {
    float: none; }
  .banner-text-image {
    text-align: center;
    padding-bottom: 30px; }
    .banner-text-image .responsive-image {
      display: block; }
    .banner-text-image .desktop-image {
      display: none; }
    .banner-text-image img {
      margin: 0 auto 30px;
      display: inline-block;
      max-width: 100%; }
    .banner-text-image h1, .banner-text-image h2, .banner-text-image p {
      max-width: 100%; } }

.hex-banner {
  background-image: url(/National_Library/20160526010038oe_/https://www.stackpath.com/images/blue-hex-banner.gif);
  background-position: top center;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 20px; }
  .hex-banner a {
    font-family: MontserratRegular;
    font-size: 11px;
    background-color: #fff;
    color: #00AFEC;
    border: 0;
    padding: 3px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    -webkit-box-shadow: 1px 1px 3px 0 #ccc;
    -moz-box-shadow: 1px 1px 3px 0 #ccc;
    box-shadow: 1px 1px 3px 0 #ccc; }
  .hex-banner p {
    color: #fff;
    font-size: 18px;
    max-width: 450px;
    margin: 0 auto;
    font-family: SourceSansLight;
    line-height: 2em; }
  .hex-banner .form-container {
    margin: 0 auto;
    width: 420px;
    margin-bottom: 135px; }
  .hex-banner .form-container div {
    float: left; }
  .hex-banner h2 {
    color: #141414;
    font-family: MontserratBold;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 26px; }
  .hex-banner .hbspt-form {
    text-align: center; }
  .hex-banner .hbspt-form > * {
    display: inline-block; }
  .hex-banner label {
    display: none; }
  .hex-banner .input {
    height: 40px; }
    .hex-banner .input input {
      width: 250px;
      height: 50px; }
  .hex-banner input[type=submit] {
    font-family: MontserratLight;
    font-size: 10px;
    background-color: #00AFEC;
    color: #fff !important;
    border: 0;
    padding: 3px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    padding: 0 30px;
    font-size: 14px;
    height: 50px; }

@media screen and (max-width: 430px) {
  .hex-banner {
    height: 260px; }
    .hex-banner .form-container {
      width: auto; }
      .hex-banner .form-container div {
        float: none; }
      .hex-banner .form-container .hs_email {
        margin-bottom: 30px;
        width: 100%; }
      .hex-banner .form-container .input input {
        width: 300px; } }

.hex-banner-gray {
  background-image: url(/National_Library/20160526010038oe_/https://www.stackpath.com/images/stackpath-pattern-white_grey_hex.svg);
  background-position: top right;
  background-repeat: no-repeat;
  margin-top: -250px;
  margin-bottom: 50px; }
  .hex-banner-gray img {
    display: block;
    width: 100%; }
  .hex-banner-gray h3 {
    display: inline-block;
    margin-right: 10px; }
  .hex-banner-gray a {
    display: inline-block; }

.gif-container {
  width: 100%; }
  .gif-container img {
    max-width: 526px;
    width: 60%;
    margin: 0 auto; }

@media screen and (max-width: 1554px) {
  .hex-banner-gray {
    background-image: none;
    margin-top: -150px; }
    .hex-banner-gray h2 {
      margin-bottom: 40px; }
    .hex-banner-gray img {
      max-width: 100%;
      width: auto;
      margin-bottom: 50px;
      -webkit-box-shadow: 3px 4px 24px 2px rgba(145, 145, 145, 0.39);
      -moz-box-shadow: 3px 4px 24px 2px rgba(145, 145, 145, 0.39);
      box-shadow: 3px 4px 24px 2px rgba(145, 145, 145, 0.39); } }

.button-blue {
  font-family: MontserratLight;
  font-size: 10px;
  background-color: #00AFEC;
  color: #fff !important;
  border: 0;
  padding: 3px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 30px; }

.button-white {
  font-family: MontserratRegular;
  font-size: 11px;
  background-color: #fff;
  color: #00AFEC;
  border: 0;
  padding: 3px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 30px;
  -webkit-box-shadow: 1px 1px 3px 0 #ccc;
  -moz-box-shadow: 1px 1px 3px 0 #ccc;
  box-shadow: 1px 1px 3px 0 #ccc; }

.cards-container {
  text-align: center; }

.transparent-cards .col-lg-3 {
  float: none;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
  padding: 30px 87px;
  height: 290px; }
  .transparent-cards .col-lg-3 i {
    color: #00AFEC;
    font-size: 26px; }
  .transparent-cards .col-lg-3 h3 {
    color: #fff;
    font-size: 20px;
    font-family: MontserratLight; }
  .transparent-cards .col-lg-3 p {
    color: #A4A4A4;
    margin-bottom: 30px;
    height: 60px; }
  .transparent-cards .col-lg-3 a {
    font-family: MontserratLight;
    font-size: 10px;
    background-color: #00AFEC;
    color: #fff !important;
    border: 0;
    padding: 3px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    display: block;
    width: 115px;
    margin: 0 auto; }

@media screen and (max-width: 1200px) {
  .transparent-cards .col-lg-3 {
    margin-right: 0; } }

.large-cards-container {
  text-align: center; }
  .large-cards-container .col-md-4 .large-card {
    background-color: #F6F6F6;
    padding: 30px 30px; }
    .large-cards-container .col-md-4 .large-card i {
      color: #00AFEC;
      font-size: 24px; }
    .large-cards-container .col-md-4 .large-card a {
      font-family: MontserratRegular;
      font-size: 11px;
      background-color: #fff;
      color: #00AFEC;
      border: 0;
      padding: 3px 15px;
      letter-spacing: 1px;
      text-transform: uppercase;
      display: inline-block;
      text-decoration: none;
      line-height: 30px;
      -webkit-box-shadow: 1px 1px 3px 0 #ccc;
      -moz-box-shadow: 1px 1px 3px 0 #ccc;
      box-shadow: 1px 1px 3px 0 #ccc;
      margin-top: 15px; }

.large-gray-cards-container .col-lg-4 {
  margin-right: 0%;
  padding: 0 0 0 0; }
  .large-gray-cards-container .col-lg-4 .large-gray-card {
    height: 300px;
    background-color: #F6F6F6;
    width: 90%; }

.col-lg-4:nth-child(2) {
  text-align: center; }
  .col-lg-4:nth-child(2) .large-gray-card {
    margin: 0 auto;
    display: inline-block; }

.col-lg-4:last-child {
  margin-right: 0; }
  .col-lg-4:last-child .large-gray-card {
    float: right; }

.small-card-container .col-lg-3 {
  float: none;
  display: inline-block;
  vertical-align: top; }

.small-card {
  background-color: #F6F6F6;
  width: 90%;
  padding: 30px 30px;
  margin: 0 auto;
  min-height: 333px; }
  .small-card i {
    color: #00AFEC;
    font-size: 24px; }

@media screen and (max-width: 1200px) {
  .small-card-container .small-card {
    min-height: 1px; }
    .small-card-container .small-card .col-lg-3 {
      display: block;
      margin-bottom: 30px; } }

.network-cards {
  margin-bottom: 100px; }
  .network-cards .col-lg-3 .small-card {
    height: 190px;
    min-height: 190px; }
    .network-cards .col-lg-3 .small-card h3 {
      margin-bottom: 30px; }

.scd-cards {
  margin-bottom: 100px; }
  .scd-cards .col-lg-3 .small-card {
    height: 320px; }
    .scd-cards .col-lg-3 .small-card .scd-card-content {
      height: 226px; }

@media screen and (max-width: 1200px) {
  .scd-cards .col-lg-3 .small-card {
    height: auto;
    min-height: auto;
    margin-bottom: 30px; }
    .scd-cards .col-lg-3 .small-card .scd-card-content {
      height: auto; }
  .module.scd-cards {
    margin-bottom: 0; } }

.smallest-cards-container .col-lg-3 {
  float: left;
  vertical-align: top;
  margin-right: 0px; }

.smallest-cards-container .smallest-card {
  background-color: #F6F6F6;
  padding: 30px 20px;
  height: 220px;
  width: 90%; }
  .smallest-cards-container .smallest-card i {
    color: #00AFEC;
    font-size: 24px; }
  .smallest-cards-container .smallest-card a {
    font-family: MontserratRegular;
    font-size: 11px;
    background-color: #fff;
    color: #00AFEC;
    border: 0;
    padding: 3px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    -webkit-box-shadow: 1px 1px 3px 0 #ccc;
    -moz-box-shadow: 1px 1px 3px 0 #ccc;
    box-shadow: 1px 1px 3px 0 #ccc;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 26%; }

@media screen and (max-width: 1200px) {
  .small-card-container .col-lg-3 {
    display: block;
    margin-bottom: 30px; }
  .smallest-cards-container .col-lg-3 {
    display: block;
    margin-bottom: 30px;
    float: none; }
    .smallest-cards-container .col-lg-3 .smallest-card {
      margin: 0 auto; }
      .smallest-cards-container .col-lg-3 .smallest-card a {
        position: relative;
        display: block;
        margin: 48px auto;
        width: 130px;
        left: 0; } }

.small-card-blue {
  background-color: #00AFEC;
  width: 90%;
  padding: 30px 30px;
  margin: 0 auto;
  height: 333px; }
  .small-card-blue i {
    color: white;
    font-size: 24px; }
  .small-card-blue h3 {
    color: #000;
    font-size: 17px;
    font-family: MontserratRegular;
    line-height: 24px; }
  .small-card-blue p {
    line-height: 25px;
    color: white; }
  .small-card-blue .scd-card-content {
    height: 226px; }

.edge-ssl-cards .large-card {
  min-height: 240px; }

.os-card-row {
  overflow-x: hidden; }
  .os-card-row .os-card {
    background-color: #F6F6F6;
    padding: 10% 0 10% 10%;
    min-height: 473px; }
    .os-card-row .os-card img {
      max-width: 90%;
      display: inherit;
      margin: 0 auto; }
    .os-card-row .os-card p {
      max-width: 90%;
      min-height: 130px; }
      .os-card-row .os-card p a {
        display: inline; }
    .os-card-row .os-card h3 {
      max-width: 90%; }
    .os-card-row .os-card a {
      display: block;
      max-width: 90%; }
    .os-card-row .os-card img {
      display: inherit;
      margin: 0 auto;
      max-width: 90%; }
    .os-card-row .os-card i {
      margin-right: 10px; }
    .os-card-row .os-card .hr-white {
      height: 2px;
      background-color: #fff;
      width: 100%;
      margin-bottom: 7px;
      margin-top: 7px; }

@media screen and (max-width: 991px) {
  .large-cards-container .col-md-4 {
    margin-bottom: 30px; }
  .os-card-row {
    overflow-x: hidden; }
    .os-card-row .os-card {
      background-color: #F6F6F6;
      padding: 10% 0 10% 10%;
      margin-bottom: 50px;
      min-height: 1px; }
      .os-card-row .os-card img {
        margin: 0 auto 60px; }
      .os-card-row .os-card p {
        min-height: 1px; } }

@media screen and (max-width: 1200px) {
  .small-card-blue {
    height: 275px; }
    .small-card-blue .scd-card-content {
      height: auto; } }

/*--Source Sans*/
@font-face {
  font-family: SourceSansBlack;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Black.ttf); }

@font-face {
  font-family: SourceSansBlackItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-BlackItalic.ttf); }

@font-face {
  font-family: SourceSansBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Bold.ttf); }

@font-face {
  font-family: SourceSansBoldItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-BoldItalic.ttf); }

@font-face {
  font-family: SourceSansExtraLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-ExtraLight.ttf); }

@font-face {
  font-family: SourceSansExtraLightItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-ExtraLightItalic.ttf); }

@font-face {
  font-family: SourceSansItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Italic.ttf); }

@font-face {
  font-family: SourceSansLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Light.ttf); }

@font-face {
  font-family: SourceSansLightItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-LightItalic.ttf); }

@font-face {
  font-family: SourceSansRegular;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Regular.ttf); }

@font-face {
  font-family: SourceSansSemibold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-Semibold.ttf); }

@font-face {
  font-family: SourceSansSemiboldItalic;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/source-sans/SourceSansPro-SemiboldItalic.ttf); }

/*--Montserrat*/
@font-face {
  font-family: MontserratBlack;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Black.otf); }

@font-face {
  font-family: MontserratBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Bold.otf); }

@font-face {
  font-family: MontserratExtraBold;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-ExtraBold.otf); }

@font-face {
  font-family: MontserratHairline;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Hairline.otf); }

@font-face {
  font-family: MontserratLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Light.otf); }

@font-face {
  font-family: MontserratRegular;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-Regular.otf); }

@font-face {
  font-family: MontserratUltraLight;
  src: url(/National_Library/20160526010038oe_/https://www.stackpath.com/fonts/montserrat/Montserrat-UltraLight.otf); }

.button-blue {
  font-family: MontserratLight;
  font-size: 10px;
  background-color: #00AFEC;
  color: #fff !important;
  border: 0;
  padding: 3px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 30px; }

.button-white {
  font-family: MontserratRegular;
  font-size: 11px;
  background-color: #fff;
  color: #00AFEC;
  border: 0;
  padding: 3px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 30px;
  -webkit-box-shadow: 1px 1px 3px 0 #ccc;
  -moz-box-shadow: 1px 1px 3px 0 #ccc;
  box-shadow: 1px 1px 3px 0 #ccc; }

.pre-footer {
  text-align: center;
  padding-top: 50px;
  margin-bottom: -50px; }
  .pre-footer h2 {
    font-family: MontserratUltraLight;
    color: #A4A4A4;
    font-size: 3em;
    line-height: 1.5em;
    margin-bottom: 30px; }
  .pre-footer .form-container {
    margin: 0 auto;
    width: 420px;
    margin-bottom: 135px; }
  .pre-footer .form-container div {
    float: left; }
  .pre-footer .hbspt-form {
    text-align: center; }
  .pre-footer .hbspt-form > * {
    display: inline-block; }
  .pre-footer label {
    display: none; }
  .pre-footer .input {
    height: 40px; }
    .pre-footer .input input {
      width: 250px;
      height: 50px;
      padding-left: 10px; }
  .pre-footer .pre-footer-row {
    margin-bottom: 30px; }
    .pre-footer .pre-footer-row .col-md-2 {
      display: inline-block;
      float: none;
      vertical-align: top; }
      .pre-footer .pre-footer-row .col-md-2 i {
        font-size: 25px;
        margin-bottom: 10px; }
      .pre-footer .pre-footer-row .col-md-2 p {
        font-family: MontserratRegular;
        font-size: 18px;
        line-height: 1.5em;
        color: #141414; }

.pre-footer-blue {
  background-color: #00AFEC; }
  .pre-footer-blue i, .pre-footer-blue h2 {
    color: #fff; }
  .pre-footer-blue input[type=submit] {
    font-family: MontserratLight;
    font-size: 10px;
    background-color: #141414;
    color: #fff !important;
    border: 0;
    padding: 3px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    padding: 0 30px;
    font-size: 14px;
    height: 50px; }

.pre-footer-white {
  background-color: #fff; }
  .pre-footer-white h2 {
    color: #A4A4A4; }
  .pre-footer-white i {
    color: #00AFEC; }
  .pre-footer-white input[type=submit] {
    font-family: MontserratLight;
    font-size: 10px;
    background-color: #00AFEC;
    color: #fff !important;
    border: 0;
    padding: 3px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    padding: 0 30px;
    font-size: 14px;
    height: 50px; }

@media screen and (max-width: 990px) {
  .pre-footer .pre-footer-row .col-md-2 {
    width: 30%;
    display: block;
    margin: 0 auto 30px;
    padding: 0; } }

@media screen and (max-width: 1200px) {
  .pre-footer .pre-footer-row .col-xs-2 {
    width: 30%;
    display: block;
    margin: 0 auto 30px;
    padding: 0; } }

@media screen and (max-width: 430px) {
  .pre-footer {
    height: auto; }
    .pre-footer .pre-footer-row .col-md-2 {
      width: 45%; }
    .pre-footer .form-container {
      width: auto;
      margin-bottom: 30px; }
      .pre-footer .form-container div {
        float: none; }
      .pre-footer .form-container .hs_email {
        margin-bottom: 30px;
        width: 100%; }
      .pre-footer .form-container .input input {
        width: 300px; } }

footer {
  background-color: #141414;
  margin-top: 50px;
  padding: 30px 0 10px 0; }
  footer .footer-row {
    margin-bottom: 30px; }
  footer ul {
    list-style: none;
    padding: 0; }
    footer ul li {
      margin-bottom: 6px; }
    footer ul li.footer-heading {
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 10px;
      font-family: MontserratLight;
      font-size: 12px; }
  footer .footer-column {
    padding-right: 0; }
  footer .footer-column li a:link, footer .footer-column li a:visited {
    color: #A4A4A4; }
  footer .footer-column li a:hover, footer .footer-column li a:active {
    color: #fff; }
  footer .footer-column:first-child {
    padding-left: 0; }
  footer .footer-column:nth-child(2) {
    padding-left: 4%; }
  footer .footer-column:nth-child(3) {
    padding-left: 12%; }
  footer .footer-column:last-child {
    padding-left: 0; }
    footer .footer-column:last-child ul {
      float: right; }
  footer .footer-column .large-links a:link, footer .footer-column .large-links a:visited {
    font-size: 20px;
    font-family: MontserratLight;
    color: #00AFEC; }
  footer .footer-column .large-links a:hover, footer .footer-column .large-links a:active {
    font-size: 20px;
    font-family: MontserratLight;
    color: #009BD1; }

@media screen and (max-width: 768px) {
  footer .footer-column {
    text-align: center; }
  footer .footer-column:first-child {
    padding-left: 0; }
  footer .footer-column:nth-child(2) {
    padding-left: 0; }
  footer .footer-column:nth-child(3) {
    padding-left: 0; }
  footer .footer-column:last-child ul {
    float: none; } }

footer .copyright {
  text-align: center; }
  footer .copyright li {
    display: inline-block;
    margin: 0 5px; }
    footer .copyright li a:link, footer .copyright li a:visited {
      color: #A4A4A4; }
    footer .copyright li a:hover, footer .copyright li a:active {
      color: #fff; }

#careers .heading-section {
  margin-left: 0px;
  margin-bottom: 5px; }

/* jazz overrides */
.resumator-wrapper {
  color: #1E1E1E; }

#resumator-jobs div.resumator-job-title {
  padding: 18px 0 0;
  margin: 18px 0 0;
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 1.5em;
  color: #141414; }

#resumator-jobs span.resumator-jobs-text {
  font-family: SourceSansBold;
  font-size: 15px;
  line-height: 1.5em;
  color: #5E5E5E;
  font-weight: normal;
  display: inline-block;
  margin-right: 5px; }

#resumator-jobs .resumator-job-info-details, #resumator-jobs .resumator-job-info {
  margin: 4px 1em 0 0;
  font-family: SourceSansRegular;
  color: #5E5E5E;
  font-size: 15px;
  line-height: 1.5em; }

#resumator-jobs .resumator-job-view-details {
  padding-top: 12px; }

#resumator-jobs .resumator-job-link {
  color: #00AFEC; }

#resumator-jobs .resumator-jobs-text .resumator-job-description-text strong span {
  margin-top: 28px;
  display: block;
  font-family: SourceSansBold;
  font-size: 15px;
  line-height: 1.5em;
  color: #5E5E5E;
  font-size: 15px !important; }

#resumator-jobs .resumator-job-description p {
  font-family: SourceSansRegular;
  color: #5E5E5E;
  font-size: 15px;
  line-height: 1.5em; }

#resumator-jobs .resumator-job-description span {
  font-family: SourceSansBold;
  font-size: 15px;
  line-height: 1.5em;
  color: #5E5E5E;
  font-size: 15px !important; }

#resumator-jobs .resumator-job-description li {
  font-family: SourceSansRegular;
  color: #5E5E5E;
  font-size: 15px;
  line-height: 1.5em; }

#resumator-jobs .resumator-job-description p u {
  font-family: SourceSansBold;
  font-size: 15px;
  line-height: 1.5em;
  color: #5E5E5E; }

#resumator-jobs .resumator-buttons input {
  background-color: #00AFEC;
  padding: 4px 16px;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-family: MontserratLight;
  font-size: 14px;
  height: 50px;
  letter-spacing: 1px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase; }

.resumator-buttons input:hover {
  background-color: #0090CC; }
