@charset "UTF-8";
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
}
button:hover,
input[type="submit"]:hover {
  background-color: #2c5999;
  color: white;
}
button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}
a:hover {
  color: #2c5999;
}
a:active, a:focus {
  color: #2c5999;
  outline: none;
}

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: "\2014 \00A0";
}

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.application .header .navigation .primary .menu a:hover {
  color: #E45920;
}
.application .header .navigation .primary .menu > ul > li.page_item_has_children {
  padding-right: 5px;
}
.application .header .navigation .primary .menu > ul > li.page_item_has_children > a:after {
  position: absolute;
  top: auto;
  right: 2px;
  bottom: auto;
  left: auto;
  content: "\25BE";
  font-size: 0.8em;
}
.application .header .navigation .primary .menu > ul > li.page_item_has_children:hover ul.children {
  display: block;
}
.application .header .navigation .primary .menu > ul > li.page_item_has_children ul.children {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 200px;
  margin: 0px;
  background-color: #FFCF79;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.application .header .navigation .primary .menu > ul > li.page_item_has_children ul.children li {
  display: block;
  margin-bottom: 5px;
}
.application .header .navigation .primary .menu > ul > li.page_item_has_children ul.children li.page_item_has_children > a:after {
  content: "›";
  font-size: 1.2em;
  position: absolute;
  right: 5px;
}
.application .header .navigation .primary .menu > ul > li.page_item_has_children ul.children li.page_item_has_children:hover ul.children {
  display: block;
}
.application .header .navigation .primary .menu > ul > li.page_item_has_children ul.children li a {
  display: block;
  padding: 5px;
  color: #332B26;
}
.application .header .navigation .primary .menu > ul > li.page_item_has_children ul.children li a:hover {
  color: #E45920;
}
.application .header .navigation .primary .menu > ul > li.page_item_has_children ul.children li.current_page_item > a {
  color: #E45920;
}
.application .header .navigation .primary .menu > ul > li.page_item_has_children ul.children li ul.children {
  display: none;
  top: 0px;
  left: 190px;
}

html, body, .application {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  margin-bottom: -280px;
}
@media screen and (max-width: 768px) {
  #wrapper {
    margin-bottom: -225px;
  }
}
#wrapper:after {
  content: "";
  display: block;
  height: 280px;
}
@media screen and (max-width: 768px) {
  #wrapper:after {
    height: 225px;
  }
}

.footer {
  height: 280px;
}
@media screen and (max-width: 768px) {
  .footer {
    height: 225px;
  }
}

@font-face {
  font-family: "Dupree";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/duprrg__-webfont.eot");
  src: url("../fonts/duprrg__-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/duprrg__-webfont.woff") format("woff"), url("../fonts/duprrg__-webfont.ttf") format("truetype"), url("../fonts/duprrg__-webfont.svg#Dupree") format("svg");
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Dupree";
  font-weight: normal;
}

body {
  background-image: url(../images/bg_texture.png);
  background-color: #ffc461;
  padding: 0;
  margin: 0;
  color: #433933;
}
@media screen and (max-width: 768px) {
  body {
    background-image: none;
    background-color: transparent;
  }
}

.application {
  background-position: right 10px top;
}
.application .header {
  background-image: url(../images/header-background.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  height: 431px;
}
@media screen and (max-width: 768px) {
  .application .header {
    background-image: none;
    background-color: #fff;
    height: 320px;
  }
}
.application .header .container {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  z-index: 13;
}
.application .header .container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 935px) {
  .application .header .container {
    max-width: 50em;
  }
}
@media screen and (max-width: 768px) {
  .application .header .container {
    max-width: 48em;
  }
}
.application .header .details {
  display: block;
  padding-top: 38px;
  height: 150px;
}
.application .header .details:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .application .header .details {
    padding-top: 17px;
    height: 89px;
  }
}
.application .header .details .brand {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}
.application .header .details .brand:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .application .header .details .brand {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .application .header .details .brand:last-child {
    margin-right: 0;
  }
}
.application .header .details .brand .brand-afls {
  overflow: hidden;
  display: block;
  width: 381px;
  height: 68px;
  background-image: url(../images/brand-afls.png);
  background-repeat: no-repeat;
  background-position: center;
}
.application .header .details .brand .brand-afls:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .application .header .details .brand .brand-afls {
    margin: auto;
  }
}
@media screen and (max-width: 381px) {
  .application .header .details .brand .brand-afls {
    width: 95%;
    background-size: 100%;
  }
}
.application .header .details .contact {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  margin-right: 0;
  font-family: "Dupree";
  color: #433933;
}
.application .header .details .contact:last-child {
  margin-right: 0;
}
.application .header .details .contact .contact-holder {
  margin-top: 3.0rem;
  margin-right: 8.0rem;
  text-align: center;
  font-size: 1.2rem;
}
.application .header .details .contact .contact-holder p {
  margin: 0;
}
.application .header .details .contact strong {
  color: #433933;
}
@media screen and (max-width: 768px) {
  .application .header .details .contact {
    display: none;
  }
}
.application .header .navigation {
  display: block;
  position: relative;
  z-index: 14;
}
.application .header .navigation:after {
  content: "";
  display: table;
  clear: both;
}
.application .header .navigation .container {
  position: relative;
  background-image: url(../images/primary-navigation-background.png);
  background-repeat: no-repeat;
  height: 53px;
}
@media screen and (max-width: 768px) {
  .application .header .navigation .container {
    background-image: none;
    text-align: center;
    margin-top: 22px;
  }
}
.application .header .navigation .mobile-navigation {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: none;
}
.application .header .navigation .mobile-navigation:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .application .header .navigation .mobile-navigation {
    display: block;
  }
}
.application .header .navigation .mobile-navigation .trigger {
  display: inline-block;
  background-image: url(../images/primary-navigation-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  width: 80%;
  height: 58px;
  font-family: "Dupree";
  font-size: 2.0rem;
  font-weight: normal;
  padding: 0;
}
.application .header .navigation .mobile-navigation .menu {
  display: none;
}
.application .header .navigation .mobile-navigation ul {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 250px;
  background-color: #ee6f35;
  margin-left: -125px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 15;
}
.application .header .navigation .mobile-navigation ul li {
  display: block;
}
.application .header .navigation .mobile-navigation ul li a {
  font-size: 1.2rem;
  padding: 0.5rem;
}
.application .header .navigation .primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 70.14568%;
}
.application .header .navigation .primary:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .application .header .navigation .primary {
    display: none;
  }
}
.application .header .navigation .primary ul {
  margin-left: 1.0rem;
  font-size: 0.9rem;
}
.application .header .navigation .primary ul li {
  display: inline-block;
}
.application .header .navigation .primary ul li a {
  padding: 1.0rem 0.5rem;
}
@media screen and (max-width: 935px) {
  .application .header .navigation .primary ul li a {
    padding: 1.0rem 0.25rem;
    font-size: 0.8rem;
  }
}
.application .header .navigation .primary,
.application .header .navigation .mobile-navigation {
  font-family: "Dupree";
  position: relative;
}
.application .header .navigation .primary ul li,
.application .header .navigation .mobile-navigation ul li {
  position: relative;
}
.application .header .navigation .primary ul li a,
.application .header .navigation .mobile-navigation ul li a {
  display: block;
  color: #fff;
}
.application .header .navigation .primary ul li.current_page_item > a, .application .header .navigation .primary ul li.current_page_parent > a,
.application .header .navigation .mobile-navigation ul li.current_page_item > a,
.application .header .navigation .mobile-navigation ul li.current_page_parent > a {
  color: #ee6f35;
}
@media screen and (max-width: 768px) {
  .application .header .navigation .primary ul li.current_page_item > a, .application .header .navigation .primary ul li.current_page_parent > a,
  .application .header .navigation .mobile-navigation ul li.current_page_item > a,
  .application .header .navigation .mobile-navigation ul li.current_page_parent > a {
    color: #000;
  }
}
.application .header .navigation .search {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 27.49666%;
  margin-right: 0;
  text-align: left;
}
.application .header .navigation .search:last-child {
  margin-right: 0;
}
.application .header .navigation .search form {
  margin-top: 0.8rem;
}
.application .header .navigation .search form input {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .application .header .navigation .search {
    display: none;
  }
}
.application .header .page-title {
  display: block;
  height: 89px;
}
.application .header .page-title:after {
  content: "";
  display: table;
  clear: both;
}
.application .header .page-title h1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 51.17883%;
  color: #e96f35;
  font-family: "Dupree";
  margin-top: 1.25rem;
}
.application .header .page-title h1:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .application .header .page-title h1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  .application .header .page-title h1:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .application .header .page-title {
    background-image: url(../images/background-arch.png);
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 30px;
    height: 100px;
  }
}
.application .header.logged-in .title-bar {
  background-image: url(../images/background-arch-loggedin.png);
}
.application .header .mailing-list {
  display: block;
}
.application .header .mailing-list:after {
  content: "";
  display: table;
  clear: both;
}
.application .header .mailing-list .subscribe {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 17.05961%;
  text-align: right;
}
.application .header .mailing-list .subscribe:last-child {
  margin-right: 0;
}
.application .header .mailing-list .subscribe h2 {
  display: inline-block;
}
.application .header .mailing-list .subscribe .fields {
  display: inline-block;
}
.application .header .mailing-list .subscribe .actions {
  display: inline-block;
}
.application .user-bar {
  position: relative;
  background-image: url(../images/background-arch.png);
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 13;
}
@media screen and (min-width: 2240px) {
  .application .user-bar {
    background-size: 100% 138px;
  }
}
@media screen and (max-width: 768px) {
  .application .user-bar {
    display: none;
  }
}
.application .user-bar .container {
  height: 138px;
  position: relative;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
.application .user-bar .container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 935px) {
  .application .user-bar .container {
    max-width: 50em;
  }
}
@media screen and (max-width: 768px) {
  .application .user-bar .container {
    max-width: 48em;
  }
}
.application .user-bar .container .overlay-brand {
  position: absolute;
  left: 0px;
  bottom: 64px;
  background-image: url(../images/overlay-brand.png);
  width: 140px;
  height: 147px;
  overflow: hidden;
}
.application .user-bar .container .overlay-brand:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .application .user-bar .container .overlay-brand {
    display: none;
  }
}
.application .tag-line h2 {
  position: relative;
  padding-top: 3.0rem;
  margin-left: 1.0rem;
  font-size: 2.0rem;
  line-height: 3.0rem;
  z-index: 13;
}
.application .tag-line h2 span {
  display: block;
}
.application .tag-line h2 span .large {
  font-size: 4.0rem;
  font-style: normal;
}
.application .tag-line h2 span .medium {
  font-size: 2.6rem;
  font-style: normal;
}
.application .page {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.application .page:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 935px) {
  .application .page {
    max-width: 50em;
  }
}
@media screen and (max-width: 768px) {
  .application .page {
    max-width: 48em;
  }
}
.application .page .sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  font-family: "Dupree";
  color: #fff;
  background-color: #ee6f35;
  background-image: url(../images/subnav_top.jpg);
  background-size: 100% 31px;
  background-position: top left;
  background-repeat: no-repeat;
}
.application .page .sidebar:last-child {
  margin-right: 0;
}
.application .page .sidebar .holder {
  background-image: url(../images/subnav_bottom.jpg);
  background-size: 100% 31px;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 2.0rem 1.5rem;
}
.application .page .sidebar h2 {
  color: #ffc059;
  font-family: inherit;
}
.application .page .sidebar a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .application .page .sidebar {
    display: none;
  }
}
.application .page .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
  margin-top: -60px;
  background-color: #fff;
  padding: 6.0rem 1.5rem 2.0rem;
  background-image: url(../images/content_bg.png);
  background-size: 100% 105px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.application .page .content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .application .page .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    background-image: none;
    margin-top: 0px;
    padding: 2.0rem;
  }
  .application .page .content:last-child {
    margin-right: 0;
  }
}
.application .page .content.no-sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}
.application .page .content.no-sidebar:last-child {
  margin-right: 0;
}
.application .page .content h2 {
  font-family: "Dupree";
}
.application .page .content h2 a {
  color: #433933;
}
.application .page .content h2 a:hover {
  color: #e96f35;
}
.application .page .content a {
  color: #e96f35;
}
.application .page .content a:hover {
  color: #433933;
}
.application .page .content ul {
  list-style: disc;
  padding-left: 2.0rem;
}
.application .page ul.dlm_download_list li {
  padding: 20px 0 0 0;
  border-top: 1px dotted #ccc;
  margin-top: 20px;
}
.application .page ul.dlm_download_list li h2 {
  font-size: 1.5rem;
}
.application .page ul.dlm_download_list li img {
  margin-right: 10px;
}
.application .search h2,
.application .mailing-list h2 {
  display: inline-block;
  color: #e96f35;
  font-family: "Dupree";
  font-size: 1.3rem;
}
.application .search input,
.application .mailing-list input {
  display: inline-block;
  width: 199px;
  height: 34px;
  background-image: url(../images/searchbg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
  border: none;
  margin: 0;
}
.application .search button,
.application .mailing-list button {
  display: inline-block;
  width: 38px;
  height: 32px;
  background-image: url(../images/action-orange.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
  border: none;
}
.application .membership-download h2 {
  text-align: right;
  display: block;
  color: #fff;
  background-image: url(../images/membership-form-title.jpg);
  background-size: 100% 100%;
  padding: 0.5rem 1.0rem;
}
@media screen and (max-width: 768px) {
  .application .membership-download h2 {
    font-size: 1.2rem;
    text-align: center;
  }
}
.application .membership-download h2 a {
  color: inherit;
}
.application .membership-download p {
  font-size: 0.8rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
.application .footer {
  position: relative;
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 155px;
  color: #858585;
}
@media screen and (max-width: 768px) {
  .application .footer {
    padding-top: 105px;
    height: 225px;
    background-image: url(../images/footer-background-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #fdbe57;
  }
}
.application .footer a {
  color: inherit;
}
.application .footer .user-bar {
  display: none;
}
@media screen and (max-width: 768px) {
  .application .footer .user-bar {
    position: absolute;
    display: block;
    top: -10px;
    left: 0;
    right: 0;
  }
}
.application .footer .user-bar .subscribe {
  text-align: center;
}
.application .footer .user-bar .container {
  padding-top: 12px;
}
.application .footer .user-bar h2 {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
}
.application .footer .user-bar h2:after {
  content: "";
  display: table;
  clear: both;
}
.application .footer .user-bar .fields {
  display: inline-block;
  width: 75%;
}
.application .footer .user-bar .fields input {
  width: 49%;
  font-size: 0.8rem;
}
.application .footer .user-bar .actions {
  display: inline-block;
  width: 15%;
}
.application .footer .container {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.application .footer .container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 935px) {
  .application .footer .container {
    max-width: 50em;
  }
}
@media screen and (max-width: 768px) {
  .application .footer .container {
    max-width: 48em;
  }
}
.application .footer .container .sponsor {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.application .footer .container .sponsor:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .application .footer .container .sponsor {
    display: none;
  }
}
.application .footer .container .author {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  text-align: right;
  font-size: 0.6rem;
}
.application .footer .container .author:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .application .footer .container .author {
    margin-left: 51.17883%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .application .footer .container .author .holder {
    padding: 0 1.0rem;
  }
}

/*
 * Home Page
 */
.application .home .header {
  background-image: url(../images/header-background-home.jpg);
  height: 701px;
}
@media screen and (max-width: 768px) {
  .application .home .header {
    background-image: url(../images/header-mobile-background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 635px;
  }
}
.application .home .header .container {
  position: relative;
}
.application .home .header .showcase {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  height: 365px;
}
.application .home .header .showcase:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 935px) {
  .application .home .header .showcase {
    max-width: 50em;
  }
}
@media screen and (max-width: 768px) {
  .application .home .header .showcase {
    max-width: 48em;
  }
}
@media screen and (max-width: 768px) {
  .application .home .header .showcase .tag-line {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  .application .home .header .showcase .tag-line:last-child {
    margin-right: 0;
  }
  .application .home .header .showcase .tag-line h2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 260px;
    margin-left: -130px;
    font-size: 1.4rem;
    line-height: 2.0rem;
    padding-top: 30px;
  }
  .application .home .header .showcase .tag-line h2 span {
    display: block;
  }
  .application .home .header .showcase .tag-line h2 span .large {
    font-size: 3.2rem;
    font-style: normal;
  }
  .application .home .header .showcase .tag-line h2 span .medium {
    font-size: 1.8rem;
    font-style: normal;
  }
}
@media screen and (max-width: 768px) {
  .application .home .header .showcase .slideshow {
    display: none;
  }
}
.application .home .header .showcase .slideshow .slideshow-holder {
  position: absolute;
  width: 568px;
  height: 334px;
  top: 0px;
  right: 56px;
}
@media screen and (max-width: 935px) {
  .application .home .header .showcase .slideshow .slideshow-holder {
    right: -29px;
  }
}
.application .home .header .showcase .slideshow .slideshow-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 568px;
  height: 334px;
  background-image: url(../images/slideshow-overlay.png);
  z-index: 11;
}
.application .home .header .showcase .slideshow .slideshow-holder #slides {
  margin-left: 24px;
}
.application .home .header .showcase .slideshow .slideshow-holder .next,
.application .home .header .showcase .slideshow .slideshow-holder .prev {
  position: absolute;
  width: 55px;
  height: 47px;
  display: block;
  z-index: 13;
  opacity: 1.0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.application .home .header .showcase .slideshow .slideshow-holder .next:hover,
.application .home .header .showcase .slideshow .slideshow-holder .prev:hover {
  opacity: 0.8;
}
.application .home .header .showcase .slideshow .slideshow-holder .next {
  top: 80px;
  right: -40px;
  background: url(../images/slide_next.png) no-repeat top left;
}
.application .home .header .showcase .slideshow .slideshow-holder .prev {
  top: 80px;
  left: -40px;
  background: url(../images/slide_prev.png) no-repeat top left;
}
.application .home .header .showcase .contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .application .home .header .user-bar {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .application .home .header .user-bar .container {
    padding-top: 0.5rem;
  }
}
.application .home .header .user-bar .mailing-list {
  display: block;
}
.application .home .header .user-bar .mailing-list:after {
  content: "";
  display: table;
  clear: both;
}
.application .home .header .user-bar .mailing-list .membership {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 17.05961%;
}
.application .home .header .user-bar .mailing-list .membership:last-child {
  margin-right: 0;
}
@media screen and (max-width: 935px) {
  .application .home .header .user-bar .mailing-list .membership h2 {
    font-size: 1.0rem;
  }
  .application .home .header .user-bar .mailing-list .membership p {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .application .home .header .user-bar .mailing-list .membership h2 {
    font-size: 1.2rem;
  }
  .application .home .header .user-bar .mailing-list .membership p {
    font-size: 0.8rem;
  }
}
.application .home .header .user-bar .mailing-list .subscribe {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 0%;
}
.application .home .header .user-bar .mailing-list .subscribe:last-child {
  margin-right: 0;
}
@media screen and (max-width: 935px) {
  .application .home .header .user-bar .mailing-list .subscribe .fields input {
    width: 155px;
    font-size: 0.8rem;
  }
}
.application .home .header .user-bar .mailing-list .board-login {
  display: block;
  position: absolute;
  top: -50px;
  left: 150px;
  width: 213px;
  height: 37px;
  background-image: url(../images/button-board-login.png);
  overflow: hidden;
  font-size: 0;
  text-indent: -99999px;
  z-index: 15;
}
.application .home .header .user-bar .mailing-list .board-login:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .application .home .header .user-bar .mailing-list .board-login {
    right: 5px;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .application .home .header .user-bar {
    display: block;
  }
  .application .home .header .user-bar .container .mailing-list .membership {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }
  .application .home .header .user-bar .container .mailing-list .membership:last-child {
    margin-right: 0;
  }
  .application .home .header .user-bar .container .mailing-list .subscribe {
    display: none;
  }
  .application .home .header .user-bar .container .overlay-brand {
    display: block;
    top: -125px;
  }
}
.application .home .page .home {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.application .home .page .home:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 935px) {
  .application .home .page .home {
    max-width: 50em;
  }
}
@media screen and (max-width: 768px) {
  .application .home .page .home {
    max-width: 48em;
  }
}
@media screen and (max-width: 768px) {
  .application .home .page .home {
    background-color: #ffc460;
  }
}
.application .home .page .home .row {
  display: block;
  margin-bottom: 3.0rem;
}
.application .home .page .home .row:after {
  content: "";
  display: table;
  clear: both;
}
.application .home .page .home .row .upcoming-events {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.application .home .page .home .row .upcoming-events:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .application .home .page .home .row .upcoming-events {
    display: none;
  }
}
.application .home .page .home .row .upcoming-events .title--event a {
  color: #e96f35;
  font-size: 1.2rem;
}
.application .home .page .home .row .home-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
}
.application .home .page .home .row .home-content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .application .home .page .home .row .home-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .application .home .page .home .row .home-content:last-child {
    margin-right: 0;
  }
}
.application .home .page .home .row .home-content.content {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .application .home .page .home .row .home-content.content {
    padding: 2.0rem;
  }
}
.application .home .page .home .row .news {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.application .home .page .home .row .news:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .application .home .page .home .row .news {
    display: none;
  }
}
.application .home .page .home .row .jobs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
}
.application .home .page .home .row .jobs:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .application .home .page .home .row .jobs {
    display: none;
  }
}
.application .home .page .home .row .jobs .job-listings {
  display: block;
}
.application .home .page .home .row .jobs .job-listings:after {
  content: "";
  display: table;
  clear: both;
}
.application .home .page .home .row .jobs .job-listings .job {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.application .home .page .home .row .jobs .job-listings .job:last-child {
  margin-right: 0;
}
.application .home .page .home .row .jobs .job-listings .job:nth-child(2n) {
  margin-right: 0;
}
.application .home .page .home .row .jobs .job-listings .job:nth-child(2n+1) {
  clear: left;
}
.application .home .page .home .row .news h4,
.application .home .page .home .row .jobs h4 {
  color: #e96f35;
  font-size: 1.2rem;
}
.application .home .page .home .row .news h4 a,
.application .home .page .home .row .jobs h4 a {
  color: inherit;
}
.application .home .page .home .title {
  height: 48px;
  line-height: 48px;
  background-image: url(../images/h3_bg.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1.0rem;
}
.application .home .page .home .title a {
  color: inherit;
}
.application .footer.home .membership {
  display: none;
}

.mobile-login-form {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-login-form {
    display: block;
  }
}

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