﻿@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic,700italic);
/* Navigation */
/*
 * Sprite Images
 ************************************************************************************************
 */
#site_header div.navigation .menu_show .ico.open_icon, #site_header div.navigation .menu_show .ico.close_icon, .logo_visa, .logo_mastercard, .logo_mw {
  background-image: url('../media/img/sprites.png'); }

#site_header div.navigation .menu_show .ico.open_icon {
  background-position: -29px -157px;
  width: 25px;
  height: 24px; }

#site_header div.navigation .menu_show .ico.close_icon {
  background-position: -1px -157px;
  width: 27px;
  height: 23px; }

.logo_visa {
  background-position: -208px -257px;
  width: 106px;
  height: 32px; }

.logo_mastercard {
  background-position: -129px -250px;
  width: 78px;
  height: 46px; }

.logo_mw {
  background-position: 0px -191px;
  width: 198px;
  height: 54px; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  color: #414142;
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  font-weight: 400;
  font-size: 100%;
  background-color: #f5f5f5; }

form {
  width: 100%;
  height: 100%; }

input {
  font-family: Lato, Arial, Helvetica, Sans-Serif; }

select {
  font-family: Lato, Arial, Helvetica, Sans-Serif; }

textarea {
  font-family: Lato, Arial, Helvetica, Sans-Serif; }

h1 {
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  color: #414142;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  position: relative; }
  h1:after {
    content: " ";
    width: 200px;
    height: 2px;
    display: block;
    background-color: #f04e30;
    position: absolute;
    bottom: 0; }

h2 {
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  color: #ef3f2a;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px; }

h3 {
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  color: #414142;
  font-weight: 700; }

h4 {
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  color: #414142;
  font-weight: 700;
  line-height: 20px; }

h5 {
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  color: #414142;
  font-weight: 700; }

h6 {
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  color: #414142;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px; }

a {
  color: #f04e30;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.link_button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 30px;
    background-color: #ef3f2a;
    color: #ffffff;
    display: inline-block;
    position: relative; }
    a.link_button:hover {
      background-color: #d2202f;
      text-decoration: none; }
    a.link_button span {
      vertical-align: middle; }
      a.link_button span.icon {
        position: absolute;
        right: 10px;
        top: 21px; }
      a.link_button span.icon.date {
        top: -16px; }

em {
  font-weight: normal;
  font-style: italic; }

i {
  font-weight: normal;
  font-style: italic; }

strong {
  font-weight: 700; }

b {
  font-weight: 700; }

.acc-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.error {
  color: #d63332; }
  .error a {
    text-decoration: underline; }
    .error a:hover {
      text-decoration: none; }

.addthis_toolbox {
  position: absolute !important;
  top: 0;
  right: -60px !important;
  z-index: 50; }

div.wrapper {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
div.template_homepage {
  text-align: center; }
  div.template_homepage h1 {
    font-size: 36px;
    line-height: 36px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px; }
    div.template_homepage h1:after {
      display: none; }
    @media all and (max-width: 900px) {
      div.template_homepage h1 {
        font-size: 30px; } }
  div.template_homepage h2 {
    font-size: 16px;
    color: #414142;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media all and (max-width: 900px) {
      div.template_homepage h2 {
        font-size: 14px; } }
  div.template_homepage hr {
    margin-bottom: 40px;
    border: none;
    border-bottom: 1px solid #ebebeb; }
    div.template_homepage hr:after {
      content: " ";
      width: 200px;
      height: 2px;
      display: block;
      background-color: #f04e30;
      bottom: 0;
      margin: 0 auto; }
  div.template_homepage p {
    margin: 0 10%;
    font-size: 16px;
    line-height: 24px; }
  div.template_homepage a {
    margin: 15px auto 0;
    background-color: #f04e30;
    width: 110px;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
    text-decoration: none; }
    div.template_homepage a:hover {
      background-color: #fff;
      color: #f04e30; }

#site_main {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff; }

#site_header {
  margin-bottom: 40px;
  height: initial; }
  @media all and (min-width: 900px) {
    #site_header {
      margin-bottom: 180px;
      height: 215px;
      position: relative; } }
  #site_header div.top_nav {
    position: relative;
    overflow: hidden; }
    @media all and (min-width: 900px) {
      #site_header div.top_nav {
        min-height: 165px; } }
    #site_header div.top_nav div.logo {
      width: 360px;
      height: 96px;
      background: url(../media/img/sprites.png) no-repeat;
      margin: 0 auto; }
      @media all and (min-width: 900px) {
        #site_header div.top_nav div.logo {
          position: absolute;
          top: 30px;
          margin: 0; } }
      #site_header div.top_nav div.logo a {
        width: 100%;
        height: 100%;
        display: block; }
    @media all and (min-width: 900px) {
      #site_header div.top_nav div.head_controls {
        width: 380px;
        position: absolute;
        top: 25px;
        right: 0; } }
    #site_header div.top_nav div.head_controls .enews {
      display: none; }
      @media all and (min-width: 900px) {
        #site_header div.top_nav div.head_controls .enews {
          font-family: Lato, Arial, Helvetica, Sans-Serif;
          font-size: 14px;
          text-transform: uppercase;
          font-weight: 700;
          display: block;
          position: absolute;
          top: 7px;
          right: 0;
          color: #414142; } }
    #site_header div.top_nav div.head_controls div.search {
      display: none;
      background-color: #f5f5f5; }
      @media all and (min-width: 900px) {
        #site_header div.top_nav div.head_controls div.search {
          display: block;
          width: 260px;
          height: 30px;
          position: absolute;
          left: 0; } }
      #site_header div.top_nav div.head_controls div.search input {
        width: 200px;
        height: 30px;
        padding-left: 10px;
        font-size: 12px;
        color: #6f6f6f;
        background: none;
        border: none;
        outline: none; }
      #site_header div.top_nav div.head_controls div.search .icon {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer; }
    #site_header div.top_nav div.head_controls div.button {
      width: 100%;
      height: 50px;
      background-color: #f47e47;
      display: block;
      overflow: hidden;
      margin: 2px 0; }
      @media all and (min-width: 900px) {
        #site_header div.top_nav div.head_controls div.button {
          width: 185px;
          position: absolute;
          top: 50px;
          left: 0; } }
      #site_header div.top_nav div.head_controls div.button a {
        width: 100%;
        height: 100%;
        display: block;
        color: #ffffff;
        position: relative; }
        #site_header div.top_nav div.head_controls div.button a:hover {
          text-decoration: none; }
        #site_header div.top_nav div.head_controls div.button a span {
          width: 70px;
          top: 10px;
          left: 20px;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          display: block;
          position: absolute;
          line-height: 14px; }
          #site_header div.top_nav div.head_controls div.button a span strong {
            font-size: 14px; }
        #site_header div.top_nav div.head_controls div.button a:after {
          content: " ";
          width: 67px;
          height: 50px;
          display: block;
          position: absolute;
          right: 0;
          background: url(../media/img/sprites.png) no-repeat;
          background-position: -360px -68px; }
      #site_header div.top_nav div.head_controls div.button.donate {
        background-color: #d2202f;
        right: 0;
        left: auto; }
        #site_header div.top_nav div.head_controls div.button.donate a:after {
          width: 78px;
          background-position: -427px -72px; }
    #site_header div.top_nav div.head_controls div.social {
      display: none; }
  #site_header div.image {
    height: 100px;
    background: url(//rva.blob.core.windows.net/assets/uploads/img/base/header-back.jpg) no-repeat; }
    @media all and (min-width: 900px) {
      #site_header div.image {
        margin-top: 50px; } }
  #site_header div.navigation {
    background-color: #f04e30;
    overflow: visible !important;
    position: relative;
    z-index: 2;
    top: 0;
    /* REGULAR MENU FUNCTIONALITY */
    /* REGULAR MENU COLORS - INFO: NEED STRONG SPECIFICITY */
    /* MOBILE MENU */
    /*.menu_show {
                position: absolute;
                right: 0; top: 0;
                padding: 13px;
                z-index: 10;

                .ico_mobile_menu_closed, .ico_mobile_menu_open {
                    display: block;
                }

                @media all and (min-width: 900px) {
                    display: none;
                }
            }

            &.menu_open ul.menu {
                display: block;

                > li {
                    text-align: left;
                    background-color: $rva_red;
                    width: 100%;
                    padding-left: 20px;

                    @media all and (min-width: 900px) {
                        padding-left: 0;
                    }

                    a {
                        color: white;
                        text-decoration: none;
                        width: 100%;
                        display: block;  
		            }

                    &:hover { background-color: $rva_hover; }
                }
            }*/ }
    @media all and (min-width: 900px) {
      #site_header div.navigation {
        position: absolute;
        top: 165px;
        width: 100%; } }
    #site_header div.navigation div.sign_in {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      @media all and (min-width: 900px) {
        #site_header div.navigation div.sign_in {
          margin-right: 20px;
          position: absolute;
          right: 0;
          top: 0; } }
      #site_header div.navigation div.sign_in a {
        font-size: 14px;
        font-weight: 700;
        line-height: 50px;
        text-transform: uppercase;
        color: #ffffff;
        display: block; }
        #site_header div.navigation div.sign_in a:hover {
          text-decoration: none; }
          @media all and (max-width: 900px) {
            #site_header div.navigation div.sign_in a:hover {
              background-color: #d2202f; } }
        #site_header div.navigation div.sign_in a#acc_logout {
          position: absolute;
          background-color: #f04e30;
          padding: 0 20px;
		  right: -100px;
		  top: 0; }
        #site_header div.navigation div.sign_in a#acc_login {
          padding: 0 20px; }
      #site_header div.navigation div.sign_in:hover #acc_logout {
        /* TEMPORARILY DISABLED - Not in original site, change only affects multi-tier menus which revealed this bug. */
        /*display: block;*/ }
      #site_header div.navigation div.sign_in span.icon {
        position: absolute;
        top: 18px;
        left: -20px; }
    #site_header div.navigation ul {
      padding-left: 0;
      list-style: none;
      position: relative;
      display: table;
      /* TIER  1 */ }
      #site_header div.navigation ul li {
        float: left;
        /* HOVER BEHAVIOUR */ }
        #site_header div.navigation ul li:hover > ul {
          display: block; }
        #site_header div.navigation ul li a {
          display: block;
          text-transform: uppercase;
          text-decoration: none;
          padding: 0 18px;
          line-height: 50px;
          font-size: 0.875em;
          font-weight: 700; }
      #site_header div.navigation ul ul {
        display: none;
        padding: 0;
        position: absolute;
        top: 100%;
        /* TIER  2 */ }
        #site_header div.navigation ul ul li {
          float: none;
          position: relative;
          white-space: nowrap; }
          #site_header div.navigation ul ul li a {
            /*padding: $menu_t2_padding_v $menu_t2_padding_h;*/ }
        #site_header div.navigation ul ul ul {
          position: absolute;
          left: 100%;
          top: 0;
          /* TIER 3 */ }
          #site_header div.navigation ul ul ul li a {
            /*padding: $menu_t3_padding_v $menu_t3_padding_h;*/ }
      #site_header div.navigation ul:after {
        content: "";
        clear: both;
        display: block; }
    #site_header div.navigation .wrapper > ul > li {
      /* TIER  1 */
      background: #f04e30; }
      #site_header div.navigation .wrapper > ul > li > a {
        color: white; }
      #site_header div.navigation .wrapper > ul > li:hover {
        background: #d2202f; }
        #site_header div.navigation .wrapper > ul > li:hover > a {
          color: white; }
      #site_header div.navigation .wrapper > ul > li > ul > li {
        /* TIER  2 */
        background: #d2202f; }
        #site_header div.navigation .wrapper > ul > li > ul > li > a {
          color: white; }
        #site_header div.navigation .wrapper > ul > li > ul > li:hover {
          background: #B5202D; }
          #site_header div.navigation .wrapper > ul > li > ul > li:hover > a {
            color: white; }
        #site_header div.navigation .wrapper > ul > li > ul > li > ul > li {
          /* TIER  3 */
          background: #B5202D; }
          #site_header div.navigation .wrapper > ul > li > ul > li > ul > li > a {
            color: white; }
          #site_header div.navigation .wrapper > ul > li > ul > li > ul > li:hover {
            background: #891620; }
            #site_header div.navigation .wrapper > ul > li > ul > li > ul > li:hover > a {
              color: white; }
    #site_header div.navigation .menu_show {
      display: none; }
    @media all and (max-width: 900px) {
      #site_header div.navigation {
        /* MOBILE MENU LIST ITEMS */ }
        #site_header div.navigation .icon-container {
          overflow: hidden; }
        #site_header div.navigation.menu_open ul.menu {
          display: block !important; }
          #site_header div.navigation.menu_open ul.menu > li {
            text-align: left;
            width: 100%; }
        #site_header div.navigation .wrapper > ul {
          padding: 0; }
          #site_header div.navigation .wrapper > ul.menu {
            display: none; }
          @media all and (min-width: 900px) {
            #site_header div.navigation .wrapper > ul.menu {
              display: inline-block; }
 }
          #site_header div.navigation .wrapper > ul ul, #site_header div.navigation .wrapper > ul ul ul {
            position: relative;
            left: 0; }
        #site_header div.navigation .menu_show {
          display: block;
          position: absolute;
          right: 0;
          z-index: 10;
          padding: 13px; }
          @media all and (min-width: 900px) {
            #site_header div.navigation .menu_show {
              display: none; } }
          #site_header div.navigation .menu_show .ico {
            display: block; } }

.social-holder {
  display: none; }
  @media all and (max-width: 900px) {
    .social-holder {
      display: block;
      position: relative;
      height: 50px; }
      .social-holder .social {
        display: block !important;
        width: 150px;
        position: absolute;
        top: 16px; }
        .social-holder .social a {
          height: 19px;
          margin-right: 5px;
          display: inline-block;
          background: url(../media/img/sprites.png) no-repeat; }
          .social-holder .social a.facebook {
            width: 22px;
            background-position: -251px -112px; }
          .social-holder .social a.twitter {
            width: 22px;
            background-position: -273px -112px; }
          .social-holder .social a.linkedin {
            width: 22px;
            background-position: -295px -112px; }
          .social-holder .social a.youtube {
            width: 43px;
            background-position: -317px -112px; } }

#site_body {
  overflow: hidden;
  font-size: 14px; }
  #site_body div.site_side_panel {
    width: 100%;
    margin: 0 50px 25px 0; }
    @media all and (min-width: 900px) {
      #site_body div.site_side_panel {
        float: left;
        max-width: 240px; } }
    @media all and (min-width: 1300px) {
      #site_body div.site_side_panel {
        margin: 0 60px 0 0; } }
  #site_body div.content {
    padding: 0 10px; }
    @media all and (min-width: 900px) {
      #site_body div.content {
        float: left;
        padding: 0;
        max-width: 600px;
        width: 100%; } }
    @media all and (min-width: 1200px) {
      #site_body div.content {
        max-width: 900px; } }

#site_footer {
  margin-top: 50px; }
  #site_footer div.donate_panel {
    color: white;
    background-color: #f04e30;
    position: relative;
    overflow: hidden;
    padding: 10px; }
    @media all and (min-width: 900px) {
      #site_footer div.donate_panel {
        height: 80px;
        padding: 0; } }
    @media all and (max-width: 900px) {
      #site_footer div.donate_panel {
        display: none !important; } }
    #site_footer div.donate_panel h3 {
      color: #ffffff;
      font-size: 14px;
      text-transform: uppercase;
      margin: 0 0 10px 20px; }
      @media all and (min-width: 900px) {
        #site_footer div.donate_panel h3 {
          margin: 0;
          position: absolute;
          left: 127px;
          top: 10px;
          width: 230px; } }
      @media all and (min-width: 1200px) {
        #site_footer div.donate_panel h3 {
          width: auto;
          left: 160px;
          top: 18px; } }
      #site_footer div.donate_panel h3 strong {
        font-size: 20px;
        display: block;
        margin-top: 8px; }
    #site_footer div.donate_panel ul {
      overflow: hidden;
      margin-right: 20px;
      text-align: center; }
      @media all and (min-width: 900px) {
        #site_footer div.donate_panel ul {
          position: absolute;
          top: 20px;
          right: 0;
          text-align: left; } }
      #site_footer div.donate_panel ul li {
        display: inline-block;
        border: 2px solid #ffffff;
        margin: 5px 0 5px 20px;
        width: 100%;
        max-width: 200px; }
        @media all and (min-width: 900px) {
          #site_footer div.donate_panel ul li {
            float: left;
            width: auto; } }
        #site_footer div.donate_panel ul li a {
          width: auto;
          height: 100%;
          display: block;
          color: #ffffff;
          font-size: 13px;
          font-weight: 700;
          line-height: 35px;
          padding: 0 20px; }
          #site_footer div.donate_panel ul li a:hover {
            text-decoration: none;
            background-color: #ffffff;
            color: #f04e30; }
            #site_footer div.donate_panel ul li a:hover span.icon {
              background-position: -448px 0; }
          #site_footer div.donate_panel ul li a span.icon {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px; }
    @media all and (min-width: 900px) {
      #site_footer div.donate_panel div.wrapper:before {
        content: "";
        width: 127px;
        height: 80px;
        display: block;
        position: relative;
        left: -35px;
        background: url(../media/img/sprites.png) no-repeat;
        background-position: -427px -169px;
        position: absolute; } }
  #site_footer div.info {
    overflow: hidden;
    clear: both;
    margin-top: 50px;
    padding: 0 10px; }
    #site_footer div.info h2 {
      font-size: 14px;
      font-weight: 700;
      color: #414142;
      text-transform: uppercase;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ebebeb;
      position: relative; }
      #site_footer div.info h2:after {
        content: " ";
        width: 200px;
        height: 2px;
        display: block;
        background-color: #f04e30;
        position: absolute;
        bottom: 0; }
    #site_footer div.info div.about {
      max-width: 800px;
      width: 100%;
      float: left;
      margin-right: 70px; }
      #site_footer div.info div.about p {
        font-size: 14px;
        line-height: 24px;
        display: none; }
        @media all and (min-width: 600px) {
          #site_footer div.info div.about p {
            display: block; } }
      #site_footer div.info div.about ul {
        overflow: hidden;
        clear: both;
        margin-top: 20px; }
        #site_footer div.info div.about ul li {
          float: left;
          text-transform: uppercase;
          margin: 0 40px 10px 0; }
          @media all and (min-width: 600px) {
            #site_footer div.info div.about ul li {
              margin: 0 40px 0 0; } }
          #site_footer div.info div.about ul li a {
            font-size: 12px;
            color: #ef3f2a;
            font-weight: 700; }
            #site_footer div.info div.about ul li a strong {
              font-size: 14px;
              display: block; }
            #site_footer div.info div.about ul li a:hover {
              text-decoration: none; }
    #site_footer div.info div.contact {
      width: 280px;
      float: left;
      margin-top: 20px; }
      #site_footer div.info div.contact table {
        font-size: 14px;
        line-height: 24px; }
        #site_footer div.info div.contact table .head {
          color: #f04e30;
          font-weight: 700;
          padding-right: 5px; }
  #site_footer div.legals {
    border-top: 1px solid #ebebeb;
    margin-top: 40px;
    padding-top: 20px;
    color: #414142;
    font-size: 12px;
    font-weight: 700;
    background-color: white; }
    @media all and (min-width: 1000px) {
      #site_footer div.legals {
        height: 40px; } }
    #site_footer div.legals div.social {
      text-align: center;
      margin-bottom: 10px; }
      @media all and (min-width: 1000px) {
        #site_footer div.legals div.social {
          position: absolute;
          left: 135px;
          top: 0; } }
      #site_footer div.legals div.social a {
        height: 19px;
        margin-right: 5px;
        display: inline-block;
        background: url(../media/img/sprites.png) no-repeat; }
        #site_footer div.legals div.social a.facebook {
          width: 22px;
          background-position: -251px -112px; }
        #site_footer div.legals div.social a.twitter {
          width: 22px;
          background-position: -273px -112px; }
        #site_footer div.legals div.social a.linkedin {
          width: 22px;
          background-position: -295px -112px; }
        #site_footer div.legals div.social a.youtube {
          width: 43px;
          background-position: -317px -112px; }
        #site_footer div.legals div.social a.instagram {
          background: url(../media/img/icon-instagram.png) no-repeat;
          width: 20px;
          height: 20px;
        }
    #site_footer div.legals div.copyright {
      text-align: center;
      padding-top: 5px;
      margin-bottom: 10px; }
      #site_footer div.legals div.copyright .links {
        display: block;
        margin: 10px 0 0 15px;
        color: #f04e30;
        text-transform: uppercase; }
        @media all and (min-width: 1000px) {
          #site_footer div.legals div.copyright .links {
            display: inline-block;
            margin: 0 0 0 15px; } }

#powered_by_engonet {
  text-align: center; }
  @media all and (min-width: 1000px) {
    #powered_by_engonet {
      position: absolute;
      right: 160px;
      top: 0; } }

.cms h1 {
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  color: #414142;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  position: relative; 
  margin-bottom:17px;
}
  .cms h1:after {
    content: " ";
    width: 200px;
    height: 2px;
    display: block;
    background-color: #f04e30;
    position: absolute;
    bottom: 0; }
.cms h2 {
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  color: #ef3f2a;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px; }
.cms h3 {
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  color: #414142;
  font-weight: 700;
  font-size: 18px; }
.cms h4 {
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  color: #414142;
  font-weight: 700;
  line-height: 20px; }
.cms h5 {
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  color: #414142;
  font-weight: 700; }
.cms h6 {
  font-family: Lato, Arial, Helvetica, Sans-Serif;
  color: #414142;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px; }
.cms p {
  color: #414142;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
.cms ul {
  padding-left: 30px;
  margin-bottom: 15px;
  list-style: disc; }
.cms ol {
  padding-left: 30px;
  margin-bottom: 15px;
  list-style: decimal; }
.cms li {
  line-height: 24px;
  font-size: 14px; }
.cms blockquote {
  padding: 0 30px; }

#module_login {
  word-wrap: break-word; }

#module_logout {
  word-wrap: break-word; }

#module_site_closed {
  word-wrap: break-word; }

#dialog {
  display: none; }
  #dialog .ui-icon {
    float: left;
    margin: 0 7px 20px 0; }

#ajaxLoading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
  background-color: #1a1a1a;
  text-align: center;
  filter: alpha(opacity=30);
  opacity: 0.3; }
  #ajaxLoading img {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    position: absolute; }

.icon {
  background: url(../media/img/sprites.png) no-repeat; }
  .icon.date {
    width: 21px;
    height: 27px;
    background-position: -339px -131px;
    display: block; }
  .icon.marker {
    width: 17px;
    height: 25px;
    background-position: -322px -131px;
    display: block; }
  .icon.mobile {
    width: 16px;
    height: 24px;
    background-position: -306px -131px;
    display: block; }
  .icon.arrow_orange {
    width: 11px;
    height: 13px;
    background-position: -448px 0;
    display: block; }
  .icon.arrow_white {
    width: 11px;
    height: 13px;
    background-position: -459px 0;
    display: block; }
  .icon.eyeglass {
    width: 15px;
    height: 16px;
    background-position: -345px -96px;
    display: block; }

#UIAlert {
  display: none;
  margin-bottom: 10px;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 20px;
  color: #ffffff;
  background-color: #d6581c; }
  #UIAlert a {
    color: #ffffff; }

#UIError {
  display: none;
  margin-bottom: 10px;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 20px;
  color: #ffffff;
  background-color: #d63332; }

.ui_alert {
  display: none;
  margin-bottom: 10px;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 20px;
  color: #ffffff;
  background-color: #fbbd6b; }
  .ui_alert h2 {
    color: white;
    margin-bottom: 0; }
  .ui_alert a {
    color: #ffffff; }
  .ui_alert p {
    color: white; }

.ui_error {
  display: none;
  margin-bottom: 10px;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 20px;
  color: #ffffff;
  background-color: #d63332; }

.form {
  margin: 20px 0 0;
  width: 100%; }
  @media all and (max-width: 600px) {
    .form .row > .inline {
      margin-right: 0; }

    .form > .recurring_donation, .form > h2 {
      margin: 0px 10px 25px 10px; }

    .form > .recurring_donation {
      margin: 0px 10px 25px 10px; }
      .form > .recurring_donation .row {
        width: 100%; }
 }
  @media all and (min-width: 600px) {
    .form .row > .inline {
      max-width: 286px; }
      .form .row > .inline:first-child {
        margin-right: 25px; }
 }
  .form h2 {
    font-size: 20px;
    margin: 40px 0 15px;
    font-weight: 700; }
  .form .row {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    max-width: 600px; }
  .form label {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 5px 0;
    text-align: left;
    vertical-align: middle;
    padding-top: 0;
    color: #414142;
    font-size: 14px; }
    @media all and (min-width: 600px) {
      .form label {
        min-width: 62px;
        width: auto; } }
    .form label.error {
      color: #cd2200;
      font-size: 13px;
      text-align: left;
      top: 0;
      right: 0;
      position: relative; }
      @media all and (min-width: 600px) {
        .form label.error {
          position: absolute; } }
  .form input[type="text"] {
    width: 100%;
    max-width: 315px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #f0f0f0;
    padding: 10px;
    border: none; }
  .form input[type="password"] {
    width: 100%;
    max-width: 315px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #f0f0f0;
    padding: 10px;
    border: none; }
  .form select {
    width: 100%;
    max-width: 315px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #f0f0f0;
    padding: 10px;
    border: none;
    width: 285px; }
  .form textarea {
    width: 100%;
    max-width: 315px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #f0f0f0;
    padding: 10px;
    border: none; }
  .form input[type="file"] {
    display: block; }
  .form .full input[type="text"] {
    width: 100%;
    max-width: 600px; }
  .form .full input[type="password"] {
    width: 100%;
    max-width: 600px; }
  .form .full textarea {
    width: 100%;
    max-width: 600px; }
  .form .full select {
    width: 100%;
    max-width: 600px; }
  .form .inline {
    display: inline-block;
    position: relative;
    width: 100%; }
    .form .inline:first-child {
      margin: 0 15px 0 0; }
  .form input[type="text"]:disabled, .form input[type="text"]:read-only, .form input[type="password"]:disabled, .form input[type="password"]:read-only, .form select:disabled, .form textarea:disabled, .form textarea:read-only {
    color: #868585;
    border: 1px solid #dddddd; }
  .form .submit {
    margin: 10px 0 0;
    padding: 20px 0 5px; }
    .form .submit.full .link_button {
      width: 100%;
      max-width: 300px;
      text-align: center;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .form .submit .link_button.left_submit {
      margin-right: 10px;
      width: 58%;
      text-align: center; }
  .form .uploaded_image_container {
    overflow: hidden;
    position: relative;
    border: 1px solid #666666;
    display: none;
    margin-bottom: 5px; }
    .form .uploaded_image_container img {
      display: block; }
  .form .uploaded_image_save_cancel_container {
    display: none;
    font-size: 12px;
    margin-bottom: 10px; }
  .form .uploaded_image_delete_container {
    display: none;
    font-size: 12px;
    margin-bottom: 10px; }
  .form .uploaded_image_heading_save_cancel_container {
    display: none;
    font-size: 12px;
    margin-bottom: 10px; }
  .form .uploaded_image_heading_delete_container {
    display: none;
    font-size: 12px;
    margin-bottom: 10px; }
  .form .selected_image_delete_container {
    display: none;
    font-size: 12px;
    margin-bottom: 10px; }
  .form span.req {
    color: #d63332; }
  .form > div > span:first-child {
    width: auto;
    display: inline-block;
    margin: 0 0 5px 0;
    text-align: left;
    vertical-align: middle;
    padding-top: 0;
    color: #414142;
    font-size: 14px; }
  .form > div > div > span:first-child {
    width: auto;
    display: inline-block;
    margin: 0 0 5px 0;
    text-align: left;
    vertical-align: middle;
    padding-top: 0;
    color: #414142;
    font-size: 14px; }
  .form .checkboxes label:first-child {
    width: auto;
    display: inline-block;
    margin: 0 0 5px 0;
    text-align: left;
    vertical-align: middle;
    padding-top: 0;
    color: #414142;
    font-size: 14px; }
  .form .large_textarea textarea {
    min-height: 164px; }
  .form div.counter span.counter {
    position: absolute;
    right: 0;
    left: auto !important;
    top: 6px !important;
    font-size: 12px; }
  .form .uploaded_image_heading_container img {
    display: block; }
  .form .selected_image_container img {
    display: block; }

input[type="radio"] {
  position: absolute;
  left: -999em; }
  input[type="radio"] + label {
    font-size: 12px;
    color: #505050;
    position: relative;
    cursor: pointer;
    margin-right: 15px; }
    input[type="radio"] + label:before {
      content: " ";
      display: inline-block;
      position: relative;
      width: 16px;
      height: 16px;
      background: url(../media/img/sprites.png) no-repeat;
      margin-right: 5px;
      top: 4px;
      cursor: pointer;
      background-position: -38px -96px; }
  input[type="radio"]:checked + label:before {
    background-position: -38px -112px; }

input[type="checkbox"] {
  position: absolute;
  left: -999em; }
  input[type="checkbox"] + label:not(.error) {
    color: #505050;
    position: relative;
    cursor: pointer;
    font-size: 12px; }
    input[type="checkbox"] + label:not(.error):before {
      content: " ";
      display: inline-block;
      position: relative;
      width: 16px;
      height: 16px;
      background: url(../media/img/sprites.png) no-repeat;
      margin-right: 15px;
      cursor: pointer;
      background-position: -54px -96px;
      float: left; }
  input[type="checkbox"]:checked + label:before {
    background-position: -54px -112px; }

.ui-dialog .form > div > div > span:first-child {
  font-family: Lato, Arial, Helvetica, Sans-Serif; }

/*
 * Templates
 ************************************************************************************************
 */
.tplate-tri-cont {
  width: 100%;
  text-align: start;
  margin: 40px auto 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .tplate-tri-cont .col {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 280px;
    margin: 0 18px 50px 0; }
    @media all and (min-width: 600px) {
      .tplate-tri-cont .col {
        display: inline-block;
        vertical-align: top; } }
    @media all and (min-width: 1200px) {
      .tplate-tri-cont .col {
        margin-right: 27px; } }
    .tplate-tri-cont .col:last-child {
      margin-right: 0; }
  .tplate-tri-cont img {
    width: 280px;
    height: 280px;
    background-color: #ef3f2a; }
  .tplate-tri-cont h2 {
    text-align: center;
    margin: 20px 0; }
  .tplate-tri-cont p {
    text-align: center; }

/*.our-projects-container .img-our-projects { width: 100%; max-width: 300px; height: 160px; margin: 0 auto; }
.our-projects-container p { color: #5f5f5f; font-size: 1em; margin-top: 28px; text-align: start; margin-left: auto; margin-right: auto; max-width: 360px; }

.our-projects-container .our-projects-link { padding: 0.5em 1em; font-size: 1em; display: inline-block; margin: 0 0 50px 0; text-transform: uppercase; background-color: #74b74a; border-radius: 8px; text-decoration: none; }
.our-projects-container .our-projects-link:hover { background-color: #335220; }
.our-projects-container .ico-arrow-white { display: inline-block; margin: 0.25em; vertical-align: middle; }
.our-projects-container .btn-text { color: white; display: inline-block; font-size: 1em; vertical-align: middle; margin: 0 0.5em; font-family: 'Panefresco', Arial, Helvetica, Sans-Serif; font-weight: 900; }

@media all and (min-width: 600px) {
    .our-projects-container .our-projects-col { }
    .our-projects-container h1 { display: block; font-size: 5.625em; text-align: center; margin-bottom: 25px; }
    .our-projects-container h2 { font-size: 2.5em; font-weight: normal; font-family: 'Panefresco', Arial, Helvetica, Sans-Serif; }
    .our-projects-container h4 { text-align: center; max-width: 870px; }
    .our-projects-container .img-our-projects { width: 100%; max-width: 360px; }
    .our-projects-container p { color: #5f5f5f; }
}

@media all and (min-width: 900px) {
    .our-projects-container { width: 100%; max-width: 850px; text-align: start; }
    .our-projects-container .our-projects-col { text-align: start; max-width: 360px; }
}

@media all and (min-width: 1200px){
    .our-projects-container { text-align: center; max-width: 1200px; }
    .our-projects-container h4 { max-width: 1000px; }
    .our-projects-container .our-projects-col { max-width: 320px; }
}*/
/*# sourceMappingURL=screen.css.map */