p, a, option, .btn, input, label {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, th {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal; }
  h1 a, h2 a, h3 a, h4 a, th a {
    font-family: "Open Sans"; }

p {
  font-size: 18px; }

a {
  color: #FFF; }

@font-face {
  font-family: 'fontawesome-webfont';
  src: url("/static/fonts/fontawesome-webfont.eot");
  src: url("/static/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("/static/fonts/fontawesome-webfont.ttf") format("truetype"), url("/static/fonts/fontawesome-webfont.woff") format("woff"), url("/static/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvenirBold';
  src: url("/static/fonts/avenir/AvenirNext-Bold.eot");
  src: url("/static/fonts/avenir/AvenirNext-Bold.eot") format("embedded-opentype"), url("/static/fonts/avenir/AvenirNext-Bold.ttf") format("truetype"), url("/static/fonts/avenir/AvenirNext-Bold.woff") format("woff"), url("/static/fonts/avenir/AvenirNext-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.fa.noun_134105:before {
  font-family: 'fontawesome-webfont';
  content: "\e900"; }

header {
  background-color: #fff;
  box-shadow: 0px 4px 0 0 rgba(0, 0, 0, 0.3); }
  header #logo {
    vertical-align: bottom; }
    header #logo img {
      max-height: 140px; }
  header #header-logo-container {
    text-align: center; }
    header #header-logo-container .logo-container {
      height: 140px; }
      header #header-logo-container .logo-container img {
        position: absolute;
        bottom: 10px; }
  header #header-logo-container-underline {
    text-align: center;
    border-bottom: 0.5rem solid #666666; }
    header #header-logo-container-underline .logo-container {
      height: 140px; }
      header #header-logo-container-underline .logo-container img {
        position: absolute;
        bottom: 10px; }
  header #language-selector {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    color: #000;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal; }
    header #language-selector a {
      color: white; }
      header #language-selector a:after {
        content: ''; }
  header #language-selector:hover {
    background-color: white; }
  header .badge:hover {
    border-radius: 10px !important; }
  header .badge a:hover {
    color: white;
    background: transparent;
    text-decoration: none; }

body {
  margin-bottom: 40px !important; }

footer {
  background-color: #666666; }
  footer nav .navbar-logo {
    padding: 12px; }

nav {
  background-color: #666666; }
  nav a {
    color: white; }
  nav .navbar-logo {
    padding: 12px; }
    nav .navbar-logo img {
      height: 26px; }
  nav .navbar-toggle .icon-bar {
    background-color: #ffffff; }
  nav li {
    border-right: 1px solid #333333; }
  nav.culture-navbar {
    background-color: #AD2000 !important; }
    nav.culture-navbar li {
      border-right: 1px solid #ffffff !important; }
    nav.culture-navbar #language-selector {
      color: #ffffff; }
      nav.culture-navbar #language-selector .badge {
        background-color: rgba(0, 0, 0, 0.5); }

.btn,
th, td,
.navbar-default,
.form-control,
.nav-tabs.nav-justified > li > a,
.active a {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 0px !important; }

html {
  position: relative;
  min-height: 100%; }

body {
  margin: 0;
  color: #fff; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  transition: transform 0.1s ease-out; }

.centered-row {
  text-align: center; }

.bottom-section {
  color: #05496b;
  padding: 10px 0 20px 0;
  background-color: #fff; }
  .bottom-section ::selection {
    color: #fff;
    background: #04293b; }
  .bottom-section ::-moz-selection {
    color: #fff;
    background: #04293b; }
  .bottom-section h2 {
    text-align: center; }

.questions-section {
  color: #05496b;
  padding: 10px 0 20px 0;
  background-color: #fff; }
  .questions-section ::selection {
    color: #fff;
    background: #04293b; }
  .questions-section ::-moz-selection {
    color: #fff;
    background: #04293b; }
  .questions-section h2 {
    text-align: center; }

a.invitation {
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 20px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 24px; }
  a.invitation.red {
    background-color: #AD2000; }
  a.invitation.blue {
    background-color: #085E87; }
  a.invitation.orange {
    background-color: #804D00; }

a.basic-link {
  color: #3344dd;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link:visited {
  color: #884488;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link:active {
  color: #bb1122;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link-on-dark-bg {
  color: #FFF;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link-on-dark-bg:visited {
  color: #eee;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link-on-dark-bg:active {
  color: #aaa;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

p, a, option, .btn, input, label {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, th {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal; }
  h1 a, h2 a, h3 a, h4 a, th a {
    font-family: "Open Sans"; }

p {
  font-size: 18px; }

a {
  color: #FFF; }

@font-face {
  font-family: 'fontawesome-webfont';
  src: url("/static/fonts/fontawesome-webfont.eot");
  src: url("/static/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("/static/fonts/fontawesome-webfont.ttf") format("truetype"), url("/static/fonts/fontawesome-webfont.woff") format("woff"), url("/static/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvenirBold';
  src: url("/static/fonts/avenir/AvenirNext-Bold.eot");
  src: url("/static/fonts/avenir/AvenirNext-Bold.eot") format("embedded-opentype"), url("/static/fonts/avenir/AvenirNext-Bold.ttf") format("truetype"), url("/static/fonts/avenir/AvenirNext-Bold.woff") format("woff"), url("/static/fonts/avenir/AvenirNext-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.fa.noun_134105:before {
  font-family: 'fontawesome-webfont';
  content: "\e900"; }

header {
  background-color: #fff;
  box-shadow: 0px 4px 0 0 rgba(0, 0, 0, 0.3); }
  header #logo {
    vertical-align: bottom; }
    header #logo img {
      max-height: 140px; }
  header #header-logo-container {
    text-align: center; }
    header #header-logo-container .logo-container {
      height: 140px; }
      header #header-logo-container .logo-container img {
        position: absolute;
        bottom: 10px; }
  header #header-logo-container-underline {
    text-align: center;
    border-bottom: 0.5rem solid #666666; }
    header #header-logo-container-underline .logo-container {
      height: 140px; }
      header #header-logo-container-underline .logo-container img {
        position: absolute;
        bottom: 10px; }
  header #language-selector {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    color: #000;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal; }
    header #language-selector a {
      color: white; }
      header #language-selector a:after {
        content: ''; }
  header #language-selector:hover {
    background-color: white; }
  header .badge:hover {
    border-radius: 10px !important; }
  header .badge a:hover {
    color: white;
    background: transparent;
    text-decoration: none; }

body {
  margin-bottom: 40px !important; }

footer {
  background-color: #666666; }
  footer nav .navbar-logo {
    padding: 12px; }

nav {
  background-color: #666666; }
  nav a {
    color: white; }
  nav .navbar-logo {
    padding: 12px; }
    nav .navbar-logo img {
      height: 26px; }
  nav .navbar-toggle .icon-bar {
    background-color: #ffffff; }
  nav li {
    border-right: 1px solid #333333; }
  nav.culture-navbar {
    background-color: #AD2000 !important; }
    nav.culture-navbar li {
      border-right: 1px solid #ffffff !important; }
    nav.culture-navbar #language-selector {
      color: #ffffff; }
      nav.culture-navbar #language-selector .badge {
        background-color: rgba(0, 0, 0, 0.5); }

.btn,
th, td,
.navbar-default,
.form-control,
.nav-tabs.nav-justified > li > a,
.active a {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 0px !important; }

html {
  position: relative;
  min-height: 100%; }

body {
  margin: 0;
  color: #fff; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  transition: transform 0.1s ease-out; }

.centered-row {
  text-align: center; }

.bottom-section {
  color: #05496b;
  padding: 10px 0 20px 0;
  background-color: #fff; }
  .bottom-section ::selection {
    color: #fff;
    background: #04293b; }
  .bottom-section ::-moz-selection {
    color: #fff;
    background: #04293b; }
  .bottom-section h2 {
    text-align: center; }

.questions-section {
  color: #05496b;
  padding: 10px 0 20px 0;
  background-color: #fff; }
  .questions-section ::selection {
    color: #fff;
    background: #04293b; }
  .questions-section ::-moz-selection {
    color: #fff;
    background: #04293b; }
  .questions-section h2 {
    text-align: center; }

a.invitation {
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 20px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 24px; }
  a.invitation.red {
    background-color: #AD2000; }
  a.invitation.blue {
    background-color: #085E87; }
  a.invitation.orange {
    background-color: #804D00; }

a.basic-link {
  color: #3344dd;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link:visited {
  color: #884488;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link:active {
  color: #bb1122;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link-on-dark-bg {
  color: #FFF;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link-on-dark-bg:visited {
  color: #eee;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

a.basic-link-on-dark-bg:active {
  color: #aaa;
  background-color: transparent;
  text-decoration: underline;
  font-size: 130%; }

.no-results a {
  text-decoration: underline; }

.no-results .tool-logo {
  margin-top: 20px; }

.top-info {
  text-align: center; }
  .top-info .summary {
    text-align: left;
    margin-bottom: 20px; }

body {
  background-color: #053a55; }
  body ::selection {
    color: #04293b;
    background: #fff; }
  body ::-moz-selection {
    color: #04293b;
    background: #fff; }
  body > .container {
    margin: 25px auto; }

a[role="definition"] {
  color: #fff; }
  a[role="definition"]:hover, a[role="definition"]:focus {
    text-decoration: underline;
    color: #fff; }
  a[role="definition"]:after {
    font-family: FontAwesome;
    vertical-align: super;
    font-size: 70%;
    padding-left: 2px;
    content: "\f059"; }

a[role="tooltip"] {
  color: #fff; }
  a[role="tooltip"]:hover, a[role="tooltip"]:focus {
    text-decoration: underline;
    color: #fff; }
  a[role="tooltip"]:after {
    font-family: FontAwesome;
    vertical-align: super;
    font-size: 70%;
    padding-left: 2px;
    content: "\f059"; }

p a {
  font-size: 18px; }
  p a[role="definition"] {
    color: #fff; }
    p a[role="definition"]:hover, p a[role="definition"]:focus {
      text-decoration: underline;
      color: #fff; }
    p a[role="definition"]:after {
      font-family: FontAwesome;
      vertical-align: super;
      font-size: 70%;
      padding-left: 2px;
      content: "\f059"; }
  p a[role="tooltip"] {
    color: #fff; }
    p a[role="tooltip"]:hover, p a[role="tooltip"]:focus {
      text-decoration: underline;
      color: #fff; }
    p a[role="tooltip"]:after {
      font-family: FontAwesome;
      vertical-align: super;
      font-size: 70%;
      padding-left: 2px;
      content: "\f059"; }

label a {
  font-size: 16px; }
  label a[role="definition"] {
    color: #fff; }
    label a[role="definition"]:hover, label a[role="definition"]:focus {
      text-decoration: underline;
      color: #fff; }
    label a[role="definition"]:after {
      font-family: FontAwesome;
      vertical-align: super;
      font-size: 70%;
      padding-left: 2px;
      content: "\f059"; }
  label a[role="tooltip"] {
    color: #fff; }
    label a[role="tooltip"]:hover, label a[role="tooltip"]:focus {
      text-decoration: underline;
      color: #fff; }
    label a[role="tooltip"]:after {
      font-family: FontAwesome;
      vertical-align: super;
      font-size: 70%;
      padding-left: 2px;
      content: "\f059"; }

h3 a:active, h3 a:hover {
  color: #fff; }

.tool-logo {
  height: 100px;
  margin-bottom: 15px;
  margin-top: 15px; }

#tool-description {
  text-align: center; }

#tool-description-bg {
  background-color: #053a55;
  color: #fff; }

#video-modal-btn {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 40px;
  background-color: #065E89;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2); }
  #video-modal-btn span {
    font-size: 48px; }
  #video-modal-btn:hover {
    background-color: #04293b; }

#what-next {
  padding: 10px 0 20px 0; }
  #what-next p {
    text-align: left; }
  #what-next a {
    text-decoration: underline;
    color: #04293b; }
    #what-next a:hover {
      color: #06537a; }

#input-title {
  margin-top: 10px; }

#results-title {
  margin-top: 0; }
  #results-title .glyphicon {
    color: #fff;
    font-size: 32px;
    top: 7px;
    opacity: 0.6; }
    #results-title .glyphicon:hover {
      color: #fff;
      opacity: 0.8; }
    #results-title .glyphicon:focus {
      color: #fff;
      opacity: 0.8; }
    #results-title .glyphicon:active {
      color: #fff;
      opacity: 0.8; }

.modal-content {
  background-color: #065E89;
  border-radius: 0;
  border: none; }

.tool-container {
  background-color: #053a55;
  padding-left: 30px;
  padding-right: 30px;
  display: table;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.modal-title {
  font-size: 32px;
  font-weight: normal; }

.modal-header {
  padding: 12px 15px 0px 15px;
  border: none; }
  .modal-header .close {
    font-size: 32px;
    font-weight: normal;
    opacity: 1;
    color: #fff; }

.modal-body {
  max-width: 560px;
  margin: 0 auto; }
  .modal-body > div {
    position: relative;
    padding-bottom: 75%;
    height: 0px; }
  .modal-body iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

.inputs {
  margin: 60px auto;
  max-width: 600px;
  background-color: #05496b;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2); }
  .inputs .nav-tabs.nav-justified > li {
    text-transform: lowercase;
    background-color: #05496b;
    vertical-align: middle; }
    .inputs .nav-tabs.nav-justified > li.active {
      background-color: #04293b; }
    .inputs .nav-tabs.nav-justified > li:hover {
      background-color: #04293b; }
    .inputs .nav-tabs.nav-justified > li a {
      margin-bottom: 0; }
      .inputs .nav-tabs.nav-justified > li a:hover {
        color: #fff;
        background-color: transparent; }
  .inputs .nav-tabs.nav-justified > li.active > a {
    color: #fff;
    background-color: transparent;
    text-transform: lowercase; }
    .inputs .nav-tabs.nav-justified > li.active > a:hover {
      color: #fff;
      cursor: pointer; }
  .inputs .btn {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #04293b;
    width: 100%;
    height: 48px; }
  .inputs .form-group {
    margin-bottom: 0;
    line-height: 0%; }
    .inputs .form-group #area {
      font-size: 18px; }
  .inputs .form-control {
    min-height: 40px;
    font-size: 20px; }

.bottom-section h2, .bottom-section h3 {
  margin-bottom: 20px; }

.bottom-section .js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.bottom-section .js-video.widescreen {
  padding-bottom: 56.34%; }

.bottom-section .js-video.vimeo {
  padding-top: 0; }

.bottom-section .js-video embed, .bottom-section .js-video iframe, .bottom-section .js-video object, .bottom-section .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

.bottom-section #activity-thumbnail {
  width: 100%; }

.bottom-section #video-section, .bottom-section #activity-section {
  padding: 0 25px; }
  .bottom-section #video-section .btn, .bottom-section #activity-section .btn {
    width: 100% !important;
    background-color: #05496b; }
    .bottom-section #video-section .btn:hover, .bottom-section #activity-section .btn:hover {
      background-color: #04293b; }
    .bottom-section #video-section .btn:active, .bottom-section #video-section .btn:focus, .bottom-section #activity-section .btn:active, .bottom-section #activity-section .btn:focus {
      background-color: #065E89; }
    .bottom-section #video-section .btn#download-spanish, .bottom-section #activity-section .btn#download-spanish {
      margin-top: 15px; }

.bottom-section #activity-section #thumbnail-container {
  padding: 0; }

.bottom-section #activity-section p {
  text-align: left;
  margin-bottom: 20px; }

.tool {
  margin-top: 40px; }
  .tool .container {
    margin-bottom: 40px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }

/** d3 tooltip **/
.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  pointer-events: none; }

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  pointer-events: none; }

/* Northward tooltips */
.d3-tip.n:after {
  content: "\25BC";
  margin: -2px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center; }

/* Eastward tooltips */
.d3-tip.e:after {
  content: "\25C0";
  margin: -4px 0 0 0;
  top: 50%;
  left: -8px; }

/* Southward tooltips */
.d3-tip.s:after {
  content: "\25B2";
  margin: 0 0 1px 0;
  top: -8px;
  left: 0;
  text-align: center; }

/* Westward tooltips */
.d3-tip.w:after {
  content: "\25B6";
  margin: -4px 0 0 -1px;
  top: 50%;
  left: 100%; }

/* CSS Accessbility Clipping */
.clipped-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

li .active {
  border: 1px white; }

.default-bg-colour {
  background-color: #053a55; }

.inputs input, .inputs select, .inputs textarea {
  color: #04293b; }

.inputs ::selection {
  color: #fff;
  background: #04293b; }

.inputs ::-moz-selection {
  color: #fff;
  background: #04293b; }

.inputs input, .inputs textarea {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */ }
  .inputs input::-webkit-input-placeholder, .inputs textarea::-webkit-input-placeholder {
    color: #065E89;
    text-align: center; }
  .inputs input:-moz-placeholder, .inputs textarea:-moz-placeholder {
    color: #065E89;
    text-align: center; }
  .inputs input::-moz-placeholder, .inputs textarea::-moz-placeholder {
    color: #065E89;
    text-align: center; }
  .inputs input:-ms-input-placeholder, .inputs textarea:-ms-input-placeholder {
    color: #065E89;
    text-align: center; }
  .inputs input:focus::-webkit-input-placeholder, .inputs textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  .inputs input:focus:-moz-placeholder, .inputs textarea:focus:-moz-placeholder {
    color: transparent; }
  .inputs input:focus::-moz-placeholder, .inputs textarea:focus::-moz-placeholder {
    color: transparent; }
  .inputs input:focus:-ms-input-placeholder, .inputs textarea:focus:-ms-input-placeholder {
    color: transparent; }

.inputs input[id="email"], .inputs input[id="link"] {
  text-align: center; }

.inputs .nav-tabs > li {
  font-size: 18px; }

.inputs .checkbox, .inputs .radio {
  background-color: #05496b;
  margin: 0;
  font-size: 16px; }
  .inputs .checkbox:hover, .inputs .radio:hover {
    background-color: #04293b; }
  .inputs .checkbox > label, .inputs .radio > label {
    width: 100%;
    padding: 5px;
    text-transform: lowercase; }
    .inputs .checkbox > label label, .inputs .radio > label label {
      padding: 5px; }
  .inputs .checkbox input[type="checkbox"], .inputs .radio input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

.inputs .checked-div {
  background-color: #065E89; }

.inputs .upload-field .btn {
  color: #04293b;
  background-color: #fff;
  text-transform: lowercase; }

.inputs input[id="upload"], .inputs input[id="upload2"] {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1; }

.inputs .btn:focus, .inputs .btn:hover:active {
  background-color: #05496b;
  color: #fff; }

body {
  background-color: #053a55; }

h4[role=alert] {
  margin-bottom: 40px;
  background-color: #A61B02;
  color: #fff;
  padding: 20px; }

.tool-logo {
  margin-bottom: 30px; }

.inputs .form-group #area {
  height: 140px;
  resize: vertical; }
  .inputs .form-group #area.placeholder {
    color: #065E89;
    text-align: center; }

footer nav {
  background-color: #053a55; }

.download-button:focus {
  background-color: lightblue;
  outline: 2px solid #8cc63f; }

/*# sourceMappingURL=connectthedots.scss.css.map */