@charset "UTF-8";
/*
############################################################
********** DO NOT EDIT OR ADD TO THIS STYLESHEET **********
############################################################
*********** MAKE ANY CSS CHANGES TO PAGE LAYOUT ***********
############################################################
*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:200,300,400,600,700,800);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,500,700,900);
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

#pvcontact,
#pvsurvey,
#pvservice,
#PeopleVineContent {
  /* **************
    Margin Top can be used to push all of the content down so the navigatino bar is not covering anything
    Set a margin height here - then repeat it below in the media queries for different sizes
  *************** */
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  #pvcontact:before, #pvcontact:after,
  #pvsurvey:before,
  #pvsurvey:after,
  #pvservice:before,
  #pvservice:after,
  #PeopleVineContent:before,
  #PeopleVineContent:after {
    content: " ";
    display: table; }
  #pvcontact:after,
  #pvsurvey:after,
  #pvservice:after,
  #PeopleVineContent:after {
    clear: both; }
  @media (min-width: 768px) {
    #pvcontact,
    #pvsurvey,
    #pvservice,
    #PeopleVineContent {
      width: 750px; } }
  @media (min-width: 991px) {
    #pvcontact,
    #pvsurvey,
    #pvservice,
    #PeopleVineContent {
      width: 970px; } }
  @media (min-width: 1200px) {
    #pvcontact,
    #pvsurvey,
    #pvservice,
    #PeopleVineContent {
      width: 1170px; } }

#PeopleVineContent #pvcontact,
#PeopleVineContent #pvsurvey,
#PeopleVineContent #pvservice {
  margin-top: auto;
  margin-bottom: auto; }

#pvcontact #PeopleVineContent,
#pvcontact #pvsurvey,
#pvcontact #pvservice {
  margin-top: auto;
  margin-bottom: auto; }

#pvsurvey #PeopleVineContent,
#pvsurvey #pvcontact,
#pvsurvey #pvservice {
  margin-top: auto;
  margin-bottom: auto; }

#pvservice #PeopleVineContent,
#pvservice #pvcontact,
#pvservice #pvsurvey {
  margin-top: auto;
  margin-bottom: auto; }

/* Standard Website Footer */
.templatesitefooter {
  display: none; }

/* PV Default Buttons */
.btn-default,
.btn-info,
iframe .btn-info,
.btn-success {
  border-radius: 0;
  background-color: #111111;
  color: #fff;
  text-transform: uppercase;
  border: none; }
  .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus,
  .btn-info:hover,
  .btn-info:active,
  .btn-info:focus,
  .btn-info:active:hover,
  .btn-info:active:focus,
  iframe .btn-info:hover,
  iframe .btn-info:active,
  iframe .btn-info:focus,
  iframe .btn-info:active:hover,
  iframe .btn-info:active:focus,
  .btn-success:hover,
  .btn-success:active,
  .btn-success:focus,
  .btn-success:active:hover,
  .btn-success:active:focus {
    background-color: black;
    color: #fff; }

/* Auto Generated Checkbox */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin: 4px 0 0; }

section .controls {
  margin-bottom: 2em; }
  @media only screen and (min-width: 768px) {
    section .controls {
      margin-bottom: 1em; } }
  section .controls .btn {
    width: 100%; }

/* Add Top/Bottom Margin To All Form Items For Mobile */
.form-control {
  margin: 0 auto 10px;
  border-radius: 0; }

/* Text On Right Of Captcha Input Box */
#ctl00_content_RadCaptcha1_CaptchaTextBoxLabel {
  margin-left: 15px; }

#ctl00_content_RadCaptcha1_CaptchaTextBox {
  width: 180px; }

/* Event View Page - Remove Repeated Event Title */
.eventTitle {
  display: none; }

/* Form Error Message - Make Full Width Block */
#lblmessage {
  display: block; }

#register {
  display: none; }

/* Calendar Dropdown */
.ui-datepicker {
  font-family: 'Open Sans', sans-serif;
  background: #111111 !important; }
  .ui-datepicker .ui-datepicker-current-day .ui-state-active {
    background: #919090 !important;
    color: #111111 !important; }
  .ui-datepicker .ui-datepicker-title,
  .ui-datepicker .ui-datepicker-calendar {
    font-family: 'Open Sans', sans-serif; }
  .ui-datepicker td .ui-state-default:hover {
    background: black !important;
    color: #ffffff !important; }

td.ui-datepicker-today {
  background-color: black !important; }

td.ui-datepicker-today .ui-state-highlight {
  color: #ffffff !important; }

/* UI-Update Elements */
.ui-update {
  /* Default Button Class */
  /* Events Page */
  /* Schedule An Appiontment */
  /* Choose a time slot section */ }
  .ui-update ::selection {
    background: #919090;
    background-color: #919090; }
  .ui-update ::-moz-selection {
    background: #919090;
    background-color: #919090; }
  .ui-update a .icon:hover {
    color: #111111; }
  .ui-update .alert_error {
    background: #f3f3f3;
    color: #111111; }
  .ui-update .btn,
  .ui-update a.btn {
    background-color: #111111;
    color: #ffffff;
    border-color: #111111; }
    .ui-update .btn:hover,
    .ui-update a.btn:hover {
      background-color: black;
      border-color: black;
      color: #fff; }
  .ui-update .fieldset-input > * {
    color: #111111; }
    .ui-update .fieldset-input > *:focus {
      border-color: #111111; }
  .ui-update .fieldset-input > input {
    color: #111111; }
    .ui-update .fieldset-input > input:focus {
      border-color: #111111; }
  .ui-update .fieldset-input > select {
    color: #111111;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"><path fill="%23#111111" d="M16 24.133l-15.244-14.044 1.467-1.6 13.778 12.622 13.778-12.622 1.467 1.6-15.244 14.044z"></path></svg>'); }
    .ui-update .fieldset-input > select:hover {
      background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"><path fill="%23#111111" d="M16 24.133l-15.244-14.044 1.467-1.6 13.778 12.622 13.778-12.622 1.467 1.6-15.244 14.044z"></path></svg>'); }
    .ui-update .fieldset-input > select:focus {
      border-color: #111111; }
  .ui-update .fieldset-label {
    color: #666; }
  .ui-update .box {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8); }
  .ui-update .mix-hdg_error,
  .ui-update .mix-txt_error,
  .ui-update .mix-txt_link {
    color: #111111; }
  .ui-update .mix-txt_link:hover,
  .ui-update a.hdg:hover {
    color: black; }
  .ui-update .slick-track .selected .cardBtn, .ui-update .scheduleTimes .selected .cardBtn {
    background-color: #111111;
    border-color: black;
    color: #fff; }
    .ui-update .slick-track .selected .cardBtn .cardBtn-ft, .ui-update .scheduleTimes .selected .cardBtn .cardBtn-ft {
      background-color: #111111; }
  .ui-update .component-content .mix-box_brandTertiaryFaint {
    background-color: #f3f3f3; }
  .ui-update .component-content .mix-hdg_brandCallout,
  .ui-update .component-content .mix-hdg_dark {
    color: #8D9236; }

/* Contest Styles */
#contestGraphic img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  #contestNote {
    text-align: center;
    display: block; } }

@media only screen and (max-width: 767px) {
  #contestLogin #contestAuthenticate {
    text-align: center;
    margin: 15px auto; } }

#contestLogin #contestDescription {
  display: none; }

#contestLogin .button_authenticate {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

#contestLogin #content_btnEmail {
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    #contestLogin #content_btnEmail {
      display: block;
      width: 100%;
      margin-top: 25px; } }

/* Blog Styles */
.blog-header {
  font-size: 24px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .blog-header {
      text-align: left; } }
  .blog-header a {
    color: #111111; }
    .blog-header a:hover, .blog-header a:focus, .blog-header a:active {
      text-decoration: none;
      color: #111111; }
  .blog-header small {
    display: none; }

.blog-content {
  margin-bottom: 30px; }
  .blog-content .thumbnail {
    border: none;
    text-align: left; }
  .blog-content .btn-info {
    background-color: transparent;
    border: 1px solid #111111;
    color: #111111;
    padding: 10px 26px;
    font-size: 18px;
    margin: 0 auto;
    display: block; }
    @media only screen and (min-width: 768px) {
      .blog-content .btn-info {
        margin: 0;
        display: inline-block; } }
    .blog-content .btn-info:hover {
      border-color: #111111;
      color: #111111; }
  .blog-content p {
    font-size: 18px !important;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .blog-content p {
        text-align: left; } }

#pnlSurvey .surveyDescription {
  display: none; }

.alert {
  font-weight: 600 !important; }

.m-t-0 {
  margin-top: 0px; }

.m-b-0 {
  margin-bottom: 0px; }

.m-l-0 {
  margin-left: 0px; }

.m-r-0 {
  margin-right: 0px; }

.m-t-5 {
  margin-top: 5px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-l-5 {
  margin-left: 5px; }

.m-r-5 {
  margin-right: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-l-10 {
  margin-left: 10px; }

.m-r-10 {
  margin-right: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-l-15 {
  margin-left: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-t-20 {
  margin-top: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-l-20 {
  margin-left: 20px; }

.m-r-20 {
  margin-right: 20px; }

.m-t-25 {
  margin-top: 25px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-l-25 {
  margin-left: 25px; }

.m-r-25 {
  margin-right: 25px; }

.m-t-30 {
  margin-top: 30px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-l-30 {
  margin-left: 30px; }

.m-r-30 {
  margin-right: 30px; }

.m-t-35 {
  margin-top: 35px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-l-35 {
  margin-left: 35px; }

.m-r-35 {
  margin-right: 35px; }

.m-t-40 {
  margin-top: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-l-40 {
  margin-left: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-t-45 {
  margin-top: 45px; }

.m-b-45 {
  margin-bottom: 45px; }

.m-l-45 {
  margin-left: 45px; }

.m-r-45 {
  margin-right: 45px; }

.m-t-50 {
  margin-top: 50px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-l-50 {
  margin-left: 50px; }

.m-r-50 {
  margin-right: 50px; }

.m-auto {
  margin: 0 auto !important; }

.p-t-0 {
  padding-top: 0px; }

.p-b-0 {
  padding-bottom: 0px; }

.p-l-0 {
  padding-left: 0px; }

.p-r-0 {
  padding-right: 0px; }

.p-t-5 {
  padding-top: 5px; }

.p-b-5 {
  padding-bottom: 5px; }

.p-l-5 {
  padding-left: 5px; }

.p-r-5 {
  padding-right: 5px; }

.p-t-10 {
  padding-top: 10px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-l-10 {
  padding-left: 10px; }

.p-r-10 {
  padding-right: 10px; }

.p-t-15 {
  padding-top: 15px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-l-15 {
  padding-left: 15px; }

.p-r-15 {
  padding-right: 15px; }

.p-t-20 {
  padding-top: 20px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-l-20 {
  padding-left: 20px; }

.p-r-20 {
  padding-right: 20px; }

.p-t-25 {
  padding-top: 25px; }

.p-b-25 {
  padding-bottom: 25px; }

.p-l-25 {
  padding-left: 25px; }

.p-r-25 {
  padding-right: 25px; }

.p-t-30 {
  padding-top: 30px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-l-30 {
  padding-left: 30px; }

.p-r-30 {
  padding-right: 30px; }

.p-t-35 {
  padding-top: 35px; }

.p-b-35 {
  padding-bottom: 35px; }

.p-l-35 {
  padding-left: 35px; }

.p-r-35 {
  padding-right: 35px; }

.p-t-40 {
  padding-top: 40px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-l-40 {
  padding-left: 40px; }

.p-r-40 {
  padding-right: 40px; }

.p-t-45 {
  padding-top: 45px; }

.p-b-45 {
  padding-bottom: 45px; }

.p-l-45 {
  padding-left: 45px; }

.p-r-45 {
  padding-right: 45px; }

.p-t-50 {
  padding-top: 50px; }

.p-b-50 {
  padding-bottom: 50px; }

.p-l-50 {
  padding-left: 50px; }

.p-r-50 {
  padding-right: 50px; }

.container-wide{
  width: 100%;
}

.image-container {
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .image-container .image-row {
    padding: 0;
    width: 100%;
    display: block;
    float: left; }
  .image-container .image-col {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px; }
    .image-container .image-col img {
      position: absolute;
      top: 0; }
    .image-container .image-col:first-child img {
      right: 0; }
    .image-container .image-col:last-child img {
      left: 0; }
    @media only screen and (min-width: 991px) {
      .image-container .image-col {
        height: 400px;
        width: 50%; } }

.image-bg-row {
  margin: 0 auto; }
  .image-bg-row .col-left,
  .image-bg-row .col-right {
    margin: 0;
    width: 100%;
    position: relative;
    display: inline-block; }
    @media only screen and (min-width: 991px) {
      .image-bg-row .col-left,
      .image-bg-row .col-right {
        width: 50%; } }
  .image-bg-row .col-left {
    float: left; }
    @media only screen and (min-width: 991px) {
      .image-bg-row .col-left .col-text {
        float: right; }
        .image-bg-row .col-left .col-text h2 {
          text-align: left; } }
  .image-bg-row .col-right {
    float: right; }
    @media only screen and (min-width: 991px) {
      .image-bg-row .col-right .col-text h2 {
        text-align: right; } }
  .image-bg-row .image-col {
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 991px) {
      .image-bg-row .image-col {
        padding-right: 2em !important; } }
    .image-bg-row .image-col.bg-cover {
      background-size: cover; }
  .image-bg-row .col-text {
    width: 100%;
    position: relative;
    min-height: 400px;
    text-align: justify;
    line-height: 1.75; }
    .image-bg-row .col-text .col-center-text {
      padding: 3em 2em 3em 2em;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
    @media only screen and (min-width: 991px) {
      .image-bg-row .col-text {
        max-width: 585px; } }
    .image-bg-row .col-text h2 {
      margin: 0 auto 1em;
      text-transform: uppercase;
      text-align: center; }


.btn {
  text-transform: uppercase;
  border-radius: 5px; }
  .btn.btn-lg {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px; }

.btn-group {
  text-align: center;
  margin: 0 auto; }
  .btn-group .btn {
    border-radius: 5px !important;
    margin-bottom: 15px; }
  .btn-group.btn-2 {
    padding-left: 20px;
    padding-right: 20px; }
    .btn-group.btn-2 > .btn {
      width: 100%; }
      @media only screen and (min-width: 991px) {
        .btn-group.btn-2 > .btn {
          width: 50%; }
          .btn-group.btn-2 > .btn:first-child {
            float: left;
            margin-right: 10px; }
          .btn-group.btn-2 > .btn:last-child {
            float: right;
            margin-left: 10px; } }

.btn-inline {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%; }
  .btn-inline > .btn {
    display: block;
    width: 100%;
    margin: 0 auto 15px; }
    @media only screen and (min-width: 991px) {
      .btn-inline > .btn {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        max-width: 300px;
        width: auto; } }

.btn-white {
  background-color: #ffffff;
  color: #111111;
  border: 1px solid #ffffff; }
  .btn-white.btn-outlined {
    border: 1px solid #111111; }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    background-color: #8D9236;
    border: 1px solid #8D9236;
    color: #fff; }
    .btn-white:hover.to-primary, .btn-white:focus.to-primary, .btn-white:active.to-primary {
      background-color: #8D9236;
      border-color: #8D9236; }

.btn-dark {
  background-color: #111111;
  color: #fff;
  border: 1px solid #111111; }
  .btn-dark.btn-outlined {
    background-color: transparent;
    border: 1px solid #111111; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    background-color: transparent;
    color: #111111;
    border: 1px solid #111111; }

.btn-primary {
  background-color: #8D9236;
  color: #fff;
  border: 1px solid #8D9236; }
  .btn-primary.btn-outlined {
    background-color: transparent;
    border: 1px solid #8D9236; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: transparent;
    color: #8D9236;
    border: 1px solid #8D9236; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #8D9236; }
  h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, h6 > * {
    text-transform: none;
    color: initial; }
  h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
    color: #fff; }

.txt-white {
  color: #ffffff; }

.txt-primary {
  color: #8D9236; }

.link-primary {
  color: #8D9236;
  text-decoration: none; }
  .link-primary:hover, .link-primary:focus {
    text-decoration: none;
    color: #ffffff; }

.link-black {
  color: #000000;
  text-decoration: none; }
  .link-black:hover, .link-black:focus {
    color: #000000; }

.lead {
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    .lead {
      font-size: 21px; } }

.bg-primary {
  background-color: #8D9236; }

.dark-bg {
  background-color: #000;
  color: #ffffff; }

.medium-bg {
  background-color: #e9eaeb;
  color: #000000; }

.uppercase {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .mobile-break {
    display: block; } }

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .mobile-full {
    width: 100%; } }

.section-padding-xs {
  padding-top: 10px;
  padding-bottom: 10px; }

.section-padding-sm {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-padding-md {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-padding-lg {
  padding-top: 75px;
  padding-bottom: 75px; }

.padded-row-lg {
  padding-top: 50px;
  padding-bottom: 50px; }

.padded-row-md {
  padding-top: 25px;
  padding-bottom: 25px; }

.padded-row-sm {
  padding-top: 15px;
  padding-bottom: 15px; }

.social-list {
  padding-left: 0;
  margin: 0 auto;
  list-style: none; }
  .social-list li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .social-list li a {
      color: #fff;
      font-size: 2em;
      text-decoration: none; }
      .social-list li a:hover, .social-list li a:focus {
        color: #8D9236; }
    .social-list li .fa {
      vertical-align: middle; }

.inline-bullet-list {
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  max-width: 800px; }
  .inline-bullet-list li {
    display: block;
    position: relative;
    text-align: center;
    width: auto;
    font-weight: 400; }
  @media only screen and (min-width: 768px) {
    .inline-bullet-list li {
      text-align: left;
      display: inline-block;
      padding-left: 30px;
      white-space: nowrap; }
      .inline-bullet-list li:before {
        content: '•';
        color: #8D9236;
        font-size: 1.5em;
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%); } }

.background-full {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }
  .background-full.vp-height {
    height: 100vh; }
  .background-full.content-bg-xl {
    height: 500px; }
  .background-full.content-bg-lg {
    height: 400px; }
  .background-full.content-bg-md {
    height: 300px; }
  .background-full .content-wrapper {
    width: 100%;
    height: 100%;
    position: relative; }

.absolute-center {
  text-align: center;
  position: absolute;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.circle-btn {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s; }
  .circle-btn.position-bottom {
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%); }
  .circle-btn .circle-btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 1.5em;
    color: #fff; }
  .circle-btn:hover {
    background-color: #fff; }
    .circle-btn:hover .circle-btn-icon {
      color: #8D9236; }

.circle-nav {
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative; }
  .circle-nav .arrow-icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block; }
    .circle-nav .arrow-icon.arrow-left, .circle-nav .arrow-icon.arrow-right {
      width: 1em;
      height: 1em; }
      .circle-nav .arrow-icon.arrow-left:after, .circle-nav .arrow-icon.arrow-right:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%; }
    .circle-nav .arrow-icon.arrow-right {
      right: 40%; }
      .circle-nav .arrow-icon.arrow-right:after {
        border-top: 2px solid #b9b9b9;
        border-right: 2px solid #b9b9b9;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .circle-nav .arrow-icon.arrow-left {
      left: 40%; }
      .circle-nav .arrow-icon.arrow-left:after {
        border-top: 2px solid #b9b9b9;
        border-right: 2px solid #b9b9b9;
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg); }

.full-width-header {
  height: 300px;
  margin-bottom: 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative; }
  .full-width-header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0; }
  .full-width-header .header-text {
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 10px auto 0; }
    @media only screen and (min-width: 768px) and (max-width: 990px) {
      .full-width-header .header-text {
        margin-top: 40px; } }
    .full-width-header .header-text h1, .full-width-header .header-text h2, .full-width-header .header-text h3, .full-width-header .header-text h4, .full-width-header .header-text h5, .full-width-header .header-text h6 {
      margin: 0 auto;
      color: #fff;
      font-weight: 600;
      font-size: 2.5em; }

html {
  position: relative;
  min-height: 100%; }

body {
  color: #111111;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1392px; }
  @media only screen and (min-width: 768px) {
    body {
      margin-bottom: 1364px; } }
  @media only screen and (min-width: 991px) {
    body {
      margin-bottom: 955px; } }
  @media only screen and (min-width: 1200px) {
    body {
      margin-bottom: 927px; } }

a,
button,
.btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0; }

.navbar-default {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  background-image: none !important;
  box-shadow: none;
  border-bottom: none;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 1030;
  border: none; }
  @media only screen and (min-width: 1200px) {
    .navbar-default {
      padding-bottom: 15px;
      padding-top: 15px; } }
  .navbar-default.nav-scrolling {
    background-color: #fff;
    -webkit-box-shadow: 0 0px 6px rgba(51, 51, 51, 0.75);
    -moz-box-shadow: 0 0px 6px rgba(51, 51, 51, 0.75);
    box-shadow: 0 0px 6px rgba(51, 51, 51, 0.75); }
    .navbar-default.nav-scrolling .navbar-nav li a {
      color: #111111; }
      .navbar-default.nav-scrolling .navbar-nav li a.nav-btn:hover, .navbar-default.nav-scrolling .navbar-nav li a.nav-btn:focus, .navbar-default.nav-scrolling .navbar-nav li a.nav-btn:active {
        background-color: #111111 !important;
        border-color: #111111;
        color: #fff; }
    .navbar-default.nav-scrolling .navbar-header .navbar-brand {
      background-image: url("../528/6725e6d1-64ad-4484-8a23-0564c6955fb7/The_Los_Angeles_Show-Logo-gold.png"); }
  @media only screen and (min-width: 768px) {
    .navbar-default {
      position: absolute; }
      .navbar-default.nav-scrolling {
        position: fixed; }
        .navbar-default.nav-scrolling .nav-top-bar {
          display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .navbar-default .navbar-right {
      float: none !important;
      display: inline-block; } }
  .navbar-default .navbar-header {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .navbar-default .navbar-header {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 767px) and (max-width: 1199px) {
      .navbar-default .navbar-header {
        float: none;
        text-align: center; }
        .navbar-default .navbar-header .navbar-brand {
          float: none;
          display: inline-block;
          margin: 0 auto; } }
    .navbar-default .navbar-header .navbar-brand {
      outline: none;
      margin-left: 10px;
      width: 130px;
      height: 70px;
      background-image: url(../img/fund-logo.jpg);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 1200px) {
        .navbar-default .navbar-header .navbar-brand {
          padding-top: 0;
          padding-bottom: 0;
          line-height: 70px;
          height: 70px; } }
  .navbar-default .navbar-toggle {
    background-color: #8D9236;
    border: none;
    margin: 17px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background-color: #8D9236;
      border-color: #8D9236; }
    .navbar-default .navbar-toggle .icon-bar {
      margin-left: auto;
      margin-right: auto;
      background-color: #fff; }
  .navbar-default .navbar-collapse {
    max-height: 100%; }
    @media only screen and (max-width: 767px) {
      .navbar-default .navbar-collapse {
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px; } }
  .navbar-default .navbar-nav {
    margin: 0 auto; }
    .navbar-default .navbar-nav li {
      height: 100%; }
      .navbar-default .navbar-nav li a {
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        padding-top: 0;
        padding-bottom: 0;
        display: inline-block;
        width: 100%;
        color: #111111;
        font-size: 14px;
        font-weight: 400;
        padding: 0 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media only screen and (min-width: 768px) {
          .navbar-default .navbar-nav li a {
            color: #fff; } }
        .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a.active {
          color: #8D9236; }
        .navbar-default .navbar-nav li a.nav-btn {
          background-color: #8D9236;
          color: #fff;
          padding: 0 20px;
          outline: none;
          line-height: 40px;
          height: 40px; }
          @media only screen and (min-width: 768px) {
            .navbar-default .navbar-nav li a.nav-btn {
              margin-left: 10px; } }
          .navbar-default .navbar-nav li a.nav-btn:hover, .navbar-default .navbar-nav li a.nav-btn:focus, .navbar-default .navbar-nav li a.nav-btn:active {
            outline: none;
            background-color: #fff !important;
            color: #8D9236; }
      @media only screen and (min-width: 991px) {
        .navbar-default .navbar-nav li {
          padding-top: 0;
          padding-bottom: 0;
          line-height: 50px; }
          .navbar-default .navbar-nav li a {
            line-height: 50px; }
            .navbar-default .navbar-nav li a.nav-btn {
              line-height: 40px;
              height: 40px; } }
      @media only screen and (min-width: 1200px) {
        .navbar-default .navbar-nav li {
          line-height: 70px;
          margin-right: 5px; }
          .navbar-default .navbar-nav li:last-child {
            margin-right: 0; }
          .navbar-default .navbar-nav li a {
            line-height: 70px; }
            .navbar-default .navbar-nav li a.nav-btn {
              height: 45px;
              line-height: 45px; } }
    @media only screen and (min-width: 768px) {
      .navbar-default .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
        border-radius: 0; }
        .navbar-default .navbar-nav .dropdown:hover .dropdown-menu li {
          display: block;
          padding: 0; }
          .navbar-default .navbar-nav .dropdown:hover .dropdown-menu li a {
            width: 100%;
            line-height: 35px;
            text-align: left; } }
  .navbar-default .nav-top-bar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #8D9236;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .navbar-default .nav-top-bar {
        display: block; } }
    .navbar-default .nav-top-bar .row {
      text-align: center; }
    .navbar-default .nav-top-bar .top-links {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      width: 100%;
      text-transform: uppercase; }
      .navbar-default .nav-top-bar .top-links .top-links-col {
        margin: 0 10px; }
        .navbar-default .nav-top-bar .top-links .top-links-col:first-child {
          float: left; }
        .navbar-default .nav-top-bar .top-links .top-links-col:last-child {
          float: right; }
      .navbar-default .nav-top-bar .top-links a {
        color: #fff;
        font-size: 14px;
        vertical-align: middle; }
        .navbar-default .nav-top-bar .top-links a:hover, .navbar-default .nav-top-bar .top-links a:focus {
          color: #f3f3f3; }
        .navbar-default .nav-top-bar .top-links a.site-search {
          margin-left: 15px;
          font-size: 18px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .navbar-default .navbar-main {
      width: 100%;
      text-align: center;
      padding: 0; }
      .navbar-default .navbar-main .navbar-header {
        margin-top: 15px; }
      .navbar-default .navbar-main .navbar-nav {
        margin: 0 auto; }
        .navbar-default .navbar-main .navbar-nav li {
          padding-top: 0; }
          .navbar-default .navbar-main .navbar-nav li .nav-btn {
            margin-left: 0; } }

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif; }
  footer .footer-top {
    width: 100%;
    height: 600px;
    background-image: url("../img/footer-chicago.jpg");
    background-position: center center;
    background-size: cover;
    position: relative; }
    footer .footer-top:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 0; }
    footer .footer-top h1, footer .footer-top h3 {
      margin: 0 auto; }
    footer .footer-top h1 {
      font-weight: 700; }
    footer .footer-top h3 {
      font-weight: 300; }
    footer .footer-top .absolute-center {
      z-index: 1; }
      footer .footer-top .absolute-center > * {
        margin: 15px auto 25px; }
  footer .footer-bottom {
    background-color: #111111;
    border-top: 5px solid #8D9236;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    text-align: center; }
    @media only screen and (min-width: 991px) {
      footer .footer-bottom {
        text-align: left; } }
    footer .footer-bottom h3 {
      margin-bottom: 10px; }
  footer .footer-col {
    padding-bottom: 20px;
    padding-top: 20px; }
    @media only screen and (max-width: 990px) {
      footer .footer-col:last-child {
        padding-bottom: 0; } }
  footer .footer-links {
    padding-left: 0;
    margin: 0 auto;
    list-style: none; }
    footer .footer-links li {
      display: block;
      float: left;
      width: 50%; }
    footer .footer-links a {
      color: #fff;
      text-decoration: none; }
      footer .footer-links a:hover, footer .footer-links a:focus, footer .footer-links a:active {
        text-decoration: none;
        color: #8D9236; }
  footer .footer-newsletter {
    position: relative;
    margin: 0 auto 25px; }
    @media only screen and (max-width: 767px) {
      footer .footer-newsletter {
        padding-left: 25px;
        padding-right: 25px; } }
    footer .footer-newsletter .footer-newsletter-input {
      text-transform: uppercase;
      height: 50px;
      width: 100%;
      background-color: transparent;
      color: #fff;
      outline: 0; }
      footer .footer-newsletter .footer-newsletter-input::-webkit-input-placeholder {
        color: #fff; }
      footer .footer-newsletter .footer-newsletter-input::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      footer .footer-newsletter .footer-newsletter-input:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff; }
      footer .footer-newsletter .footer-newsletter-input:-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }
      footer .footer-newsletter .footer-newsletter-input:focus {
        border-color: #8D9236;
        box-shadow: none; }
      footer .footer-newsletter .footer-newsletter-input .input-error {
        border-color: #8D9236;
        box-shadow: none; }
    footer .footer-newsletter .footer-newsletter-btn {
      position: absolute;
      top: 0;
      right: 25px;
      height: 50px;
      width: 60px;
      border: 1px solid #8D9236;
      background-color: #8D9236;
      color: #ffffff;
      padding: 0;
      text-align: center;
      vertical-align: middle;
      border-radius: 0;
      outline: none; }
      @media only screen and (min-width: 768px) {
        footer .footer-newsletter .footer-newsletter-btn {
          right: -5px; } }
      footer .footer-newsletter .footer-newsletter-btn:hover, footer .footer-newsletter .footer-newsletter-btn:focus, footer .footer-newsletter .footer-newsletter-btn:active {
        outline: none;
        background-color: #8D9236;
        border-color: #8D9236; }
  footer .footer-white {
    width: 100%;
    background-color: #fff;
    color: #111111;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px; }
    footer .footer-white p {
      margin: 0 auto; }
    footer .footer-white a {
      color: #111111; }
    footer .footer-white .footer-col {
      padding-top: 0;
      padding-bottom: 0;
      border: none; }
      @media only screen and (max-width: 990px) {
        footer .footer-white .footer-col {
          margin-top: 10px; }
          footer .footer-white .footer-col:last-child {
            margin-bottom: 5px; } }

header.homepage {
  height: 100vh;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1; }
  header.homepage .absolute-center > * {
    margin: 15px auto; }
  header.homepage h1 {
    font-size: 2em;
    font-weight: 700;
    margin: 15px auto; }
    @media only screen and (min-width: 520px) {
      header.homepage h1 {
        font-size: 3em; } }
    @media only screen and (min-width: 768px) {
      header.homepage h1 {
        font-size: 3.5em; } }
  header.homepage h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.75em;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 15px auto; }
    @media only screen and (min-width: 768px) {
      header.homepage h4 {
        font-size: 2.75em; } }

.top-angle:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: #fff;
  -webkit-transform-origin: 0 90%;
  -ms-transform-origin: 0 90%;
  transform-origin: 0 90%;
  -webkit-transform: skew(-84deg);
  -ms-transform: skew(-84deg);
  transform: skew(-84deg);
  z-index: 0; }

.section-heading {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #111111; }
  .section-heading .section-line {
    display: block;
    height: 1px;
    background-color: #111111;
    width: 100%;
    margin: 20px auto;
    max-width: 190px; }
  .section-heading.green {
    color: #8D9236; }
    .section-heading.green .section-line {
      background-color: #8D9236; }
  .section-heading.white > * {
    color: #fff; }
  .section-heading.white .section-line {
    background-color: #fff; }

.section-black{
  background-color: #000000;
}

.quote-section {
  background-color: #8D9236;
  color: #fff; }
  .quote-section .quote-text {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
    .quote-section .quote-text .quote {
      display: block;
      margin: 0 auto 20px;
      font-size: 21px;
      font-weight: 300;
      font-style: italic; }
    .quote-section .quote-text .quote-by {
      font-weight: 600; }

.past-speakers-list {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  font-size: 0;
  display: inline-block;
  width: 100%; }
  .past-speakers-list li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%; }
    .past-speakers-list li img {
      max-width: 100%;
      min-width: 100%;
      height: auto; }
    @media only screen and (min-width: 768px) {
      .past-speakers-list li {
        width: 50%; } }
    @media only screen and (min-width: 991px) {
      .past-speakers-list li {
        width: 33.333%; } }
    @media only screen and (min-width: 1200px) {
      .past-speakers-list li {
        width: 33.333%; } }
    @media only screen and (min-width: 1500px) {
      .past-speakers-list li {
        width: 25%; } }
    @media only screen and (min-width: 1800px) {
      .past-speakers-list li {
        width: 20%; } }
    .past-speakers-list li:after {
      -moz-transition: height 0.5s;
      -o-transition: height 0.5s;
      -webkit-transition: height 0.5s;
      transition: height 0.5s;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25%;
      content: '';
      background: transparent;
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 90%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(90%, rgba(0, 0, 0, 0.9)));
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 90%);
      background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 90%);
      background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 90%);
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 90%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color', endColorstr='$color', GradientType=0 ); }
    .past-speakers-list li .speaker-detail {
      position: absolute;
      width: 100%;
      bottom: 5px;
      left: 0;
      color: #fff;
      z-index: 1;
      padding: 15px;
      font-family: 'Raleway', sans-serif;
      text-align: left;
      line-height: 1.5;
      font-size: 16px; }
      .past-speakers-list li .speaker-detail .name {
        text-transform: uppercase;
        display: block;
        font-size: 1em;
        font-weight: 500; }
      .past-speakers-list li .speaker-detail .title {
        display: block;
        font-size: 0.75em;
        font-weight: 300; }
      .past-speakers-list li .speaker-detail .company {
        display: block;
        font-size: 0.65em;
        font-weight: 500; }
        .past-speakers-list li .speaker-detail .company a {
          color: #fff;
          text-decoration: none; }
          .past-speakers-list li .speaker-detail .company a:hover {
            text-decoration: none;
            color: #8D9236; }
      .past-speakers-list li .speaker-detail .speaker-twitter {
        color: #fff;
        font-size: 2em;
        float: right;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        text-decoration: none;
        outline: none; }
        .past-speakers-list li .speaker-detail .speaker-twitter:hover, .past-speakers-list li .speaker-detail .speaker-twitter:focus, .past-speakers-list li .speaker-detail .speaker-twitter:active {
          color: #4099ff; }

.logo-list {
  margin: 0 auto;
  padding-left: 0;
  list-style: none; }
  .logo-list li {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px auto; }
    @media only screen and (min-width: 768px) {
      .logo-list li {
        width: 33.333333%; } }
    @media only screen and (min-width: 991px) {
      .logo-list li {
        width: 16.666666%; } }
    .logo-list li img {
      max-width: 100%;
      height: auto;
      display: inline-block; }

.video-col {
  text-align: center; }
  .video-col iframe {
    width: 100%;
    height: 200px; }
    @media only screen and (min-width: 768px) {
      .video-col iframe {
        height: 350px; } }
    @media only screen and (min-width: 991px) {
      .video-col iframe {
        height: 250px; } }
    @media only screen and (min-width: 1200px) {
      .video-col iframe {
        height: 300px; } }

.event-list {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 991px) {
    .event-list {
      white-space: nowrap; } }
  .event-list li {
    display: inline-block;
    position: relative;
    padding: 25px 15px;
    width: 100%;
    white-space: normal;
    margin-bottom: 25px; }
    .event-list li:not(:last-child):after {
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      width: 90%;
      background-color: #8D9236;
      content: ''; }
    @media only screen and (min-width: 991px) {
      .event-list li {
        width: 50%; }
        .event-list li:not(:last-child):after {
          height: 100%;
          width: 1px;
          right: 0;
          top: 0;
          transform: none;
          left: auto;
          bottom: auto; } }
  .event-list .event-title {
    color: #8D9236;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px; }
  .event-list .event-detail {
    margin: 0 auto;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px; }
  .event-list .event-date {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 5px; }
  .event-list .event-time {
    display: inline-block;
    margin: 0 auto;
    font-size: 1.25em;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #8D9236;
    margin-bottom: 5px; }
  .event-list .event-desc {
    display: block;
    margin: 25px auto 15px; }
  .event-list .event-links {
    margin: 25px auto 0; }
    .event-list .event-links .btn-inline {
      width: 100%;
      margin-bottom: 15px;
      white-space: nowrap;
      padding-left: 10px;
      padding-right: 10px; }
      .event-list .event-links .btn-inline .btn {
        display: block;
        width: 100%;
        font-size: 16px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0; }
        .event-list .event-links .btn-inline .btn:first-child {
          margin-bottom: 10px; }
        .event-list .event-links .btn-inline .btn:last-child {
          float: right; }
        @media only screen and (min-width: 991px) {
          .event-list .event-links .btn-inline .btn {
            width: 49%;
            display: inline-block;
            white-space: nowrap; }
            .event-list .event-links .btn-inline .btn:first-child {
              float: left; }
            .event-list .event-links .btn-inline .btn:last-child {
              float: right; } }

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


/*Gallery*/

.gallery-group {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding-left: 0;
  display: table; }
  .gallery-group .gallery-item {
    padding: 5px; }
    @media only screen and (min-width: 768px) {
      .gallery-group .gallery-item {
        max-width: 360px;
        float: left; }
        .gallery-group .gallery-item:nth-child(2n+1) {
          clear: left; } }
    @media only screen and (min-width: 1200px) {
      .gallery-group .gallery-item {
        max-width: 100%;
        width: 33.33333%; }
        .gallery-group .gallery-item:nth-child(2n+1) {
          clear: none; }
        .gallery-group .gallery-item:nth-child(3n+1) {
          clear: left; } }



/*Text Color*/

.text-white{color:#ffffff;}
.text-black{color:#000000;}
.text-primary{color:#8D9236;}

.text-md{font-size: 1.5em;}
.text-lg{font-size: 2em;}