/* Fonts */
@font-face {
  font-family: 'ChampagneLimousines';
  src: url("../fonts/champagnelimousines.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/champagnelimousines.eot#iefix") format("embedded-opentype"), url("../fonts/champagnelimousines.woff") format("woff2"), url("../fonts/champagnelimousines.woff") format("woff"), url("https://www.canadianopendataexperience.ca/inc/fonts/champagnelimousines.ttf") format("truetype"), url("../fonts/champagnelimousines.svg") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }
/* Mixins */
/* Keyframes */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
/* Site wide styles */
::selection {
  background: #FFC7AB; }

::-moz-selection {
  background: #FFC7AB; }

body, html {
  height: 100%; }

body {
  background: #333333;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400; }

textarea {
  height: auto; }

.nav-container {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.51);
  -moz-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.51);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.51);
  -webkit-backface-visibility: hidden;
  z-index: 5000; }

.site-logo {
  height: 37px;
  width: 131px;
  padding: 3px 0px 5px 0px; }

/* to adjust for fixed navbar */
a.anchor {
  display: block;
  position: relative;
  top: -45px;
  visibility: hidden; }

img {
  -ms-interpolation-mode: bicubic; }

.inner-wrap {
  background: #fff; }

#signout-container {
  padding-left: 0; }

.no-bottom-padding {
  padding-bottom: 0px !important; }

.hidden {
  display: none; }

.visible {
  display: block; }

.inline-block {
  display: inline-block; }

.has-sidebar {
  min-height: 550px; }

.thumbnail {
  height: auto;
  width: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px; }

small.help {
  display: block;
  margin-top: -14px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  color: #666; }

.section-title {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 400; }
  .section-title span {
    font-size: 14px;
    font-weight: 300; }

.section-subtitle {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: 400; }
  .section-subtitle span {
    font-size: 13px;
    font-weight: 300; }

.no-pad-right {
  padding-right: 0 !important; }

.no-pad-left {
  padding-left: 0 !important; }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

#terms-of-service, #privacy-policy, #faq-section, #sponsor-page, #media, #contactus, #news, #competition, #mailinglist, #media-coverage-page {
  padding: 40px 0 100px 0; }

/* Landing page styles */
#home-landing {
  background-color: #333333;
  color: white;
  height: 80vh;
  min-height: 350px;
  background: url(../img/home/banner.png);
  background-repeat: no-repeat;
  background-position: center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #home-landing h1 {
    font-family: 'ChampagneLimousines';
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    margin-bottom: 0px; }
    #home-landing h1 .red {
      color: #e04f4f !important; }
  #home-landing h5 {
    font-family: 'ChampagneLimousines';
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    margin-bottom: 0px; }
    #home-landing h5 .red {
      color: #e04f4f !important; }
  #home-landing #home-code-logo {
    height: 150px;
    width: auto;
    padding: 0px 0px 20px 0px; }
  #home-landing #home-logo-section {
    padding-top: 22vh; }

#home-tagline {
  padding: 100px 0;
  background: #E7E7E7;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75); }
  #home-tagline img {
    max-width: 350px;
    width: 90%;
    height: auto;
    padding: 20px;
    margin-top: -20px; }

#home-2016-actions {
  background: #fff;
  padding: 100px 0; }
  #home-2016-actions .row {
    max-width: 100%; }
  #home-2016-actions h2 {
    font-size: 2em !important; }
  #home-2016-actions h4 {
    font-size: 1.3em !important; }
  #home-2016-actions .vertical-line {
    width: 1px;
    height: 100px;
    display: block;
    border-left: 4px solid #EDEDED;
    margin: 0 auto; }

.section-header {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333; }

/* Contact Us styles */
#contactus #spinner {
  color: #C5373C;
  display: none; }
#contactus textarea {
  height: 180px; }
#contactus #contact-form-success, #contactus #nameError, #contactus #emailError, #contactus #subjectError, #contactus #messageError {
  display: none; }

/* Footer styles */
#mailing-list {
  background-color: #9d2c30;
  padding: 20px 0 0px 0;
  color: #fff; }
  #mailing-list .margintop-10px {
    margin-top: 10px; }
  #mailing-list #list-error, #mailing-list #list-success {
    display: none; }
  #mailing-list h4 {
    color: #fff;
    margin: 0; }
  #mailing-list p {
    font-size: 14px; }
  #mailing-list button, #mailing-list .button, #mailing-list .top-bar-section ul li > a.button {
    background-color: #cc494e !important;
    border-color: #b13136 !important; }
  #mailing-list button:hover, #mailing-list button:focus, #mailing-list .button:hover, #mailing-list .button:focus, #mailing-list .top-bar-section ul li > a.button:hover, #mailing-list .top-bar-section ul li > a.button:focus {
    background-color: #ca4146 !important; }

footer {
  background: #333333;
  padding: 40px 0;
  color: #929393;
  font-size: 14px; }
  footer ul {
    list-style: none;
    font-size: 14px;
    margin: 0;
    display: block;
    margin-bottom: 8px; }
  footer ul.social-links {
    float: right; }
  footer a {
    color: #929393; }
    footer a i {
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
  footer a:focus, footer a:visited {
    color: #929393; }
  footer p {
    font-size: 14px; }
  footer a:hover, footer a:focus, footer a:active {
    color: #fff !important; }

input[type=submit], a.button {
  font-size: 0.88889rem;
  padding-top: 0.88889rem;
  padding-right: 1.77778rem;
  padding-bottom: 0.94444rem;
  padding-left: 1.77778rem; }

#error {
  color: #e04f4f; }

#success {
  color: #29AB2F; }

/* Spinner styles */
.spinner {
  margin-top: 15px; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #C5373C;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
/* Foundation Overrides */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 0 0; }

.top-bar-section ul li > a.button {
  margin-top: 2px; }

.off-canvas-list li a > .fa {
  margin-right: 8px; }

button, .button, .top-bar-section ul li > a.button {
  background-color: #C5373C;
  border-color: #9d2c30; }

button:visited, .button:visited, .top-bar-section ul li > a.button:visited {
  color: #fff; }

button:not(.square), .button:not(.square), .top-bar-section ul li > a.button:not(.square) {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  border-radius: 2px !important; }

button:hover, button:focus, .button:hover, .button:focus, .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #b13136; }

a, a:focus, a:visited {
  color: #C5373C; }

a:hover:not(.button) {
  color: #C5373C;
  text-decoration: underline; }

.tooltip {
  background-color: #222;
  font-size: 12px; }

.nub {
  border-color: transparent transparent #222 transparent !important; }

.top-bar-section i {
  color: #e04f4f;
  padding: 9px 0px; }
.top-bar-section #account-alerts {
  padding-right: 0; }
.top-bar-section #signout-img {
  opacity: 0.65;
  width: 18px;
  height: 32px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
.top-bar-section #signout-img:hover {
  opacity: 1; }

p {
  font-weight: 400; }

label.error {
  color: #C53A23; }

span.error, small.error {
  background: #C53A23; }

.off-canvas-list a:hover, .off-canvas-list a:focus, .off-canvas-list a:active {
  color: #fff; }

/* Media queries for small devices */
@media only screen and (max-width: 40em) {
  h4 {
    font-weight: 500; }

  .row .row {
    margin-left: 0;
    margin-right: 0; }

  .f-topbar-fixed {
    padding-top: 0px !important; }

  #home-landing #home-code-logo {
    height: 80px;
    width: auto; }
  #home-landing h1 {
    font-size: 1.2em; }
  #home-landing h5 {
    font-size: 0.8em; }

  #terms-of-service, #privacy-policy, #faq-section, #sponsor-page, #media, #contactus, #news, #competition, #mailinglist, #media-coverage-page {
    padding: 20px 0 50px 0; }

  #home-tagline {
    padding: 50px 0; }
    #home-tagline .button {
      width: 100%; }

  #home-steps {
    margin: 50px 0 30px 0; }

  #home-quote {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 200; }

  .site-logo {
    padding: 1px 0px 7px 0px; }

  #home-2016-actions .row {
    max-width: 500px; }
  #home-2016-actions .columns.large-4:first-child {
    padding-bottom: 100px; }
  #home-2016-actions input, #home-2016-actions .button {
    width: 100%; }
  #home-2016-actions .columns .columns {
    padding-left: 0;
    padding-right: 0; }

  footer ul {
    float: none;
    margin: 0 0 5px 0;
    text-align: center;
    display: inline-block; }
  footer ul.social-links {
    float: none; }
  footer ul.site-links {
    font-size: 1em; } }
/* medium devices */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #home-quote {
    font-size: 22px;
    font-weight: 200; }

  #home-2016-actions .row {
    max-width: 500px; }
  #home-2016-actions .columns.large-4:first-child {
    padding-bottom: 150px; }
  #home-2016-actions input, #home-2016-actions .button {
    width: 100%; } }
/* medium devices */
@media only screen and (min-width: 40.063em) and (max-width: 90em) {
  #home-landing h1 {
    font-size: 2.1em; }
  #home-landing #home-code-logo {
    height: 100px;
    width: auto; } }