/* Media Query Flag */
/*
$font-primary: "ff-meta-web-pro", "PT Sans", Helvetica, Arial, sans-serif;
$font-default: "ff-scala-web", "Lora", Georgia, serif;
*/
/*
 * Mixins SCSS File - SCSS v1.0
 * last edited 07/21/14
 * @author Justin Stollsteimer - Fusionbox, Inc. 
 * http://www.fusionbox.com
 *
 */
/* Forms
------------------------------------------------------*/
input[type='text'], input[type='password'], input[type='email'], input[type='search'], input[type='number'], input[type='tel'], input[type='url'], textarea,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: .9rem 1.0rem;
  width: 100%; }
  input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='url']:focus, textarea:focus,
  select:focus,
  textarea:focus {
    border-color: rgba(0, 0, 0, 0.6);
    outline: 0; }

select {
  height: 4.0rem; }

textarea {
  height: 10rem; }

form {
  padding: 2.0rem 0 2.0rem; }
  form input[type='submit'] {
    margin-bottom: 2rem; }

.formField {
  margin: 0 0 2.0rem 0; }
  .formField label {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 1rem 0; }
    .formField label + input[type='checkbox'] {
      float: left;
      margin: 4px 0.5rem 0 0; }

legend {
  color: #42b02a;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3.0rem;
  letter-spacing: -1px;
  margin-bottom: 1rem; }
  legend small {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0; }

input[type='submit'] {
  height: 4rem;
  padding-top: 0;
  padding-bottom: 0; }

div.dentistForm {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  display: block;
  margin: 0 0 3rem 0;
  padding-bottom: 4rem;
  position: relative; }
  div.dentistForm:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html div.dentistForm {
    height: 1px; }
  div.dentistForm legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: black;
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 6rem;
    letter-spacing: -2px;
    float: none;
    margin-bottom: 3rem;
    margin-top: 0.75rem;
    padding: 0 45% 3rem 0;
    width: 100%; }
    @media (max-width: 900px) {
      div.dentistForm legend {
        padding-right: 0;
        padding-bottom: 10rem; } }
  div.dentistForm input[type='submit'] {
    position: absolute;
    top: 4rem;
    right: 0; }
    @media (max-width: 900px) {
      div.dentistForm input[type='submit'] {
        top: 11rem;
        width: 20%; } }
  div.dentistForm .formField.zip {
    position: absolute;
    right: 9rem;
    top: 4rem;
    width: 28%; }
    @media (max-width: 900px) {
      div.dentistForm .formField.zip {
        right: auto;
        left: 0;
        top: 11rem;
        width: 78%; } }
    div.dentistForm .formField.zip label {
      display: inline-block;
      float: left;
      line-height: 3.6rem;
      width: 45%; }
      @media (max-width: 900px) {
        div.dentistForm .formField.zip label {
          width: 30%; } }
    div.dentistForm .formField.zip input {
      float: right;
      width: 50%; }
      @media (max-width: 900px) {
        div.dentistForm .formField.zip input {
          width: 65%; } }
    div.dentistForm .formField.zip + .formField {
      clear: left; }
  div.dentistForm .formField.distance, div.dentistForm .formField.specialty {
    float: left;
    margin-right: 5%;
    width: 30%; }
  div.dentistForm .formField.gender {
    float: right;
    width: 30%; }
  div.dentistForm .formField.member {
    float: left;
    width: 47.5%;
    margin: 0; }
  div.dentistForm .formField.type {
    float: right;
    width: 47.5%;
    margin: 0; }

/* Buttons
------------------------------------------------------*/
a.button, button, input[type='submit'], input[type='button'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 3px transparent;
  -o-box-shadow: 0px 1px 3px transparent;
  -ms-box-shadow: 0px 1px 3px transparent;
  -moz-box-shadow: 0px 1px 3px transparent;
  -webkit-box-shadow: 0px 1px 3px transparent;
  background: #42b02a;
  border: 0;
  cursor: pointer;
  color: white;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 0;
  padding: 1rem 1.5rem;
  text-align: center;
  text-decoration: none; }
  a.button:hover, button:hover, input[type='submit']:hover, input[type='button']:hover {
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    background: #57d13c;
    color: white; }
  a.button.block, button.block, input[type='submit'].block, input[type='button'].block {
    display: block; }
    a.button.block span, a.button.block span:before, button.block span, button.block span:before, input[type='submit'].block span, input[type='submit'].block span:before, input[type='button'].block span, input[type='button'].block span:before {
      display: block; }
  a.button.grey, button.grey, input[type='submit'].grey, input[type='button'].grey {
    background: rgba(0, 0, 0, 0.6); }
    a.button.grey:hover, button.grey:hover, input[type='submit'].grey:hover, input[type='button'].grey:hover {
      background: rgba(51, 51, 51, 0.6); }

/* Basic Layout
------------------------------------------------------*/
html {
  font-size: 62.5%; }
  @media (max-width: 1100px) {
    html {
      font-size: 58%; } }
  @media (max-width: 900px) {
    html {
      font-size: 54%; } }
  @media (max-width: 600px) {
    html {
      font-size: 50%; } }

body {
  font-size: 1.3rem;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  padding-top: 14.4rem;
  /* Uncomment to View MQ Indicator Tag in Header 
  
  &:after{ content: "Full"; background: gray; color: white; font-weight: bold; font-size: 12px; @include rounded(0 0 $round $round); padding: 0 3px; position: fixed; top: 0; left: 5%; z-index: 10000; }
     
  @include bp(large) {
    &:after{ content: "Large"; background: blue; color: white; font-weight: bold; font-size: 12px; @include rounded(0 0 $round $round); padding: 0 3px; position: fixed; top: 0; left: 5%; z-index: 10000; }
  }
      
  @include bp(medium) {
    &:after{ content: "Medium"; background: orange; color: white; font-weight: bold; font-size: 12px; @include rounded(0 0 $round $round); padding: 0 3px; position: fixed; top: 0; left: 5%; z-index: 10000; }
  }
      
  @include bp(small) {
    &:after{ content: "Small"; background: green; color: white; font-weight: bold; font-size: 12px; @include rounded(0 0 $round $round); padding: 0 3px; position: fixed; top: 0; left: 5%; z-index: 10000; }
  }
  */ }
  @media (max-width: 900px) {
    body {
      padding-top: 16.5rem; } }
  @media (max-width: 600px) {
    body {
      padding-top: 12.5rem; } }
  body div.adapt {
    position: relative; }
  body.shift-nav #adapt > header nav.menu {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    right: 0; }
    body.shift-nav #adapt > header nav.menu a.close-menu {
      opacity: 1;
      max-height: none; }

html, body {
  background: #00454f;
  color: black;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

#adapt > header, .subheader, section.title, main, .subfooter, footer {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1; }
  #adapt > header:after, .subheader:after, section.title:after, main:after, .subfooter:after, footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html #adapt > header, * html .subheader, * html section.title, * html main, * html .subfooter, * html footer {
    height: 1px; }
  #adapt > header .inner, .subheader .inner, section.title .inner, main .inner, .subfooter .inner, footer .inner {
    display: block;
    margin: 0 auto;
    padding: 0px;
    margin: 0 auto;
    width: 1060px; }
    #adapt > header .inner:after, .subheader .inner:after, section.title .inner:after, main .inner:after, .subfooter .inner:after, footer .inner:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    * html #adapt > header .inner, * html .subheader .inner, * html section.title .inner, * html main .inner, * html .subfooter .inner, * html footer .inner {
      height: 1px; }
    @media (max-width: 1100px) {
      #adapt > header .inner, .subheader .inner, section.title .inner, main .inner, .subfooter .inner, footer .inner {
        width: 90%; } }

/* Header
------------------------------------------------------*/
#adapt > header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000; }
  #adapt > header .inner {
    position: relative;
    z-index: 200; }
    @media (max-width: 600px) {
      #adapt > header .inner {
        position: static; } }
  #adapt > header a.logo {
    float: left;
    height: 6.0rem;
    margin-top: 2.5rem;
    width: auto; }
    #adapt > header a.logo img {
      height: 6.0rem;
      width: auto; }
    @media (max-width: 900px) {
      #adapt > header a.logo {
        float: none;
        display: block;
        height: 5rem;
        margin: 2rem auto 0; }
        #adapt > header a.logo img {
          height: 5rem;
          display: block;
          margin: 0 auto; } }
    @media (max-width: 600px) {
      #adapt > header a.logo {
        float: left;
        display: inline; } }
  #adapt > header a.mobile-menu {
    overflow: hidden;
    padding: 0 0.4rem;
    display: none;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    float: right;
    line-height: 14.4rem;
    margin: 0 2rem 0 0;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 9.0rem; }
    #adapt > header a.mobile-menu span {
      position: relative;
      display: inline-block;
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s; }
      #adapt > header a.mobile-menu span:before {
        position: absolute;
        top: 100%;
        content: attr(data-hover);
        font-weight: bold;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    #adapt > header a.mobile-menu:hover span {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      transform: translateY(-100%); }
    #adapt > header a.mobile-menu:hover {
      color: #42b02a; }
      #adapt > header a.mobile-menu:hover span:before {
        color: #42b02a; }
    @media (max-width: 600px) {
      #adapt > header a.mobile-menu {
        display: inline-block; } }
  #adapt > header nav.menu {
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    text-align: right;
    position: relative;
    z-index: 200; }
    @media (max-width: 900px) {
      #adapt > header nav.menu {
        float: none;
        clear: both;
        text-align: center; } }
    @media (max-width: 600px) {
      #adapt > header nav.menu {
        background: #42b02a;
        color: white;
        padding: 0;
        position: absolute;
        right: -220px;
        top: 0;
        width: 220px;
        z-index: 200; } }
    #adapt > header nav.menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center; }
      #adapt > header nav.menu ul li {
        float: left;
        display: inline-block;
        margin: 0 0 0 4.0rem;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: auto;
        z-index: 200; }
        @media (max-width: 1100px) {
          #adapt > header nav.menu ul li {
            margin-left: 0.5rem; } }
        @media (max-width: 900px) {
          #adapt > header nav.menu ul li {
            float: none; } }
        @media (max-width: 600px) {
          #adapt > header nav.menu ul li {
            border-top: rgba(255, 255, 255, 0.25) 1px solid;
            display: block;
            float: none;
            margin: 0;
            position: static;
            width: 100%; }
            #adapt > header nav.menu ul li:first-child {
              border-top: 0; } }
        #adapt > header nav.menu ul li:first-child {
          margin-left: 0; }
        #adapt > header nav.menu ul li a {
          overflow: hidden;
          padding: 0 0.4rem;
          display: block;
          font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: bold;
          font-size: 1.8rem;
          line-height: 11rem;
          text-decoration: none; }
          #adapt > header nav.menu ul li a span {
            position: relative;
            display: inline-block;
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s; }
            #adapt > header nav.menu ul li a span:before {
              position: absolute;
              top: 100%;
              content: attr(data-hover);
              font-weight: bold;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
          #adapt > header nav.menu ul li a:hover span {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            transform: translateY(-100%); }
          @media (max-width: 1100px) {
            #adapt > header nav.menu ul li a {
              font-size: 1.6rem; } }
          @media (max-width: 900px) {
            #adapt > header nav.menu ul li a {
              line-height: 7rem;
              font-size: 1.6rem; } }
          @media (max-width: 600px) {
            #adapt > header nav.menu ul li a {
              display: block;
              color: white !important;
              padding: 0; }
              #adapt > header nav.menu ul li a:hover {
                background: rgba(255, 255, 255, 0.25) !important; }
                #adapt > header nav.menu ul li a:hover span {
                  color: rgba(255, 255, 255, 0.1); } }
          #adapt > header nav.menu ul li a span {
            line-height: 11rem; }
            @media (max-width: 900px) {
              #adapt > header nav.menu ul li a span {
                line-height: 7rem; } }
            @media (max-width: 600px) {
              #adapt > header nav.menu ul li a span {
                padding: 0 2rem; } }
            #adapt > header nav.menu ul li a span:before {
              color: #42b02a; }
              @media (max-width: 600px) {
                #adapt > header nav.menu ul li a span:before {
                  color: white !important; } }
        #adapt > header nav.menu ul li:before {
          content: "\f077";
          transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          -ms-transition: all 0.5s ease 0s;
          -moz-transition: all 0.5s ease 0s;
          -webkit-transition: all 0.5s ease 0s;
          bottom: 0;
          color: #42b02a;
          font-family: FontAwesome;
          font-size: 1.5rem;
          position: absolute;
          text-align: center;
          width: 0;
          height: 0;
          left: 47%; }
          @media (max-width: 600px) {
            #adapt > header nav.menu ul li:before {
              display: none; } }
        #adapt > header nav.menu ul li:hover, #adapt > header nav.menu ul li.active {
          overflow: visible; }
          #adapt > header nav.menu ul li:hover:before, #adapt > header nav.menu ul li.active:before {
            transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            -ms-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            bottom: 3.5rem; }
            @media (max-width: 900px) {
              #adapt > header nav.menu ul li:hover:before, #adapt > header nav.menu ul li.active:before {
                bottom: 2.5rem; } }
        #adapt > header nav.menu ul li.quote a {
          color: #42b02a; }
          #adapt > header nav.menu ul li.quote a span:before {
            color: #69d551; }
        #adapt > header nav.menu ul li.quote:before {
          color: #69d551; }
        #adapt > header nav.menu ul li ul {
          transition: all 0.25s ease 0s;
          -o-transition: all 0.25s ease 0s;
          -ms-transition: all 0.25s ease 0s;
          -moz-transition: all 0.25s ease 0s;
          -webkit-transition: all 0.25s ease 0s;
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
          -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
          -ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
          -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
          background: white;
          float: none;
          overflow: hidden;
          max-height: 0;
          opacity: 0;
          position: absolute;
          top: 12rem;
          right: 0;
          width: 20rem;
          z-index: 200; }
          @media (max-width: 600px) {
            #adapt > header nav.menu ul li ul {
              position: absolute;
              top: 0;
              right: -220px;
              left: auto;
              width: 220px; } }
          #adapt > header nav.menu ul li ul li {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            color: black;
            float: none;
            text-align: left;
            margin: 0;
            padding: 2rem;
            width: 20rem; }
            @media (max-width: 600px) {
              #adapt > header nav.menu ul li ul li {
                width: 220px; } }
            #adapt > header nav.menu ul li ul li + li {
              border-top: 1px solid rgba(0, 0, 0, 0.25); }
            #adapt > header nav.menu ul li ul li:before {
              display: none; }
            #adapt > header nav.menu ul li ul li a {
              color: #42b02a;
              margin: 0;
              padding: 0;
              font-size: 1.3rem;
              line-height: 1.5;
              font-weight: normal;
              text-decoration: underline; }
              @media (max-width: 600px) {
                #adapt > header nav.menu ul li ul li a {
                  font-size: 1.3rem;
                  color: #42b02a !important;
                  line-height: 1.5; } }
            #adapt > header nav.menu ul li ul li form {
              margin: 0;
              padding: 0; }
            #adapt > header nav.menu ul li ul li input[type='submit'] {
              margin: 0;
              width: 100%; }
            #adapt > header nav.menu ul li ul li > :last-child {
              padding-bottom: 0;
              margin-bottom: 0; }
            #adapt > header nav.menu ul li ul li.close-flyout {
              display: none;
              position: absolute;
              top: -1rem;
              right: -1rem;
              z-index: 1000;
              width: auto;
              height: auto; }
              #adapt > header nav.menu ul li ul li.close-flyout a {
                display: block;
                color: #cc2222 !important;
                width: 3.0rem;
                height: 3.0rem;
                text-align: center;
                line-height: 3.0rem;
                font-size: 2.0rem; }
              @media (max-width: 600px) {
                #adapt > header nav.menu ul li ul li.close-flyout {
                  display: block; }
                  #adapt > header nav.menu ul li ul li.close-flyout + li {
                    border-top: 0; } }
        #adapt > header nav.menu ul li.active > a {
          color: #42b02a; }
          #adapt > header nav.menu ul li.active > a span {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            transform: translateY(-100%); }
        #adapt > header nav.menu ul li.active ul {
          max-height: 1000rem;
          overflow: visible;
          opacity: 1;
          top: 11rem; }
          @media (max-width: 600px) {
            #adapt > header nav.menu ul li.active ul {
              top: 0;
              right: 0; } }
        #adapt > header nav.menu ul li.active:before {
          content: "\f078"; }
    #adapt > header nav.menu a.close-menu {
      display: none;
      background: #cc2222;
      color: white;
      position: absolute;
      max-height: 0;
      opacity: 0;
      top: 0;
      text-align: center;
      font-size: 3rem;
      left: -5rem;
      width: 5rem;
      height: 5rem;
      line-height: 5rem; }
      #adapt > header nav.menu a.close-menu:hover {
        background: #dc582a; }
      @media (max-width: 600px) {
        #adapt > header nav.menu a.close-menu {
          display: inline-block; } }

div.subheader {
  background: #42b02a;
  color: white;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold; }
  div.subheader ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    div.subheader ul li {
      margin: 0;
      padding: 0;
      float: left;
      position: relative; }
      @media (max-width: 600px) {
        div.subheader ul li {
          position: static; } }
      div.subheader ul li ul {
        transition: top 0.25s ease 0s;
        -o-transition: top 0.25s ease 0s;
        -ms-transition: top 0.25s ease 0s;
        -moz-transition: top 0.25s ease 0s;
        -webkit-transition: top 0.25s ease 0s;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
        background: white;
        display: block;
        width: 200px;
        height: auto;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        top: 4.5rem; }
      div.subheader ul li.active > a {
        background: white;
        color: #42b02a; }
        div.subheader ul li.active > a span {
          -webkit-transform: translateY(-100%);
          -moz-transform: translateY(-100%);
          transform: translateY(-100%); }
      div.subheader ul li.active ul {
        max-height: 10000px;
        top: 3.5rem; }
  div.subheader div.account {
    float: left;
    text-align: left;
    max-width: 70%; }
    div.subheader div.account li + li a {
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
    div.subheader div.account li:hover a, div.subheader div.account li:hover + li a {
      border-color: white; }
    div.subheader div.account li ul {
      left: 0;
      width: 300px; }
      div.subheader div.account li ul li {
        width: 300px; }
      @media (max-width: 600px) {
        div.subheader div.account li ul {
          width: 100% !important; }
          div.subheader div.account li ul li {
            width: 100% !important; } }
      div.subheader div.account li ul.login form {
        font-size: 1.3rem;
        line-height: 1.8rem;
        font-weight: normal;
        color: rgba(0, 0, 0, 0.6);
        margin: 0;
        padding: 1.5rem; }
        div.subheader div.account li ul.login form .formField {
          margin-bottom: 1rem; }
          div.subheader div.account li ul.login form .formField label {
            margin-bottom: 0.4rem; }
        div.subheader div.account li ul.login form input[type='submit'] {
          margin-bottom: 1rem;
          width: 100%; }
        div.subheader div.account li ul.login form p:last-child {
          margin-bottom: 0; }
  div.subheader div.links {
    float: right;
    text-align: right;
    max-width: 30%; }
    div.subheader div.links a {
      font-size: 2.0rem; }
      div.subheader div.links a i, div.subheader div.links a .fa {
        line-height: 3.5rem; }
      div.subheader div.links a span:before {
        font-weight: normal;
        font-family: FontAwesome; }
    div.subheader div.links li ul {
      right: 0; }
      div.subheader div.links li ul.translate {
        width: 150px; }
        div.subheader div.links li ul.translate li {
          width: 150px; }
          div.subheader div.links li ul.translate li a {
            font-size: 1.4rem; }
      div.subheader div.links li ul.search {
        width: 300px; }
        @media (max-width: 600px) {
          div.subheader div.links li ul.search {
            width: 100% !important; }
            div.subheader div.links li ul.search li {
              width: 100% !important; } }
        div.subheader div.links li ul.search li {
          width: 300px; }
          div.subheader div.links li ul.search li form label {
            line-height: 4.0rem; }
          div.subheader div.links li ul.search li form input {
            border: 0;
            height: 4.0rem; }
          div.subheader div.links li ul.search li form input[type='submit'] {
            border-radius: 0;
            -o-border-radius: 0;
            -ms-border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            height: 4.0rem;
            padding: 0 1.5rem; }
      div.subheader div.links li ul li {
        color: #42b02a;
        display: block;
        float: none;
        width: 200px;
        line-height: 2.4rem; }
        div.subheader div.links li ul li a {
          color: #42b02a;
          display: block;
          float: none;
          line-height: 2.4rem;
          padding: .3em 1em; }
          div.subheader div.links li ul li a:hover {
            background: rgba(0, 0, 0, 0.1);
            padding-right: 1.8rem; }
        div.subheader div.links li ul li p {
          font-size: 1.6rem;
          line-height: 2.0rem;
          margin: 0;
          padding: 1.5rem; }
        div.subheader div.links li ul li form {
          margin: 0;
          padding: 0; }
          div.subheader div.links li ul li form .formField {
            margin: 0;
            position: relative; }
          div.subheader div.links li ul li form label {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border-right: 1px solid #42b02a;
            float: left;
            line-height: 3.0rem;
            margin: 0;
            width: 30%;
            text-align: center;
            padding: 0; }
          div.subheader div.links li ul li form input[type='text'] {
            float: right;
            width: 70%; }
          div.subheader div.links li ul li form input[type='submit'] {
            font-family: FontAwesome;
            height: 3.2rem;
            position: absolute;
            top: 0rem;
            right: 0rem; }
  div.subheader div > ul > li > a {
    overflow: hidden;
    padding: 0 0.4rem;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    color: white;
    display: inline-block;
    float: left;
    line-height: 3.5rem;
    padding: 0;
    text-decoration: none; }
    div.subheader div > ul > li > a span {
      position: relative;
      display: inline-block;
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s; }
      div.subheader div > ul > li > a span:before {
        position: absolute;
        top: 100%;
        content: attr(data-hover);
        font-weight: bold;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    div.subheader div > ul > li > a:hover span {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      transform: translateY(-100%); }
    div.subheader div > ul > li > a span {
      padding: 0 1.5rem; }
      div.subheader div > ul > li > a span:before {
        padding: 0 1.5rem;
        left: 0; }
    div.subheader div > ul > li > a span:before {
      background: white;
      color: #42b02a; }

/* Homepage Login
------------------------------------------------------*/
.homePage main div.login {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  background: white;
  margin-top: -9rem;
  position: relative;
  float: left;
  width: 30%;
  z-index: 500; }
  @media (max-width: 900px) {
    .homePage main div.login {
      width: 45%; } }
  @media (max-width: 600px) {
    .homePage main div.login {
      margin-bottom: 3rem;
      margin-top: 0;
      width: 100%; } }
  .homePage main div.login ul.tabs li {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
    .homePage main div.login ul.tabs li a {
      display: block;
      width: 100%; }
  .homePage main div.login div.tabContent {
    height: 48rem; }
    @media (max-width: 1100px) {
      .homePage main div.login div.tabContent {
        height: 52rem; } }
    .homePage main div.login div.tabContent > div form {
      padding: 0; }
      @media (max-width: 1100px) {
        .homePage main div.login div.tabContent > div form legend small {
          display: block; } }
    .homePage main div.login div.tabContent > div input[type='submit'], .homePage main div.login div.tabContent > div a.button {
      clear: both;
      display: block;
      width: 100%; }

/* Homepage Body Content
------------------------------------------------------*/
.homePage main section.body {
  float: right;
  width: 66%; }
  @media (max-width: 900px) {
    .homePage main section.body {
      width: 50%; } }
  @media (max-width: 600px) {
    .homePage main section.body {
      width: 100%; } }
  .homePage main section.body div.splits {
    margin-top: 2rem; }
    @media (max-width: 900px) {
      .homePage main section.body div.splits {
        display: block; }
        .homePage main section.body div.splits div.split {
          clear: both;
          display: block;
          max-width: none;
          width: auto;
          margin: 0 0 2rem 0; } }

/* Homepage Sidebar
------------------------------------------------------*/
.homePage main div.split div.sidebar a.contact {
  background: #42b02a;
  color: white;
  display: block;
  padding: 2.5rem 0;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none; }
  .homePage main div.split div.sidebar a.contact i, .homePage main div.split div.sidebar a.contact .fa {
    border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: white;
    display: inline-block;
    color: #42b02a;
    line-height: 4rem;
    margin: 0 0.5rem 1rem;
    width: 4rem;
    height: 4rem;
    vertical-align: top; }
  .homePage main div.split div.sidebar a.contact strong.title {
    display: block;
    clear: both;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-decoration: underline; }
  .homePage main div.split div.sidebar a.contact span {
    font-size: 1.5rem;
    line-height: 2.0rem; }
  .homePage main div.split div.sidebar a.contact:hover {
    background: #4dcd31; }
    .homePage main div.split div.sidebar a.contact:hover i, .homePage main div.split div.sidebar a.contact:hover .fa {
      color: #4dcd31; }
.homePage main div.split div.sidebar div.tabContent {
  height: 14.0rem; }

/* Quiz
------------------------------------------------------*/
.card .steps {
  padding: 3rem 0;
  text-align: center; }
  .card .steps a {
    border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 3px solid #dc582a;
    margin: 0 0.3rem; }
    .card .steps a:hover {
      background: rgba(220, 88, 42, 0.5); }
    .card .steps a.active {
      background: #dc582a;
      cursor: default; }
    .card .steps a:last-child {
      margin: 0 0.3rem; }
.card .quiz {
  border: 0;
  padding: 0 5rem 5rem 5rem;
  text-align: center; }
  .card .quiz h3 {
    font-size: 2.6rem;
    font-weight: normal; }
  .card .quiz div.answers {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    padding: 5rem 0 0 0; }
    @media (max-width: 600px) {
      .card .quiz div.answers {
        display: block; } }
    .card .quiz div.answers div.answer {
      -webkit-box-flex: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 1;
      /* OLD - Firefox 19- */
      -webkit-flex: 1;
      /* Chrome */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      margin-right: 2rem; }
      @media (max-width: 600px) {
        .card .quiz div.answers div.answer {
          margin: 0 0 2rem 0; } }
      .card .quiz div.answers div.answer img {
        display: block;
        margin: 0 auto 2rem;
        max-width: 100%;
        height: auto; }
      .card .quiz div.answers div.answer:last-child {
        margin-right: 0; }
      .card .quiz div.answers div.answer a.button {
        display: block;
        max-width: 30rem;
        margin: 0 auto; }

/* Internal: All
------------------------------------------------------*/
body:not(.homePage) main, body:not(.homePage) section.title {
  background: #f9f9f9; }
body:not(.homePage) section.title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  body:not(.homePage) section.title .inner {
    padding: 3.5rem 0; }
  body:not(.homePage) section.title h1 + h2 {
    font-weight: normal;
    color: rgba(51, 51, 51, 0.6);
    font-size: 2.2rem; }
body:not(.homePage) .card {
  margin-bottom: 3rem; }
body:not(.homePage) aside div.card header {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Internal: Two-Column
------------------------------------------------------*/
body.twoColumn main article {
  float: left;
  width: 65%; }
  @media (max-width: 900px) {
    body.twoColumn main article {
      width: 55%; } }
  @media (max-width: 600px) {
    body.twoColumn main article {
      margin-bottom: 4rem;
      width: 100%; } }
body.twoColumn main aside {
  float: right;
  width: 30%; }
  @media (max-width: 900px) {
    body.twoColumn main aside {
      width: 40%; } }
  @media (max-width: 600px) {
    body.twoColumn main aside {
      width: 100%; } }
body.twoColumn section.title + main article > .card:first-child,
body.twoColumn section.title + main aside > .card:first-child {
  margin-top: -4rem; }

/* Internal: One-Column
------------------------------------------------------*/
body.oneColumn main article {
  width: 100%; }
  body.oneColumn main article > .card:first-child {
    margin-top: -4rem; }

/* Internal: Dialog
------------------------------------------------------*/
body.dialog section.title {
  text-align: center; }
  body.dialog section.title h1, body.dialog section.title h2, body.dialog section.title h3, body.dialog section.title h4, body.dialog section.title h5 {
    text-align: center; }
body.dialog main article {
  margin: 0 auto;
  width: 80%; }
  body.dialog main article > .card:first-child {
    margin-top: -4rem; }
  @media (max-width: 900px) {
    body.dialog main article {
      width: 85%; } }
  @media (max-width: 600px) {
    body.dialog main article {
      width: 90%; } }

/* Main
------------------------------------------------------*/
main {
  background: white;
  position: relative;
  z-index: 500; }
  main .inner {
    padding: 3rem 0; }

/* Chunky Footer
------------------------------------------------------*/
.subfooter {
  background: #00AEC7;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .subfooter .inner {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    padding: 3rem 0; }
    @media (max-width: 600px) {
      .subfooter .inner {
        display: block; } }
    .subfooter .inner ul {
      -webkit-box-flex: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 1;
      /* OLD - Firefox 19- */
      -webkit-flex: 1;
      /* Chrome */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      list-style: none;
      margin: 0;
      padding: 0 2rem 0 0; }
      .subfooter .inner ul:last-child {
        padding-right: 0; }
      @media (max-width: 600px) {
        .subfooter .inner ul {
          display: block;
          margin: 0 0 2rem 0;
          padding: 0; } }
      .subfooter .inner ul li {
        margin: 0 0 0.5rem 0;
        padding: 0; }
        .subfooter .inner ul li a {
          color: #005763;
          display: block;
          text-decoration: none;
          padding: 0.25rem 0; }
          .subfooter .inner ul li a:hover {
            color: white; }

/* Footer
------------------------------------------------------*/
footer {
  color: white;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 4rem 0;
  text-align: center; }
  footer a {
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: white;
    color: #00454f;
    display: inline-block;
    font-size: 2.0rem;
    min-height: 3.4rem;
    min-width: 3.4rem;
    line-height: 3.4rem;
    margin: 0 0.5rem;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle; }
    footer a i, footer a .fa {
      line-height: 3.4rem; }
    @media (max-width: 600px) {
      footer a {
        margin: 1rem 0.25rem; } }
    footer a:hover {
      top: -1rem; }
      footer a:hover .fa-rss {
        color: #dc582a; }
      footer a:hover .fa-youtube {
        color: #e52d27; }
      footer a:hover .fa-twitter {
        color: #4099FF; }
      footer a:hover .fa-google-plus {
        color: #dd4b39; }
      footer a:hover .fa-facebook {
        color: #3b5998; }
      footer a:hover .fa-linkedin {
        color: #007bb6; }
      footer a:hover .fa-pinterest {
        color: #cc2127; }
      footer a:hover .fa-instagram {
        color: #3f729b; }
  footer p {
    margin-top: 1.5rem; }

/* Widget: Story Grid
------------------------------------------------------*/
div.stories {
  clear: both;
  display: block;
  text-align: left;
  margin: 3rem 0 3rem 0; }
  div.stories:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html div.stories {
    height: 1px; }
  div.stories a.story {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding: 0 1rem 1.5rem 1rem;
    text-align: center;
    text-decoration: none;
    width: 25%; }
    div.stories a.story span.image {
      transition: all 0.25s ease 0s;
      -o-transition: all 0.25s ease 0s;
      -ms-transition: all 0.25s ease 0s;
      -moz-transition: all 0.25s ease 0s;
      -webkit-transition: all 0.25s ease 0s;
      border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: block;
      height: 150px;
      margin-bottom: 1rem;
      width: auto; }
    @media (max-width: 900px) {
      div.stories a.story {
        width: 50%; } }
    div.stories a.story strong {
      display: block;
      font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 0.5rem;
      text-decoration: underline; }
      div.stories a.story strong + span {
        display: block;
        text-decoration: none; }
        div.stories a.story strong + span.type:before {
          color: #cc2222;
          display: inline-block;
          margin-right: 0.5rem;
          font-family: FontAwesome; }
    div.stories a.story:hover span.image {
      box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1); }
    div.stories a.story:nth-child(4n+1) {
      clear: left; }
    div.stories a.story[href$='.doc'] span.type:before, div.stories a.story[href$='.docx'] span.type:before {
      content: "\f15c"; }
    div.stories a.story[href$='.pdf'] span.type:before {
      content: "\f15c"; }
    div.stories a.story[href*='youtu'] span.type:before, div.stories a.story[href*='vimeo'] span.type:before {
      content: "\f16a"; }

/* Widget: Homepage Path Link Buckets
------------------------------------------------------*/
a.path {
  clear: both;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  text-decoration: none; }
  a.path i, a.path .fa {
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    border-radius: 80px;
    -o-border-radius: 80px;
    -ms-border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    background: #00aec7;
    float: left;
    color: white;
    font-size: 4rem;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0.5rem 2rem 2rem 0; }
    @media (max-width: 1100px) {
      a.path i, a.path .fa {
        font-size: 3rem;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-bottom: 6rem; } }
  a.path strong.title {
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.0rem;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    display: block;
    margin: 0 0 0.5rem 0;
    text-decoration: underline; }
    @media (max-width: 1100px) {
      a.path strong.title {
        font-size: 2.0rem; } }
  a.path:hover {
    color: rgba(0, 0, 0, 0.85); }
    a.path:hover strong.title {
      color: #00aec7; }
    a.path:hover i, a.path:hover .fa {
      box-shadow: 0px 0px 10px rgba(0, 174, 199, 0.75);
      -o-box-shadow: 0px 0px 10px rgba(0, 174, 199, 0.75);
      -ms-box-shadow: 0px 0px 10px rgba(0, 174, 199, 0.75);
      -moz-box-shadow: 0px 0px 10px rgba(0, 174, 199, 0.75);
      -webkit-box-shadow: 0px 0px 10px rgba(0, 174, 199, 0.75); }
  a.path:nth-of-type(2) i, a.path:nth-of-type(2) .fa {
    background: #563d82; }
  a.path:nth-of-type(2):hover i, a.path:nth-of-type(2):hover .fa {
    box-shadow: 0px 0px 10px rgba(86, 61, 130, 0.75);
    -o-box-shadow: 0px 0px 10px rgba(86, 61, 130, 0.75);
    -ms-box-shadow: 0px 0px 10px rgba(86, 61, 130, 0.75);
    -moz-box-shadow: 0px 0px 10px rgba(86, 61, 130, 0.75);
    -webkit-box-shadow: 0px 0px 10px rgba(86, 61, 130, 0.75); }
  a.path:nth-of-type(2):hover strong.title {
    color: #563d82; }
  a.path:nth-of-type(3) i, a.path:nth-of-type(3) .fa {
    background: #dc582a; }
  a.path:nth-of-type(3):hover i, a.path:nth-of-type(3):hover .fa {
    box-shadow: 0px 0px 10px rgba(220, 88, 42, 0.75);
    -o-box-shadow: 0px 0px 10px rgba(220, 88, 42, 0.75);
    -ms-box-shadow: 0px 0px 10px rgba(220, 88, 42, 0.75);
    -moz-box-shadow: 0px 0px 10px rgba(220, 88, 42, 0.75);
    -webkit-box-shadow: 0px 0px 10px rgba(220, 88, 42, 0.75); }
  a.path:nth-of-type(3):hover strong.title {
    color: #dc582a; }

/* Widget: Tabs
------------------------------------------------------*/
ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  ul.tabs li {
    margin: 0;
    padding: 0;
    text-align: center;
    max-width: 50%;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    ul.tabs li a {
      background: rgba(0, 0, 0, 0.1);
      color: rgba(0, 0, 0, 0.6);
      display: block;
      font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 1.3rem;
      letter-spacing: -0.5px;
      padding: 1rem 0;
      text-decoration: none; }
      ul.tabs li a:hover {
        background: rgba(0, 0, 0, 0.2);
        color: black; }
      ul.tabs li a.active {
        background: white;
        color: black;
        cursor: default; }

div.tabContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: height 0.5s ease 0s;
  -o-transition: height 0.5s ease 0s;
  -ms-transition: height 0.5s ease 0s;
  -moz-transition: height 0.5s ease 0s;
  -webkit-transition: height 0.5s ease 0s;
  clear: both;
  position: relative;
  overflow: hidden;
  width: 100%; }
  div.tabContent > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    background: transparent;
    clear: both;
    display: block;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 2rem 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0px, 800px); }
    div.tabContent > div:first-child {
      transform: translate(-800px, 0px); }
    div.tabContent > div:last-child {
      transform: translate(800px, 0px); }
    div.tabContent > div.active {
      transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      opacity: 1;
      transform: translate(0px, 0px); }

/* Widget: Title Callout
------------------------------------------------------*/
section.title {
  position: relative; }
  section.title a.callout {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #dc582a;
    color: white;
    float: right;
    margin: 1rem 0 1rem 4rem;
    padding: 1.5rem 2rem 1.5rem 8rem;
    position: relative;
    width: 30%;
    text-decoration: none; }
    @media (max-width: 900px) {
      section.title a.callout {
        width: 40%; } }
    @media (max-width: 600px) {
      section.title a.callout {
        width: 100%;
        margin: 0 0 2rem 0; } }
    section.title a.callout i, section.title a.callout .fa {
      border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      background: white;
      color: #dc582a;
      position: absolute;
      font-size: 2rem;
      top: 2rem;
      left: 2rem;
      width: 4rem;
      height: 4rem;
      line-height: 4rem;
      text-align: center; }
    section.title a.callout strong {
      font-size: 1.8rem;
      font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      display: block;
      margin-bottom: 0.5rem; }
    section.title a.callout em {
      text-decoration: underline;
      font-style: normal; }
    section.title a.callout:hover {
      background: #e37a56;
      box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1); }

/* Widget: Slideshow
------------------------------------------------------*/
.cycle-slideshow,
.static-slideshow {
  position: relative;
  overflow: hidden;
  height: 360px;
  width: 100%; }
  .cycle-slideshow .slide,
  .static-slideshow .slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 360px;
    width: 100%; }
    .cycle-slideshow .slide .inner,
    .static-slideshow .slide .inner {
      display: block;
      margin: 0 auto;
      padding: 0px;
      margin: 0 auto;
      width: 1060px; }
      .cycle-slideshow .slide .inner:after,
      .static-slideshow .slide .inner:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      * html .cycle-slideshow .slide .inner, * html
      .static-slideshow .slide .inner {
        height: 1px; }
      @media (max-width: 1100px) {
        .cycle-slideshow .slide .inner,
        .static-slideshow .slide .inner {
          width: 90%; } }
      .cycle-slideshow .slide .inner :first-child,
      .static-slideshow .slide .inner :first-child {
        margin-top: 4rem; }
    .cycle-slideshow .slide a,
    .static-slideshow .slide a {
      color: white;
      text-decoration: none; }
      .cycle-slideshow .slide a:after,
      .static-slideshow .slide a:after {
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        content: "\f105";
        display: inline-block;
        font-family: FontAwesome;
        margin-left: 0.5rem;
        position: relative;
        left: 0;
        text-decoration: none !important; }
      .cycle-slideshow .slide a:hover,
      .static-slideshow .slide a:hover {
        text-decoration: underline; }
        .cycle-slideshow .slide a:hover:after,
        .static-slideshow .slide a:hover:after {
          left: 0.5rem; }

.static-slideshow {
  margin-bottom: 3rem;
  height: 240px; }
  .static-slideshow .slide {
    height: 240px; }
    .static-slideshow .slide .inner {
      width: 100%; }
  .static-slideshow .pager .inner {
    text-align: left;
    width: 100%; }

.pager {
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  height: auto;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 200; }
  @media (max-width: 600px) {
    .pager {
      text-align: center; } }
  .pager .inner {
    display: block;
    margin: 0 auto;
    padding: 0px;
    margin: 0 auto;
    width: 1060px; }
    .pager .inner:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    * html .pager .inner {
      height: 1px; }
    @media (max-width: 1100px) {
      .pager .inner {
        width: 90%; } }
  .pager a {
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 1rem 2rem;
    position: relative;
    text-decoration: none; }
    @media (max-width: 900px) {
      .pager a {
        padding: 1rem; } }
    .pager a:hover {
      color: rgba(0, 0, 0, 0.75); }
    .pager a:after {
      content: "|";
      font-weight: normal;
      position: absolute;
      right: 0;
      opacity: 0.25; }
    .pager a:last-child:after {
      content: "";
      display: none; }
    .pager a.cycle-pager-active {
      color: black; }
      .pager a.cycle-pager-active:before {
        content: "";
        height: 0;
        width: 0;
        border-top: 7px solid rgba(0, 0, 0, 0.25);
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        position: absolute;
        top: 0;
        left: 43%; }

/* Widget: Column Split
------------------------------------------------------*/
div.splits {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin-top: 2.0rem;
  margin-bottom: 4.0rem; }
  @media (max-width: 600px) {
    div.splits {
      display: block; } }
  div.splits div.split {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 4.0rem;
    max-width: 50%;
    position: relative; }
    @media (max-width: 600px) {
      div.splits div.split {
        clear: both;
        margin: 0 0 4rem 0;
        max-width: 100%; } }
    div.splits div.split:last-child {
      margin-right: 0; }
    div.splits div.split > :last-child {
      margin-bottom: 0; }

/* Cards
------------------------------------------------------*/
div.card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  background: white;
  overflow: hidden;
  padding: 0; }
  div.card > :last-child {
    margin-bottom: 0; }
  @media (max-width: 600px) {
    div.card {
      width: 100% !important; } }
  div.card header {
    background: #42b02a;
    color: white;
    padding: 1.5rem 2.5rem; }
    div.card header > :last-child {
      margin: 0; }
    div.card header.blue {
      background: #00aec7; }
      div.card header.blue span.count {
        color: #00aec7; }
    div.card header.orange {
      background: #dc582a; }
      div.card header.orange span.count {
        color: #dc582a; }
    div.card header.purple {
      background: #563d82; }
      div.card header.purple span.count {
        color: #563d82; }
    div.card header span.count {
      border-radius: 80px;
      -o-border-radius: 80px;
      -ms-border-radius: 80px;
      -moz-border-radius: 80px;
      -webkit-border-radius: 80px;
      background: white;
      color: #42b02a;
      display: inline-block;
      width: 5rem;
      height: 5rem;
      line-height: 5rem;
      text-align: center; }
    div.card header + div {
      border-top: 0; }
  div.card > div {
    border-top: 1px solid #e0e0e0;
    padding: 1.5rem 2.5rem; }
    div.card > div > :last-child {
      margin: 0; }
    div.card > div.shaded {
      background: #ececec; }
    div.card > div.tabContent {
      border-top: 0; }
    div.card > div.bullet {
      padding-left: 6.5rem;
      position: relative; }
      div.card > div.bullet:before {
        content: "\f0da";
        font-family: FontAwesome;
        border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
        color: white;
        background: #42b02a;
        font-size: 1.8rem;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        padding-left: 0.25rem;
        position: absolute;
        left: 2.5rem;
        top: 1.4rem; }
    div.card > div.searchForm:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    * html div.card > div.searchForm {
      height: 1px; }
    div.card > div.searchForm form {
      position: relative;
      padding-bottom: 0;
      margin-bottom: 2rem; }
      div.card > div.searchForm form:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      * html div.card > div.searchForm form {
        height: 1px; }
    div.card > div.searchForm .formField {
      float: left;
      margin-right: 2.5%;
      margin-bottom: 0;
      width: 35%; }
      div.card > div.searchForm .formField + .formField {
        width: 45%; }
      @media (max-width: 900px) {
        div.card > div.searchForm .formField {
          float: none;
          margin: 0 0 2rem 0;
          width: 100% !important; } }
    div.card > div.searchForm input[type='submit'] {
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 0;
      width: 15%; }
      @media (max-width: 900px) {
        div.card > div.searchForm input[type='submit'] {
          position: static;
          float: none;
          margin-top: 0;
          width: 100% !important; } }
  div.card div + ul.tabs {
    border-top: 1px solid #e0e0e0; }

/* Tables
------------------------------------------------------*/
table th, table td {
  padding: 1.5rem;
  text-align: left;
  vertical-align: top; }
  table th a.button, table td a.button {
    display: block;
    white-space: nowrap; }
table thead tr th {
  color: white;
  background: #42b02a;
  font-weight: bold;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif; }
table tbody tr th {
  color: black;
  font-weight: bold;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7rem; }
  table tbody tr th small {
    display: block;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal; }
table tbody tr td, table tbody tr th {
  border-top: 1px solid #e0e0e0; }
table tbody tr:first-child td, table tbody tr:first-child th {
  border-top: 0; }

@media (max-width: 600px) {
  table {
    border: 0; }
    table thead {
      display: none; }
    table tbody tr {
      border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      display: block;
      padding: 0 1.5rem;
      margin-bottom: 1.5rem; }
      table tbody tr td,
      table tbody tr th {
        display: block;
        text-align: left;
        border-top: 0;
        border-bottom: 1px dotted #e0e0e0;
        padding-left: 30%;
        max-width: 70%;
        position: relative; }
      table tbody tr th:last-child,
      table tbody tr td:last-child {
        border-bottom: 0; }
      table tbody tr th:before,
      table tbody tr td:before {
        content: attr(data-label);
        float: left;
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: bold;
        position: absolute;
        top: 1.5rem;
        left: 0;
        max-width: 25%; } }
/* Tags
------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold; }

h1 {
  font-size: 4.5rem;
  line-height: 4.5rem;
  letter-spacing: -3px;
  margin: 0 0 1.5rem 0;
  text-align: left; }

h2 {
  font-size: 3.0rem;
  line-height: 1.25;
  letter-spacing: -1px;
  margin: 0 0 0.5rem 0; }

h3 {
  font-size: 2.3rem;
  letter-spacing: -1px;
  margin: 0 0 0.5rem 0; }

h4 {
  font-size: 2.0rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: -0.5px;
  margin: 0 0 0.5rem 0; }
  h4 strong {
    color: black; }

h5 {
  font-size: 1.7rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: -0.5px;
  margin: 0 0 0.5rem 0; }
  h5 strong {
    color: black; }

p {
  margin: 0 0 1.5rem 0; }

a {
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  color: #379323;
  text-decoration: underline; }
  a:hover {
    color: #4dcd31; }

hr {
  display: inline;
  float: left;
  height: auto;
  width: 100%;
  background: transparent;
  border: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 10px 0 20px 0; }

ul {
  list-style-type: disc;
  padding: 0 0 0 30px;
  margin: 0 0 1.5rem 0; }

ol {
  list-style: decimal;
  padding: 0 0 0 30px;
  margin: 0 0 1.5rem 0; }

ul li, ol li {
  margin: 0;
  padding: 0 0 5px 0; }
  ul li ul, ul li ol, ol li ul, ol li ol {
    margin: 10px 0;
    padding-left: 30px; }

ul.files {
  list-style: none;
  padding: 0; }
  ul.files li a {
    display: block;
    padding-left: 30px;
    position: relative;
    text-decoration: none; }
    ul.files li a:before {
      color: #cc2222;
      display: inline-block !important;
      text-decoration: none !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: auto;
      text-align: center;
      font-family: FontAwesome;
      content: "\f0c1"; }
    ul.files li a[href$='.doc']:before, ul.files li a[href$='.docx']:before, ul.files li a[href$='.pdf']:before {
      content: "\f15c"; }
    ul.files li a[href*='youtu']:before, ul.files li a[href*='vimeo']:before {
      content: "\f16a"; }

ul.results {
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0; }
  ul.results li {
    clear: both;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 0 2rem 0;
    margin: 0 0 2rem 0; }
    ul.results li:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    * html ul.results li {
      height: 1px; }
    ul.results li > div {
      float: left;
      width: 45%; }
      @media (max-width: 900px) {
        ul.results li > div {
          width: 100% !important; } }
      ul.results li > div + div {
        width: 25%; }
        ul.results li > div + div + div {
          width: 30%; }

.video-container {
  margin-top: 3.5rem;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  margin-bottom: 2.5rem;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

strong,
.strong {
  font-weight: bold; }

em,
.em {
  font-style: italic; }

sup {
  bottom: 0.5em;
  font-size: 60% !important;
  position: relative; }

sub {
  bottom: 0em;
  font-size: 60% !important;
  position: relative; }

pre {
  font-family: monospace; }

blockquote {
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
  background: white;
  display: block;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0px;
  margin: 15px 0 25px 0;
  padding: 25px; }
  blockquote q {
    font-style: normal;
    text-align: left; }
  blockquote p {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    text-align: right; }

code {
  font-family: monospace; }

tt, kbd, samp, code {
  font-family: monospace; }

cite {
  font-style: italic;
  padding: 10px; }

small {
  font-size: 70%; }

big {
  font-size: 150%; }

address {
  display: inline;
  font-style: italic; }

q {
  font-style: italic; }

var {
  font-weight: bold; }

del {
  text-decoration: line-through; }

.right {
  float: right;
  margin: 3px 0 25px 25px; }

.left {
  float: left;
  margin: 3px 25px 25px 0; }

/*# sourceMappingURL=main.css.map */
