/**
 *  author: copyright (c) 1998-2014 Acro Media Inc.
 *  purpose: CSS for Waterfront Run
 *  info: site is centered and responsive
**/

/**
 * General
 */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #333;
  background: #000;
}

body { font-size: 100%; }
.clear-both { clear: both; }
.clear-break { clear: both; font-size: 0; line-height: 0; height: 0.001%; }
textarea { resize: none; }
p { margin: 0 0 25px 0; padding: 0; }
a {
  color: #0a67b6;
  text-decoration: underline;
  outline: none;
}
  a:hover {
    color: #0a67b6;
    text-decoration: none;
    -webkit-transition: color linear .15s, opacity linear .15s;
    -moz-transition: color linear .15s, opacity linear .15s;
    -ms-transition: color linear .15s, opacity linear .15s;
    -o-transition: color linear .15s, opacity linear .15s;
    transition: color linear .15s, opacity linear .15s;
  }

  #site-map li a.active { color: #daad42; }
h1,
h1#page-title {
  margin: 0 0 5px 0;
  padding: 0;
  font: normal 30px/30px "source-sans-pro",sans-serif;
  font-weight: 700;
  color: #e1b600;
}
h2 {
  margin: 0 0 5px 0;
  padding: 0;
  font: normal 30px/30px "source-sans-pro",sans-serif;
  font-weight: 700;
  color: #e1b600;
}
h3 {
  margin: 0 0 5px 0;
  padding: 0;
  font: normal 24px/24px "source-sans-pro",sans-serif;
  font-weight: 700;
  color: #e1b600;
}
h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font: normal 22px/22px "source-sans-pro",sans-serif;
  font-weight: 700;
  color: #e1b600;
}
h5 {
  margin: 0 0 3px 0;
  padding: 0;
  font: normal 18px/18px "source-sans-pro",sans-serif;
  font-weight: 700;
  color: #e1b600;
}
h6 {
  margin: 0 0 2px 0;
  padding: 0;
  font: normal 16px/16px "source-sans-pro",sans-serif;
  font-weight: 700;
  color: #e1b600;
}
.site-section {
  min-width: 240px;
}
ol {
  margin: 0 0 30px 43px;
  padding: 0;
  list-style: decimal;
}
  ol li {
    float: none;
    margin: 0;
    padding: 0 0 10px 0;
    background: none;
  }

/**
 * Structure
 */

#site-header {
  clear: both;
  display: block;
  background: #fff;
}
  body.content-page #site-header { border-bottom: 5px solid #000; }
  body.content-page #page-body-content { padding-top: 62px; }
  body.page-run-route #site-header { border-bottom: none !important; }
  #site-header-content {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 960px;
    background: #fff;
  }
    #site-logo {
      float: left;
    }
      #site-logo img {
        display: block;
        max-width: 100%;
        height: auto;
      }
    #pri-nav-cont {
      float: right;
      display: block;
      margin: 0;
      padding: 79px 0 0 0;
    }
      #pri-nav-cont ul {
        float: right;
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
      }
        #pri-nav-cont ul li {
          float: left;
          display: block;
          margin: 0;
          padding: 0;
          background: none;
        }
          #pri-nav-cont ul li:last-child a,
          #pri-nav-cont ul li.last a {
            padding-right: 0;
            border-right: 0;
          }
          #pri-nav-cont ul li a {
            display: block;
            margin: 0;
            padding: 4px 13px;
            font: normal 16px/18px "source-sans-pro", sans-serif;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            border-right: 1px solid #ccc;
          }
            #pri-nav-cont ul li a:hover,
            #pri-nav-cont ul li.active a {
              color: #0a67b6;
              text-decoration: none;
            }
a#b-mobile-nav-toggle {
  display: none;
  float: right;
  width: 57px;
  height: 57px;
  text-align: left;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
  background: #fff url(../gfx/ico_mobile_menu.png) 50% 50% no-repeat;
}
  a#b-mobile-nav-toggle.expanded {
    background: #2c2d2b url(../gfx/ico_mobile_menu_close.png) 50% 50% no-repeat;
  }

/**
 * Banner Area
 */

#banner-cont {
  position: relative;
  clear: both;
  width: 100%;
  overflow: hidden;
}
  body.front #banner-cont {
    height: 440px;
  }
  body.front #banner-cont img {
    width: 100%;
    height: auto;
  }
  #banner-content {
    position: absolute;
    width: 100%;
  }

  /* -- Run Route -- */
  body.page-run-route #banner-cont {
    height: 440px;
    text-align: center;
    background: url(../gfx/bg_map_bg_tile.png) 0 0 repeat-x;
  }
    body.page-run-route #banner-content {
      background: url(../gfx/img_run_route_map.jpg) 50% 0 no-repeat;
    }
  body.page-run-route #banner-cont img {
    display: none;
    width: 120%;
    height: auto;
  }

  a#homepage-banner-content,
  a#run-route-map {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 950px;
    height: 440px;
    text-decoration: none;
  }
    a#homepage-banner-content span {
      display: block;
      text-decoration: none;
    }

    a#homepage-banner-content #homepage-banner-content-top-text {
      margin: 0 0 11px 0;
      padding: 148px 0 0 0;
      font: normal 34px/34px "source-sans-pro",sans-serif;
      font-weight: 600;
      color: #e1b600;
      text-shadow: 1px 1px 13px #000000;
    }
    a#homepage-banner-content #homepage-banner-content-title {
      margin: 0 0 19px 0;
      padding: 0;
      font: normal 56px/56px "source-sans-pro",sans-serif;
      font-weight: 600;
      color: #fff;
      text-shadow: 1px 1px 13px #000000;
    }
    a#homepage-banner-content #homepage-banner-content-button {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 18px 36px;
      font: normal 20px/20px "source-sans-pro",sans-serif;
      font-weight: 600;
      color: #333;
      background: #fff;
      text-decoration: none;
      -webkit-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      behavior: url(/pie/PIE.htc);
    }
      a#homepage-banner-content:hover #homepage-banner-content-button {
        background: #e1b600;
        color: #fff;
        text-decoration: none;
        -webkit-transition: background-color 0.15s linear;
        -moz-transition: background-color 0.15s linear;
       -ms-transition: background-color 0.15s linear;
        -o-transition: background-color 0.15s linear;
        transition: background-color 0.15s linear;
      }

/**
 * Page Body
 */

p.sml-copy { font-size: 14px; line-height: 18px; }
#page-body-cont {
  clear: both;
  background: #fff;
}
  #page-body-content {
    position: relative;
    margin: 0 auto;
    padding: 53px 10px 26px 10px;
    max-width: 960px;
    font: 20px/24px "Myriad Pro", Arial, Helvetica, sans-serif;
    color: #333;
    background: #fff;
  }
    body.page-run-route #page-body-content { padding-top: 30px; }

    #page-body-content p {
      margin: 0 0 17px 0;
      padding: 0;
    }
    body.content-page #page-body-content {
      font-size: 18px;
    }
    body.content-page #page-body-content p {
      margin: 0 0 35px 0;
      padding: 0;
    }

#logo-running-room {
  display: block;
  margin: 0 0 17px 0;
}

#homepage-top-content {
  position: relative;
}
#homepage-top-left-col {
  margin: 0;
  padding: 0 364px 62px 0;
}

#homepage-top-right-col {
  position: absolute;
  top: 22px;
  right: 0;
  width: 301px;
}
  #homepage-top-right-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
    #homepage-top-right-col ul li {
      position: relative;
      float: none;
      display: block;
      margin: 0 0 20px 0;
      padding: 0 0 0 44px;
      font-size: 19px;
      background: none;
    }
      #homepage-top-right-col ul li i {
        position: absolute;
        top: 0;
        left: 0;
        background: url(../gfx/sprite_general.png) 0 0 no-repeat;
        z-index: 1;
      }
      #homepage-top-right-col ul li i.ico-location {
        left: 3px;
        width: 27px;
        height: 34px;
        background-position: 0 0;
      }
      #homepage-top-right-col ul li i.ico-date {
        width: 32px;
        height: 31px;
        background-position: 0 -36px;
      }
      #homepage-top-right-col ul li i.ico-time {
        width: 32px;
        height: 32px;
        background-position: 0 -69px;
      }
    #homepage-top-right-col ul li h4 {
      margin: 0 0 1px 0;
      padding: 0;
      font: normal 18px/18px "source-sans-pro",sans-serif;
      font-weight: 700;
      color: #e1b600;
    }

ul#homepage-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}
  ul#homepage-buttons li {
    float: left;
    display: block;
    margin: 0 20px 20px 0;
    padding: 0;
    background: none;
  }
    ul#homepage-buttons li:last-child,
    ul#homepage-buttons li.last { margin-right: 0; }

    ul#homepage-buttons li a {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 13px 48px 13px 48px;
      font: normal 18px/18px "source-sans-pro",sans-serif;
      font-weight: 400;
      color: #333;
      background: #efefef;
      text-decoration: none;
      -webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.4);
      box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.4);
      -webkit-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      behavior: url(/pie/PIE.htc);
    }
      ul#homepage-buttons li.register a {
        background: #333;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
      }
      ul#homepage-buttons li a:hover,
      ul#homepage-buttons li.register a:hover {
        color: #fff;
        text-decoration: none;
        background: #e1b600;
        -webkit-transition: background-color 0.15s linear;
        -moz-transition: background-color 0.15s linear;
        -ms-transition: background-color 0.15s linear;
        -o-transition: background-color 0.15s linear;
        transition: background-color 0.15s linear;
      }

#homepage-bottom-content {
  clear: both;
  margin: 0 0 25px 0;
  padding: 28px 0 0 0;
  border-top: 1px solid #ccc;
}
  #homepage-bottom-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
    #homepage-bottom-content ul li {
      float: left;
      display: block;
      margin: 0 8% 0 0;
      padding: 0;
      width: 28%;
      background: none;
    }
      #homepage-bottom-content ul li:last-child { margin-right: 0; }

      #homepage-bottom-content ul li .homepage-bottom-col-content {
        position: relative;
        margin: 0;
        padding: 0 0 0 74px;
      }
        #homepage-bottom-content ul li .homepage-bottom-col-content i {
          position: absolute;
          top: 0;
          left: 0;
          background: url(../gfx/sprite_general.png) 0 0 no-repeat;
          z-index: 1;
        }
          #homepage-bottom-content ul li .homepage-bottom-col-content i.ico-l {
            width: 49px;
            height: 49px;
            background-position: 0 -103px;
          }
          #homepage-bottom-content ul li .homepage-bottom-col-content i.ico-chip-timing {
            width: 48px;
            height: 55px;
            background-position: 0 -155px;
          }
          #homepage-bottom-content ul li .homepage-bottom-col-content i.ico-alert {
            width: 51px;
            height: 43px;
            background-position: 0 -213px;
          }

#site-logos-cont {
  clear: both;
  margin: 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #ccc;
}

  body.content-page #site-logos-cont { padding-top: 20px; }
  #site-logos-cont ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: small;
  }
    #site-logos-cont ul li {
      float: left;
      display: block;
      margin: 0;
      padding: 0;
      width: 9%;
    }
    
.dark {  
  background-color: black;
}

    #site-logos-cont ul li.platinum {
      width: 32%;
      height: 12em;
      margin-right: 1.5em;
    }
    
    #site-logos-cont ul li.gold {
      width: 16%;
      height: 6em;
      margin-right: 1.5em;
    }
    
    #site-logos-cont ul li.silver {
      font-size: x-small;
      line-height: 1.2;
      max-width: 10%;
      max-height: 4em;
      margin-right: 1em;
      margin-bottom: 1em;
    }
    #site-logos-cont ul li.alsothanks {
      margin: 1em;
      vertical-align: middle;
      width: 5%;
      float: right;
    }

    #site-logos-cont ul li#logo-cogeco-peer1 {
        margin: 0 1em 0 0;
        padding: 0 1em 0 0;
        border-right: 1px solid #ccc;
	width: 25%;
        height: 12em;
      }
      
      #site-logos-cont ul li img {
        position: relative;
	max-width: 100%;
        height: auto;
      }
      
      #site-logos-cont ul .alsothanks img {
        position: relative;
	font-size: small;
        width: 75%;
      }
  
      #site-logos-cont ul li a:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.15s linear;
        -moz-transition: opacity 0.15s linear;
        -ms-transition: opacity 0.15s linear;
        -o-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
      }

/**
 * Site Footer
 */

#site-footer {
  clear: both;
  background: #000;
}
  #site-footer-content {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 960px;
    min-height: 138px;
  }

#site-footer-logo {
  float: left;
  margin: 15px 12px 0 0;
  padding: 0;
}
  #site-footer-logo img {
    max-width: 100%;
    height: auto;
  }

#site-footer-copy {
  float: left;
  margin: 0;
  padding: 44px 0 0 0;
  font: 14px/23px "Myriad Pro", Arial, Helvetica, sans-serif;
  color: #999;
}
  #site-footer-copy a {
    color: #999;
    text-decoration: none;
  }
    #site-footer-copy a:hover {
      color: #fff;
      text-decoration: none;
    }

#footer-nav-cont {
  float: right;
  display: block;
  margin: 0;
  padding: 44px 0 0 0;
}
  #footer-nav-cont ul {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
    #footer-nav-cont ul li {
      float: left;
      display: block;
      margin: 0;
      padding: 0;
      background: none;
    }
      #footer-nav-cont ul li a {
        display: block;
        margin: 0;
        padding: 0 12px 1px 12px;
        font: 14px/12px "Myriad Pro", Arial, Helvetica, sans-serif;
        color: #fff;
        border-right: 1px solid #4b4b4b;
        text-decoration: none;
      }
      #footer-nav-cont ul li a:hover {
        color: #e1b600;
        text-decoration: none;
      }
      #footer-nav-cont ul li:last-child a {
        margin-right: 0;
        padding-right: 0;
        border: none;
      }

/**
 * Misc
 */

.highlight {
    width: 20%;
    z-index: 10;
}    

a.b-grey {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 13px 48px 13px 48px;
  font: normal 18px/18px "source-sans-pro",sans-serif;
  font-weight: 400;
  color: #333;
  background: #efefef;
  text-decoration: none;
  -webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.4);
  box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.4);
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  behavior: url(/pie/PIE.htc);
}
  a.b-grey:hover {
    color: #fff;
    text-decoration: none;
    background: #e1b600;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
  }

#view-map-cont {
  clear: both;
  margin: 0 0 30px 0;
  text-align: center;
}

ul#map-legend-cont {
  margin: 0;
  padding: 0;
  list-style: none;
}
  ul#map-legend-cont li {
    float: none;
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 30px 0;
    min-height: 64px;
    background: none;
  }
    ul#map-legend-cont li p,
    body.content-page #page-body-content ul#map-legend-cont li p {
      margin: 0;
      padding: 0;
    }

i.ico-map-legend {
  float: left;
  position: relative;
  display: block;
  margin: 0 15px 2px 0;
  padding: 0;
  width: 33px;
  height: 64px;
  text-indent: -9999px;
  text-decoration: none;
  overflow: hidden;
  background: url(../gfx/sprite_general.png) 0 0 no-repeat;
}

i.ico-map-legend-star { background-position: -34px 0; }
i.ico-map-legend-a { background-position: -314px 0; }
i.ico-map-legend-b { background-position: -279px 0; }
i.ico-map-legend-c-d { background-position: -209px 0; width: 68px; }
i.ico-map-legend-e { background-position: -174px 0; }
i.ico-map-legend-f { background-position: -138px 0; }
i.ico-map-legend-g { background-position: -104px 0; }
i.ico-map-legend-h { background-position: -69px 0; }

#sponsor-form {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
}
#sponsor-form table {
  margin: 0;
  padding: 0;
  border: none;
}
  #sponsor-form table tr td.fieldname {
    margin: 0;
    padding: 5px 15px 10px 0;
    text-align: right;
  }
  #sponsor-form table tr td {
    margin: 0;
    padding: 5px;
  }
  #sponsor-form input {
    display: inline-block;
    margin: 0;
    padding: 5px;
    font: normal 15px/15px "Myriad Pro", Arial, Helvetica, sans-serif;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
  }
  #sponsor-form input.form-submit {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 9px 48px 9px 48px;
    font: normal 18px/18px "source-sans-pro",sans-serif;
    font-weight: 400;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    background: #333;
    text-decoration: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    behavior: url(/pie/PIE.htc);
  }
    #sponsor-form input.form-submit:hover,
    #sponsor-form input.form-submit-cancel:hover,
    #sponsor-form input.input-hover {
      color: #fff;
      text-decoration: none;
      background: #e1b600;
      -webkit-transition: background-color 0.15s linear;
      -moz-transition: background-color 0.15s linear;
      -ms-transition: background-color 0.15s linear;
      -o-transition: background-color 0.15s linear;
      transition: background-color 0.15s linear;
    }
  #sponsor-form input.form-submit-cancel {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 9px 48px 9px 48px;
    font: normal 18px/18px "source-sans-pro",sans-serif;
    font-weight: 400;
    color: #333;
    border: none;
    outline: none;
    cursor: pointer;
    background: #efefef;
    text-decoration: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.4);
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    behavior: url(/pie/PIE.htc);
  }

/**
 * Contact Us
 */

#contact-us-left-col {
  float: left;
  width: 37%;
}
  #contact-us-left-col-content {
    margin: 0;
    padding: 0 14% 0 0;
  }

#contact-us-right-col {
  float: left;
  width: 63%;
}
  #contact-us-right-col-content {
    padding: 0 0 0 10%;
    border-left: 1px solid #ccc;
  }

#contact-us-form-cont {
  position: relative;
  margin: 0;
  padding: 0 0 20px 0;
  overflow: hidden;
}

#contact-us-form-cont .mktoForm {
  width: auto !important;
  max-width: 444px !important;
  padding: 0 !important;
}

#contact-us-form-cont .mktoForm .mktoGutter { display: none !important; }

#contact-us-form-cont .mktoForm .mktoRequiredField .mktoAsterix { display: none; }

#contact-us-form-cont .mktoForm input[type="text"],
#contact-us-form-cont .mktoForm input[type="url"],
#contact-us-form-cont .mktoForm input[type="email"],
#contact-us-form-cont .mktoForm input[type="tel"],
#contact-us-form-cont .mktoForm input[type="number"],
#contact-us-form-cont .mktoForm input[type="date"],
#contact-us-form-cont .mktoForm textarea.mktoField,
#contact-us-form-cont .mktoForm select.mktoField {
  display: inline-block;
  margin: 0;
  padding: 5px;
  font: normal 15px/15px "Myriad Pro", Arial, Helvetica, sans-serif;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
}

#contact-us-form-cont .mktoForm .mktoButtonWrap.mktoBluePill .mktoButton {
  position: relative !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 13px 48px 13px 48px !important;
  font: normal 18px/18px "source-sans-pro",sans-serif !important;
  font-weight: 400 !important;
  color: #fff !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  outline: none !important;
  cursor: pointer !important;
  background: #333 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
  behavior: url(/pie/PIE.htc);
}
  #contact-us-form-cont .mktoForm .mktoButtonWrap.mktoBluePill .mktoButton:hover {
    color: #fff !important;
    text-decoration: none !important;
    background: #e1b600 !important;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
  }

#contact-us-form-cont .mktoForm .mktoLabel {
  display: block;
  float: none !important;
  clear: both;
  padding: 12px 0 0 0;
  text-align: left;
}

#contact-us-form-cont .mktoButtonRow {
  float: left !important;
  padding: 10px 0 0 0 !important;
  text-align: left !important;
}

#contact-us-form-cont .mktoForm .mktoFieldDescriptor {
  margin: 0 !important;
  min-height: auto !important;
}
