@import url('bootstrap-glyphicons/bootstrap-glyphicons.css');
@import url(../fonts/icons/css/tft.css?v=1111);
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,700;1,400&display=swap');
/*font-family: 'Source Serif Pro', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400&display=swap');
/*font-family: 'Source Sans Pro', sans-serif;*/
body {
    font-family: "Source Serif Pro", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.42857;
    color: #291e1b;
    background-color: #FFFFFF;
}
ul, ol {
    padding: 0;
}
a:hover, a:focus {
    color: #32718a;
    text-decoration: underline;
}
.img-circle {
    border-radius: 50%;
}

main {
  background: #FFFFFF; 
}
small, .small {
    font-size: 85%;
    font-weight: 400;
}
.text-muted {
    color: #9b9da0 !important;
}
.navbar-nav {
    margin: 23px -10px;
}
@media (min-width: 992px){
    .navbar-nav {
        margin: 0;
    }
}
.navbar {
    position: relative;
    min-height: 120px;
    padding: 0;
    border: 1px solid transparent;
}
@media (min-width: 992px){
    .navbar {
        border-radius: 2px;
    }
}
header.header{
    background-color: rgba(35, 46, 63,.8);
    border-color: transparent;
}

.navbar .container{
  display: block;
}
@media (max-width: 991px){
    header.header .navbar .container {
        max-width: 100%;
        width: 100%;
        background-color: rgba(35, 46, 63,.8) !important;
    }
}
.navbar-brand {
    float: left;
    padding: 21px 10px;
    font-size: 25px;
    line-height: 28px;
    height: 120px;
    margin: 0;
}
.navbar-default .navbar-brand {
    color: #fff;
}
@media (max-width: 991px){
    header.header .navbar .container .navbar-brand {
        padding-top: 40px;
    }
}
.navbar-brand>img {
    display: block;
    width: 100%;
    max-width: 230px;
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 991px){
    header.header .navbar .container .navbar-brand img {
        height: 38px;
        width: auto;
    }
}
@media (min-width: 992px){
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -10px;
    }
}


.nav>li {
    position: relative;
    display: block;
    /*overflow: hidden;*/
}

@media (min-width: 992px){
    .navbar-nav>li {
        float: left;
        margin-right: 1px;
        margin-right: 1px;
    }
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 14px;
}
@media(max-width: 1200px){
    .nav>li>a {
        padding-left:6px;
        padding-right:6px;
    }
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 28px;
}
@media (min-width: 992px){
    .navbar-nav>li>a {
        padding-top: 46px;
        padding-bottom: 46px;
    }
}
header.header .navbar ul li a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
header.header .navbar ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: 0 0;
}
header.header .navbar #navigation>ul>li.active>a:after, 
header.header .navbar ul li.on>a:after {
    background: #5791a7;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #5791a7;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: "tft";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
    content: '\e800';
}

@media(max-width: 991px){
    .navbar>.row{
        flex: auto;
        margin: 0;
    }
    .navbar-brand {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    header.header .navbar .navbar-brand img {
        height: 65px;
        width: auto;
    }
    header.header .container-lg {
        max-width: 100%;
        width: 100%;
        background-color: rgba(35, 46, 63,.8) !important;
    }
	.card-deck{
		/*flex-direction: column;
        padding: 20px;*/
        display: table;
	    table-layout: fixed;
	    border-spacing: 20px 0;
	    margin: 0 auto;
	}
    .navbar-nav .dropdown-menu{
        position: static;
    }

}
@media(min-width: 992px){

	.navbar-nav .dropdown-menu{
  	position: absolute;
	}
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 43px;
    margin-bottom: 43px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media (min-width: 992px){
    .navbar-toggle {
        display: none;
    }
}
.navbar-default .navbar-toggle {
    border-color: #232e3f;
}
header.header{
    position: absolute;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
}
header.header .navbar ul li.show>a {
    color: #fff !important;
    text-decoration: none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #dddede;
    border-color: #5791a7;
}
header.header .navbar ul li a:hover {
    background-color: #5791a7 !important;
    text-decoration: none;
}
header.header .navbar ul li.open>a {
    color: #944b23 !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 20px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
   
}

.dropdown-menu.show {
    display: block;
}




@media (min-width: 992px){
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
header.header .navbar .dropdown-menu {
    border: none;
    background: rgba(35, 46, 63.95);
    padding: 0;
}
header.header .navbar .dropdown-menu li {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #291e1b;
    white-space: nowrap;
}
/*
@media (max-width: 991px){
    .nav>li {
        overflow: hidden;
    }
    .dropdown-menu {
        animation-duration: 1s;
        animation-name: slidein;
    }
    @keyframes slidein {
      from {
        transform: translateY( -100% );
      }

      to {
        transform: translateY( 0% );
      }
    }
}
*/
header.header .navbar ul li a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
header.header .navbar .dropdown-menu a {
    color: #fff;
    padding: 14px;
}
header.header .navbar ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: 0 0;
}
#search {
    position: relative;
    z-index: 999;
    background: rgba(37,38,39,.65);
    width: 100%;
}
#search .form-horizontal {
    padding: 32px 0 20px;
}
.btn-primary {
    color: #fff;
    background-color: #944b23;
    border-color: #944b23;
}
.btn-primary:hover {
    background-color: #84431f;
    border-color: #84431f;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn {
    text-decoration: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 10px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
a {
    color: #5791a7;
    text-decoration: none;
}
h1, .h1, #service-header {
    font-size: 2em;
    margin: 0 0 .7em;
    font-weight: 300;
    color: #232e3f;
}

h2, .h2 {
    font-weight: 800;
    font-size: 1.25em;
    line-height: 1.1em;
    margin: .7em 0;
    color: #5791a7;
}
h3, .h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 1.4em 0 .35em;
    color: #232e3f;
}
h4, .h4 {
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 .91em;
}
h5, .h5 {
    font-size: 1.2em;
    font-weight: 800;
    margin: .28em 0 .91em;
    color: #232e3f;
}
h6, .h6 {
    font-size: 1.2em;
    font-weight: 400;
    margin: -.7em 0 .7em;
    color: #944b23;
}
h5+h6 {
    margin-top: -.8em;
}
footer * {
    color: #fff;
}
b, strong {
    font-weight: 700;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0 0 1.4em;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }

  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }

  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }

  .btn-default .badge {
    color: #fff;
    background-color: #333; }
.btn-warning {
    color: #fff;
    background-color: #944b23;
    border-color: #944b23;
}
.btn-warning:hover, 
.btn-warning:focus, 
.btn-warning.focus, 
.btn-warning:active, 
.btn-warning.active, 
.open>.btn-warning.dropdown-toggle,
.btn-warning:not(:disabled):not(.disabled):active, 
.btn-warning:not(:disabled):not(.disabled).active, 
.show > .btn-warning.dropdown-toggle  {
    color: #fff;
    background-color: #84431f;
    border-color: #84431f;
}
.btn-success {
    color: #fff;
    background-color: #5791a7;
    border-color: #4090b0;
}
.btn-success:hover, 
.btn-success:focus, 
.btn-success.focus, 
.btn-success:active, 
.btn-success.active, 
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #39809d;
    border-color: #2f6b83;
}
.btn-danger{color:#fff;background-color:#944b23;border-color:#944b23}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle{
    color:#fff;
    background-color: #84431f;
    border-color: #84431f;
}
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle{background-image:none}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active{background-color:#944b23;border-color:#944b23}
.btn-danger .badge{color:#944b23;background-color:#fff}

.carousel-control-prev,
.carousel-control-next{
    position: absolute;
    top: 210px;
    bottom: 0;
    width: 66px;
    height: 66px;
    background: #944b23;
    line-height: 74px;
    font-size: 24px;
    font-size: lighter;
    color: #FFFFFF;
    text-align: center;
    opacity: 1;
    display: block;
}
.carousel-control-prev{
  left: -10px;
}

.carousel-control-next {
  right: -10px;
}
@media (min-width: 992px){
  .carousel-control-prev{
      left: -50px;
  }

  .carousel-control-next {
      right: -50px;
  }
}


.btn-lg, .btn-group-lg>.btn {
    padding: 14px 16px;
    font-size: 25px;
    line-height: 1.33333;
    border-radius: 2px;
}
.btn[class*="lg"] {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding: 16px 30px;
}
.btn[class*="lg"] {
    margin-right: 30px;
}


.container header {
    text-align: center;
    padding: 0 8%;
}
.card-deck-wrapper {
    margin-right: -20px;
    margin-left: -20px;
}
/*.card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 20px 0;
    margin: 0 0 20px;
}*/
[class*="fx"] {
    -webkit-transition: all .26s ease-in-out;
    -o-transition: all .26s ease-in-out;
    transition: all .26s ease-in-out;
    text-decoration: none;
}
/*.card-deck .card {
    display: block;
    vertical-align: top;
}*/
@media (min-width: 992px){
    .card-deck .card, .card-deck .full {
        width: 50% !important
        max-width: 50% !important;
    }
  /*  .card-deck .card {
        display: table-cell;
        width: 1%;
    }*/
}
.card[class*="fx"] .card-reveal {
    background: rgba(35, 46, 63,.8);
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.875rem;
}
/* Fix for Card FX hover */
.card.fx img.card-img-top{
	object-fit: cover !important;
    object-position: top !important;
}
.card.fx img.card-img-top.img-responsive:hover {
    opacity: 0;
}
.card-text:last-child {
    margin-bottom: 0;
    font-size: .7em;
}
.card[class*="fx"] .card-reveal h3 {
    color: #fff;
}
/*.card[class*="fx"] .card-block {
    padding-bottom: 30px;
    margin-top: -44px;
}*/
.card-icon {
    position: relative;
    z-index: 999;
    background-color: #fff !important;
    padding: 14px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: block;
    margin: -78px auto 1em;
    width: 120px;
}
.card-title {
    margin-top: 0;
    margin-bottom: 1em;
    width: 100%;
}
h2.card-title, .h2.card-title {
    color: #232e3f;
}



.hero {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 421px;
    max-height: 640px;
}
.hero.lg {
    min-height: 840px;
}
.hero.lg .wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
}
.bg, .map-wrapper .map-ui {
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.bg {
    background-position: center top;
}
.hero.lg .bg {
    background-position: 60% 0;
}
@media (min-width: 992px){
    .hero.lg .bg {
        background-position: center bottom;
    }
}
.hero.lg .wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
}
.hero.lg h1, .hero.lg h2, .hero.lg h3, .hero.lg p {
    color: #fff;
}
.hero.lg h1 {
    font-size: 48px;
}
.hero.lg h1.display-1 {
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 10px;
}
.hero.lg h2 {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 300;
    margin-bottom: 30px;
}

.pull-left {
  float: left !important; }

.form-control, .facetwp-search, .facetwp-dropdown {
    display: block;
    width: 100%;
    height: 46px;
    padding: 8px 12px;
    font-size: 20px;
    line-height: 1.42857;
    color: #787b7f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
[class*=col-lg-7] ul {
    margin-bottom: 3em;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 28px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table .table {
    background-color: #fff;
}
caption, th, td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}
.table-bordered th, .table-bordered td {
    padding: 0;
    border:none;
}
th {
    text-align: left;
}
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.table>thead>tr>th,
.table>thead>tr>td {
    vertical-align: bottom;
    border-bottom: none;
}

.table>caption+thead>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>th, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.display-1{
	font-size: 2em;
}
/*******************************/
/*******************************/

/* line 31, ../_sass/toolbox/_jesse.scss */
.bg, .map-wrapper .map-ui {
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  /* line 42, ../_sass/toolbox/_jesse.scss */
  .bg > *:first-child, .map-wrapper .map-ui > *:first-child {
    z-index: 1; }

/* line 117, ../_sass/toolbox/_jesse.scss */
video {
  max-width: 100%;
  height: auto; }

/* line 122, ../_sass/toolbox/_jesse.scss */
.flex-video {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 44px;
  overflow: hidden; }

/* line 130, ../_sass/toolbox/_jesse.scss */
.flex-video.widescreen {
  padding-bottom: 56.25%; }

/* line 131, ../_sass/toolbox/_jesse.scss */
.flex-video.vimeo {
  padding-top: 0; }

/* line 132, ../_sass/toolbox/_jesse.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 142, ../_sass/toolbox/_jesse.scss */
video.full, iframe {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
  z-index: 0; }
  /* line 156, ../_sass/toolbox/_jesse.scss */
  video.full.fb_iframe_widget_lift, video.full.fb_ltr, iframe.fb_iframe_widget_lift, iframe.fb_ltr {
    background-color: white; }

/* line 166, ../_sass/toolbox/_jesse.scss */
a:focus, a:target {
  outline: none; }

/* line 170, ../_sass/toolbox/_jesse.scss */
img {
  width: 100%; }

/* line 174, ../_sass/toolbox/_jesse.scss */
img.author-img {
  width: 75px;
  height: 75px; }

/* line 179, ../_sass/toolbox/_jesse.scss */
.disable-hover {
  pointer-events: none; }

/* line 182, ../_sass/toolbox/_jesse.scss */
.iOS_tweaks {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: auto; }

/* line 17, ../_sass/eux/_type.scss */
body {
  font-weight: 400; }

/* line 24, ../_sass/eux/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }
  /* line 29, ../_sass/eux/_type.scss */
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1; }

/* line 35, ../_sass/eux/_type.scss */
.meta {
  font-weight: 300;
  color: #a3a6a8; }
  /* line 38, ../_sass/eux/_type.scss */
  .meta a {
    color: #5791a7;
    text-decoration: none; }
  /* line 42, ../_sass/eux/_type.scss */
  .meta a:last-child:before {
    position: relative;
    content: "\00b7";
    font-size: 48px;
    top: 0;
    margin: 0 2px 0 -2px;
    vertical-align: middle;
    color: #252627 !important; }

/* line 53, ../_sass/eux/_type.scss */
.browse.post-type-archive-photo_video h1 {
  color: white;
  font-weight: 300;
  font-size: 2em;
  text-shadow: 2px 2px 2px #232e3f; }

/* line 61, ../_sass/eux/_type.scss */
h1, .h1, #service-header {
  font-size: 2em;
  margin: 0px 0px 0.7em 0px;
  font-weight: 300;
  color: #232e3f; }
  @media (max-width: 768px) {
    /* line 66, ../_sass/eux/_type.scss */
    h1#service-header, .h1#service-header, #service-header#service-header {
      margin-top: 150px; } }
  /* line 71, ../_sass/eux/_type.scss */
  h1 strong, .h1 strong, #service-header strong {
    font-weight: 800;
    color: #232e3f; }
  /* line 75, ../_sass/eux/_type.scss */
  h1 span, .h1 span, #service-header span {
    font-size: 0.6em;
    color: #a3a6a8; }

/*
h2, .h2 {
    font-weight: 800;
    font-size: em(26px);
    line-height: 1.4em;
    @include rhythm(0.5,0,0,0.5);
    color: $blue_dark;
}
*/
/* line 90, ../_sass/eux/_type.scss */
h2, .h2 {
  font-weight: 800;
  font-size: 1.25em;
  line-height: 1.1em;
  margin: 0.7em 0px 0.7em 0px;
  color: #232e3f;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }
  /* line 96, ../_sass/eux/_type.scss */
  h2.card-title, .h2.card-title {
    color: #232e3f; }
  /* line 99, ../_sass/eux/_type.scss */
  h2 span, .h2 span {
    display: block;
    color: #291e1b;
    font-weight: 300;
    font-size: 0.7em; }
  /* line 105, ../_sass/eux/_type.scss */
  h2 a, .h2 a {
    text-decoration: underline; }
  /* line 108, ../_sass/eux/_type.scss */
  h2.donor, .h2.donor {
    font-size: 1.5em;
    color: #7f7f7f; }

/* line 114, ../_sass/eux/_type.scss */
p + h2, p + h1 {
  margin-top: 2em; }

/* line 117, ../_sass/eux/_type.scss */
h3, .h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 1.4em 0px 0.35em 0px;
  color: #232e3f; }

/* line 123, ../_sass/eux/_type.scss */
h4, .h4 {
  font-size: 1.2em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0px 0px 0.91em 0px; }

/* line 129, ../_sass/eux/_type.scss */
h5, .h5 {
  font-size: 1.2em;
  font-weight: 800;
  margin: 0.28em 0px 0.91em 0px;
  color: #232e3f; 
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;}
  /* line 134, ../_sass/eux/_type.scss */
  h5 span, .h5 span {
    display: block;
    font-size: 0.75em;
    line-height: 1.4em;
    font-weight: 300; }
  /* line 140, ../_sass/eux/_type.scss */
  h5.card-title, .h5.card-title {
    font-size: 1em; }
    /* line 142, ../_sass/eux/_type.scss */
    h5.card-title span, .h5.card-title span {
      display: block;
      font-size: 0.7em;
      line-height: 1.4em;
      font-weight: 300; }

/* line 150, ../_sass/eux/_type.scss */
h6, .h6 {
  font-size: 1em;
  font-weight: 400;
  margin: -0.7em 0px 0.7em 0px;
  color: #5791a7; }

/* line 157, ../_sass/eux/_type.scss */
h5 + h6 {
  margin-top: -0.8em; }

/* line 161, ../_sass/eux/_type.scss */
#service-section {
  font-size: 2em;
  margin: 0px 0px 0.7em 0px;
  font-weight: 300;
  color: #232e3f; }

/* line 171, ../_sass/eux/_type.scss */
p {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  margin: 0px 0px 1.4em 0px; }

/* line 178, ../_sass/eux/_type.scss */
.list-group {
  font-size: 0.7em;
  font-weight: 700; }

/* line 182, ../_sass/eux/_type.scss */
.lead {
  margin-bottom: 28px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    /* line 182, ../_sass/eux/_type.scss */
    .lead {
      font-size: 30px; } }

/* line 198, ../_sass/eux/_type.scss */
small,
.small {
  font-size: 85%; }

/* line 203, ../_sass/eux/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

/* line 210, ../_sass/eux/_type.scss */
.text-left {
  text-align: left; }

/* line 211, ../_sass/eux/_type.scss */
.text-right {
  text-align: right; }

/* line 212, ../_sass/eux/_type.scss */
.text-center {
  text-align: center; }

/* line 213, ../_sass/eux/_type.scss */
.text-justify {
  text-align: justify; }

/* line 214, ../_sass/eux/_type.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 217, ../_sass/eux/_type.scss */
.text-lowercase {
  text-transform: lowercase; }

/* line 218, ../_sass/eux/_type.scss */
.text-uppercase {
  text-transform: uppercase; }

/* line 219, ../_sass/eux/_type.scss */
.text-capitalize {
  text-transform: capitalize; }

/* line 222, ../_sass/eux/_type.scss */
.text-muted {
  color: #9b9da0; }

/* line 5, ../_sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #5791a7; }

/* line 8, ../_sass/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #39809d; }

/* line 5, ../_sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d; }

/* line 8, ../_sass/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c; }

/* line 5, ../_sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f; }

/* line 8, ../_sass/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269; }

/* line 5, ../_sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b; }

/* line 8, ../_sass/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c; }

/* line 5, ../_sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #944b23; }

/* line 8, ../_sass/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #b62921; }

/* line 239, ../_sass/eux/_type.scss */
.bg-primary {
  color: #fff; }

/* line 5, ../_sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #5791a7; }

/* line 8, ../_sass/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #39809d; }

/* line 5, ../_sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8; }

/* line 8, ../_sass/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3; }

/* line 5, ../_sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7; }

/* line 8, ../_sass/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee; }

/* line 5, ../_sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3; }

/* line 8, ../_sass/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5; }

/* line 5, ../_sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede; }

/* line 8, ../_sass/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9; }

/* line 258, ../_sass/eux/_type.scss */
.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #944b23; }

/* line 269, ../_sass/eux/_type.scss */
ul,
ol {
  list-style: inherit;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 14px;
  font-weight: 300 !important; }
  /* line 276, ../_sass/eux/_type.scss */
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

/* line 294, ../_sass/eux/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 300, ../_sass/eux/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  /* line 304, ../_sass/eux/_type.scss */
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

/* line 312, ../_sass/eux/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 28px; }

/* line 316, ../_sass/eux/_type.scss */
dt,
dd {
  line-height: 1.42857; }

/* line 320, ../_sass/eux/_type.scss */
dt {
  font-weight: bold; }

/* line 323, ../_sass/eux/_type.scss */
dd {
  margin-left: 0; }

/* line 14, ../_sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
/* line 19, ../_sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 992px) {
  /* line 338, ../_sass/eux/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 345, ../_sass/eux/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px; } }

/* line 356, ../_sass/eux/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #9b9da0; }

/* line 362, ../_sass/eux/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 368, ../_sass/eux/_type.scss */
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 24px;
  border-left: 5px solid #944b23; }
  /* line 376, ../_sass/eux/_type.scss */
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  /* line 383, ../_sass/eux/_type.scss */
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #9b9da0; }
    /* line 391, ../_sass/eux/_type.scss */
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

/* line 400, ../_sass/eux/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #944b23;
  border-left: 0;
  text-align: right; }
  /* line 412, ../_sass/eux/_type.scss */
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  /* line 413, ../_sass/eux/_type.scss */
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

/* line 420, ../_sass/eux/_type.scss */
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.42857; }

/* line 26, ../_sass/eux/_layout.scss */
header > .navbar {
  position: absolute;
  width: 100%;
  z-index: 999;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    /* line 31, ../_sass/eux/_layout.scss */
    header > .navbar .container {
      max-width: 100%;
      width: 100%;
      background-color: rgba(7, 58, 100, 0.8) !important; }
      /* line 36, ../_sass/eux/_layout.scss */
      header > .navbar .container .navbar-brand {
        padding-top: 40px; }
        /* line 38, ../_sass/eux/_layout.scss */
        header > .navbar .container .navbar-brand img {
          height: 38px;
          width: auto; } }
  @media (max-width: 1200px) and (min-width: 992px) {
    /* line 31, ../_sass/eux/_layout.scss */
    header > .navbar .container {
      max-width: 100%;
      width: 100%; }
      /* line 47, ../_sass/eux/_layout.scss */
      header > .navbar .container .navbar-brand {
        padding-top: 40px; }
        /* line 49, ../_sass/eux/_layout.scss */
        header > .navbar .container .navbar-brand img {
          height: 38px;
          width: auto; } }
  /* line 56, ../_sass/eux/_layout.scss */
  header > .navbar .navbar-brand {
    padding-top: 34px; }
  /* line 61, ../_sass/eux/_layout.scss */
  header > .navbar ul li a {
    font-size: 15px;
    font-weight: 500;
    position: relative; }
    /* line 66, ../_sass/eux/_layout.scss */
    header > .navbar ul li a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 8px;
      background: transparent; }
    /* line 76, ../_sass/eux/_layout.scss */
    header > .navbar ul li a:hover {
      background-color: #5791a7 !important; }
  /* line 81, ../_sass/eux/_layout.scss */
  header > .navbar ul li.open > a {
    color: #944b23 !important; }
  /* line 87, ../_sass/eux/_layout.scss */
  header > .navbar ul li.active > a:after, header > .navbar ul li.on > a:after {
    background: #944b23; }
  /* line 95, ../_sass/eux/_layout.scss */
  header > .navbar .dropdown-menu {
    border: none;
    background: rgba(21, 78, 109, 0.95);
    padding: 0; }
    /* line 99, ../_sass/eux/_layout.scss */
    header > .navbar .dropdown-menu li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    /* line 102, ../_sass/eux/_layout.scss */
    header > .navbar .dropdown-menu a {
      color: #FFFFFF;
      padding: 14px; }
      /* line 106, ../_sass/eux/_layout.scss */
      header > .navbar .dropdown-menu a:hover {
        background-color: rgba(75, 157, 190, 0.25) !important; }
    /* line 111, ../_sass/eux/_layout.scss */
    header > .navbar .dropdown-menu li:last-child {
      border: none; }
    /* line 116, ../_sass/eux/_layout.scss */
    header > .navbar .dropdown-menu li.active a:after {
      display: none; }

/* line 123, ../_sass/eux/_layout.scss */
.breadcrumb {
  position: relative;
  z-index: 999;
  background: none;
  font-size: 15px;
  line-height: 15px;
  margin-top: 40px;
  /*margin-bottom: -100px;*/
  padding: 0;
  display: inline-flex; }
  /* line 132, ../_sass/eux/_layout.scss */
  .breadcrumb li {
    font-weight: 500; }
    .breadcrumb>li+li:before {
        content: /\00a0;
        padding: 0 5px;
        color: #ccc;
    }
    /* line 134, ../_sass/eux/_layout.scss */
    .breadcrumb li:before {
      position: relative;
      content: "\00b7";
      font-size: 48px;
      top: 1px;
      margin: 0 2px 0 -2px;
      vertical-align: middle;
      color: #252627 !important; }
    /* line 143, ../_sass/eux/_layout.scss */
    .breadcrumb li:first-child {
      font-weight: 700;
      margin-right: 4px; 
        font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;}
    /* line 148, ../_sass/eux/_layout.scss */
    .breadcrumb li:nth-child(2):before, .breadcrumb li:first-child:before {
      display: none; }
    /* line 152, ../_sass/eux/_layout.scss */
    .breadcrumb li a {
      text-decoration: underline;
      color: #944b23; }
    @media (max-width: 480px) {
      /* line 132, ../_sass/eux/_layout.scss */
      .breadcrumb li {
        display: block;
        line-height: 1.5em; }
        /* line 159, ../_sass/eux/_layout.scss */
        .breadcrumb li:before {
          content: "";
          display: none; } }

/* line 166, ../_sass/eux/_layout.scss */
.container {
  padding-left: 20px;
  padding-right: 20px; }

/* line 170, ../_sass/eux/_layout.scss */
.btn {
  text-decoration: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 10px; }
  /* line 176, ../_sass/eux/_layout.scss */
  .btn[class*="lg"] {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding: 16px 30px; }
  /* line 182, ../_sass/eux/_layout.scss */
  .btn[class*="square"] {
    font-size: 1.75em;
    padding: .75em .75em;
    margin: 0px 3px; }
    @media (max-width: 480px) {
      /* line 182, ../_sass/eux/_layout.scss */
      .btn[class*="square"] {
        font-size: 1em;
        padding: .75em .5em; } }

/* line 194, ../_sass/eux/_layout.scss */
.panel-group .panel-title {
  color: #fff;
  font-weight: 300; }
  /* line 197, ../_sass/eux/_layout.scss */
  .panel-group .panel-title a {
    text-decoration: none;
    display: block; }
    /* line 199, ../_sass/eux/_layout.scss */
    .panel-group .panel-title a:after {
      content: "\e807";
      font-family: "tft";
      float: right; }
    /* line 205, ../_sass/eux/_layout.scss */
    .panel-group .panel-title a.collapsed:after {
      content: "\e80a";
      font-family: "tft";
      float: right; }

/* line 215, ../_sass/eux/_layout.scss */
.popover {
  min-width: 280px; }

/* line 221, ../_sass/eux/_layout.scss */
[class*="col-md-7"] ul {
  margin-bottom: 3em; }

/* line 226, ../_sass/eux/_layout.scss */
blockquote {
  color: #232e3f;
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 24px;
  border-left: 9px solid #944b23; }
  /* line 232, ../_sass/eux/_layout.scss */
  blockquote cite {
    color: #944b23;
    font-weight: 900;
    text-transform: none; }
    /* line 236, ../_sass/eux/_layout.scss */
    blockquote cite:before {
      content: '\2014 \00A0'; }
  /* line 240, ../_sass/eux/_layout.scss */
  blockquote p {
    font-weight: bold;
    margin-bottom: 5px; }
    /* line 243, ../_sass/eux/_layout.scss */
    blockquote p > small {
      color: #9b9da0;
      font-weight: 400;
      display: block;
      font-size: 80%; }
      /* line 248, ../_sass/eux/_layout.scss */
      blockquote p > small:before {
        content: none !important; }

/* line 254, ../_sass/eux/_layout.scss */
p a.text-danger {
  text-decoration: underline; }

/* line 257, ../_sass/eux/_layout.scss */
.embed-responsive {
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15); }

/* line 269, ../_sass/eux/_layout.scss */
body {
  background: #050402; }

/* line 273, ../_sass/eux/_layout.scss */
main {
  background: #FFFFFF; }

/* line 277, ../_sass/eux/_layout.scss */
section {
  position: relative;
  z-index: 1;
  padding: 2em 0 2em; }
  /* line 282, ../_sass/eux/_layout.scss */
  section.container {
    position: relative;
    z-index: 1; }
    /* line 286, ../_sass/eux/_layout.scss */
    section.container.video-feature {
      padding: 0px;
      margin-top: -180px;
      box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15); }
      @media (min-width: 480px) and (max-width: 992px) {
        /* line 286, ../_sass/eux/_layout.scss */
        section.container.video-feature {
          margin-bottom: 62px;
          margin-top: -180px; } }
      @media (min-width: 992px) {
        /* line 286, ../_sass/eux/_layout.scss */
        section.container.video-feature {
          margin-bottom: 50px; } }
    /* line 299, ../_sass/eux/_layout.scss */
    section.container.video-feature-homepage {
      padding: 0px;
      left: 0px;
      top: -30px;
      text-align: center; }
      /* line 300, ../_sass/eux/_layout.scss */
      section.container.video-feature-homepage img {
        width: 100px !important;
        height: auto !important; }
      @media (max-width: 768px) {
        /* line 299, ../_sass/eux/_layout.scss */
        section.container.video-feature-homepage {
          top: -24px;
          left: 20px;
          text-align: left; } }
    /* line 316, ../_sass/eux/_layout.scss */
    section.container.row {
      padding: 1.5em 0; }
    /* line 319, ../_sass/eux/_layout.scss */
    section.container[class*="col"] {
      padding: 0.5em 0; }

/* line 325, ../_sass/eux/_layout.scss */
.container header {
  text-align: center;
  padding: 0 8%; }
  @media (max-width: 480px) {
    /* line 325, ../_sass/eux/_layout.scss */
    .container header {
      text-align: left;
      padding: 0 0 20px; } }

/* line 335, ../_sass/eux/_layout.scss */
.featured-image {
  margin: 40px 0px;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15); }

/* line 345, ../_sass/eux/_layout.scss */
body.browse .hero.lg + section {
  margin-top: -700px; }
/* line 348, ../_sass/eux/_layout.scss */
body.browse .hero + section {
  margin-top: -150px; }
  @media (max-width: 991px) {
    /* line 350, ../_sass/eux/_layout.scss */
    body.browse .hero + section.case-study {
      margin-top: -200px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    /* line 350, ../_sass/eux/_layout.scss */
    body.browse .hero + section.case-study {
      margin-top: -380px; } }
  @media (min-width: 1200px) {
    /* line 350, ../_sass/eux/_layout.scss */
    body.browse .hero + section.case-study {
      margin-top: -380px; } }
/* line 364, ../_sass/eux/_layout.scss */
body.browse [class*="offset-lg-1"] {
  margin-top: 40px; }
  @media (min-width: 992px) {
    /* line 364, ../_sass/eux/_layout.scss */
    body.browse [class*="offset-lg-1"] {
      margin-top: 100px; } }
  /* line 369, ../_sass/eux/_layout.scss */
  body.browse [class*="offset-lg-1"] h1 {
    margin-bottom: 20; }
/* line 373, ../_sass/eux/_layout.scss */
body.browse main .container:nth-child(3) aside {
  margin-top: 80px; }
  @media (min-width: 992px) {
    /* line 373, ../_sass/eux/_layout.scss */
    body.browse main .container:nth-child(3) aside {
      margin-top: 540px; } }
/* line 381, ../_sass/eux/_layout.scss */
body.archive main .container:nth-child(3) aside {
  margin-top: 80px; }
  @media (min-width: 992px) {
    /* line 381, ../_sass/eux/_layout.scss */
    body.archive main .container:nth-child(3) aside {
      margin-top: 10px; } }
/* line 390, ../_sass/eux/_layout.scss */
body.landing-primary .hero.lg + section {
  margin-top: -340px; }
/* line 395, ../_sass/eux/_layout.scss */
body.landing-secondary .hero.lg + section {
  margin-top: -220px; }
/* line 398, ../_sass/eux/_layout.scss */
body.landing-secondary aside {
  margin-top: 80px; }
  @media (min-width: 992px) {
    /* line 398, ../_sass/eux/_layout.scss */
    body.landing-secondary aside {
      margin-top: 220px; } }

/* line 410, ../_sass/eux/_layout.scss */
body.post-type-archive-photo_video main .container:nth-child(3) aside {
  margin-top: 80px; }
  @media (min-width: 992px) {
    /* line 410, ../_sass/eux/_layout.scss */
    body.post-type-archive-photo_video main .container:nth-child(3) aside {
      margin-top: 80px; } }

/* line 419, ../_sass/eux/_layout.scss */
.hero {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 421px;
  max-height: 640px; }
  /* line 425, ../_sass/eux/_layout.scss */
  .hero.full-screen {
    height: 100vh; }
  @media (max-width: 992px) {
    /* line 419, ../_sass/eux/_layout.scss */
    .hero {
      min-height: 300px;
      max-height: 300px; } }
  /* line 433, ../_sass/eux/_layout.scss */
  .hero.lg {
    min-height: 840px; }
  .page-template-template-about-php .hero.lg{
	  min-height: 1300px;
  }
   @media (min-width: 768px) {
	  .page-template-template-about-php .hero.lg{
	  min-height: 900px;

   }
   }
    @media (min-width: 1680px) {
      /* line 433, ../_sass/eux/_layout.scss */
      .hero.lg {
        min-height: 920px; } }
    @media (min-width: 1880px) {
      /* line 433, ../_sass/eux/_layout.scss */
      .hero.lg {
        min-height: 1000px; } }
    /* line 442, ../_sass/eux/_layout.scss */
    .hero.lg .wrapper {
      position: absolute;
      left: 0;
      right: 0;
      top: 200px; }
    /* line 448, ../_sass/eux/_layout.scss */
    .hero.lg .bg {
      background-position: 60% 0%;
      /* DH: changed position from 80 to 60 */ }
      @media (min-width: 992px) {
        /* line 448, ../_sass/eux/_layout.scss */
        .hero.lg .bg {
          background-position: center bottom; } }
    /* line 455, ../_sass/eux/_layout.scss */
    .hero.lg h1, .hero.lg h2, .hero.lg h3, .hero.lg p {
      color: #FFFFFF; }
    /* line 458, ../_sass/eux/_layout.scss */
    .hero.lg h1 {
      font-size: 48px; }
      @media (max-width: 480px) {
        /* line 458, ../_sass/eux/_layout.scss */
        .hero.lg h1 {
          background-color: rgba(8, 37, 61, 0.5);
          padding: 10px 10px; } }
    /* line 465, ../_sass/eux/_layout.scss */
    .hero.lg h1.display-1 {
      font-weight: 800;
      font-size: 60px;
      margin-bottom: 10px; 
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;}
      @media (max-width: 768px) {
        /* line 465, ../_sass/eux/_layout.scss */
        .hero.lg h1.display-1 {
          background-color: rgba(8, 37, 61, 0.5);
          margin-top: -90px;
          width: 100%;
          padding: 10px 10px; } 
          
          
          }
    /* line 476, ../_sass/eux/_layout.scss */
    .hero.lg h2 {
      font-size: 1.2em;
      line-height: 1.4em;
      font-weight: 300;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        /* line 476, ../_sass/eux/_layout.scss */
        .hero.lg h2 {
          background-color: rgba(8, 37, 61, 0.5);
          width: 100%;
          padding: 10px 10px; 
          
          
          } 
          
          }

/* line 489, ../_sass/eux/_layout.scss */
.bg {
  background-position: center bottom; }
footer .bg {
  background-position: center top; }

/* line 493, ../_sass/eux/_layout.scss */
.ui-wrapper {
  padding: 20px; }

/* line 496, ../_sass/eux/_layout.scss */
.service-icon {
  width: 92px; }

/* line 500, ../_sass/eux/_layout.scss */
.vertical-center {
  padding: 40px 0 0 0; }

@media (min-width: 400px) {
  /* line 504, ../_sass/eux/_layout.scss */
  .vertical-center {
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    /* line 513, ../_sass/eux/_layout.scss */
    .vertical-center .vertical-wrapper {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      width: 90%; } }
/* line 523, ../_sass/eux/_layout.scss */
.container.donation-container {
  margin-top: -700px; }
  @media (max-width: 480px) {
    /* line 523, ../_sass/eux/_layout.scss */
    .container.donation-container {
      padding: 0px 0px; } }
  /* line 529, ../_sass/eux/_layout.scss */
  .container.donation-container h1, .container.donation-container p {
    color: #FFFFFF; }
  /* line 533, ../_sass/eux/_layout.scss */
  .container.donation-container .donation-form-bg {
    background: rgba(241, 238, 240, 0.8);
    border-radius: 10px 10px 10px 10px;
    padding: 2px 18px; }
    @media (max-width: 480px) {
      /* line 533, ../_sass/eux/_layout.scss */
      .container.donation-container .donation-form-bg {
        border-radius: 0px;
        padding: 0px 0px; } }
    /* line 542, ../_sass/eux/_layout.scss */
    .container.donation-container .donation-form-bg section {
      background: #e2e2e2;
      border-radius: 10px 10px 10px 10px;
      margin: 20px 0px;
      padding: 1em 0px 1em; }
      @media (max-width: 480px) {
        /* line 542, ../_sass/eux/_layout.scss */
        .container.donation-container .donation-form-bg section {
          border-radius: 0px;
          padding: 20px 0px; } }

/* line 565, ../_sass/eux/_layout.scss */
aside p {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-bottom: 0.5em; }
/* line 570, ../_sass/eux/_layout.scss */
aside p a {
  color: #944b23; }
/* line 573, ../_sass/eux/_layout.scss */
aside ul {
  font-size: 0.9em;
  margin: 1em 0 3em;
  font-weight: 300;
  list-style: none;
  padding-left: 0; }
  /* line 579, ../_sass/eux/_layout.scss */
  aside ul li {
    line-height: 1.5em; }
    /* line 581, ../_sass/eux/_layout.scss */
    aside ul li.current-cat, aside ul li.current_page_item {
      font-weight: bold; }
    /* line 584, ../_sass/eux/_layout.scss */
    aside ul li a {
      color: #944b23 !important; }
/* line 589, ../_sass/eux/_layout.scss */
aside h1 {
  margin-bottom: 0; }
/* line 593, ../_sass/eux/_layout.scss */
aside img + p {
  margin-top: 1em; }
/* line 596, ../_sass/eux/_layout.scss */
aside h5 {
  padding-top: 50px; }
/* line 599, ../_sass/eux/_layout.scss */
aside .twitterfeed {
  padding-top: 50px; }

/* line 603, ../_sass/eux/_layout.scss */
.breakout {
  padding: 5%;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 992px) {
    /* line 603, ../_sass/eux/_layout.scss */
    .breakout {
      padding: 0;
      width: 130%;
      margin-left: -15%; } }

/* line 622, ../_sass/eux/_layout.scss */
.springside .article h1, .springside .article h2, .springside .article h3, .springside .article h4, .springside .article h5, .springside .article h6 {
  width: 40vw;
  margin: 2em auto .75em auto;
  text-align: center; }

/* line 629, ../_sass/eux/_layout.scss */
.springside_author_block {
  position: relative;
  margin: 0px auto 40px auto;
  width: 400px; }
  /* line 633, ../_sass/eux/_layout.scss */
  .springside_author_block .springside_author {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    margin-left: 20px; }

/* line 642, ../_sass/eux/_layout.scss */
.springside-panel {
  background: #5791a7;
  margin-top: 80px; }
  /* line 645, ../_sass/eux/_layout.scss */
  .springside-panel h1 {
    color: white; }
  /* line 648, ../_sass/eux/_layout.scss */
  .springside-panel p {
    color: white; }
  /* line 651, ../_sass/eux/_layout.scss */
  .springside-panel ul li {
    color: white;
    margin-bottom: 10px; }
    /* line 654, ../_sass/eux/_layout.scss */
    .springside-panel ul li a {
      color: #232e3f;
      font-weight: 800; }
  /* line 659, ../_sass/eux/_layout.scss */
  .springside-panel .bl_link {
    color: #232e3f;
    margin-left: 20px; }

/* line 665, ../_sass/eux/_layout.scss */
.streambox {
  position: absolute;
  top: 20px;
  left: 0px;
  height: 40px;
  width: 230px;
  background-color: rgba(3, 37, 61, 0.78); }

/* line 673, ../_sass/eux/_layout.scss */
.stream-icon {
  color: white;
  height: 60px;
  font-size: .75em;
  line-height: 41px; }

/* line 680, ../_sass/eux/_layout.scss */
.stream-image {
  position: relative;
  top: -10px;
  left: 3px;
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 7px 0 1px; }

/* line 696, ../_sass/eux/_layout.scss */
footer {
  position: relative;
  background: #050402;
  min-height: 900px;
  margin-top: -70px; }
  /* line 700, ../_sass/eux/_layout.scss */
  footer .container {
    padding-top: 400px; }
    @media (min-width: 768px) {
      /* line 700, ../_sass/eux/_layout.scss */
      footer .container {
        padding-top: 30%; } }
  /* line 706, ../_sass/eux/_layout.scss */
  footer ul, footer hr {
    margin-bottom: 40px; }
  /* line 709, ../_sass/eux/_layout.scss */
  footer hr {
    border-color: rgba(255, 255, 255, 0.4); }
  /* line 712, ../_sass/eux/_layout.scss */
  footer * {
    color: #FFFFFF; }
    /* line 714, ../_sass/eux/_layout.scss */
    footer * a {
      color: #FFFFFF;
      text-decoration: underline; }
      /* line 717, ../_sass/eux/_layout.scss */
      footer * a:hover {
        color: #944b23;
        text-decoration: none; }
  /* line 723, ../_sass/eux/_layout.scss */
  footer p {
    font-weight: 300; }
  /* line 726, ../_sass/eux/_layout.scss */
  footer [class*="icon"] {
    font-size: 48px; 
    width: 48px;
    }
  /* line 729, ../_sass/eux/_layout.scss */
  footer .social {
    margin: 40px 0; }
  /* line 732, ../_sass/eux/_layout.scss */
  footer img.iTunes {
    height: 40px !important;
    width: auto !important;
    margin-right: 10px; }

/* line 11, ../_sass/eux/_modals.scss */
.modal-open {
  overflow: hidden; }

/* line 16, ../_sass/eux/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  /* line 32, ../_sass/eux/_modals.scss */
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  /* line 36, ../_sass/eux/_modals.scss */
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* line 38, ../_sass/eux/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 44, ../_sass/eux/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

/* line 51, ../_sass/eux/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

/* line 65, ../_sass/eux/_modals.scss */
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }
  /* line 72, ../_sass/eux/_modals.scss */
  .modal-backdrop.fade {
    opacity: .5;
    filter: alpha(opacity=.5); 
    z-index: 1;
    }
  /* line 73, ../_sass/eux/_modals.scss */
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

/* line 78, ../_sass/eux/_modals.scss */
.modal-header {
  padding: 15px;
  min-height: 16.42857px; }

/* line 84, ../_sass/eux/_modals.scss */
.modal-header .close {
  margin-top: 22px; }

/* line 89, ../_sass/eux/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857; }

/* line 96, ../_sass/eux/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px; }

/* line 102, ../_sass/eux/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  /* line 14, ../_sass/bootstrap/mixins/_clearfix.scss */
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  /* line 19, ../_sass/bootstrap/mixins/_clearfix.scss */
  .modal-footer:after {
    clear: both; }
  /* line 109, ../_sass/eux/_modals.scss */
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  /* line 114, ../_sass/eux/_modals.scss */
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  /* line 118, ../_sass/eux/_modals.scss */
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

/* line 124, ../_sass/eux/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  /* line 135, ../_sass/eux/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  /* line 139, ../_sass/eux/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  /* line 144, ../_sass/eux/_modals.scss */
  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  /* line 148, ../_sass/eux/_modals.scss */
  .modal-lg {
    width: 900px; } }
/* line 7, ../_sass/eux/_carousel.scss */
.carousel {
  position: relative; }

/* line 13, ../_sass/eux/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
   display: flex;}
  /* line 18, ../_sass/eux/_carousel.scss */
  .carousel-inner > .card-deck-wrapper {
    margin-right: 0px;
    margin-left: 0px; }
  /* line 24, ../_sass/eux/_carousel.scss */
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
    }
    /* line 30, ../_sass/eux/_carousel.scss */
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      /* line 24, ../_sass/eux/_carousel.scss */
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000; }
        /* line 42, ../_sass/eux/_carousel.scss */
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        /* line 47, ../_sass/eux/_carousel.scss */
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        /* line 52, ../_sass/eux/_carousel.scss */
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  /* line 61, ../_sass/eux/_carousel.scss */
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  /* line 67, ../_sass/eux/_carousel.scss */
  .carousel-inner > .active {
    left: 0; }
  /* line 71, ../_sass/eux/_carousel.scss */
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  /* line 78, ../_sass/eux/_carousel.scss */
  .carousel-inner > .next {
    left: 100%; }
  /* line 81, ../_sass/eux/_carousel.scss */
  .carousel-inner > .prev {
    left: -100%; }
  /* line 84, ../_sass/eux/_carousel.scss */
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  /* line 89, ../_sass/eux/_carousel.scss */
  .carousel-inner > .active.left {
    left: -100%; }
  /* line 92, ../_sass/eux/_carousel.scss */
  .carousel-inner > .active.right {
    left: 100%; }

/* line 101, ../_sass/eux/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 210px;
  bottom: 0;
  width: 66px;
  height: 66px;
  background: #944b23;
  line-height: 74px;
  font-size: 24px;
  font-size: lighter;
  color: #FFFFFF;
  text-align: center; }
  @media (max-width: 480px) {
    /* line 120, ../_sass/eux/_carousel.scss */
    .carousel-control.get-involved {
      top: 150px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    /* line 120, ../_sass/eux/_carousel.scss */
    .carousel-control.get-involved {
      top: 150px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    /* line 120, ../_sass/eux/_carousel.scss */
    .carousel-control.get-involved {
      top: 150px; } }
  @media (min-width: 1200px) {
    /* line 120, ../_sass/eux/_carousel.scss */
    .carousel-control.get-involved {
      top: 150px; } }
  /* line 142, ../_sass/eux/_carousel.scss */
  .carousel-control.left {
    left: 0; }
    @media (max-width: 480px) {
      /* line 142, ../_sass/eux/_carousel.scss */
      .carousel-control.left {
        left: -10px; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      /* line 142, ../_sass/eux/_carousel.scss */
      .carousel-control.left {
        left: -30px; } }
    @media (min-width: 1200px) {
      /* line 142, ../_sass/eux/_carousel.scss */
      .carousel-control.left {
        left: -33px; } }
  /* line 156, ../_sass/eux/_carousel.scss */
  .carousel-control.right {
    left: auto;
    right: 0; }
    @media (max-width: 480px) {
      /* line 156, ../_sass/eux/_carousel.scss */
      .carousel-control.right {
        right: -10px; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      /* line 156, ../_sass/eux/_carousel.scss */
      .carousel-control.right {
        right: -30px; } }
    @media (min-width: 1200px) {
      /* line 156, ../_sass/eux/_carousel.scss */
      .carousel-control.right {
        right: -33px; } }
  /* line 173, ../_sass/eux/_carousel.scss */
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  /* line 182, ../_sass/eux/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  /* line 191, ../_sass/eux/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  /* line 196, ../_sass/eux/_carousel.scss */
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  /* line 201, ../_sass/eux/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  /* line 212, ../_sass/eux/_carousel.scss */
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  /* line 217, ../_sass/eux/_carousel.scss */
  .carousel-control .icon-next:before {
    content: '\203a'; }

/* line 228, ../_sass/eux/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  /* line 239, ../_sass/eux/_carousel.scss */
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  /* line 261, ../_sass/eux/_carousel.scss */
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

/* line 272, ../_sass/eux/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  /* line 283, ../_sass/eux/_carousel.scss */
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  /* line 294, ../_sass/eux/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  /* line 303, ../_sass/eux/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  /* line 307, ../_sass/eux/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  /* line 314, ../_sass/eux/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  /* line 321, ../_sass/eux/_carousel.scss */
  .carousel-indicators {
    bottom: 20px; } }
/* line 1, ../_sass/eux/_map.scss */
.map-wrapper {
  position: relative;
  height: auto; }
  /* line 5, ../_sass/eux/_map.scss */
  .map-wrapper .map img {
    width: 100%; }
  /* line 9, ../_sass/eux/_map.scss */
  .map-wrapper .map-ui {
    z-index: 9; }
    /* line 13, ../_sass/eux/_map.scss */
    .map-wrapper .map-ui .point {
      position: absolute;
      z-index: 0;
      display: block;
      height: 92px; }
      /* line 18, ../_sass/eux/_map.scss */
      .map-wrapper .map-ui .point:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 44px;
        height: 44px;
        background: #944b23;
        display: block;
        border-radius: 100%;
        opacity: 0;
        transform: scale(0.25);
        -webkit-animation: point 2s infinite;
        -moz-animation: point 2s infinite;
        animation: point 2s infinite; }
        @media (min-width: 480px) {
          /* line 18, ../_sass/eux/_map.scss */
          .map-wrapper .map-ui .point:after {
            width: 82px;
            height: 82px; } }
        @media (min-width: 992px) {
          /* line 18, ../_sass/eux/_map.scss */
          .map-wrapper .map-ui .point:after {
            width: 92px;
            height: 92px; } }
      /* line 44, ../_sass/eux/_map.scss */
      .map-wrapper .map-ui .point:nth-child(2n):after {
        animation-delay: 0.2s; }
      /* line 49, ../_sass/eux/_map.scss */
      .map-wrapper .map-ui .point:nth-child(3n):after {
        animation-delay: 0.4s; }
      /* line 54, ../_sass/eux/_map.scss */
      .map-wrapper .map-ui .point:nth-child(4n):after {
        animation-delay: 0.6s; }
      /* line 59, ../_sass/eux/_map.scss */
      .map-wrapper .map-ui .point:nth-child(5n):after {
        animation-delay: 0.8s; }
      /* line 63, ../_sass/eux/_map.scss */
      .map-wrapper .map-ui .point > div {
        position: relative;
        display: table;
        table-layout: auto; }
      /* line 68, ../_sass/eux/_map.scss */
      .map-wrapper .map-ui .point span {
        display: table-cell;
        vertical-align: middle;
        width: 300px;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
        font-weight: 300;
        display: none; }
        @media (min-width: 992px) {
          /* line 68, ../_sass/eux/_map.scss */
          .map-wrapper .map-ui .point span {
            font-size: 24px;
            line-height: 26px; } }
        @media (min-width: 768px) {
          /* line 68, ../_sass/eux/_map.scss */
          .map-wrapper .map-ui .point span {
            display: table-cell; } }
      /* line 86, ../_sass/eux/_map.scss */
      .map-wrapper .map-ui .point img {
        display: table-cell;
        vertical-align: middle;
        margin-right: 10px;
        width: 44px;
        height: 44px;
        cursor: pointer;
        -webkit-transition: all 260ms cubic-bezier(0.29, 0.59, 0.32, 1);
        -o-transition: all 260ms cubic-bezier(0.29, 0.59, 0.32, 1);
        transition: all 260ms cubic-bezier(0.29, 0.59, 0.32, 1); }
        @media (min-width: 480px) {
          /* line 86, ../_sass/eux/_map.scss */
          .map-wrapper .map-ui .point img {
            width: 82px;
            height: 82px; } }
        @media (min-width: 992px) {
          /* line 86, ../_sass/eux/_map.scss */
          .map-wrapper .map-ui .point img {
            width: 92px;
            height: 92px;
            margin-right: 20px; } }
        /* line 106, ../_sass/eux/_map.scss */
        .map-wrapper .map-ui .point img.on {
          transform: scale(1.2); }
  /* line 113, ../_sass/eux/_map.scss */
  .map-wrapper .popover-content {
    font-size: 18px;
    line-height: 24px; }

@-webkit-keyframes point {
  0% {
    opacity: 0;
    transform: scale(0.25); }
  20% {
    opacity: 0.65; }
  100% {
    opacity: 0;
    transform: scale(1.5); } }
@-moz-keyframes point {
  0% {
    opacity: 0;
    transform: scale(0.25); }
  20% {
    opacity: 0.65; }
  100% {
    opacity: 0;
    transform: scale(1.5); } }
@keyframes point {
  0% {
    opacity: 0;
    transform: scale(0.25); }
  20% {
    opacity: 0.65; }
  100% {
    opacity: 0;
    transform: scale(1.5); } }
/* line 11, ../_sass/eux/_features.scss */
.browse [class*="feature-panel"].cta .card {
  margin-top: -104%; }

/* line 18, ../_sass/eux/_features.scss */
[class*="feature-panel"] {
  position: relative;
  background: #5791a7;
  margin-bottom: 3em;
  color: #FFFFFF; }
  /* line 23, ../_sass/eux/_features.scss */
  [class*="feature-panel"] h1, [class*="feature-panel"] strong, [class*="feature-panel"] h2, [class*="feature-panel"] h3, [class*="feature-panel"] h4, [class*="feature-panel"] h5, [class*="feature-panel"] h6, [class*="feature-panel"] p {
    color: #FFFFFF; }
  /* line 26, ../_sass/eux/_features.scss */
  [class*="feature-panel"] h1 {
    margin-bottom: 0.5em; }
    /* line 28, ../_sass/eux/_features.scss */
    [class*="feature-panel"] h1.display-1 {
      font-weight: 800; }
  /* line 33, ../_sass/eux/_features.scss */
  [class*="feature-panel"] h2 {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 300;
    margin-bottom: 30px; }
    @media (max-width: 350px) {
      /* line 33, ../_sass/eux/_features.scss */
      [class*="feature-panel"] h2 {
        font-size: 0.9em; } }
  /* line 42, ../_sass/eux/_features.scss */
  [class*="feature-panel"] .bg {
    opacity: 0.25;
    filter: alpha(opacity=25); }
  /* line 45, ../_sass/eux/_features.scss */
  [class*="feature-panel"] .container {
    position: relative;
    z-index: 1; }
  /* line 49, ../_sass/eux/_features.scss */
  [class*="feature-panel"].alt-1 {
    background: #944b23; }
  /* line 52, ../_sass/eux/_features.scss */
  [class*="feature-panel"].alt-2 {
    background: #3b87a5; }
    /* line 54, ../_sass/eux/_features.scss */
    [class*="feature-panel"].alt-2 .bg {
      background-position: center center; }
  /* line 58, ../_sass/eux/_features.scss */

  
  [class*="feature-panel"].cta {
    background: #252627;
    max-height: 340px;
    margin-top: 80px; 
    z-index: 10;}
    /* line 62, ../_sass/eux/_features.scss */
    
    [class*="feature-panel"].cta .card {
      margin-top: -50%; }
   
   /* DH allow card to show on mobile */
   @media (max-width: 991px) {
	   [class*="feature-panel"].cta {
	   	max-height: unset;}
	   [class*="feature-panel"].cta .card {
      margin-top: unset; }
	}      
      
      /* line 64, ../_sass/eux/_features.scss */
      [class*="feature-panel"].cta .card h5 {
        color: #232e3f; }
      /* line 67, ../_sass/eux/_features.scss */
      [class*="feature-panel"].cta .card p {
        color: #252627; }
  /* line 72, ../_sass/eux/_features.scss */
  [class*="feature-panel"].podcast {
    background: rgba(43, 76, 84, 0.5);
    max-height: 624px;
    margin-top: 80px; }
    /* line 76, ../_sass/eux/_features.scss */
    [class*="feature-panel"].podcast .bg {
      opacity: 0.8;
      filter: alpha(opacity=80); }
      @media (max-width: 480px) {
        /* line 76, ../_sass/eux/_features.scss */
        [class*="feature-panel"].podcast .bg {
          background-position: 62% top; } }
    /* line 83, ../_sass/eux/_features.scss */
    [class*="feature-panel"].podcast img {
      width: 80px;
      height: auto;
      margin-bottom: 50px; }
    /* line 88, ../_sass/eux/_features.scss */
    [class*="feature-panel"].podcast h1 {
      font-size: 1.75em;
      line-height: 1.20em; }
      /* line 92, ../_sass/eux/_features.scss */
      [class*="feature-panel"].podcast h1 strong {
        font-weight: 700; }
      @media (max-width: 480px) {
        /* line 88, ../_sass/eux/_features.scss */
        [class*="feature-panel"].podcast h1 {
          font-size: 1.5em; } }
    /* line 99, ../_sass/eux/_features.scss */
    [class*="feature-panel"].podcast p {
      font-size: .85em !important; }
      /* line 101, ../_sass/eux/_features.scss */
      [class*="feature-panel"].podcast p.overview {
        margin-top: -16px; }
    /* line 105, ../_sass/eux/_features.scss */
    [class*="feature-panel"].podcast a:last-child {
      padding-left: 30px;
      text-decoration: underline;
      color: #FFFFFF;
      font-size: .85em; }
      @media (max-width: 480px) {
        /* line 105, ../_sass/eux/_features.scss */
        [class*="feature-panel"].podcast a:last-child {
          padding-left: 10px;
          font-size: .75em; } }
  @media (max-width: 992px) {
    /* line 120, ../_sass/eux/_features.scss */
    [class*="feature-panel"] [class*="col"]:nth-child(2) {
      margin-top: 40px; }
    /* line 123, ../_sass/eux/_features.scss */
    [class*="feature-panel"] .container {
      /*
                padding-left: $grid-gutter-width * 1.5;
                padding-right: $grid-gutter-width * 1.5;
      */ } }

@media (max-width: 480px) {
  /* line 132, ../_sass/eux/_features.scss */
  section.container.para {
    padding-top: 1em; } }

/* line 138, ../_sass/eux/_features.scss */
.feature-panel-marquee {
  min-height: 480px;
  padding: 0; }
  /* line 141, ../_sass/eux/_features.scss */
  .feature-panel-marquee .vertical-center {
    height: 480px; }
  @media (max-width: 400px) {
    /* line 138, ../_sass/eux/_features.scss */
    .feature-panel-marquee {
      min-height: 320px;
      padding: 0; }
      /* line 147, ../_sass/eux/_features.scss */
      .feature-panel-marquee .vertical-center {
        height: 320px; } }
  /* line 152, ../_sass/eux/_features.scss */
  .feature-panel-marquee .trigger {
    position: absolute;
    z-index: 2;
    right: 72px;
    top: calc(50% - 27px); }
    /* line 157, ../_sass/eux/_features.scss */
    .feature-panel-marquee .trigger:after {
      content: '\e804';
      font-family: "tft";
      position: absolute;
      top: 0;
      right: -72px;
      display: block;
      width: 58px;
      height: 58px;
      line-height: 58px;
      background: #944b23; }
    @media (max-width: 1023px) {
      /* line 152, ../_sass/eux/_features.scss */
      .feature-panel-marquee .trigger {
        bottom: 14px;
        top: auto;
        right: 86px; } }
  /* line 7, ../_sass/eux/_carousel-fancy.scss */
  .feature-panel-marquee .carousel {
    position: relative; }
  /* line 13, ../_sass/eux/_carousel-fancy.scss */
  .feature-panel-marquee .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%; }
    /* line 18, ../_sass/eux/_carousel-fancy.scss */
/*    .feature-panel-marquee .carousel-inner > .item {
      display: none;
      position: relative;
      -webkit-transition: 0.6s ease-in-out left;
      -o-transition: 0.6s ease-in-out left;
      transition: 0.6s ease-in-out left; }*/
      /* line 24, ../_sass/eux/_carousel-fancy.scss */
      .feature-panel-marquee .carousel-inner > .carousel-item > img,
      .feature-panel-marquee .carousel-inner > .carousel-item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
        line-height: 1; }
     /* @media all and (transform-3d), (-webkit-transform-3d) {
        /* line 18, ../_sass/eux/_carousel-fancy.scss */
        /*.feature-panel-marquee .carousel-inner > .carousel-item {
          -webkit-transition: -webkit-transform 0.6s ease-in-out;
          -moz-transition: -moz-transform 0.6s ease-in-out;
          -o-transition: -o-transform 0.6s ease-in-out;
          transition: transform 0.6s ease-in-out;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-perspective: 1000;
          -moz-perspective: 1000;
          perspective: 1000; }*/
          /* line 36, ../_sass/eux/_carousel-fancy.scss */
          /*.feature-panel-marquee .carousel-inner > .carousel-item.next, .feature-panel-marquee .carousel-inner > .carousel-item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0; }*/
          /* line 41, ../_sass/eux/_carousel-fancy.scss */
          /*.feature-panel-marquee .carousel-inner > .carousel-item.prev, .feature-panel-marquee .carousel-inner > .carousel-item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0; }*/
          /* line 46, ../_sass/eux/_carousel-fancy.scss */
          /*.feature-panel-marquee .carousel-inner > .carousel-item.next.left, .feature-panel-marquee .carousel-inner > .carousel-item.prev.right, .feature-panel-marquee .carousel-inner > .carousel-item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0; } }*/
    /* line 55, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-inner > .active,
    .feature-panel-marquee .carousel-inner > .next,
    .feature-panel-marquee .carousel-inner > .prev {
      display: block; }
    /* line 61, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-inner > .active {
      left: 0; }
    /* line 65, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-inner > .next,
    .feature-panel-marquee .carousel-inner > .prev {
      position: absolute;
      top: 0;
      width: 100%; }
    /* line 72, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-inner > .next {
      left: 100%; }
    /* line 75, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-inner > .prev {
      left: -100%; }
    /* line 78, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-inner > .next.left,
    .feature-panel-marquee .carousel-inner > .prev.right {
      left: 0; }
    /* line 83, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-inner > .active.left {
      left: -100%; }
    /* line 86, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-inner > .active.right {
      left: 100%; }
  /* line 95, ../_sass/eux/_carousel-fancy.scss */
  .feature-panel-marquee .carousel-control {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 12px;
    width: 66px;
    height: 66px;
    background: #944b23;
    line-height: 74px;
    font-size: 24px;
    font-size: lighter;
    color: #FFFFFF;
    text-align: center; }
    /* line 116, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-control.left {
      left: auto;
      right: 78px;
      color: #944b23;
      background: #FFFFFF;
      z-index: 1; }
      @media (min-width: 800px) {
        /* line 116, ../_sass/eux/_carousel-fancy.scss */
        .feature-panel-marquee .carousel-control.left {
          top: calc(50% - 33px);
          bottom: auto;
          left: auto;
          right: 60%; } }
    /* line 129, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-control.right {
      left: auto;
      right: 12px; }
      @media (min-width: 800px) {
        /* line 129, ../_sass/eux/_carousel-fancy.scss */
        .feature-panel-marquee .carousel-control.right {
          top: calc(50% - 33px);
          bottom: auto;
          right: auto;
          left: 40%; } }
    /* line 142, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-control:hover, .feature-panel-marquee .carousel-control:focus {
      outline: 0;
      text-decoration: none;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    /* line 151, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-control .icon-prev,
    .feature-panel-marquee .carousel-control .icon-next,
    .feature-panel-marquee .carousel-control .glyphicon-chevron-left,
    .feature-panel-marquee .carousel-control .glyphicon-chevron-right {
      position: absolute;
      top: 50%;
      z-index: 5;
      display: inline-block; }
    /* line 160, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-control .icon-prev,
    .feature-panel-marquee .carousel-control .glyphicon-chevron-left {
      left: 50%;
      margin-left: -10px; }
    /* line 165, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-control .icon-next,
    .feature-panel-marquee .carousel-control .glyphicon-chevron-right {
      right: 50%;
      margin-right: -10px; }
    /* line 170, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-control .icon-prev,
    .feature-panel-marquee .carousel-control .icon-next {
      width: 20px;
      height: 20px;
      margin-top: -10px;
      line-height: 1;
      font-family: serif; }
    /* line 181, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-control .icon-prev:before {
      content: '\2039'; }
    /* line 186, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-control .icon-next:before {
      content: '\203a'; }
  /* line 197, ../_sass/eux/_carousel-fancy.scss */
  .feature-panel-marquee .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center; }
    /* line 208, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-indicators li {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 1px;
      text-indent: -999px;
      border: 1px solid #fff;
      border-radius: 10px;
      cursor: pointer;
      background-color: #000 \9;
      background-color: transparent; }
    /* line 230, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-indicators .active {
      margin: 0;
      width: 12px;
      height: 12px;
      background-color: #fff; }
  /* line 241, ../_sass/eux/_carousel-fancy.scss */
  .feature-panel-marquee .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    /* line 252, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-caption .btn {
      text-shadow: none; }
  @media screen and (min-width: 768px) {
    /* line 263, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-control .glyphicon-chevron-left,
    .feature-panel-marquee .carousel-control .glyphicon-chevron-right,
    .feature-panel-marquee .carousel-control .icon-prev,
    .feature-panel-marquee .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 30px; }
    /* line 272, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-control .glyphicon-chevron-left,
    .feature-panel-marquee .carousel-control .icon-prev {
      margin-left: -15px; }
    /* line 276, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-control .glyphicon-chevron-right,
    .feature-panel-marquee .carousel-control .icon-next {
      margin-right: -15px; }
    /* line 283, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px; }
    /* line 290, ../_sass/eux/_carousel-fancy.scss */
    .feature-panel-marquee .carousel-indicators {
      bottom: 20px; } }
  /* line 181, ../_sass/eux/_features.scss */
  .feature-panel-marquee .carousel-inner .carousel-item .pane {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    height: 480px;
    width: 100%;
    padding: 3em;
    padding-right: 8em;
    float: left; }
    @media (max-width: 400px) {
      /* line 181, ../_sass/eux/_features.scss */
      .feature-panel-marquee .carousel-inner .carousel-item .pane {
        height: 320px; } }
    /* line 194, ../_sass/eux/_features.scss */
    .feature-panel-marquee .carousel-inner .carousel-item .pane * {
      color: #FFFFFF; }
    /* line 197, ../_sass/eux/_features.scss */
    .feature-panel-marquee .carousel-inner .carousel-item .pane .bg {
      opacity: 1; }
    /* line 200, ../_sass/eux/_features.scss */
    .feature-panel-marquee .carousel-inner .carousel-item .pane:nth-child(2) {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (max-width: 420px) {
      /* line 181, ../_sass/eux/_features.scss */
      .feature-panel-marquee .carousel-inner .carousel-item .pane {
        padding: 2em; } }
    @media (min-width: 800px) {
      /* line 181, ../_sass/eux/_features.scss */
      .feature-panel-marquee .carousel-inner .carousel-item .pane {
        background: #5791a7;
        height: 480px;
        width: 40%;
        padding: 3em; }
        /* line 216, ../_sass/eux/_features.scss */
        .feature-panel-marquee .carousel-inner .carousel-item .pane:nth-child(2) {
          position: relative;
          width: 60%; } }

/* line 228, ../_sass/eux/_features.scss */
.feature-wrapper {
  position: relative;
  overflow: hidden; }
  /* line 231, ../_sass/eux/_features.scss */
  .feature-wrapper img {
    position: relative;
    z-index: 0; }
  /* line 235, ../_sass/eux/_features.scss */
  .feature-wrapper .container.alt {
    position: relative;
    z-index: 2; }
    /* line 238, ../_sass/eux/_features.scss */
    .feature-wrapper .container.alt * {
      color: #FFFFFF; }
      @media (max-width: 599px) {
        /* line 238, ../_sass/eux/_features.scss */
        .feature-wrapper .container.alt * {
          font-size: 20px; } }
    /* line 244, ../_sass/eux/_features.scss */
    .feature-wrapper .container.alt > div {
      position: absolute;
      top: 300px; }
      @media (max-width: 599px) {
        /* line 244, ../_sass/eux/_features.scss */
        .feature-wrapper .container.alt > div {
          top: 40px; } }
      @media (min-width: 600px) and (max-width: 1024px) {
        /* line 244, ../_sass/eux/_features.scss */
        .feature-wrapper .container.alt > div {
          top: 120px; } }
  /* line 255, ../_sass/eux/_features.scss */
  .feature-wrapper .feature-panel-marquee:nth-child(2) {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 480px;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    @media (max-width: 768px) {
      /* line 255, ../_sass/eux/_features.scss */
      .feature-wrapper .feature-panel-marquee:nth-child(2) {
        height: 320px; } }
  /* line 268, ../_sass/eux/_features.scss */
  .feature-wrapper .feature-panel-marquee {
    -webkit-transition: all 260ms cubic-bezier(0.29, 0.59, 0.32, 1);
    -o-transition: all 260ms cubic-bezier(0.29, 0.59, 0.32, 1);
    transition: all 260ms cubic-bezier(0.29, 0.59, 0.32, 1); }
    /* line 270, ../_sass/eux/_features.scss */
    .feature-wrapper .feature-panel-marquee.off {
      -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      -o-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
    /* line 274, ../_sass/eux/_features.scss */
    .feature-wrapper .feature-panel-marquee.on {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

/* line 280, ../_sass/eux/_features.scss */
.feature-bar {
  width: 100%;
  margin-bottom: 3em; }
  /* line 284, ../_sass/eux/_features.scss */
  .feature-bar > div {
    padding: 2%; }

/* line 26, ../_sass/eux/_card.scss */
.card {
  position: relative;
  margin-bottom: 20px !important;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -o-border-radius: 0rem;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: none; }
.page-template-template-staff-faceted-search .card a img.fun-photo {
    position: absolute;
    top: 0; 
    left: 0;
    display: none;
    z-index: 2;
	object-fit: cover;
    object-position: top;
}

.card-block {
	position: relative;
  z-index: 9;
  padding: 1.6rem;
  background: #FFFFFF;
  border-top: 4px solid #5791a7; }
  
  @media (min-width: 992px) {
    /* line 35, ../_sass/eux/_card.scss */
    .card.alt .card-img-top {
      /*width: 58%;*/
      width: 100%;
      height: auto;
      /*position: absolute;*/
      object-fit: cover; }
    /* line 43, ../_sass/eux/_card.scss */
    .card.alt .card-block {
      /*float: right;
      width: 40%;
      border: 0px; } */}

@media (min-width: 992px) {
  /* line 57, ../_sass/eux/_card.scss */
  .card-deck {
    margin-bottom: 20px; } }
@media (min-width: 992px) {
  /* line 61, ../_sass/eux/_card.scss */
  .card-deck .card, .card-deck .full {
    width: 50% !important;
    max-width: 50% !important }
    /* line 64, ../_sass/eux/_card.scss */
    .card-deck .card.w-33, .card-deck .full.w-33 {
      width: 33.33333% !important;
      max-width: 33.33333% }
    /* line 67, ../_sass/eux/_card.scss */
    .card-deck .card.w-40, .card-deck .full.w-40 {
      width: 40% !important;
      max-width: 40% !important }
    /* line 70, ../_sass/eux/_card.scss */
    .card-deck .card.w-60, .card-deck .full.w-60 {
      width: 60% !important;
      max-width: 60% !important } }

@media (min-width: 992px) {
  /* line 79, ../_sass/eux/_card.scss */
  .post-type-archive-photo_video .card-deck .card.alt {
    width: 100% !important;
    max-width: 100% !important; } }
@media (max-width: 991px) {
  /* line 79, ../_sass/eux/_card.scss */
  .post-type-archive-photo_video .card-deck .card.alt {
    width: 100% !important;
    max-width: 100% !important } }

/* line 90, ../_sass/eux/_card.scss */
.card-block {
  position: relative;
  z-index: 9;
  padding: 1.6rem;
  background: #FFFFFF;
  border-top: 4px solid #5791a7; }
  /* line 96, ../_sass/eux/_card.scss */
  .card-block.staff {
    min-height: 230px; }

/* line 101, ../_sass/eux/_card.scss */
.card-title {
  margin-top: 0;
  margin-bottom: 1em;
  width: 100%; }
  /* line 105, ../_sass/eux/_card.scss */
  .card-title > a {
    color: #5791a7; }

/* line 110, ../_sass/eux/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

/* line 115, ../_sass/eux/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
  font-size: .70em; }

/*BLUR*/
/* line 121, ../_sass/eux/_card.scss */
.blur img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #232e3f; }

/* line 130, ../_sass/eux/_card.scss */
.blur img:hover {
  -webkit-filter: blur(5px); }

/* line 134, ../_sass/eux/_card.scss */
.card-icon {
  position: relative;
  z-index: 999;
  background-color: #FFFFFF !important;
  padding: 14px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: block;
  margin: -78px auto 1em;
  width: 120px; }

/* line 153, ../_sass/eux/_card.scss */
.card-link {
  /*
    @include hover {
      text-decoration: none;
    }
  */ }
  /* line 160, ../_sass/eux/_card.scss */
  .card-link + .card-link {
    margin-left: 1.25rem; }

/* line 186, ../_sass/eux/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 0.0625rem solid #fff; }
  /* line 191, ../_sass/eux/_card.scss */
  .card-header:first-child {
    border-radius: -0.0625rem -0.0625rem 0 0;
    -webkit-border-radius: -0.0625rem -0.0625rem 0 0;
    -moz-border-radius: -0.0625rem -0.0625rem 0 0;
    -ms-border-radius: -0.0625rem -0.0625rem 0 0;
    -o-border-radius: -0.0625rem -0.0625rem 0 0; }

/* line 196, ../_sass/eux/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 0.0625rem solid #fff; }
  /* line 201, ../_sass/eux/_card.scss */
  .card-footer:last-child {
    border-radius: 0 0 -0.0625rem -0.0625rem;
    -webkit-border-radius: 0 0 -0.0625rem -0.0625rem;
    -moz-border-radius: 0 0 -0.0625rem -0.0625rem;
    -ms-border-radius: 0 0 -0.0625rem -0.0625rem;
    -o-border-radius: 0 0 -0.0625rem -0.0625rem; }

/* line 211, ../_sass/eux/_card.scss */
.card-primary {
  background-color: #5791a7;
  border-color: #5791a7; }

/* line 215, ../_sass/eux/_card.scss */
.card-success {
  background-color: #5791a7;
  border-color: #5791a7; }

/* line 219, ../_sass/eux/_card.scss */
.card-info {
  background-color: #944b23;
  border-color: #944b23; }

/* line 223, ../_sass/eux/_card.scss */
.card-warning {
  background-color: #944b23;
  border-color: #944b23; }

/* line 227, ../_sass/eux/_card.scss */
.card-danger {
  background-color: #944b23;
  border-color: #944b23; }

/* line 238, ../_sass/eux/_card.scss */
.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2); }
/* line 242, ../_sass/eux/_card.scss */
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }
/* line 248, ../_sass/eux/_card.scss */
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }
/* line 253, ../_sass/eux/_card.scss */
.card-inverse .card-link {
  /*
      @include hover-focus {
        color: #fff;
      }
  */ }

/* line 267, ../_sass/eux/_card.scss */
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

/* line 274, ../_sass/eux/_card.scss */
.card-img {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem; }

/* line 278, ../_sass/eux/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

/* line 290, ../_sass/eux/_card.scss */
.card-img-top {
  border-radius: 0.25rem 0.25rem 0 0;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  -ms-border-radius: 0.25rem 0.25rem 0 0;
  -o-border-radius: 0.25rem 0.25rem 0 0; }

/* line 293, ../_sass/eux/_card.scss */
.card-img-bottom {
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  -ms-border-radius: 0 0 0.25rem 0.25rem;
  -o-border-radius: 0 0 0.25rem 0.25rem; }

/* line 316, ../_sass/eux/_card.scss */
/*.card-deck {
  display: table;
  table-layout: fixed;
  border-spacing: 20px 0; }*/
  /* line 320, ../_sass/eux/_card.scss */
/*  .card-deck .card {
    display: block;
    vertical-align: top; 
height:100%;}*/
    @media (min-width: 992px) {
      /* line 320, ../_sass/eux/_card.scss */
      .card-deck .card {
        display: table-cell;
        width: 1%;
        max-width: 100% !important } }

/* line 330, ../_sass/eux/_card.scss */
.card-deck-wrapper {
  margin-right: -20px;
  margin-left: -20px; }

/* line 340, ../_sass/eux/_card.scss */
.card-group {
  display: table;
  width: 100%;
  table-layout: fixed; }
  /* line 350, ../_sass/eux/_card.scss */
 /* .card-group .card {
    display: table-cell;
    vertical-align: middle; }*/
    /* line 358, ../_sass/eux/_card.scss */
    .card-group .card + .card {
      margin-left: 0;
      border-left: 0; }

/* line 399, ../_sass/eux/_card.scss */
.card-columns {
  column-count: 3;
  column-gap: 1.25rem; }
  /* line 403, ../_sass/eux/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%; }

/* line 1, ../_sass/eux/_search.scss */
#search {
  position: relative;
  z-index: 999;
  background: rgba(37, 38, 39, 0.65); }
  /* line 5, ../_sass/eux/_search.scss */
  #search .form-horizontal {
    padding: 32px 0 20px; }

@media (max-width: 767px) {
  /* line 14, ../_sass/eux/_responsive.scss */
  html, body {
    font-size: 100%; }

  /* line 17, ../_sass/eux/_responsive.scss */
  h1, h1 strong {
    font-size: 28px; }

  /* line 21, ../_sass/eux/_responsive.scss */
  .hero h1, .hero.lg h1[class*="display"], .hero.lg h1 {
    font-size: 36px; }

  /* line 26, ../_sass/eux/_responsive.scss */
  .hero.lg .wrapper {
    top: 25%; } }
/* line 7, ../_sass/eux/_special_fx.scss */
.animated {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

/* line 11, ../_sass/eux/_special_fx.scss */
.flex-video {
  margin-bottom: 6em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }

/* line 25, ../_sass/eux/_special_fx.scss */
a {
  -webkit-transition: all 260ms ease-out;
  -o-transition: all 260ms ease-out;
  transition: all 260ms ease-out; }

/* line 30, ../_sass/eux/_special_fx.scss */
[class*="fx"] {
  -webkit-transition: all 260ms ease-in-out;
  -o-transition: all 260ms ease-in-out;
  transition: all 260ms ease-in-out; }

/* line 36, ../_sass/eux/_special_fx.scss */
.card[class*="fx"] {
  text-decoration: none; 
  }
  /* line 39, ../_sass/eux/_special_fx.scss */
/*  .card[class*="fx"] .card-block {
    padding-bottom: 30px;
    margin-top: -44px; }*/
  /* line 43, ../_sass/eux/_special_fx.scss */
  .card[class*="fx"] .card-img-top {
    position: relative;
    z-index: 1;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    max-width: 100%;
    height: auto;
}
  /* line 49, ../_sass/eux/_special_fx.scss */
  .card[class*="fx"] .card-reveal {
    background: rgba(7, 58, 100, 0.8);
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.875rem; }
    /* line 60, ../_sass/eux/_special_fx.scss */
    .card[class*="fx"] .card-reveal h3 {
      color: #fff; }
  /* line 65, ../_sass/eux/_special_fx.scss */
/*  .card[class*="fx"]:hover .card-img-top {
    opacity: 0.1;
    filter: alpha(opacity=10); }*/

/* line 10, ../_sass/eux/_parking_lot.scss */
.jk_feature_selector {
  background: red; }

/* line 21, ../_sass/eux/_parking_lot.scss */
.dh_credentials {
  margin: 46px 0px;
  height: 140px; }

/* line 26, ../_sass/eux/_parking_lot.scss */
.col-centered, .row-centered {
  text-align: center; }

/* line 31, ../_sass/eux/_parking_lot.scss */
.social-icons {
  width: 44px;
  margin-right: 8px; }

/* line 36, ../_sass/eux/_parking_lot.scss */
.wp-caption {
  margin: 10px;
  text-align: center;
  font-size: .75em;
  width: 100% !important; }
  /* line 42, ../_sass/eux/_parking_lot.scss */
  .wp-caption.alignright {
    float: right !important; }
    @media (max-width: 480px) {
      /* line 42, ../_sass/eux/_parking_lot.scss */
      .wp-caption.alignright {
        width: 80vw !important;
        float: none !important; } }
  /* line 51, ../_sass/eux/_parking_lot.scss */
  .wp-caption.alignleft {
    float: left !important; }
    @media (max-width: 480px) {
      /* line 51, ../_sass/eux/_parking_lot.scss */
      .wp-caption.alignleft {
        width: 80vw !important;
        float: none !important; } }
  /* line 60, ../_sass/eux/_parking_lot.scss */
  .wp-caption.size-medium {
    width: 60% !important; }
    @media (max-width: 480px) {
      /* line 60, ../_sass/eux/_parking_lot.scss */
      .wp-caption.size-medium {
        width: 90% !important;
        height: auto !important; } }
  /* line 68, ../_sass/eux/_parking_lot.scss */
  .wp-caption.size-full {
    width: 90% !important;
    height: auto;
    /* Prevent stretching of full-size images with height and width attributes in IE8 */ }
  /* line 72, ../_sass/eux/_parking_lot.scss */
  .wp-caption a img, .wp-caption img {
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15); }
    @media (max-width: 480px) {
      /* line 72, ../_sass/eux/_parking_lot.scss */
      .wp-caption a img, .wp-caption img {
        width: 100% !important;
        height: auto !important; } }
  /* line 82, ../_sass/eux/_parking_lot.scss */
  .wp-caption .wp-caption-text {
    margin-top: 1em; }

/* line 89, ../_sass/eux/_parking_lot.scss */
img[class*="wp-image-"] {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15); }
  /* line 92, ../_sass/eux/_parking_lot.scss */
  img[class*="wp-image-"].alignright {
    float: right !important; }
    @media (max-width: 480px) {
      /* line 92, ../_sass/eux/_parking_lot.scss */
      img[class*="wp-image-"].alignright {
        width: 80vw !important;
        float: none !important; } }
  /* line 101, ../_sass/eux/_parking_lot.scss */
  img[class*="wp-image-"].alignleft {
    float: left !important; }
    @media (max-width: 480px) {
      /* line 101, ../_sass/eux/_parking_lot.scss */
      img[class*="wp-image-"].alignleft {
        width: 80vw !important;
        float: none !important; } }
  /* line 110, ../_sass/eux/_parking_lot.scss */
  img[class*="wp-image-"].size-medium {
    width: 60% !important;
    height: auto;
    /* Prevent stretching of full-size images with height and width attributes in IE8 */
    margin-left: 20px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      /* line 110, ../_sass/eux/_parking_lot.scss */
      img[class*="wp-image-"].size-medium {
        width: 90% !important;
        height: auto !important;
        margin: none; } }
  /* line 122, ../_sass/eux/_parking_lot.scss */
  img[class*="wp-image-"].size-full {
    width: 90% !important;
    height: auto;
    /* Prevent stretching of full-size images with height and width attributes in IE8 */ }

/* line 129, ../_sass/eux/_parking_lot.scss */
.pod-winners {
  position: relative;
  padding-top: 10px; }
  @media (max-width: 991px) {
    /* line 132, ../_sass/eux/_parking_lot.scss */
    .pod-winners h5 {
      font-size: .9em; } }
  /* line 138, ../_sass/eux/_parking_lot.scss */
  .pod-winners .pom-location {
    position: absolute;
    right: 0px;
    top: 13px; }
    @media (max-width: 991px) {
      /* line 138, ../_sass/eux/_parking_lot.scss */
      .pod-winners .pom-location {
        position: relative;
        font-size: .9em;
        top: -10px; } }
  /* line 149, ../_sass/eux/_parking_lot.scss */
  .pod-winners .pom-content p {
    margin-top: 20px; }
    @media (max-width: 991px) {
      /* line 149, ../_sass/eux/_parking_lot.scss */
      .pod-winners .pom-content p {
        font-size: .9em; } }

/* line 160, ../_sass/eux/_parking_lot.scss */
.w2llabel-checkbox-label {
  font-weight: normal;
  font-size: .75em; }

/* line 165, ../_sass/eux/_parking_lot.scss */
#requiredfieldsmsg {
  top: -10px;
  position: relative;
  top: -62px;
  float: right;
  font-style: italic; }
  @media (max-width: 480px) {
    /* line 165, ../_sass/eux/_parking_lot.scss */
    #requiredfieldsmsg {
      top: 28px; } }

/* line 176, ../_sass/eux/_parking_lot.scss */
span.error_message {
  position: relative;
  left: 60px; }
  @media (min-width: 480px) {
    /* line 176, ../_sass/eux/_parking_lot.scss */
    span.error_message {
      left: 130px; } }
  @media (min-width: 768px) {
    /* line 176, ../_sass/eux/_parking_lot.scss */
    span.error_message {
      left: 165px; } }
  @media (min-width: 992px) {
    /* line 176, ../_sass/eux/_parking_lot.scss */
    span.error_message {
      left: 175px; } }

/* line 200, ../_sass/eux/_parking_lot.scss */
input[type="search"] {
  background-color: #dddede; }

/* line 203, ../_sass/eux/_parking_lot.scss */
label.control-label {
  font-weight: normal;
  margin-top: 10px; }

/* line 207, ../_sass/eux/_parking_lot.scss */
select.form-control, select.facetwp-search, select.facetwp-dropdown {
  background-color: #232e3f;
  color: #fff; }

/* line 212, ../_sass/eux/_parking_lot.scss */
.btn[class*="lg"] {
  margin-right: 30px; }

/* line 218, ../_sass/eux/_parking_lot.scss */
.donor-level {
  height: 1px;
  background-color: #9e9c9c;
  text-align: left;
  margin: 100px 0px 50px; }
  /* line 224, ../_sass/eux/_parking_lot.scss */
  .donor-level .donor-level-label {
    display: inline;
    background-color: white;
    position: relative;
    top: -0.5em;
    z-index: 99;
    padding-right: 40px; }

/* line 232, ../_sass/eux/_parking_lot.scss */
img.donor-logo {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px; }

/* Mixin */
/* line 250, ../_sass/eux/_parking_lot.scss */
.valign-middle {
  position: relative;
  margin-top: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 254, ../_sass/eux/_parking_lot.scss */
form p {
  margin-bottom: 0px; }

/* line 257, ../_sass/eux/_parking_lot.scss */
.ajax-loader {
  width: 20px;
  height: auto; }

/* line 261, ../_sass/eux/_parking_lot.scss */
aside ul.bullets {
  list-style: initial;
  margin-left: 20px; }

/* line 266, ../_sass/eux/_parking_lot.scss */
.g-recaptcha iframe {
  position: relative;
  right: 0;
  bottom: 0;
  top: 0;
  width: inherit;
  height: inherit;
  background-size: auto;
  background-color: transparent !important;
  background-position: inherit;
  object-fit: none; }

/* line 279, ../_sass/eux/_parking_lot.scss */
.w2lsubmit hr {
  margin-top: 0; }

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 

 
 */
 
  .ekko-lightbox{
	padding-top: 20rem;	 
 }
 
/* line 8, ../_sass/eux/_ekko-lightbox.scss */
.ekko-lightbox-container {
  position: relative; }

/* line 12, ../_sass/eux/_ekko-lightbox.scss */
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%; }

/* line 21, ../_sass/eux/_ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

/* line 37, ../_sass/eux/_ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a:empty {
  width: 49%; }

/* line 41, ../_sass/eux/_ekko-lightbox.scss */
.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1; }

/* line 46, ../_sass/eux/_ekko-lightbox.scss */
.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left; }

/* line 53, ../_sass/eux/_ekko-lightbox.scss */
.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right; }

/* line 60, ../_sass/eux/_ekko-lightbox.scss */
.ekko-lightbox .modal-footer {
  text-align: left; }


/**************************/
/*************************/
.panel{margin-bottom:28px;background-color:#e1e9ec;border:1px solid transparent;border-radius:2px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.panel-body{padding:3em}
.panel-body:before,
.panel-body:after{content:" ";display:table}
.panel-body:after{clear:both}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:1px;border-top-left-radius:1px}
.panel-heading>.dropdown .dropdown-toggle{color:inherit}
.panel-title{margin-top:0;margin-bottom:0;font-size:23px;color:inherit}
.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a{color:inherit}
.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:1px;border-bottom-left-radius:1px}
.panel>.list-group,
.panel>.panel-collapse>.list-group{margin-bottom:0}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:1px;border-top-left-radius:1px}
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:1px;border-bottom-left-radius:1px}
.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}
.list-group+.panel-footer{border-top-width:0}
.panel>.table,.panel>.table-responsive>.table,
.panel>.panel-collapse>.table{margin-bottom:0}
.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption{padding-left:3em;padding-right:3em}
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:1px;border-top-left-radius:1px}
.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:1px;border-top-right-radius:1px}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:1px}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:1px}
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:1px;border-bottom-left-radius:1px}
.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:1px;border-bottom-right-radius:1px}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:1px}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:1px}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td{border-top:0}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered{border:0}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
.panel>.table-responsive{border:0;margin-bottom:0}
.panel-group{margin-bottom:28px}
.panel-group .panel{margin-bottom:0;border-radius:2px}
.panel-group .panel+.panel{margin-top:5px}
.panel-group .panel-heading{border-bottom:0}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}
.panel-group .panel-footer{border-top:0}
.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}
.panel-default{border-color:#ddd}
.panel-default>.panel-heading{color:#291e1b;background-color:#5791a7;border-color:#ddd}
.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}
.panel-default>.panel-heading .badge{color:#5791a7;background-color:#291e1b}
.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}
.panel-primary{border-color:#5791a7}
.panel-primary>.panel-heading{color:#fff;background-color:#5791a7;border-color:#5791a7}
.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#5791a7}
.panel-primary>.panel-heading .badge{color:#5791a7;background-color:#fff}
.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#5791a7}
.panel-success{border-color:#d6e9c6}
.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}
.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}
.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}
.panel-info{border-color:#bce8f1}
.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}
.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}
.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}
.panel-warning{border-color:#faebcc}
.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}
.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}
.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}
.panel-danger{border-color:#ebccd1}
.panel-danger>.panel-heading{color:#944b23;background-color:#f2dede;border-color:#ebccd1}
.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}
.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#944b23}
.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}


#emma-subscription-form{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.translated-ltr header.header .navbar ul li a{
    padding-left: 10px;
    padding-right: 10px;
}

/*DH*/

@media (max-width: 414px){
	.feature-panel-marquee .trigger {
	    position: relative;
	    right: auto;
	}
}
.zoom{
	display: block;
	transition: .2s;
}
.zoom:hover{
	transform: scale(1.03);
}

.columns{
	display: flex; 
	flex-direction: column; 
	justify-content: space-evenly; 
	gap: 1rem;
	margin: 0 0 4rem;
	.zoom{
		transition: transform .2s;
		width: 100%;
		height: auto;
	}
	.zoom:hover{
		transform: scale(1.25);
	}
}
@media(min-width: 991px){
.columns{
	flex-direction: row; 
}
}
