/* General 
================================= */
@import 'https://fonts.googleapis.com/css?family=Teko:400,500,600,700';


body {
    background: url(../img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

.full-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    position: relative;
}

a,a:hover,a:active,a:visited {
    color: #fff;
    text-decoration: none;
}

.slick-slide:focus {
    outline: none;
}

hr {
    margin: 0;
}

h2 {
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    color: #fff;
	text-transform:uppercase;
	font-weight: 500;
}

h3 {
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 24px;
	text-transform:uppercase;
	font-weight: 500;
}

h4 {
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
	text-transform:uppercase;
	font-weight: 500;
}

p,li,a {
    color: #fff;
    font-family: 'Titillium Web',sans-serif;
    font-size: 14px;
}

html,body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* Navbar
================================= */
.slick-slider {
    position: relative;
    z-index: 2;
}

.navbar {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6191c+0,540909+100 */
    background: #d6191c;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2MTkxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDA5MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#d6191c 0%,#540909 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d6191c),color-stop(100%,#540909));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,#d6191c 0%,#540909 100%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,#d6191c 0%,#540909 100%);
/* Opera 11.10+ */
    background: -ms-linear-gradient(top,#d6191c 0%,#540909 100%);
/* IE10+ */
    background: linear-gradient(to bottom,#d6191c 0%,#540909 100%);
/* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d6191c',endColorstr='#540909',GradientType=0);
/* IE6-8 */
    position: relative;
    margin-top: 25px;
    border-bottom: 1px solid #000;
    border-top: 2px solid red;
    box-shadow: 0 2px 5px #000;
    -webkit-box-shadow: 0 2px 5px #000;
    z-index: 5;
}

.navbar .row,.footer .row {
    margin: 0 auto;
    max-width: 80rem;
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.navbar nav .pad-left {
    padding-left: 20px;
}

.navbar nav {
    display: table;
    width: 90%;
    border-collapse: collapse;
    border: none;
    margin: 0 auto;
}

.navbar ul {
    list-style: none;
    margin: 0;
    display: table-row;
}

.navbar ul li {
    display: inline;
    display: table-cell;
    text-align: center;
    width: 75px;
    border-right: 1.5px solid #000;
}

.navbar ul li.border-both {
    border-right: 1.5px solid #000;
    border-left: 1.5px solid #000;
}

.navbar ul li.border-none {
    border-right: 1.5px solid #000;
    border-left: 1.5px solid #000;
}

.navbar ul li.no-left {
    padding-left: 0;
}

.navbar ul li.no-right {
    padding-right: 0;
}

.navbar ul li a {
    font-family: 'Teko', sans-serif;
    transition: all .4s ease;
    width: 100%;
    height: 500%;
    display: block;
    padding: 10px 0;
	text-transform:uppercase;
	font-size: 18px;
	font-weight: 500;
}

.navbar ul li a:hover,.navbar ul li a.active {
    background: #41161a;
    box-shadow: inset 0 0 8px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
}

.logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 250px;
    z-index: 100;
    transform: translateY(-25%);
	margin: 0 auto;
}

.mobile-nav {
    display: none;
}

/* Home Slider
================================= */
.slider {
    padding: 0 30px;
}

.slide {
    height: 350px;
    padding: 0 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 10px #000;
    border-left: 6px solid #CA181B;
    border-right: 6px solid #CA181B;
    border-bottom: 6px solid #CA181B;
}

.slick-slide {
    overflow: visible;
}

.ribbon {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6191c+0,540909+100 */
    background: #d6191c;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2MTkxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDA5MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#d6191c 0%,#540909 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d6191c),color-stop(100%,#540909));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,#d6191c 0%,#540909 100%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,#d6191c 0%,#540909 100%);
/* Opera 11.10+ */
    background: -ms-linear-gradient(top,#d6191c 0%,#540909 100%);
/* IE10+ */
    background: linear-gradient(to bottom,#d6191c 0%,#540909 100%);
/* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d6191c',endColorstr='#540909',GradientType=0);
/* IE6-8 */
 
      padding: 15px 65px 8px 35px;

    box-shadow: 5px 5px 10px #000;
    border-radius: 0 100px 0 0;
	display:inline-block;
}


.ribbon-container {
    bottom: 15px;
    left: -36px;
	position:absolute;
    
}


.ribbon h2 {
    margin: 0 0 5px;
}

p.smaller {
    font-family: 'Titillium Web',sans-serif;
    font-size: 15px;
    line-height: 19px;
    margin: 0;
}



.ribbon a {
    font-size: 14px;
    color: #B98C2A;
    transition: all .5s ease;
}

.ribbon a:hover {
    opacity: .5;
}

.slide-container {
    padding: 0 30px;
}

/* Home Content
================================= */
.main-content {
    padding: 0 30px;
    margin-top: 30px;
}

.tab-container {
    padding: 0 30px;
}

.tabs-content > .content {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6191c+0,540909+100 */
    background: #d6191c;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2MTkxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDA5MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#d6191c 0%,#540909 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d6191c),color-stop(100%,#540909));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,#d6191c 0%,#540909 100%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,#d6191c 0%,#540909 100%);
/* Opera 11.10+ */
    background: -ms-linear-gradient(top,#d6191c 0%,#540909 100%);
/* IE10+ */
    background: linear-gradient(to bottom,#d6191c 0%,#540909 100%);
/* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d6191c',endColorstr='#540909',GradientType=0);
/* IE6-8 */
    padding: 15px;
    margin-top: -2px;
    box-shadow: 5px 5px 5px #000;
    border-right: 3px solid #391522;
    border-bottom: 3px solid #391522;
    border-left: 3px solid red;
    z-index: 10;
    position: relative;
}



.tabs li {
    width: 33.333333333%;
}

.tabs .tab-title > a:focus {
    outline: none;
}

.tabs .tab-title a {
    background-color: #540909;
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    box-shadow: inset 0 -20px 40px -20px #000;
    border-top: 4px solid #810000;
	transition: background-color .4s ease;
	text-transform:uppercase;
	
}

.tabs .tab-title a.link-one { 
	border-left: 4px solid #810000;
}

.tabs .tab-title a.link-three, .tabs .tab-title.active a.link-three {
	border-right: 3px solid #391522
	}



.tabs .tab-title.active a {
    background-color: #D4181B;
    color: #fff;
    border-top: 4px solid red;
	border-right: 4px solid red;
	border-left: 4px solid red;
    box-shadow: none;
    text-decoration: underline;
}


.tabs .tab-title > a:hover {
    background-color: #D4181B;
    color: #fff;
    box-shadow: none;
    text-decoration: underline;
	 border-top: 4px solid red;
}

.tabs-content {
    margin: 0;
}

.tabs-content p {
    margin-bottom: 10px;
}

.tab-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tab-container .item {
    padding: 10px 0;
}

.item .columns {
    border-bottom: 1px solid #fff;
}

.item h3 {
    margin-bottom: 0;
}

.item img {
    width: 100%;
}

.tabs .tab-title > a {
    padding: 5px;
}

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

.item .medium-8 {
    padding-bottom: 10px;
}

.feature-container {
    height: 31%;
    margin-bottom: 3.5%;
}

.box-container {
    padding-right: 31px;
}

.featured-box {
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: inset 0 0 0 #000,5px 5px 10px #000;
    position: relative;
    transition: all .1s ease;
    padding: 10px 0;
}

.red-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6191c+0,540909+100 */
    background: #d6191c;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2MTkxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDA5MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#d6191c 0%,#540909 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d6191c),color-stop(100%,#540909));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,#d6191c 0%,#540909 100%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,#d6191c 0%,#540909 100%);
/* Opera 11.10+ */
    background: -ms-linear-gradient(top,#d6191c 0%,#540909 100%);
/* IE10+ */
    background: linear-gradient(to bottom,#d6191c 0%,#540909 100%);
/* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d6191c',endColorstr='#540909',GradientType=0);
/* IE6-8 */
    border-top: 3px solid red;
    border-left: 3px solid red;
    border-right: 3px solid #391522;
    border-bottom: 3px solid #391522;
    display: table;
}

.green-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#026852+0,16362d+100 */
    background: #026852;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDI2ODUyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE2MzYyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,#026852 0%,#16362d 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#026852),color-stop(100%,#16362d));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,#026852 0%,#16362d 100%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,#026852 0%,#16362d 100%);
/* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,#026852 0%,#16362d 100%);
/* IE10+ */
    background: linear-gradient(135deg,#026852 0%,#16362d 100%);
/* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#026852',endColorstr='#16362d',GradientType=1);
/* IE6-8 fallback on horizontal gradient */
    border-bottom: 3px solid #031e17;
    border-right: 3px solid #031e17;
    border-top: 3px solid #007058;
    border-left: 3px solid #007058;
    display: table;
}

.gold-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5aa39+0,6f3c03+100 */
    background: #d5aa39;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDVhYTM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZmM2MwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,#d5aa39 0%,#6f3c03 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#d5aa39),color-stop(100%,#6f3c03));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,#d5aa39 0%,#6f3c03 100%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,#d5aa39 0%,#6f3c03 100%);
/* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,#d5aa39 0%,#6f3c03 100%);
/* IE10+ */
    background: linear-gradient(135deg,#d5aa39 0%,#6f3c03 100%);
/* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d5aa39',endColorstr='#6f3c03',GradientType=1);
/* IE6-8 fallback on horizontal gradient */
    border-top: 3px solid #dbad3a;
    border-left: 3px solid #dbad3a;
    border-right: 3px solid #452400;
    border-bottom: 3px solid #452400;
    display: table;
}

.block {
    display: block;
    padding: 20px;
}

.events {
    border-left: 3px solid #810000;
}

.tabs .tab-title > a.donation {
    border-right: 3px solid #000;
    box-shadow: inset 0 -20px 40px -20px #000000,5px 5px 5px #000;
}

.tabs .tab-title.active .events {
    border-left: 3px solid red;
}

.tabs .tab-title.active .donation {
    border-right: 3px solid #391522;
    box-shadow: 5px 5px 5px #000;
}

.box-text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
}

.box-map {
    padding: 10px 20px;
}

.box-text p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
}

.box-text p.sub-text {
    display: none;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

#stylized {
    padding: 20px 0;
}

#stylized label {
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Titillium Web',sans-serif;
}

button,.button {
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Titillium Web',sans-serif;
}

.button.alert {
    background: #d5aa39;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,#d5aa39 0%,#6f3c03 100%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#d5aa39),color-stop(100%,#6f3c03));
    background: -webkit-linear-gradient(-45deg,#d5aa39 0%,#6f3c03 100%);
    background: -o-linear-gradient(-45deg,#d5aa39 0%,#6f3c03 100%);
    background: -ms-linear-gradient(-45deg,#d5aa39 0%,#6f3c03 100%);
    background: linear-gradient(135deg,#d5aa39 0%,#6f3c03 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d5aa39',endColorstr='#6f3c03',GradientType=1);
    border-top: 3px solid #dbad3a;
    border-left: 3px solid #dbad3a;
    border-right: 3px solid #452400;
    border-bottom: 3px solid #452400;
}

/* Donations Page
================================= */
.donation-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
    margin: 10px 0;
}

.donation-list li {
    text-align: left;
    margin: 4px 0;
}

.donation-list li a {
    font-weight: 400;
    font-size: 14px;
    transition: all .25s ease;
}



/* Archive
================================= */
.archive-section {
    padding-right: 30px;
}

.cover-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    margin-bottom: 25px;
    border: 4px solid #fff;
}

.reveal-modal-bg {
    background: rgba(0,0,0,0.85);
}

.reveal-modal {
    background: transparent;
    border: none;
}

.archive-slide {
    position: relative;
}

.archive-slide img {
    margin: 0 auto;
	width:100%;
}

p.img-caption {
    position: absolute;
    top: auto;
	bottom:0;
    left: 0;
    background: #d6191c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#d6191c 0%,#540909 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d6191c),color-stop(100%,#540909));
    background: -webkit-linear-gradient(top,#d6191c 0%,#540909 100%);
    background: -o-linear-gradient(top,#d6191c 0%,#540909 100%);
    background: -ms-linear-gradient(top,#d6191c 0%,#540909 100%);
    background: linear-gradient(to bottom,#d6191c 0%,#540909 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d6191c',endColorstr='#540909',GradientType=0);
    padding: 10px 40px 10px 20px;
    border-radius: 0 50px 0 0;
	margin-bottom:0;
}

.reveal-modal .close-reveal-modal {
    color: #d6191c;
    z-index: 10;
    top: 25px;
    right: 40px;
}



.reveal-modal img {
    border: 8px solid #fff;
}

.reveal-modal[aria-hidden="true"] {
    display: block !important;
    height: 1px;
    overflow: hidden;
}

.reveal-modal[aria-hidden="false"] {
    display: block !important;
    height: auto;
}

.archive-section h3 {
    font-family: 'Titillium Web',sans-serif;
    font-weight: 700;
	    font-size: 16px;
}

/* Footer
================================= */
.footer {
    background-color: #0e2b23;
    margin-top: 25px;
}

.footer .row {
    max-width: 80rem;
	padding: 10px 40px;
}

.footer ul {
    list-style: none;
    margin: 0;
}

.footer ul li {
    display: inline;
	border-right: 1px solid white;
	padding:0 5px;
}

.footer ul li:last-child {
	border-right: none;
}

.footer  a:hover {
	opacity:.55;
}

@media screen and (max-width: 1023px) {
    .feature-container {
        padding: 10px;
    }

    .box-text {
        padding: 10px;
    }

    .box-container {
        padding: 0 31px;
        margin-top: 25px;
    }
	
	.footer .columns {
		text-align:center!important;
	}
	
	.footer ul {
		margin-bottom:10px;
	}
}

@media screen and (max-width: 768px) {
    .slide-container {
        padding: 0;
        margin: 0 3px 0 0;
    }

    .tab-container {
        padding: 0;
    }

    .main-content,.slider {
        padding: 0 15px;
    }

    .box-container {
        padding: 0 5px;
    }

    .ribbon {
        bottom: -6px;
        box-shadow: none;
        left: -6px;
        right: -6px;
        width: calc(100% + 12px);
    }

    .ribbon h2 {
        padding-left: 15px;
    }

    .main-content {
        margin-top: 15px;
    }

    .desktop-nav {
        display: none;
    }

    .row.mobile-nav {
        display: block;
        padding: 5px 0;
    }

    .hidden-nav {
        display: none;
    }

    .mobile-nav .fa {
        font-size: 32px;
    }

    .logo {
        transform: translateY(-35%);
        width: 200px;
		left: 0;
		right: 0;
    }

    .navbar {
        margin-top: 45px;
    }

    .hidden-nav ul li {
        display: block;
        width: 100%;
        border: none;
    }

    .row.hidden-nav-container {
        padding: 0;
    }

    .row.hidden-nav-container .columns {
        padding: 0;
    }

    .row.hidden-nav-container nav {
        width: 100%;
    }
	
	  .row.hidden-nav-container ul li a {
        font-size: 18px;
    }

    .row.hidden-nav-container nav {
        margin-top: 25px;
    }
}

@media screen and (max-width: 640px) {
    .slide {
        height: 250px;
    }

    .tab-img {
        min-height: 200px;
    }

    .navbar {
        margin-top: 35px;
    }
}