/*--------------------------------------------------------------
# Key2Creative WebDev Template
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  #Project Fonts
--------------------------------------------------------------*/
/* Roboto Body -- Copy */
/* Droid Serif -- Headings */
/* Open Sans -- Condensed Navigation */
/*--------------------------------------------------------------
  #Project Colours
--------------------------------------------------------------*/
/* Top Nav Bar */
/* Primary Nav */
/* Typography */
/* Blues */
/* Wishbone Yellow */
/* Pinks */
/* Greens */
/*--------------------------------------------------------------
  #Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
  #Body Essentials
--------------------------------------------------------------*/
*, *::after, *::before {
  box-sizing: border-box; }

html {
  font-size: 100%; }

body {
  background-color: white;
  line-height: 1.6em;
  font-family: "Roboto", sans-serif;
  color: #182b35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  position: relative; }
  @media only screen and (max-width: 76em) {
    .container {
      width: 87%; } }

/*--------------------------------------------------------------
# Selection
--------------------------------------------------------------*/
::selection {
  background: #FFF498;
  color: #000000; }

::-moz-selection {
  background: #FFF498;
  color: #000000; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #FFF498; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #5b8410;
  text-decoration: none;
  outline: 0;
  transition: 0.3s ease-in-out all; }
  a:hover {
    color: #c3064d;
    text-decoration: underline; }
  a:focus {
    color: #c3064d;
    text-decoration: none; }

/*--------------------------------------------------------------
  #Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #006289;
  font-family: "Droid Serif", serif;
  font-weight: 700;
  margin: 1em 0 .5em 0; }

h1 {
  font-size: 2.14em;
  line-height: 1.145; }
  @media only screen and (max-width: 63em) {
    h1 {
      font-size: 1.9em; } }

h2 {
  font-size: 2em;
  line-height: 1.14; }
  @media only screen and (max-width: 63em) {
    h2 {
      font-size: 1.7em; } }

h3 {
  font-size: 1.8em;
  line-height: 1.38; }
  @media only screen and (max-width: 63em) {
    h3 {
      font-size: 1.6em; } }

h4 {
  font-size: 1.6em;
  line-height: 1.38; }

h5 {
  font-size: 1.3em;
  line-height: 1.38; }

h6 {
  font-size: 1.2em;
  line-height: 1.38; }

small {
  font-size: 0.85em;
  line-height: 1.2; }

/*--------------------------------------------------------------
# Page Elements
--------------------------------------------------------------*/
p {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 1em; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 2em 0;
  height: 0; }

sup {
  font-size: small;
  vertical-align: super; }

img {
  max-width: 100%;
  /*	width: 100%;*/
  height: auto; }

.page-content ul, .page-content ol {
  margin: 1.5em 0 1.5em 2.5em; }

.page-content ul {
  list-style: disc; }

.page-content ol {
  list-style: decimal; }

.page-content ul a, .page-content ol a {
  color: #0C84AC;
  text-decoration: underline; }
  .page-content ul a:hover, .page-content ol a:hover {
    color: #c3064d; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
  .button:hover, .button:active, .button:focus,
  button:hover,
  button:active,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }

.fork-tag {
  position: absolute;
  top: 10px;
  right: -10px;
  background: #e6f4fe;
  color: white;
  padding: 2px 6px;
  transition: all 0.3s ease-in-out;
  transform-origin: top right; }
  .fork-tag:hover {
    color: white;
    animation: wiggle 0.4s linear 1; }

@keyframes wiggle {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(8deg); }
  50% {
    transform: rotate(-8deg); }
  80% {
    transform: rotate(8deg); }
  100% {
    transform: rotate(0deg); } }
/*--------------------------------------------------------------
  #Header
--------------------------------------------------------------*/
header {
  background: #fff url("../images/banner-images/header-background-01.jpg") no-repeat right bottom;
  width: 100%;
  padding-bottom: 10em;
  /* top seconday navigation */
  /* end top nav */
  /* OI logo */
  /* main navigation */
  /* Slick Nav Show Hide */
  /* wrapper */
  /* end wrapper */ }
  header .top-nav {
    background: #d7e8f4;
    min-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    /* IE */ }
    @media only screen and (max-width: 50em) {
      header .top-nav {
        justify-content: space-between;
        align-items: flex-start; } }
    @media only screen and (max-width: 30em) {
      header .top-nav {
        flex-wrap: wrap; } }
    header .top-nav nav {
      font-family: "Open Sans Condensed", sans-serif;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      width: auto; }
      header .top-nav nav ul {
        margin: 0;
        padding: 0;
        width: auto;
        display: flex;
        justify-content: center;
        height: 56px; }
        header .top-nav nav ul li {
          padding: 0;
          margin: 0;
          /* end anchor */ }
          header .top-nav nav ul li:first-child a {
            padding-right: 0;
            margin: 0; }
          header .top-nav nav ul li.donate a {
            color: white;
            background: #64a6bd;
            padding: 1em;
            height: 56px; }
            header .top-nav nav ul li.donate a:hover {
              background: #6d9c17;
              color: white;
              text-decoration: none; }
            @media only screen and (max-width: 30em) {
              header .top-nav nav ul li.donate a {
                align-self: stretch; } }
          header .top-nav nav ul li.login a {
            color: white;
            background: #4070dd;
            padding: 1em;
            height: 56px; }
            header .top-nav nav ul li.login a:hover {
              background: #6d9c17;
              color: white;
              text-decoration: none; }
            @media only screen and (max-width: 30em) {
              header .top-nav nav ul li.login a {
                align-self: stretch; } }
          header .top-nav nav ul li a {
            display: block;
            font-weight: 700;
            font-size: .95em;
            padding: 1em;
            margin: 0;
            color: #006289; }
            header .top-nav nav ul li a:hover {
              color: #118ab2;
              text-decoration: none; }
      @media only screen and (max-width: 50em) {
        header .top-nav nav {
          display: none; } }
    header .top-nav .search-form {
      width: auto;
      height: 56px; }
      @media only screen and (max-width: 50em) {
        header .top-nav .search-form {
          width: 100%; } }
    header .top-nav .search-form input[type="text"] {
      color: #e6f4fe;
      font-weight: 500;
      font-size: 0.95em;
      border: none;
      background-color: #2b59c3;
      background-image: url("../images/search-icon.svg");
      background-size: 35px 35px;
      background-position: right 15px top 10px;
      background-repeat: no-repeat;
      transition: all 0.3s ease-in-out;
      width: 65px;
      height: 56px;
      line-height: 56px;
      cursor: pointer;
      display: inline-block;
      padding-left: 1em;
      margin: 0;
      overflow: hidden; }
      @media only screen and (max-width: 50em) {
        header .top-nav .search-form input[type="text"] {
          width: 100%;
          padding: 0 2em; } }
    header .top-nav .search-form input[type="text"]:focus,
    header .top-nav .search-form input[type="text"].focus {
      width: 350px;
      background-color: #2b59c3;
      cursor: text;
      border: 0;
      outline: 0;
      transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 50em) {
        header .top-nav .search-form input[type="text"]:focus,
        header .top-nav .search-form input[type="text"].focus {
          width: 100%; } }
    header .top-nav ::-webkit-input-placeholder {
      color: #e6f4fe;
      font-weight: 500;
      font-size: 1em;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 50em) {
        header .top-nav ::-webkit-input-placeholder {
          opacity: 1; } }
    header .top-nav input:focus::-webkit-input-placeholder {
      opacity: 1; }
    header .top-nav :-moz-placeholder {
      /* Firefox 18- */
      color: #e6f4fe;
      font-weight: 500;
      font-size: 1em;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 50em) {
        header .top-nav :-moz-placeholder {
          opacity: 1; } }
    header .top-nav input:focus:-moz-placeholder {
      opacity: 1; }
    header .top-nav ::-moz-placeholder {
      /* Firefox 19+ */
      color: #e6f4fe;
      font-weight: 500;
      font-size: 1em;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 50em) {
        header .top-nav ::-moz-placeholder {
          opacity: 1; } }
    header .top-nav input:focus::-moz-placeholder {
      opacity: 1; }
    header .top-nav input.searchbox:-ms-input-placeholder {
      color: #ffffff;
      font-weight: 500;
      font-size: 0em;
      transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 50em) {
        header .top-nav input.searchbox:-ms-input-placeholder {
          font-size: 1em; } }
    header .top-nav input.searchbox:focus:-ms-input-placeholder {
      font-size: 1em; }
  header .logo {
    height: 63px;
    width: 232px;
    margin: 4.2em 0 3em 0;
    display: block; }
    header .logo img {
      display: block; }
    @media only screen and (max-width: 65em) {
      header .logo {
        height: 31px;
        width: 200px;
        margin: 3em 0 4em 0; } }
  header .primary-nav {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase; }
    header .primary-nav ul {
      display: inline-block;
      padding-bottom: 1em;
      border-bottom: 1px solid #bbd4e6; }
      header .primary-nav ul ul {
        display: none; }
      header .primary-nav ul li {
        display: inline-block; }
      header .primary-nav ul a {
        color: #043c5d;
        padding: 0 .5em; }
        header .primary-nav ul a:hover {
          color: #c3064d;
          text-decoration: none; }
        @media only screen and (max-width: 35em) {
          header .primary-nav ul a {
            padding: 0 0.2em; } }
      @media only screen and (max-width: 82em) {
        header .primary-nav ul {
          background: white;
          padding: 1em 1em 1em 0;
          border-bottom: 0px solid #bbd4e6; } }
      @media only screen and (max-width: 63em) {
        header .primary-nav ul {
          background: white;
          padding: 0 0 1em 0;
          border-bottom: 1px solid #bbd4e6; } }
    @media only screen and (max-width: 63em) {
      header .primary-nav {
        font-size: 1.1em; } }
    @media only screen and (max-width: 50em) {
      header .primary-nav {
        display: none; } }
  header .slicknav_menu {
    display: none; }
    @media only screen and (max-width: 50em) {
      header .slicknav_menu {
        display: block; } }
  header .introduction-wrapper {
    width: 50%;
    margin: 2em 0;
    /* Typography */ }
    header .introduction-wrapper h1 {
      font-family: "Droid Serif", serif;
      font-size: 2em;
      font-weight: 700;
      color: #006289;
      line-height: 1.1em;
      margin: 2em 0 .5em 0; }
      @media only screen and (max-width: 65em) {
        header .introduction-wrapper h1 {
          margin-top: 1em;
          font-size: 1.8em; } }
      @media only screen and (max-width: 35em) {
        header .introduction-wrapper h1 {
          font-size: 1.5em; } }
    header .introduction-wrapper p {
      color: #182b35;
      font-size: 1.1em;
      font-weight: 400; }
      @media only screen and (max-width: 95em) {
        header .introduction-wrapper p {
          padding-right: 4.4em; } }
      @media only screen and (max-width: 75em) {
        header .introduction-wrapper p {
          padding-right: 0; } }
    header .introduction-wrapper a {
      display: inline-block;
      text-transform: uppercase;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 700;
      padding: 1em 3em 1em 3.5em;
      margin: 1em 0;
      color: #118ab2;
      border-radius: 50px;
      border: 2px solid #118ab2;
      background: white; }
      header .introduction-wrapper a.learn {
        background: #80b320;
        color: white;
        border: 2px solid #80b320;
        margin-right: .6em; }
        header .introduction-wrapper a.learn:hover {
          background: #c3064d;
          border: 2px solid #c3064d;
          text-decoration: none; }
        header .introduction-wrapper a.learn::after {
          content: " ";
          background: url("../images/arrow.svg") no-repeat;
          background-size: 10px 11px;
          width: 10px;
          height: 11px;
          display: inline-block;
          margin-left: .3em; }
        @media only screen and (max-width: 40em) {
          header .introduction-wrapper a.learn {
            margin-right: 0;
            margin-top: 3em; } }
      header .introduction-wrapper a:hover {
        background: #006289;
        border: 2px solid #006289;
        color: white;
        text-decoration: none; }
      header .introduction-wrapper a::after {
        content: " ";
        background: url("../images/arrow-blue.svg") no-repeat;
        background-size: 10px 11px;
        width: 10px;
        height: 11px;
        display: inline-block;
        margin-left: .5em; }
      @media only screen and (max-width: 40em) {
        header .introduction-wrapper a {
          display: block;
          text-align: center; } }
    @media only screen and (max-width: 86em) {
      header .introduction-wrapper {
        width: 60%; } }
    @media only screen and (max-width: 63em) {
      header .introduction-wrapper {
        width: 100%; } }
  @media only screen and (max-width: 100em) {
    header {
      background-size: cover; } }
  @media only screen and (max-width: 92em) {
    header {
      background: #fff url("../images/tablet-background-01.jpg") no-repeat right bottom; } }
  @media only screen and (max-width: 63em) {
    header {
      background-image: none;
      padding-bottom: 8em; } }

/* end header */
/*--------------------------------------------------------------
  #Section Information
--------------------------------------------------------------*/
section.oi-information {
  background: #e6f4fe;
  padding: 0 0 8em 0;
  position: relative;
  width: 100%;
  /* wrapper */ }
  section.oi-information .oi-info-wrapper {
    position: relative;
    top: -103px;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    /* flex container */ }
    section.oi-information .oi-info-wrapper .oi-info {
      display: flex;
      /* info box */
      /* end oi box */ }
      @media only screen and (max-width: 63em) {
        section.oi-information .oi-info-wrapper .oi-info {
          flex-wrap: wrap; } }
      section.oi-information .oi-info-wrapper .oi-info .oi-info-box {
        width: 33.3%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 2em 2.5em 4em 2.5em;
        background: #118ab2;
        color: #ffffff; }
        section.oi-information .oi-info-wrapper .oi-info .oi-info-box:nth-of-type(2) {
          background: #006289; }
        section.oi-information .oi-info-wrapper .oi-info .oi-info-box h2 {
          color: #ffffff;
          font-weight: 700;
          font-size: 1.4em;
          margin: 1em 0;
          position: relative; }
          section.oi-information .oi-info-wrapper .oi-info .oi-info-box h2::before {
            content: "";
            height: 5px;
            width: 50px;
            display: block;
            margin-bottom: 1em;
            background: rgba(255, 255, 255, 0.2); }
        section.oi-information .oi-info-wrapper .oi-info .oi-info-box p {
          flex: 1 0 auto; }
        section.oi-information .oi-info-wrapper .oi-info .oi-info-box ul {
          margin-top: 1em; }
          section.oi-information .oi-info-wrapper .oi-info .oi-info-box ul li {
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
            section.oi-information .oi-info-wrapper .oi-info .oi-info-box ul li::before {
              content: "\2022";
              position: absolute;
              left: 2px;
              top: 3px;
              font-size: 2em;
              color: #4aa6c4; }
            section.oi-information .oi-info-wrapper .oi-info .oi-info-box ul li:last-of-type {
              border-bottom: none; }
            section.oi-information .oi-info-wrapper .oi-info .oi-info-box ul li a {
              display: block;
              color: #ffffff;
              font-weight: 700;
              padding: .2em .5em .2em 1.1em; }
              section.oi-information .oi-info-wrapper .oi-info .oi-info-box ul li a:hover {
                color: #89e2ff;
                text-decoration: none; }
          @media only screen and (max-width: 63em) {
            section.oi-information .oi-info-wrapper .oi-info .oi-info-box ul {
              margin-top: 0; } }
        @media only screen and (max-width: 63em) {
          section.oi-information .oi-info-wrapper .oi-info .oi-info-box {
            width: 100%;
            padding: 1em 2.5em 2em; } }
        @media only screen and (max-width: 35em) {
          section.oi-information .oi-info-wrapper .oi-info .oi-info-box {
            padding: 1em 2em 2em; } }
  section.oi-information .join {
    text-align: center; }
    section.oi-information .join h3 {
      font-weight: 700;
      margin-bottom: .8em;
      margin-top: 0; }
      section.oi-information .join h3::before {
        content: " ";
        background: url("../images/handshake.svg") no-repeat;
        background-size: 70px 70px;
        width: 70px;
        height: 70px;
        display: block;
        margin: 0 auto .5em auto; }
    section.oi-information .join p {
      font-size: 1.1em; }
    section.oi-information .join a {
      display: inline-block;
      text-transform: uppercase;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 700;
      padding: 1em 3em 1em 3.5em;
      margin: 1em .3em;
      color: #118ab2;
      border-radius: 50px;
      border: 2px solid #118ab2; }
      section.oi-information .join a:hover {
        background: #118ab2;
        color: white;
        text-decoration: none; }
        section.oi-information .join a:hover::after {
          content: " ";
          background: url("../images/arrow.svg") no-repeat;
          background-size: 10px 11px;
          width: 10px;
          height: 11px;
          display: inline-block;
          margin-left: .5em; }
      section.oi-information .join a::after {
        content: " ";
        background: url("../images/arrow-blue.svg") no-repeat;
        background-size: 10px 11px;
        width: 10px;
        height: 11px;
        display: inline-block;
        margin-left: .5em; }
      @media only screen and (max-width: 40em) {
        section.oi-information .join a {
          display: block;
          text-align: center;
          margin: .5em 0em; }
          section.oi-information .join a:first-of-type {
            margin-top: 2.5em; } }
  @media only screen and (max-width: 35em) {
    section.oi-information {
      padding-bottom: 6em; } }

/* end section */
/*--------------------------------------------------------------
  #Section Events
--------------------------------------------------------------*/
section.events {
  width: 100%;
  /* end flex wrapper */ }
  section.events .event-wrapper {
    display: flex;
    /* end image */
    /* end feature */
    /* end list */ }
    @media only screen and (max-width: 63em) {
      section.events .event-wrapper {
        flex-wrap: wrap; } }
    section.events .event-wrapper .event-image {
      flex: 2;
      background: #fff url("../images/event-background.jpg") no-repeat center center;
      background-size: cover; }
      section.events .event-wrapper .event-image h1 {
        margin: 3em 0 0 0;
        padding: 0;
        color: #ffffff;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 1.3em;
        font-weight: 700;
        text-transform: uppercase;
        background: #006289;
        display: inline-block;
        padding: 1em 1em 1em 3em; }
      @media only screen and (max-width: 72em) {
        section.events .event-wrapper .event-image {
          flex: 1 0 auto;
          width: 25%; } }
      @media only screen and (max-width: 63em) {
        section.events .event-wrapper .event-image {
          width: 100%;
          min-height: 500px; } }
    section.events .event-wrapper .event-feature {
      width: 30%;
      background: white;
      padding: 3.5em; }
      section.events .event-wrapper .event-feature h2 {
        font-weight: 700;
        font-size: 1.2em;
        margin: 1em 0 .3em 0;
        position: relative; }
        section.events .event-wrapper .event-feature h2::before {
          content: "";
          height: 5px;
          width: 50px;
          display: block;
          margin: 2em 0 1em 0;
          background: #c0d1dc; }
          @media only screen and (max-width: 63em) {
            section.events .event-wrapper .event-feature h2::before {
              margin-top: 1.5em; } }
      section.events .event-wrapper .event-feature span {
        display: block;
        font-weight: 700;
        color: #5b8410;
        margin: 0 0 1em 0; }
      section.events .event-wrapper .event-feature a {
        color: #006289; }
      section.events .event-wrapper .event-feature a.all-events {
        display: inline-block;
        color: #c3064d;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        margin-top: 1.5em;
        padding-bottom: .3em;
        border-bottom: 1px solid #c3064d; }
        section.events .event-wrapper .event-feature a.all-events:hover {
          opacity: .7;
          text-decoration: none; }
        @media only screen and (max-width: 63em) {
          section.events .event-wrapper .event-feature a.all-events {
            margin: .5em 0 1.5em 0; } }
      @media only screen and (max-width: 72em) {
        section.events .event-wrapper .event-feature {
          flex: 1 0 auto;
          width: 30%;
          padding: 2.2em; } }
      @media only screen and (max-width: 63em) {
        section.events .event-wrapper .event-feature {
          width: 100%;
          padding: 1em 2em; } }
    section.events .event-wrapper .event-list {
      flex: 2;
      display: flex;
      flex-direction: column;
      background: #118ab2; }
      section.events .event-wrapper .event-list li {
        flex: 1 0 auto;
        background: #006289;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ffffff; }
        section.events .event-wrapper .event-list li a {
          display: block;
          padding: 3em 2em;
          color: #ffffff; }
          section.events .event-wrapper .event-list li a h3 {
            margin: 0;
            color: #ffffff;
            font-weight: 700;
            font-size: 1.2em; }
          section.events .event-wrapper .event-list li a p {
            margin: 0; }
          section.events .event-wrapper .event-list li a:hover {
            text-decoration: none; }
        section.events .event-wrapper .event-list li span {
          display: block;
          margin-bottom: .7em;
          opacity: .8; }
        section.events .event-wrapper .event-list li:nth-of-type(2) {
          background: #eac435;
          color: #000000; }
        section.events .event-wrapper .event-list li:nth-of-type(2) h3, section.events .event-wrapper .event-list li:nth-of-type(2) span, section.events .event-wrapper .event-list li:nth-of-type(2) p {
          color: #000000; }
        section.events .event-wrapper .event-list li:nth-of-type(3) {
          background: #118ab2;
          border-bottom: none; }
      @media only screen and (max-width: 72em) {
        section.events .event-wrapper .event-list {
          flex: 1 0 auto;
          width: 25%; } }
      @media only screen and (max-width: 63em) {
        section.events .event-wrapper .event-list {
          width: 100%; } }

/* end section */
/*--------------------------------------------------------------
  #Section Research Videos
--------------------------------------------------------------*/
section.research {
  width: 100%;
  /* end wrapper */ }
  section.research .research-wrapper {
    display: flex;
    /* Article */
    /* end article */
    /* Video */
    /* end video */ }
    @media only screen and (max-width: 63em) {
      section.research .research-wrapper {
        flex-wrap: wrap; } }
    section.research .research-wrapper .research-article {
      width: 50%;
      background: #006289;
      padding: 4em; }
      section.research .research-wrapper .research-article .research-details {
        border-bottom: 1px solid #457997; }
        section.research .research-wrapper .research-article .research-details span {
          display: block;
          color: #38ceff;
          margin-bottom: .2em;
          font-weight: 600; }
        section.research .research-wrapper .research-article .research-details h1 {
          color: #ffffff;
          font-weight: 700;
          font-size: 1.2em;
          padding-bottom: 1em; }
        section.research .research-wrapper .research-article .research-details::before {
          content: " ";
          background: url("../images/edit.svg") no-repeat;
          background-size: 40px 40px;
          width: 40px;
          height: 40px;
          display: block;
          margin: 1em 0 1.7em 0; }
      section.research .research-wrapper .research-article .research-content {
        color: #ffffff; }
        section.research .research-wrapper .research-article .research-content h2 {
          color: #ffffff;
          font-weight: 700;
          font-size: 1.4em;
          padding-bottom: 1em;
          margin-top: 1.5em; }
        section.research .research-wrapper .research-article .research-content a {
          display: inline-block;
          color: #ffffff;
          font-family: "Open Sans Condensed", sans-serif;
          font-weight: 700;
          text-decoration: none;
          text-transform: uppercase;
          margin: 1.5em 0 2em 0;
          padding-bottom: .3em;
          border-bottom: 1px solid #ffffff; }
          section.research .research-wrapper .research-article .research-content a:hover {
            opacity: .7;
            text-decoration: none; }
      @media only screen and (max-width: 63em) {
        section.research .research-wrapper .research-article {
          width: 100%;
          padding: 2em 2.5em; } }
    section.research .research-wrapper .video {
      width: 50%;
      background: #e6f4fe;
      padding: 4em; }
      section.research .research-wrapper .video h2 {
        color: #043c5d;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 700;
        font-size: 1.42em;
        text-transform: uppercase;
        margin: 1.2em 0 1em 0; }
      section.research .research-wrapper .video .video-list {
        margin: 1em 0; }
        section.research .research-wrapper .video .video-list li {
          position: relative;
          /* odd list colour */ }
          section.research .research-wrapper .video .video-list li a {
            color: #043c5d;
            font-weight: 600;
            display: block;
            padding: 1.5em 1.5em 1.5em 4.5em;
            margin: 0;
            border: 0;
            line-height: 20px; }
            section.research .research-wrapper .video .video-list li a:hover {
              background: #b9d3e6;
              opacity: 1;
              text-decoration: none; }
          section.research .research-wrapper .video .video-list li:nth-of-type(2) {
            background: #d0e3f1; }
          section.research .research-wrapper .video .video-list li::before {
            content: " ";
            background: url("../images/file.svg") no-repeat;
            background-size: 35px 35px;
            width: 35px;
            height: 35px;
            position: absolute;
            left: 21px;
            top: 25%; }
      section.research .research-wrapper .video a {
        display: inline-block;
        color: #118ab2;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        margin: 1.5em 0 2em 0;
        padding-bottom: .3em;
        border-bottom: 1px solid #118ab2; }
        section.research .research-wrapper .video a:hover {
          opacity: .7;
          text-decoration: none; }
        @media only screen and (max-width: 63em) {
          section.research .research-wrapper .video a {
            margin: .8em 0 2em 0; } }
      @media only screen and (max-width: 63em) {
        section.research .research-wrapper .video {
          width: 100%;
          padding: 2em 2.5em; } }
      @media only screen and (max-width: 35em) {
        section.research .research-wrapper .video {
          padding: 2em 1.9em; } }

/* end section */
/*--------------------------------------------------------------
  #Section Featured Story
--------------------------------------------------------------*/
.featured {
  width: 100%;
  /* end wrapper */ }
  .featured .featured-wrapper {
    display: flex;
    /* Feature image */
    /* Story */ }
    @media only screen and (max-width: 63em) {
      .featured .featured-wrapper {
        flex-wrap: wrap; } }
    .featured .featured-wrapper .featured-image {
      width: 50%;
      min-height: 500px;
      background: #e6f4fe url("../images/featured-background.jpg") no-repeat center center;
      background-size: cover; }
      .featured .featured-wrapper .featured-image h1 {
        margin: 3em 0 0 0;
        padding: 0;
        color: #ffffff;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 1.3em;
        font-weight: 700;
        text-transform: uppercase;
        background: #5b8410;
        display: inline-block;
        padding: 1em 1em 1em 3em; }
      @media only screen and (max-width: 63em) {
        .featured .featured-wrapper .featured-image {
          width: 100%; } }
    .featured .featured-wrapper .featured-story {
      width: 50%;
      background: #ffffff;
      padding: 3em 4em; }
      .featured .featured-wrapper .featured-story span {
        margin: 2em 0 .3em 0;
        padding: 0;
        color: #c3064d;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        padding: 0em 0em 1em 0em; }
        .featured .featured-wrapper .featured-story span::after {
          content: "";
          height: 5px;
          width: 50px;
          display: block;
          margin: .8em 0;
          background: #efbfd1; }
          @media only screen and (max-width: 63em) {
            .featured .featured-wrapper .featured-story span::after {
              margin: .2em 0; } }
        @media only screen and (max-width: 63em) {
          .featured .featured-wrapper .featured-story span {
            margin-top: 1em; } }
      .featured .featured-wrapper .featured-story h2 {
        color: #043c5d;
        font-weight: 700;
        font-size: 1.4em;
        padding-bottom: 1em; }
        @media only screen and (max-width: 63em) {
          .featured .featured-wrapper .featured-story h2 {
            margin: .5em 0;
            padding-bottom: 0; } }
      .featured .featured-wrapper .featured-story a {
        display: inline-block;
        color: #118ab2;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        margin: 2em 0 2em 0;
        padding-bottom: .3em;
        border-bottom: 1px solid #118ab2; }
        .featured .featured-wrapper .featured-story a:hover {
          opacity: .7;
          text-decoration: none; }
        @media only screen and (max-width: 63em) {
          .featured .featured-wrapper .featured-story a {
            margin: 0 0 1.5em 0; } }
      @media only screen and (max-width: 63em) {
        .featured .featured-wrapper .featured-story {
          width: 100%;
          padding: 2em 2.5em; } }

/* end section */
/*--------------------------------------------------------------
  #Section Sponsors
--------------------------------------------------------------*/
section.sponsors {
  background: #e6f4fe;
  padding: 8em 12em;
  text-align: center; }
  section.sponsors h1 {
    font-size: 1.75em;
    font-weight: 700;
    margin: .6em 0 1em 0;
    color: #043c5d; }
    @media only screen and (max-width: 63em) {
      section.sponsors h1 {
        margin: 1em 0 .6em 0; } }
    @media only screen and (max-width: 35em) {
      section.sponsors h1 {
        font-size: 1.4em; } }
  section.sponsors p {
    font-size: 1.1em; }
    section.sponsors p a {
      color: #5b8410;
      text-decoration: underline; }
      section.sponsors p a:hover {
        color: #c3064d; }
  section.sponsors img {
    width: auto;
    height: auto; }
  @media only screen and (max-width: 63em) {
    section.sponsors {
      padding: 3em; } }
  @media only screen and (max-width: 35em) {
    section.sponsors {
      padding: 2em 1.5em; } }

/* end section */
/*--------------------------------------------------------------
  #Footer
--------------------------------------------------------------*/
footer {
  display: flex;
  /* wrapper */
  /* end wrapper */
  /* newletter */
  /* end newletter */ }
  @media only screen and (max-width: 63em) {
    footer {
      flex-wrap: wrap; } }
  footer .oi-footer-wrapper {
    width: 50%;
    background: #ffffff;
    color: #043c5d;
    font-size: .9em;
    padding: 4em 8em; }
    footer .oi-footer-wrapper img {
      margin-top: 2em;
      width: 168px;
      height: 50px; }
    footer .oi-footer-wrapper p {
      margin: 0; }
    footer .oi-footer-wrapper a {
      color: #118ab2; }
      footer .oi-footer-wrapper a:hover {
        text-decoration: underline; }
    footer .oi-footer-wrapper .oi-footer-navigation {
      display: flex;
      margin: 2em 0; }
      @media only screen and (max-width: 45em) {
        footer .oi-footer-wrapper .oi-footer-navigation {
          flex-wrap: wrap; } }
      footer .oi-footer-wrapper .oi-footer-navigation li {
        border-bottom: 1px solid #bee0ec; }
        footer .oi-footer-wrapper .oi-footer-navigation li a {
          font-family: "Open Sans Condensed", sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          display: block;
          padding: .5em 2em .5em 0;
          color: #043c5d; }
          footer .oi-footer-wrapper .oi-footer-navigation li a:hover {
            color: #c3064d;
            text-decoration: none; }
        footer .oi-footer-wrapper .oi-footer-navigation li:last-child {
          border-bottom: 1px solid #bee0ec; }
          @media only screen and (max-width: 45em) {
            footer .oi-footer-wrapper .oi-footer-navigation li:last-child {
              flex-wrap: wrap; } }
      footer .oi-footer-wrapper .oi-footer-navigation .left-nav {
        margin-right: 3em; }
    @media only screen and (max-width: 63em) {
      footer .oi-footer-wrapper {
        width: 100%;
        order: 2;
        padding: 3em; } }
  footer .newsletter {
    width: 50%;
    background: #024562;
    color: #ffffff;
    padding: 4em;
    text-align: center; }
    footer .newsletter h2 {
      color: #ffffff;
      font-size: 1.3em;
      font-weight: 700;
      margin-bottom: .5em; }
      footer .newsletter h2::before {
        content: " ";
        background: url("../images/love-letter.svg") no-repeat;
        background-size: 65px 65px;
        width: 65px;
        height: 65px;
        display: block;
        margin: .5em auto 1.2em auto; }
    footer .newsletter p {
      padding: 0 3em;
      font-size: .93em; }
    footer .newsletter input[type="email"] {
      color: #fff;
      font-weight: 500;
      font-size: 0.95em;
      border: none;
      background: #4b7186;
      transition: all 0.3s ease-in-out;
      width: 55%;
      height: 56px;
      line-height: 56px;
      display: inline-block;
      padding: 1em 1.5em;
      margin: 0;
      overflow: hidden;
      border-radius: 50px; }
      @media only screen and (max-width: 50em) {
        footer .newsletter input[type="email"] {
          display: block;
          width: 100%; } }
    footer .newsletter button {
      color: #ffffff;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 0.95em;
      border: none;
      background: #6d9c17;
      width: auto;
      height: 56px;
      display: inline-block;
      padding: 1em 1.5em;
      margin: 0;
      border-radius: 50px;
      outline: 0;
      transition: all 0.3s ease-in-out;
      vertical-align: middle;
      line-height: normal; }
      @media only screen and (max-width: 50em) {
        footer .newsletter button {
          display: block;
          width: 100%;
          margin-top: .8em; } }
    footer .newsletter button:focus {
      outline: 0; }
    footer .newsletter a {
      color: #ffffff;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      margin: 0 0 2em 0; }
      footer .newsletter a::before {
        content: " ";
        background: url("../images/facebook-icon.svg") no-repeat;
        background-size: 55px 55px;
        width: 55px;
        height: 55px;
        display: block;
        margin: 1.3em auto .5em auto; }
    @media only screen and (max-width: 63em) {
      footer .newsletter {
        width: 100%; } }
    @media only screen and (max-width: 40em) {
      footer .newsletter {
        padding: 2em 4em; } }
    @media only screen and (max-width: 35em) {
      footer .newsletter {
        padding: 2em; } }

/* end footer */
/*--------------------------------------------------------------
  #Inner page adjustments
--------------------------------------------------------------*/
body.inner header {
  background: #fff url("../images/inner-header-background-01.jpg") no-repeat right bottom;
  padding-bottom: 3em; }
  @media only screen and (max-width: 80em) {
    body.inner header {
      background-size: cover; } }
  @media only screen and (max-width: 72em) {
    body.inner header {
      background-image: none; } }
  @media only screen and (max-width: 50em) {
    body.inner header {
      padding-bottom: 0; } }

body.inner .container {
  margin: 0 auto 0 0;
  padding-left: 6em; }
  @media only screen and (max-width: 63em) {
    body.inner .container {
      padding-left: 4em; } }
  @media only screen and (max-width: 50em) {
    body.inner .container {
      padding-left: 2em; } }

body.inner .primary-nav ul {
  border: none;
  padding-bottom: 1em; }
  @media only screen and (max-width: 94em) {
    body.inner .primary-nav ul {
      background: white;
      padding: 1em 1em 1em 0;
      border-bottom: 0px solid #bbd4e6; } }
  @media only screen and (max-width: 63em) {
    body.inner .primary-nav ul {
      padding-bottom: 0; } }

@media only screen and (max-width: 50em) {
  body.inner header .logo {
    margin: 3em auto 4em auto; } }

/*--------------------------------------------------------------
  #Main section
--------------------------------------------------------------*/
.content-wrapper {
  background: #ffffff;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  /* sidebar */
  /* end sidebar */ }
  @media only screen and (max-width: 60em) {
    .content-wrapper {
      flex-wrap: wrap; } }
  .content-wrapper main {
    width: 70%;
    padding: 0 0 5em 0;
    /* breadcrumbs */
    /* end breadcrumbs */
    /* page content */ }
    .content-wrapper main .breadcrumbs {
      background: #d7e8f4;
      padding: 2.5em 0 2.5em 6em; }
      .content-wrapper main .breadcrumbs ul {
        display: flex; }
        .content-wrapper main .breadcrumbs ul li {
          font-family: "Open Sans Condensed", sans-serif;
          font-weight: 700;
          padding-left: .5em;
          color: #7199b5; }
          .content-wrapper main .breadcrumbs ul li::after {
            content: " ";
            background: url("../images/arrow-blue.svg") no-repeat;
            background-size: 10px 11px;
            width: 10px;
            height: 11px;
            display: inline-block;
            margin-left: .5em; }
          .content-wrapper main .breadcrumbs ul li:last-child:after {
            content: none; }
          .content-wrapper main .breadcrumbs ul li a {
            font-family: "Open Sans Condensed", sans-serif;
            font-weight: 700;
            color: #006289; }
        @media only screen and (max-width: 42em) {
          .content-wrapper main .breadcrumbs ul {
            display: none; } }
      @media only screen and (max-width: 63em) {
        .content-wrapper main .breadcrumbs {
          padding: 2.5em 0 2.5em 4em; } }
      @media only screen and (max-width: 50em) {
        .content-wrapper main .breadcrumbs {
          padding: 2.5em 0 2.5em 2em; } }
      @media only screen and (max-width: 42em) {
        .content-wrapper main .breadcrumbs {
          padding: 1.5em 0; } }
    .content-wrapper main .page-content {
      padding: 2em 6em; }
      .content-wrapper main .page-content .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden; }
      .content-wrapper main .page-content .video-container iframe,
      .content-wrapper main .page-content .video-container object,
      .content-wrapper main .page-content .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .content-wrapper main .page-content .entry-meta {
        margin: 1em 0; }
      .content-wrapper main .page-content .cat-links {
        margin: 0 1em 0 0; }
      .content-wrapper main .page-content .nav-links {
        margin: 1em 0; }
        .content-wrapper main .page-content .nav-links .nav-previous {
          float: left; }
          .content-wrapper main .page-content .nav-links .nav-previous a::before {
            content: "\00ab  "; }
        .content-wrapper main .page-content .nav-links .nav-next {
          float: right; }
          .content-wrapper main .page-content .nav-links .nav-next a::after {
            content: "  \00bb"; }
      .content-wrapper main .page-content img.alignleft {
        float: left;
        margin: 0 2em 2em 0; }
      .content-wrapper main .page-content .edit-link a {
        background-color: #5b8410;
        color: #ffffff;
        border-radius: 50px;
        display: inline-block;
        padding: .25em 1.5em;
        text-decoration: none;
        font-size: .85em;
        float: right; }
        .content-wrapper main .page-content .edit-link a:hover {
          background-color: #6d9c17; }
      .content-wrapper main .page-content a {
        text-decoration: underline; }
      .content-wrapper main .page-content figure {
        margin: 3em 0; }
        .content-wrapper main .page-content figure img {
          width: auto;
          height: auto; }
        .content-wrapper main .page-content figure figcaption {
          color: #51737f;
          font-size: .9em; }
          .content-wrapper main .page-content figure figcaption a {
            color: #51737f; }
      @media only screen and (max-width: 63em) {
        .content-wrapper main .page-content {
          padding: 2em 4em; } }
      @media only screen and (max-width: 50em) {
        .content-wrapper main .page-content {
          padding: .5em 2em 2em 2em; } }
    @media only screen and (max-width: 64em) {
      .content-wrapper main {
        width: 68%; } }
    @media only screen and (max-width: 60em) {
      .content-wrapper main {
        width: 100%;
        padding-bottom: 2.5em; } }
  .content-wrapper aside {
    width: 30%;
    background: #0c84ac;
    padding-top: 2em;
    /* widget */
    /* end sidebar widget */
    /* Wishbone widget */
    /* Feature widget */ }
    .content-wrapper aside .sidebar-widget {
      padding: 3em 3.5em;
      color: #ffffff;
      font-size: .95em; }
      .content-wrapper aside .sidebar-widget:nth-of-type(2), .content-wrapper aside .sidebar-widget:nth-of-type(4), .content-wrapper aside .sidebar-widget:nth-of-type(6) {
        background: #006289; }
      .content-wrapper aside .sidebar-widget h3 {
        color: #ffffff;
        font-size: 1.33em; }
      .content-wrapper aside .sidebar-widget h3 a {
        margin: 0 0 .3em 0;
        color: #ffffff; }
      .content-wrapper aside .sidebar-widget .more a,
      .content-wrapper aside .sidebar-widget a.login {
        display: inline-block;
        text-transform: uppercase;
        font-family: "Open Sans Condensed",sans-serif;
        font-weight: 700;
        padding: .8em 1.5em;
        margin: 3em .3em 0;
        color: #ffffff;
        border-radius: 50px;
        border: 2px solid #ffffff;
        text-align: center; }
      .content-wrapper aside .sidebar-widget .more a:hover {
        text-decoration: none;
        background-color: #118ab2;
        border-color: #118ab2; }
      .content-wrapper aside .sidebar-widget a.login:hover {
        text-decoration: none;
        background-color: #006289;
        border-color: #006289; }
      .content-wrapper aside .sidebar-widget ul {
        margin-top: .3em; }
        .content-wrapper aside .sidebar-widget ul li {
          border-bottom: 1px dotted #3599ba;
          position: relative;
          /* Children */
          /* End Children */ }
          .content-wrapper aside .sidebar-widget ul li:last-child {
            border: none; }
          .content-wrapper aside .sidebar-widget ul li a {
            display: block;
            color: #ffffff;
            font-weight: 500;
            padding: .3em 0 .3em 1.5em; }
            .content-wrapper aside .sidebar-widget ul li a:hover {
              text-decoration: none;
              background: rgba(255, 255, 255, 0.07); }
          .content-wrapper aside .sidebar-widget ul li::before {
            content: " ";
            background: url("../images/arrow-light.svg") no-repeat;
            background-size: 10px 10px;
            width: 10px;
            height: 10px;
            position: absolute;
            left: 5px;
            top: 13px; }
          .content-wrapper aside .sidebar-widget ul li ul {
            margin: 0; }
            .content-wrapper aside .sidebar-widget ul li ul li::before {
              content: none; }
            .content-wrapper aside .sidebar-widget ul li ul li a {
              border-top: 1px solid rgba(255, 255, 255, 0.2);
              background: rgba(9, 103, 134, 0.3); }
              .content-wrapper aside .sidebar-widget ul li ul li a:hover {
                background: rgba(9, 103, 134, 0.7); }
      .content-wrapper aside .sidebar-widget p {
        margin-bottom: .5em; }
      @media only screen and (max-width: 63em) {
        .content-wrapper aside .sidebar-widget {
          padding: 3em 2.5em; } }
    .content-wrapper aside .wishbone-widget {
      background: #eac435;
      color: #000000; }
      .content-wrapper aside .wishbone-widget a {
        display: block;
        padding: 2.7em 3.5em;
        color: #000000;
        text-decoration: none; }
        .content-wrapper aside .wishbone-widget a h3 {
          margin: 0;
          color: #000000;
          font-size: 1.33em; }
        .content-wrapper aside .wishbone-widget a span {
          display: block;
          color: #40434E;
          margin-bottom: .3em;
          font-weight: 500; }
        .content-wrapper aside .wishbone-widget a p {
          margin: 0; }
    .content-wrapper aside .feature-widget {
      background: #fff url("../images/event-background.jpg") no-repeat center center;
      background-size: cover;
      color: #000000; }
      .content-wrapper aside .feature-widget a {
        display: block;
        text-decoration: none;
        min-height: 300px;
        position: relative; }
        .content-wrapper aside .feature-widget a h3 {
          margin: 0;
          font-family: "Open Sans Condensed", sans-serif;
          font-weight: 700;
          color: #ffffff;
          background: #6d9c17;
          font-size: 1.1em;
          padding: .5em 1.5em;
          position: absolute;
          bottom: 0;
          text-transform: uppercase; }
    @media only screen and (max-width: 64em) {
      .content-wrapper aside {
        width: 32%; } }
    @media only screen and (max-width: 60em) {
      .content-wrapper aside {
        width: 100%; } }

/* end wrapper */
/*--------------------------------------------------------------
  #Join Banner
--------------------------------------------------------------*/
section.join {
  background: #e6f4fe;
  padding: 8em 12em;
  text-align: center; }
  section.join h3 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .8em; }
    section.join h3::before {
      content: " ";
      background: url("../images/handshake.svg") no-repeat;
      background-size: 70px 70px;
      width: 70px;
      height: 70px;
      display: block;
      margin: 0 auto .5em auto; }
  section.join p {
    font-size: 1.1em; }
  section.join a {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    padding: 1em 3em 1em 3.5em;
    margin: 1em .3em;
    color: #118ab2;
    border-radius: 50px;
    border: 2px solid #118ab2; }
    section.join a:hover {
      background: #118ab2;
      color: white;
      text-decoration: none; }
      section.join a:hover::after {
        content: " ";
        background: url("../images/arrow.svg") no-repeat;
        background-size: 10px 11px;
        width: 10px;
        height: 11px;
        display: inline-block;
        margin-left: .5em; }
    section.join a::after {
      content: " ";
      background: url("../images/arrow-blue.svg") no-repeat;
      background-size: 10px 11px;
      width: 10px;
      height: 11px;
      display: inline-block;
      margin-left: .5em; }
  @media only screen and (max-width: 73em) {
    section.join {
      padding: 8em 6em; } }
  @media only screen and (max-width: 50em) {
    section.join {
      padding: 4em 2em; } }

/* end section */
/**
* Checkout form
*/
#pmpro_checkout_box-checkout_boxes h2 span.pmpro_thead-name,
#pmpro_checkout_box-additional_members h2 span.pmpro_thead-name,
#pmpro_payment_information_fields span.pmpro_thead-name,
#pmpro_billing_address_fields th {
  display: none; }

#pmpro_user_fields .pmpro_thead-name,
#pmpro_pricing_fields .pmpro_thead-name {
  color: #006289;
  font-family: "Droid Serif",serif;
  font-weight: 700;
  margin: 1em 0 .5em 0;
  font-size: 1.6em;
  line-height: 1.38;
  width: auto; }

form.pmpro_form .leftmar {
  margin: 8px 0 0 0; }

form.pmpro_form #oi_has_oi_div .leftmar,
form.pmpro_form #additional_adult_1_div .leftmar,
form.pmpro_form #additional_adult_1_has_oi_div .leftmar,
form.pmpro_form #additional_adult_2_div .leftmar,
form.pmpro_form #additional_adult_2_has_oi_div .leftmar,
form.pmpro_form #additional_adult_3_div .leftmar,
form.pmpro_form #additional_adult_3_has_oi_div .leftmar,
form.pmpro_form #additional_adult_4_div .leftmar,
form.pmpro_form #additional_adult_4_has_oi_div .leftmar,
form.pmpro_form #additional_child_1_div .leftmar,
form.pmpro_form #additional_child_1_has_oi_div .leftmar,
form.pmpro_form #additional_child_2_div .leftmar,
form.pmpro_form #additional_child_2_has_oi_div .leftmar,
form.pmpro_form #additional_child_3_div .leftmar,
form.pmpro_form #additional_child_3_has_oi_div .leftmar,
form.pmpro_form #additional_child_4_div .leftmar,
form.pmpro_form #additional_child_4_has_oi_div .leftmar,
form.pmpro_form #additional_child_5_div .leftmar,
form.pmpro_form #additional_child_5_has_oi_div .leftmar {
  margin: 8px 0 0 190px; }

form.pmpro_form #oi_has_oi_div label,
form.pmpro_form #additional_adult_1_div label,
form.pmpro_form #additional_adult_1_has_oi_div label,
form.pmpro_form #additional_adult_2_div label,
form.pmpro_form #additional_adult_2_has_oi_div label,
form.pmpro_form #additional_adult_3_div label,
form.pmpro_form #additional_adult_3_has_oi_div label,
form.pmpro_form #additional_adult_4_div label,
form.pmpro_form #additional_adult_4_has_oi_div label,
form.pmpro_form #additional_child_1_div label,
form.pmpro_form #additional_child_1_has_oi_div label,
form.pmpro_form #additional_child_2_div label,
form.pmpro_form #additional_child_2_has_oi_div label,
form.pmpro_form #additional_child_3_div label,
form.pmpro_form #additional_child_3_has_oi_div label,
form.pmpro_form #additional_child_4_div label,
form.pmpro_form #additional_child_4_has_oi_div label,
form.pmpro_form #additional_child_5_div label,
form.pmpro_form #additional_child_5_has_oi_div label {
  font-weight: bold; }

form.pmpro_form #additional_adult_1_has_oi_div,
form.pmpro_form #additional_adult_2_has_oi_div,
form.pmpro_form #additional_adult_3_has_oi_div,
form.pmpro_form #additional_child_1_has_oi_div,
form.pmpro_form #additional_child_2_has_oi_div,
form.pmpro_form #additional_child_3_has_oi_div,
form.pmpro_form #additional_child_4_has_oi_div {
  border-bottom: 1px solid #d7e8f4;
  padding-bottom: 1em; }

form.pmpro_form #pmpro-checkout-add-family a.disabled-link {
  color: #ddd;
  cursor: default; }

#theme-my-login .form-table #additional_adult_2_tr,
#theme-my-login .form-table #additional_child_1_tr,
#theme-my-login .form-table #additional_child_2_tr,
#theme-my-login .form-table #additional_child_3_tr,
#theme-my-login .form-table #additional_child_4_tr {
  border-top: 1px solid #0c84ac; }

#theme-my-login .form-table #additional_child_1_tr td,
#theme-my-login .form-table #additional_child_2_tr td,
#theme-my-login .form-table #additional_child_3_tr td,
#theme-my-login .form-table #additional_child_4_tr td {
  padding-top: 2em; }

input#donation {
  width: auto;
  padding: .25em; }

/**
* Levels page
*/
.pmpro_checkout tr.active td {
  background: #d7e8f4; }

/**
* Members page
*/
.content-wrapper main .page-content .pmpro_content_message a {
  text-decoration: none; }

/**
* Donations
*/
.stripe-button-el {
  margin: 0 0 1em 0; }

.asp-thank-you-page-qty,
.asp-thank-you-page-msg2,
.asp-thank-you-page-product-name {
  display: none !important; }

/**
* Invoices table
*/
#pmpro_invoice_table thead {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  text-align: left; }

#pmpro_invoice_table td {
  padding: 1em 0; }

#pmpro_invoice_table {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em; }

/**
* Profile page
**/
#your-profile .form-table {
  margin-top: 2em; }

select {
  font-size: 25px;
  margin: 0 0 1em; }

/**
* Hide bio field
**/
/*.tml-user-description-wrap {
    display: none;
}*/

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