/* ==========================================================================
   CUSTOM STYLES 
   ========================================================================== */
ul.tab.custom h2 {
	font-size: 20px !important;
	font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    color: #384244;
	text-transform: none;
    line-height: 1.25em;
    display: block;
    margin: 0;
    cursor: pointer;
    padding: 0 10px 15px;
    border-bottom: 1px solid #808081;
    -webkit-font-smoothing: antialiased;
}
ul.tab.custom li {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    padding-right: 30px;
    padding-left: 10px;
    border-bottom: 1px solid #808081;
}
ul.tab li p strong span {
     font-weight: bold !important;
 }
ul.tab.custom li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 15px;
}
ul.tab.custom  li:nth-of-type(2),
ul.tab.custom  li:nth-of-type(4),
ul.tab.custom  li:nth-of-type(6),
ul.tab.custom  li:nth-of-type(8),
ul.tab.custom  li:nth-of-type(10),
ul.tab.custom  li:nth-of-type(12),
ul.tab.custom  li:nth-of-type(14),
ul.tab.custom  li:nth-of-type(16) {
	background: #E9EDF0;
}
#sidebar-menu ul li ul {
	display:none;
}

#sidebar-menu ul li.active ul {
	display:block;
}
#sidebar-menu ul li ul {
	margin: 30px 0 0 15px;
	}
#sidebar-menu ul li ul li a {
    font: bold .9em/1.2rem "Arvo", Georgia, Times, "Times New Roman", serif;
    color: #135080;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    float: left;
    box-shadow: none;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    width: 90%;
}

/* ==========================================================================
   LANDING PAGE
   ========================================================================== */

body.landing {
    background: #ffffff;
}

.gem {
border-bottom: 4px solid #8d0010
}
.cards .page-text p a {
	color: #ffffff;
	}
.landing .logo img {
    width: 200px;
	padding: 10px 0 0;
	}
.landing .main.wrapper {
	padding: 50px 0 40px;
	}
.landing .sliderWrap-new {
	background-image: url(/assets/uploads/headerImage.jpg);
	height:565px;
	background-size: cover;
	background-position:center center;
	padding: 165px 10% 0;
}
.landing.cards .sliderWrap-new {
	background-image: url(/assets/uploads/card-main.jpg);
	height:565px;
	background-size: cover;
	background-position:center center;
	padding: 165px 10% 0;
}
.slider-text {
	width:550px;
}
.slider-text h2{
	font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
	line-height: 48px;
    margin: 0 0 10px;
	text-align:left
}
.cards .slider-text {
	width:45%
}
.cards .slider-text h2 {
    font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 58px;
    margin: 0 0 10px;
    text-align: left;
}
.slider-text p {
	text-align:left;
}
.landing .slider-text .ctaBtn a {
	background: #0d5ba7;
	display:block;
	padding: 20px 10px;
	color:#fff;
	font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    text-transform: uppercase;
	font-size:20px;
	line-height:20px;
	width:300px;
	margin: 20px 0 0;
	text-decoration:none;
	text-align:center
	}
.landing .main.wrapper h1 {
	font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    color: #0d5ba7;
    text-transform: uppercase;
    font-size: 45px;
	line-height: 48px;
    margin: 0 0 20px;
	text-align:center
}
.landing .main.wrapper h2 {
	font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    color: #0d5ba7;
    text-transform: uppercase;
	font-size: 35px;
	line-height: 38px;
    margin: 0 0 10px;
	text-align:center
}
.landing .main.wrapper p {
	color:#485156;
	font-size: 25px;
	line-height: 33px;
    margin: 0 0 10px;
	text-align:center;
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.cards .main.wrapper p {
    color: #485156;
    font-size: 25px !important;
    line-height: 33px  !important;
    margin: 0 0 10px;
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-weight: 500 !important;
    font-style: normal;
	padding: 10px 0 0px !important
}
.cards .main.wrapper p:last-child {
	margin-bottom: 25px
}
.page-text {
  padding: 0 10%;
  }
.page-boxes {
  width:100%;
  margin: 0 0 0px;
  float:left
  }
.cards .page-boxes {
 	float:none
  }
.cards .page-box {
	margin: 30px 1.5% 0;
    background: #f68820;
    min-height: 250px;
    display: inline-block;
    float: none;
}
.page-box {
	display:block;
	margin: 30px 1.5% 0;
	background: #f68820;
	min-height:500px;
	float:left;
}
.page-box .box-image {
  height:200px;
  width:100%;
  background-size:cover;
  background-position: center center;
  }
.page-box .box-text {
	float:left;
	padding:0 5% 2%;
	width: 100%;
} 
.page-box h3{
	color:#fff;
	font-size: 25px;
	line-height:27px;
	font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    text-transform: uppercase;
	text-align:center;
	margin-top:25px
	}
.page-box p{
	color:#fff !important;
	font-size: 25px;
	line-height:30px;
	text-align:center;
	}	



.landing iframe {
margin: 25px auto 0;
width:100% !important;
}

.landing .main-container.four {
 	background: #d5e2ec;
    background: -webkit-linear-gradient(top, #f8f8f8 20%, #d5e2ec 100%);
    background: -moz-linear-gradient(top, #00ad84 20%, #d5e2ec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f8f8f8), color-stop(100%, #d5e2ec ));
    background: -webkit-linear-gradient(top, #f8f8f8 20%, #d5e2ec 100%);
    background: -o-linear-gradient(top, #00ad84 20%, #d5e2ec 100%);
    background: -ms-linear-gradient(top, #f8f8f8 20%, #d5e2ec 100%);
    background: linear-gradient(to bottom, #f9f9f9 1%,#e9e9e9 100%);
	padding-bottom:0;
}
.landing.cards .main-container.four {
 	background-image: url(/assets/uploads/general/divide-floral.jpg);
   background-size: cover;
	padding: 30px 0 79px;
	margin-bottom: 35px;
}

.landing.cards .main-container.four .page-text {
	background: rgba(255, 255, 255, .8);
    padding: 6%;
    width: 75%;
    margin: 0 auto;
	}
.landing.cards .main-container.four .page-text  h2 {
    font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    color: #0d5ba7;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 38px;
    margin: 0 0 10px;
    text-align: center;
}
.landing .four .main.wrapper {
    padding: 50px 0 0px;
}

.main-container.two {
   background-image: url(/assets/uploads/general/bluedivide.jpg);
   background-size: cover;
}
.cards .main-container.two {
   background-image: url(/assets/uploads/artist.jpg);
   background-size: cover;
}
.landing .two .main.wrapper {
	padding: 65px 0 55px;
}
.main-container.two h2,
.main-container.two p {
	color: #fff !important;
}
.main-container.two p {
	}

.main-container.faqs {
   background-image: url(/assets/uploads/fabg.jpg);
   background-size: cover;
}
.cards .main-container.faqs {
   background-image: url(/assets/uploads/bigstars.jpg);
   background-size: cover;
}

.main-container.faqs h2{
	color:#fff !important;
}
.main-container.faqs .tab {
	width:70%;
	}
.main-container.faqs .tab h2 {
    border: none;
	}	
.main-container.faqs .tab h2 {
	font-weight:100;
	color:#fff !important;
	font-size:25px;
}

.main-container.faqs .tab p {
	font-weight:300;
	color:#fff !important;
	font-size:20px;
	line-height:25px;
	padding:15px 0 35px
}


.landing .ctaBtn a {
	background: #f68820;
	display:block;
	padding: 20px 10px;
	color:#fff;
	font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    text-transform: uppercase;
	font-size:15px;
	line-height:15px;
	width:300px;
	margin: 20px auto 0;
	text-decoration:none;
}
.landing .ctaBtn a:hover {
	background: #fff;
	color:#f68820;
	}
.landing ul.tab li i:before,  .landing ul li i:after {
	background-color:#fff !important;
	}	 

@media only screen and (max-width: 830px) {	
	.page-box {
		min-height: 370px;
		}
	.page-box h3 {
		font-size:20px;
		}
	.landing .page-box p {
	    color: #fff !important;
   	 	font-size: 18px !important;
   		line-height: 24px !important;
    	text-align: center;
		}	
	.page-box .box-image {
	  height: 150px;	
	  }
}

@media only screen and (max-width: 745px) {	
	.page-box {
		min-height: 0px;
		}
	.page-box h3 {
		font-size:25px;
		margin-top:25px;
		}
	.landing .page-box p {
	    color: #fff !important;
   	 	font-size: 22px !important;
   		line-height: 28px !important;
    	text-align: center;
		margin-bottom: 30px !important
		}	
	.page-box .box-image {
	  height: 200px;	
	  }
}

@media only screen and (max-width: 450px) {	
	.slider-text {
		width:100%;
		}
	.slider-text h2 {
		    font-size: 25px;
    		line-height: 29px;
  		  margin: 0 0 10px;
   		 text-align: center;
	}	
	.slider-text p {
	  text-align: center;
  	}
	.landing .sliderWrap-new {
	  height: 300px;
	  background-size: cover;
	  background-position: center center;
	  padding: 75px 10% 0;
  }
  	.landing .slider-text .ctaBtn a {
		width: 100%;
		margin: 20px 0px 0;
		text-decoration: none;
		text-align: center;
	}
	.landing .main.wrapper h1,
	.landing .main.wrapper h1 span.gem{
    font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    color: #0d5ba7;
    text-transform: uppercase;
    font-size: 35px !important;
    line-height: 48px !important;
    margin: 0 0 20px;
    text-align: center;
}
.landing .main.wrapper h1 span {
    font-size: 19px  !important;
    line-height: 21px  !important;}

	.landing .main.wrapper p {
    color: #485156;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.page-text {
    padding: 0 2%;
}
.landing .main-container.faqs .tab {
    width: 100%;
}

}

@media only screen and (max-width: 375px) {	
	.landing .sliderWrap-new {
		height: 300px;
		background-size: cover;
		background-position: center center;
		padding: 50px 10% 0;
	}
}

/* ==========================================================================
   Sass Mixins
   ========================================================================== */
.wrapper, .primary-nav ul, .row-no-gutters, .row-tight-gutters, .row-regular-gutters, .row-wide-gutters, .row-featured, #sidebar-menu li, .asideWrap, .blog-row-wrap, .blog-row, #leadership, form {
  *zoom: 1; }
  .wrapper:before, .primary-nav ul:before, .row-no-gutters:before, .row-tight-gutters:before, .row-regular-gutters:before, .row-wide-gutters:before, .row-featured:before, #sidebar-menu li:before, .asideWrap:before, .blog-row-wrap:before, .blog-row:before, #leadership:before, form:before, .wrapper:after, .primary-nav ul:after, .row-no-gutters:after, .row-tight-gutters:after, .row-regular-gutters:after, .row-wide-gutters:after, .row-featured:after, #sidebar-menu li:after, .asideWrap:after, .blog-row-wrap:after, .blog-row:after, #leadership:after, form:after {
    content: " ";
    display: table; }
  .wrapper:after, .primary-nav ul:after, .row-no-gutters:after, .row-tight-gutters:after, .row-regular-gutters:after, .row-wide-gutters:after, .row-featured:after, #sidebar-menu li:after, .asideWrap:after, .blog-row-wrap:after, .blog-row:after, #leadership:after, form:after {
    clear: both; }

@font-face {
  font-family: 'Arvo';
  src: url("../fonts/arvo-italic-webfont.eot");
  src: url("../fonts/arvo-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arvo-italic-webfont.woff2") format("woff2"), url("../fonts/arvo-italic-webfont.woff") format("woff"), url("../fonts/arvo-italic-webfont.ttf") format("truetype"), url("../fonts/arvo-italic-webfont.svg#arvoitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Arvo';
  src: url("../fonts/arvo-bolditalic-webfont.eot");
  src: url("../fonts/arvo-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arvo-bolditalic-webfont.woff2") format("woff2"), url("../fonts/arvo-bolditalic-webfont.woff") format("woff"), url("../fonts/arvo-bolditalic-webfont.ttf") format("truetype"), url("../fonts/arvo-bolditalic-webfont.svg#arvobold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Arvo';
  src: url("../fonts/arvo-regular-webfont.eot");
  src: url("../fonts/arvo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arvo-regular-webfont.woff2") format("woff2"), url("../fonts/arvo-regular-webfont.woff") format("woff"), url("../fonts/arvo-regular-webfont.ttf") format("truetype"), url("../fonts/arvo-regular-webfont.svg#arvoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Arvo';
  src: url("../fonts/arvo-bold-webfont.eot");
  src: url("../fonts/arvo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arvo-bold-webfont.woff2") format("woff2"), url("../fonts/arvo-bold-webfont.woff") format("woff"), url("../fonts/arvo-bold-webfont.ttf") format("truetype"), url("../fonts/arvo-bold-webfont.svg#arvobold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.primary-nav ul li ul {
	display:none ;
	position:absolute !important;
	width:250px;
	padding: 25px;
	background:#000;
	z-index:1000000000;
	height:420px;
	    margin-left: -54px;
	}
.primary-nav ul li:nth-child(3):hover ul {
	display:block !important;
	}
.primary-nav ul li ul li {
	display:block;
	position:relative;
	width:100%;
	padding:10px 0
	}
.primary-nav ul li ul li {
	font-size:12px;
	line-height:17px
	}	
.primary-nav ul li ul li a{
	font-size:12px;
	line-height:17px
	}	

.primary-nav ul li ul li a::after {
    content: "";
    height: 4px;
    width: 0;
    display: block;
    background-color: #dd8a3e;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -webkit-backface-visibility: hidden;
}
.primary-nav ul li ul li::after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    background-color: inherit;
    position: absolute;
    right: 0;
    top: 0%;
    transform: translateY(-0%);
}
.primary-nav ul li ul li.last a {
    color: #ffffff;
}	

@media only screen and (max-width: 800px) {
.primary-nav ul li:nth-child(3):hover ul {
	display:none !important;
	}
}

/*--------------------------------------
          Acordeon styles
 -------------------------------------*/

.transition, ul.tab p, ul.tab li i:before, ul.tab li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

.no-select, ul.tab h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



ul.tab h1, ul.tab h2 {
}

ul.tab h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}

ul.tab h2 {
    font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    color:#384244
    text-transform: uppercase;
    line-height: 1.25em;
    display: block;
    margin: 0;
    cursor: pointer;
	font-size:20px;
	padding: 0 10px 15px;
	border-bottom: 1px solid #808081;
	-webkit-font-smoothing: antialiased;
}
ul.tab input[type=checkbox]:checked:hover ~ h2 {
 color:#384244
 }

ul.tab p {
  color: #384247;
  line-height:25px;
  font-size:15px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
    margin: 14px 0;
  z-index: 2;
  padding: 0 25px 0px 10px;

}

ul.tab {
  list-style: none;
  perspective: 900;
  padding: 0 !important;
  margin: 0;
  min-height: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 0px 0 25px;
  transform: translate(-50%, 0);
  width: 100%;
}
ul.tab li {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-bottom: 1px solid #808081;
}
ul.tab li:before {
	display:none;
}
ul.tab li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.tab li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.tab li:nth-of-type(3) {
  animation-delay: 1s;
}
ul.tab li:last-of-type {
  padding-bottom: 0;
}
ul.tab li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
ul.tab li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #8d0010;
  width: 3px;
  height: 9px;
}
ul.tab li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul.tab li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul.tab li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

ul.tab li input[type=checkbox]:checked ~ h2 {
    border-bottom: none;
	color: #135080;
	}

ul.tab li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  display:none;
}

ul.tab li input[type=checkbox]:checked ~ h3 {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  display:none;
}

ul.tab li input[type=checkbox]:checked ~ h4 {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  display:none;
}



ul.tab li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul.tab li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}



/* ==========================================================================
   /*! Baseline Styles */
                       /*
========================================================================== */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 15px 0;
  padding: 0;
  background: -moz-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(128, 128, 129, 0)), color-stop(30%, #808081), color-stop(70%, #808081), color-stop(100%, rgba(128, 128, 129, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00808081', endColorstr='#00808081',GradientType=1 );
  /* IE6-9 */ }

aside hr {
  background: -moz-linear-gradient(left, #808081 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(128, 128, 129, 0)), color-stop(30%, #808081), color-stop(70%, #808081), color-stop(100%, rgba(128, 128, 129, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #808081 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #808081 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #808081 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #808081 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00808081', endColorstr='#00808081',GradientType=1 );
  /* IE6-9 */ }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

img {
  max-width: 100%;
  height: auto; }

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

a {
  outline: 0; }

/* ==========================================================================
   /*! Structure */
                 /*
========================================================================== */
body {
  font: 16px Georgia, Times, "Times New Roman", serif;
  color: #384247;
  background: #dde2e7;
  /*trims extra weight on fonts*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wrapper {
  width: 1000px;
  margin: 0 auto; }

.header-container,
 .main-container,
.featured-container,
.feeds-container
.footer-container,
.signoff-container {
  overflow: auto; }

.navigation-container {
  /*@include gradient-2color-vert(#a83c13, $brand-red);*/
  background-color: #8d0010;
      position: relative;
    z-index: 10000;}

.main-container,
.feeds-container {
  padding: 20px 0 25px; }

.main-container.sidebar-background {
  padding: 0px; }

.sidebar-background article,
.sidebar-background aside {
  padding-top: 20px !important;
  padding-bottom: 25px !important; }

.sidebar-background article:first-of-type {
  padding-right: 30px;
  padding-left: 0px; }

.sidebar-background aside {
  padding-right: 0px !important;
  padding-left: 30px !important; }

.sidebar-background article {
  background-color: #dde2e7; }

.footer-container {
  /*@include gradient-2color-vert(#a83c13, $brand-red)*/
  background-color: #8d0010; }

.signoff-container {
  background-color: #384247; }

/* ==============
    Header
   ============== */
.logo {
  display: block;
  /*width: 291px;
  height: 64px;*/
  padding: 5px;
  margin: 6px 0 5px -5px;
  float: left; }

.secondary-container {
  float: right;
  margin: 8px -10px 7px 0; }

.secondary-container ul {
  margin: 0;
  padding: 0;
  float: right;
  position: relative; }

.secondary-container li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left; }

.secondary-container .social-links {
  padding: 0 11px 0 0;
  margin: 0 5px 0 0; }

.social-links::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  top: 5px;
  right: 0;
  background: -moz-linear-gradient(top, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(128, 128, 129, 0)), color-stop(30%, #808081), color-stop(70%, #808081), color-stop(100%, rgba(128, 128, 129, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00808081', endColorstr='#00808081',GradientType=0 );
  /* IE6-9 */ }

.social-links li {
  margin: 20px 0;
  padding-right: 5px; }

.social-links li a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #384247;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #384247;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.social-links span a {
  color: #5f5f5f;
  text-decoration: none;
  padding-top: 10px;
  display: block;
  font-size: 1rem; }

/* Using FontAwesome icon font, this is a very trimmed list from whats available*/
.fa,
.fa:before {
  position: relative;
  font: normal 16px/28px 'FontAwesome';
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease; }

.twitter:before {
  content: "\f099";
  padding-left: 1px; }

.facebook:before {
  content: "\f09a"; }

.google-plus:before {
  content: "\f0d5"; }

.linkedin:before {
  content: "\f0e1"; }

.youtube:before {
  content: "\f16a"; }

.instagram:before {
    content: "\f16d";
}

.mail:before {
  content: "\f0e0"; }

.phone:before {
  content: "\f095"; }

.secondary-nav li {
  margin: 21px 0;
  padding-right: 1px;
  position: relative; }

.secondary-nav li::after {
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  background-color: #384247;
  position: absolute;
  right: 0;
  top: 50%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  transform: translateY(-50%); }

.secondary-nav li:last-of-type {
  padding-right: 0; }

.secondary-nav li:last-of-type:after {
  display: none; }

.secondary-nav li a {
  display: block;
  line-height: 28px;
  padding: 0 10px;
  color: #384247;
  font-size: .775em;
  font-weight: bold;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease; }

/* ==============
  /*!  Primary Nav */
                   /*
============== */
.nav-toggle.fa {
  display: none; }

.primary-nav {
  padding-left: 65px; }

.primary-nav ul {
  margin: 0 0 0 -15px;
  padding: 0; }

.primary-nav ul li {
  float: left;
  padding-right: 2px;
  position: relative;
  margin: 0; }

.primary-nav li::after {
  content: "";
  width: 2px;
  height: 22px;
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.primary-nav li:last-of-type {
  padding-right: 0; }

.primary-nav li.yellow:after {
  display: none; }

.primary-nav li.last a {
  color: #f1d941; }

.primary-nav a {
  display: block;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
  font: bold 1.1em/50px "Arvo", Georgia, Times, "Times New Roman", serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }

.primary-nav a::after {
  content: "";
  height: 4px;
  width: 0;
  display: block;
  background-color: #dd8a3e;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -webkit-backface-visibility: hidden; }

.primary-nav a:hover {
  -webkit-backface-visibility: hidden; }

.primary-nav a:hover:after, .primary-nav .active a:after {
  width: 90%; }

.mobileOnly {
  display: none; }

.desktopOnly {
  display: block; }

/* ==============
  /*!  Body/Grids */
                  /*
============== */
.row-no-gutters {
  margin: 0;
  padding: 0; }

.row-tight-gutters {
  margin: 0 -3px;
  padding: 0; }

.row-regular-gutters {
  margin: 0 -10px; }

.row-wide-gutters {
  margin: 0 -15px;
  padding: 0; }

.col-two-thirds {
  width: 66.6666%; }

.col-third {
  width: 33.3333%; }

.col-100 {
  width: 100%; }

.col-75 {
  width: 75%; }

.col-70 {
  width: 70%; }

.col-60 {
  width: 60%; }

.col-50 {
  width: 50%;
  float: left; }

.col-40 {
  width: 40%; }

.col-30 {
  width: 30%; }

.col-25 {
  width: 25%; }

.col-20 {
  width: 20%; }

.row-no-gutters > *[class*="col-"] {
  padding: 0;
  float: left;
  display: inline-block; }

.row-tight-gutters > *[class*="col-"] {
  padding: 0 3px;
  float: left;
  display: inline-block; }

.row-regular-gutters > *[class*="col-"] {
  padding: 0 10px;
  float: left;
  display: inline-block; }

.row-wide-gutters > *[class*="col-"] {
  padding: 0 15px;
  float: left;
  display: inline-block; }

.tableRow {
  display: table;
  width: 100%;
  margin-left: 0px; }

.tableRow > *[class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top; }

.tableRow.middle > *[class*="col-"] {
  vertical-align: middle; }

.tableRow.bottom > *[class*="col-"] {
  vertical-align: bottom; }

.tableRow > *[class*="col-"] > *[class*="col-"] {
  display: block;
  float: left; }

/* ==============
   /*! Footer */
              /*
============== */
.footer-content {
  padding: 15px 0 20px; }

.footer-row {
  background: url(../images/divider-circles-footer.png) no-repeat center center; }

.footer-content > div > div:nth-child(1) {
  padding-right: 45px; }

.footer-content > div > div:nth-child(2) {
  padding-left: 45px; }

.footer-content h3, .footer-content .featured-image-wrap .gradientOverlay .title, .featured-image-wrap .gradientOverlay .footer-content .title,
.footer-content p {
  color: #FFFFFF; }

.footer-content h3 + p, .footer-content .featured-image-wrap .gradientOverlay .title + p, .featured-image-wrap .gradientOverlay .footer-content .title + p {
  margin-top: -15px;
  opacity: 0.75; }

.footer-content p {
  font-size: .825em;
  line-height: 1.4em; }

.footer-content input[type=email] {
  background-color: rgba(255, 255, 255, 0.6);
  color: #FFFFFF;
  height: 32px;
  line-height: 32px;
  width: 60%;
  float: left; }

.footer-content input[type=email]:focus {
  background-color: rgba(255, 255, 255, 0.9);
  color: #8d0010; }

.footer-content input[type=submit], .gradientOverlay .btn-white, .successOverlay a {
  border: 2px solid #FFFFFF;
  background: no-repeat;
  color: #FFFFFF;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 10px;
  padding: 0 10px;
  font: bold 0.975rem/28px "Arvo", Georgia, Times, "Times New Roman", serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease; }

.footer-content input[type=submit]:hover {
  background-color: white; }

.copyright {
  text-align: center;
  color: #BFC4C6;
  font-size: .875em;
  line-height: 1em; }

.programs-list {
  text-align: center;
  color: #7B8080;
  padding: 0 5%;
  font-size: .725em;
  line-height: 1.4em; }

.donate-cta {
  text-align: left; }

.donate-cta h4, .donate-cta .tiny-text, .donate-cta .leadership-Wraper p, .leadership-Wraper .donate-cta p, .donate-cta .leadership-Wraper strong, .leadership-Wraper .donate-cta strong {
  text-transform: none; }

/* ==========================================================================
   /*! Hero Images */
                   /*
========================================================================== */
.home-slide-container, .interor-hero-container {
  width: 100%;
  background-color: #dde2e7;
  overflow: hidden;
  position: relative; }

.interor-hero-container {
  height: 140px; }

.home-slide-container img {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 100%;
  max-width: auto !important;
  /* Set up proportionate scaling */
  height: auto;
  width: auto; }

.interor-hero-container img {
  min-height: 100%;
  min-width: 1200px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block; }

.gradientOverlay {
  background-color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.45)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  /* W3C */ }

.bx-wrapper {
  position: relative; }

.bx-controls {
  z-index: 100;
  top: 0px;
  width: 100%;
  height: 0%; }

div.bx-controls-direction {
  height: 100%; }

.bx-controls a {
  height: 50%;
  width: 66px;
  display: block;
  text-indent: -99999px;
  position: absolute;
  line-height: 0px;
  box-sizing: border-box;
  z-index: 200;
  top: 25%;
  bottom: 0px; }

.featured-container .bx-controls a {
  top: 50%;
  width: 33px;
  height: 100px;
  position: absolute;
  margin-top: -50px; }

.bx-controls a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center; }

.bx-controls a.bx-prev {
  float: left;
  left: 0px;
  background: rgba(255, 255, 255, 0);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */ }

.featured-container .bx-controls a.bx-prev {
  background: rgba(255, 255, 255, 0.8);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C */
  left: -33px; }

.bx-controls a.bx-prev:after {
  background-image: url(../images/sliderArrowL_2x.png);
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

.bx-controls a.bx-next {
  float: right;
  right: 0px;
  background: rgba(255, 255, 255, 0.8);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C */ }

.featured-container .bx-controls a.bx-next {
  background: rgba(255, 255, 255, 0);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  right: -33px; }

.bx-controls a.bx-next:after {
  background-image: url(../images/sliderArrowR_2x.png);
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

.bx-controls a.bx-prev:hover:after, .bx-controls a.bx-next:hover:after {
  background-color: rgba(255, 255, 255, 0.8) !important; }

/* ==============
   /*! Featured Carousel */
                         /*
============== */
.row-featured {
  padding: 0 3px;
  background: #FFFFFF; }

.feature-tile {
  padding: 0 3px;
  float: left;
  display: inline-block;
  overflow: hidden; }

.feature-tile a {
  display: block;
  text-decoration: none;
  overflow: hidden; }

.feature-tile img {
  transition: all ease .8s; }

.feature-label {
  display: table;
  width: 100%;
  background: #135080;
  /* Old browsers */
  background: -moz-linear-gradient(top, #135080 0%, #0F3964 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #135080), color-stop(100%, #0F3964));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #135080 0%, #0F3964 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #135080 0%, #0F3964 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #135080 0%, #0F3964 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #135080 0%, #0F3964 100%);
  /* W3C */ }

v .feature-tile:nth-child(1) .feature-label,
.feature-tile:nth-child(4) .feature-label,
.feature-tile:nth-child(7) .feature-label,
.feature-tile:nth-child(10) .feature-label,
.feature-tile:nth-child(13) .feature-label {
  background: #135080;
  /* Old browsers */
  background: -moz-linear-gradient(top, #135080 0%, #0F3964 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #135080), color-stop(100%, #0F3964));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #135080 0%, #0F3964 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #135080 0%, #0F3964 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #135080 0%, #0F3964 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #135080 0%, #0F3964 100%);
  /* W3C */ }

.feature-tile:nth-child(2) .feature-label,
.feature-tile:nth-child(5) .feature-label,
.feature-tile:nth-child(8) .feature-label,
.feature-tile:nth-child(11) .feature-label,
.feature-tile:nth-child(14) .feature-label {
  background: #53885c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #53885c 0%, #1F5C2A 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53885c), color-stop(100%, #1F5C2A));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #53885c 0%, #1F5C2A 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #53885c 0%, #1F5C2A 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #53885c 0%, #1F5C2A 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #53885c 0%, #1F5C2A 100%);
  /* W3C */ }

.feature-tile:nth-child(3) .feature-label,
.feature-tile:nth-child(6) .feature-label,
.feature-tile:nth-child(9) .feature-label,
.feature-tile:nth-child(12) .feature-label,
.feature-tile:nth-child(15) .feature-label {
  background: #614180;
  /* Old browsers */
  background: -moz-linear-gradient(top, #614180 0%, #380748 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #614180), color-stop(100%, #380748));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #614180 0%, #380748 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #614180 0%, #380748 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #614180 0%, #380748 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #614180 0%, #380748 100%);
  /* W3C */ }

.feature-label h4, .feature-label .tiny-text, .feature-label .leadership-Wraper p, .leadership-Wraper .feature-label p, .feature-label .leadership-Wraper strong, .leadership-Wraper .feature-label strong {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease; }

.feature-tile a:hover .feature-label h4, .feature-tile a:hover .feature-label .tiny-text, .feature-tile a:hover .feature-label .leadership-Wraper p, .leadership-Wraper .feature-tile a:hover .feature-label p, .feature-tile a:hover .feature-label .leadership-Wraper strong, .leadership-Wraper .feature-tile a:hover .feature-label strong {
  /*background-color: rgba(255,255,255,0.6);*/
  color: #fff; }

		/*	.feature-tile:nth-child(4n+2) a:hover .feature-label h4 {
				color: $brand-green;
			}
			
			.feature-tile:nth-child(4n+3) a:hover .feature-label h4 {
				color: $brand-purple;
			}
			
			.feature-tile:nth-child(4n+4) a:hover .feature-label h4 {
				color: $brand-orange;
			}
*/
.feature-tile a:hover img {
  transform: scale(1.1); }

._h7r {
  display: none !important; }

/* ==============
    /*!Feeds */
             /*
============== */
.home-feed-button {
  float: left;
  display: inline-block;
  margin: 15px; }

.home-feed-title {
  float: left;
  display: inline-block; }

.home-news-feed {
  padding-right: 1px;
  position: relative;
  overflow: auto; }

.home-news-feed li {
  padding-left: 1px;
  margin: 0;
  position: relative; }

.home-news-feed li a {
  padding: 10px 15px;
  min-height: 260px;
  display: block;
  text-decoration: none;
  color: #384247;
  font-size: .925em;
  line-height: 1.45em; }

.home-news-feed li a:hover .faux-link {
  color: #53885c; }

.faux-link {
  color: #dd8a3e;
  text-decoration: underline;
  white-space: pre;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease; }

.home-feed-thumb {
  float: left;
  border: 2px solid #FFFFFF;
  margin-right: 15px;
  margin-bottom: 0px;
  max-width: 50%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.home-news-feed::after,
.home-news-feed li::before {
  content: "";
  display: block;
  width: 1px;
  height: 260px;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(128, 128, 129, 0)), color-stop(30%, #808081), color-stop(70%, #808081), color-stop(100%, rgba(128, 128, 129, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00808081', endColorstr='#00808081',GradientType=0 );
  /* IE6-9 */ }

.home-news-feed::after {
  right: 0; }

.home-news-feed li::before {
  left: 0; }

.feed-facebook {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

aside .feed-facebook {
  margin-left: -30px;
  padding-left: 30px;
  -webkit-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px; }

.feed-facebook h3, .feed-facebook .featured-image-wrap .gradientOverlay .title, .featured-image-wrap .gradientOverlay .feed-facebook .title, aside h3, aside .featured-image-wrap .gradientOverlay .title, .featured-image-wrap .gradientOverlay aside .title {
  font-size: 1.25rem; }

.feed-facebook h3, .feed-facebook .featured-image-wrap .gradientOverlay .title, .featured-image-wrap .gradientOverlay .feed-facebook .title,
.feed-facebook p,
.feed-facebook hr,
aside h3,
aside .featured-image-wrap .gradientOverlay .title,
.featured-image-wrap .gradientOverlay aside .title {
  margin: 10px 0;
  color: #53885c; }

.feed-facebook hr {
  height: 6px;
  background: url(../images/rule-circle.png); }

.feed-facebook a {
  margin: 0 0 10px;
  color: #384247;
  display: inline-block;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 #BFC4C6;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

.feed-facebook a:hover {
  color: #dd8a3e;
  box-shadow: inset 0 -1px 0 #dd8a3e; }

/* ==========================================================================
   /*! Typography */
                  /*
========================================================================== */
h1, .title, h3, .featured-image-wrap .gradientOverlay .title, .h3Style, h4, .tiny-text, .leadership-Wraper p, .leadership-Wraper strong, h5, h6,
.h4Style, .h5Style, .h6Style, .h1Style, h2, .h2Style {
  font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  color: #135080;
  text-transform: uppercase;
  line-height: 1.25em;
  margin: 15px 0;
  font-size: 2rem; }

.title {
  color: #fff;
  position: absolute;
  bottom: 0px;
  font-size: 2.5rem;
  margin-bottom: 7px; }

h3, .featured-image-wrap .gradientOverlay .title, .h3Style {
  font-size: 30px; }

h4, .tiny-text, .leadership-Wraper p, .leadership-Wraper strong, h5, h6,
.h4Style, .h5Style, .h6Style {
  color: #384247;
  font-size: 22px;
  }
 .feature-label h4 {
  font-size: 17px;
  padding: 0 10px;
  }

p, li {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  color: #384247;
  line-height: 1.6em;
  margin: 12px 0; }

.content-wrap p a, a.linkStyle, .content-wrap li a {
  color: #384247;
  display: inline-block;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 rgba(255, 167, 0, 0.35);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  line-height: 1.2rem; }

.content-wrap .tab li a {
    color: #135080;
    display: inline-block;
    text-decoration: underline;
    box-shadow: none;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    line-height: 1.2rem;
	font-weight:bold;
} 

.content-wrap .tab li a:hover {
    color:#135080;
    box-shadow: none;
}

p.small-bottom {
  margin-bottom: 6px;
  line-height: 1.4rem; }

.content-wrap a:hover, a.linkStyle:hover, .content-wrap li a:hover {
  color: #dd8a3e;
  box-shadow: inset 0 -3px 0 #dd8a3e; }

.content-wrap h2, .content-wrap .h2Style {
  font-size: 1.85rem; }

.content-wrap h3, .content-wrap .featured-image-wrap .gradientOverlay .title, .featured-image-wrap .gradientOverlay .content-wrap .title, .content-wrap .h2Style {
  font-size: 1.45rem; }

.content-wrap ol,
.content-wrap ul {
  padding-left: 10px; }

.content-wrap li {
  list-style-type: none; }

.content-wrap li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #53885c;
  margin-right: 10px; }

.content-wrap blockquote {
  background: rgba(255, 255, 255, 0);
  /* Old browsers */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  margin: 0px;
  padding: 15px;
  border-left: #dd8a3e 5px solid;
  text-transform: uppercase;
  font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
  color: #dd8a3e;
  font-size: 1.25rem;
  line-height: 2rem; }

.content-wrap blockquote p {
  text-transform: uppercase;
  font-family: "Arvo", Georgia, Times, "Times New Roman", serif;
  color: #dd8a3e;
  font-size: 1.25rem;
  line-height: 2rem; }

.content-wrap img {
  float: left;
  border: 4px solid #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 7px 15px 7px 0px; }

.content-wrap .full-content {
  margin-bottom: 30px;
  float: none; }

.content-wrap aside img {
  float: none;
  margin: 0px; }

.content-wrap aside ul {
  padding-left: 0px; }

#sidebar-menu li:before {
  content: "";
  width: 9px;
  height: 21px;
  background-size: 9px 42px;
  background-image: url(../images/menu-icons_2x.png);
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: transparent;
  margin-top: -2px; }

.content-wrap aside li:before {
  content: "";
  display: none; }

#sidebar-menu li.active:before {
  background-position: top center; }

#sidebar-menu li.active a {
  color: #8d0010; }

#sidebar-menu li {
  margin: 0px;
  padding: 7px 0px; }

.content-wrap aside li {
  margin: 6px 0px; }

#sidebar-menu li a {
  font: bold 1.1em/1.2rem "Arvo", Georgia, Times, "Times New Roman", serif;
  color: #135080;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  box-shadow: none;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  width: 90%; }

.content-wrap aside li a {
  font: normal 1em/1.2rem "Arvo", Georgia, Times, "Times New Roman", serif;
  color: #384247;
  float: none;
  display: inline-block;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 rgba(83, 135, 92, 0.35);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  line-height: 1.2rem; }

.content-wrap aside li a:hover {
  color: #53885c;
  box-shadow: inset 0 -1px 0 #53885c; }

.half-sidebar li {
  width: 50%;
  float: left; }

#sidebar-menu li a.active:hover {
  color: #8d0010; }

#sidebar-menu li a:hover {
  color: #dd8a3e; }

.content-wrap aside a.btn-small {
  color: #dd8a3e; }

.content-wrap aside a.btn-small:hover {
  color: #614180; }

.asideWrap {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 0px; }

.asideWrap:last-of-type hr {
  display: none; }

.feed-facebook.asideWrap:last-of-type hr {
  display: block; }

/* ==========================================================================
  /*! Content Page */
                   /*
========================================================================== */
.featured-image-wrap {
  border: thin solid red;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 4px solid #fff;
  overflow: hidden; }

.content-wrap .featured-image-wrap img {
  display: block;
  padding: 0px !important;
  margin: 0px !important;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.featured-image-wrap .gradientOverlay {
  padding: 30px;
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  height: 50%;
  top: auto;
  bottom: -1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.featured-image-wrap .gradientOverlay .title {
  color: white !important;
  bottom: 10px; }

.tiny-text {
  display: block;
  color: #135080 !important; }

/*   .newsLead .blog-row-wrap:first-of-type{
	   
	   display:none;
	   
   }*/
a.blog-row-wrap,
a.blog-row {
  text-decoration: none; }

.blog-row-wrap:first-of-type hr {
  margin-top: 0px; }

.content-wrap .blog-row-wrap img,
.content-wrap .blog-row img {
  margin-top: 0px; }

.blog-row-wrap h4, .blog-row-wrap .tiny-text, .blog-row-wrap .leadership-Wraper p, .leadership-Wraper .blog-row-wrap p, .blog-row-wrap .leadership-Wraper strong, .leadership-Wraper .blog-row-wrap strong,
.blog-row h4,
.blog-row .tiny-text,
.blog-row .leadership-Wraper p,
.leadership-Wraper .blog-row p,
.blog-row .leadership-Wraper strong,
.leadership-Wraper .blog-row strong {
  margin: 15px 0 0px 0px;
  color: #135080; }

.blog-row-wrap p,
.blog-row p {
  margin: 0px 0 0px 0px; }

#leadership {
  padding: 45px 0px 70px 0px; }

#leadership-container {
  margin: 0 3px;
  float: left;
  display: inline-block; }

.leadership-Wraper {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  border: 4px solid #fff;
  width: 190px;
  box-sizing: border-box;
  margin: 7px;
  float: left;
  cursor: pointer; }

.leadership-Wraper img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 7px; }

.leadership-Wraper * {
  text-align: center; }

.leadership-Wraper p {
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #384247;
  margin: 0px;
  line-height: 1.2rem; }

.leadership-Wraper strong {
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #384247;
  margin: 0px;
  line-height: 1.2rem;
  display: block; }

.leadership-Wraper span {
  font: Georgia, Times, "Times New Roman", serif;
  font-size: .875rem;
  line-height: 1.2rem;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  color: #53885c; }

.overlay {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: none; }

.leadership-bio-wrap {
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
  position: relative; }

.overlay article {
  width: 100%;
  background-color: #dd8a3e;
  padding: 50px 30px 30px 30px;
  position: absolute;
  opacity: 0;
  transition: all .6s ease; }

.overlay article.active-bio {
  opacity: 1; }

.overlay article:nth-of-type(5n+2) {
  background-color: #8d0010; }

.overlay article:nth-of-type(5n+3) {
  background-color: #614180; }

.overlay article:nth-of-type(5n+4) {
  background-color: #135080; }

.overlay article:nth-of-type(5n+5) {
  background-color: #53885c; }

.overlay article h2, .overlay article a, .overlay article p {
  color: #fff; }
.overlay article h2 {
  margin-top: 0px; }

.overlay article img {
  float: right;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 4px solid rgba(255, 255, 255, 0.5); }

.overlay .close {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 30px;
  font-family: "Arvo", Georgia, Times, "Times New Roman", serif !important;
  font-size: 1rem;
  padding-top: 5px; }

.overlay .close:after {
  content: "";
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background-image: url(../images/close_2x.png);
  background-size: contain;
  margin-left: 10px;
  margin-top: -5px;
  background-repeat: no-repeat; }

.left-arrow, .right-arrow {
  height: 200px;
  width: 66px;
  display: block;
  box-sizing: border-box;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin-top: 100px;
  cursor: pointer; }

.left-arrow {
  background-image: url(../images/sliderArrowL_2x.png);
  left: -66px; }

.right-arrow {
  background-image: url(../images/sliderArrowR_2x.png);
  right: -66px; }

#search input[type=text] {
  width: 70%;
  float: left;
  box-sizing: border-box; }

#search input[type=submit] {
  width: 25%;
  float: right;
  margin-top: -3px; }

.newsWrapper p, .newsWrapper strong, .newsWrapper {
  text-decoration: none; }

#don-iframe {
  position: relative;
  overflow: hidden;
  z-index: 3;
  -webkit-overflow-scrolling: touch; }

#don-iframe iframe.donate-iframe {
  position: relative;
  margin-top: -70px;
  margin-left: -7px;
  width: 700px;
  z-index: 4; }


/* ==========================================================================
   /*! Forms */
             /*
========================================================================== */
form {
  margin: 0; }

form:first-child {
  margin-top: 0; }

form .col-50:nth-of-type(odd) {
  padding-right: 7px; }

form .col-50:nth-of-type(even) {
  padding-left: 7px; }

form .col-50, form .col-100 {
  margin-bottom: 15px; }

label {
  width: 100%;
  display: block;
  font: normal 1.1em "Arvo", Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
  color: #53885c;
  padding-bottom: 5px; }

.radio-label,
.check-label {
  font: 0.925em Georgia, Times, "Times New Roman", serif;
  padding: 2px 0 10px;
  line-height: 1em;
  text-transform: none; }

label small {
  font-size: .625em;
  font-family: Georgia, Times, "Times New Roman", serif; }

input,
textarea {
  border-radius: 0; }

input[type=text],
input[type=email],
textarea {
  width: 100%;
  display: block;
  background-color: rgba(24, 82, 154, 0.2);
  color: #53885c;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease; }

input[type=text],
input[type=email] {
  text-indent: 7px;
  font: 1em/36px Georgia, Times, "Times New Roman", serif; }

textarea {
  font: 1em/22px Georgia, Times, "Times New Roman", serif;
  padding: 5px 7px;
  resize: none;
  height: 120px;
  -webkit-appearance: none; }

textarea:focus,
input[type=text]:focus,
input[type=email]:focus {
  background-color: #ffffff;
  color: #135080; }

.content-wrap textarea:focus,
.content-wrap input[type=text]:focus,
.content-wrap input[type=email]:focus {
  background-color: #ffffff;
  color: #135080; }

input[type=file] {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #7B8080; }

input[type=submit] {
  /*trims extra weight on fonts*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dd8a3e;
  -webkit-appearance: none; }

input::-moz-focus-inner {
  /*Remove ridiculous button padding in FF*/
  border: 0;
  padding: 0; }

/*Remove ridiculous invalid styling FF*/
:invalid {
  box-shadow: none; }

:-moz-submit-invalid {
  box-shadow: none; }

:-moz-ui-invalid {
  box-shadow: none; }

.errorAst {
  font-size: 0.725em;
  margin-left: -7px;
  width: 7px;
  display: inline-block;
  top: -4px;
  position: relative;
  color: #dd8a3e; }

.error-wrap {
  padding: 2.5%;
  background-color: #dd8a3e;
  margin: 0 0 15px;
  color: #FFFFFF;
  weight: 700; }

.error-wrap ul {
  margin: 10px 0 0; }

.error-wrap li {
  color: #8d0010;
  color: #FFFFFF;
  background-image: url(../images/bullet-point-white.png); }

label.error {
  color: #dd8a3e; }

#success {
  display: block; }

#success div {
  background-color: #135080;
  margin: 50px auto;
  transition: all .6s ease;
  width: 70%;
  position: relative;
  padding: 30px; }

#success div * {
  color: #fff; }

#dontFill {
  display: none; }

/* ==========================================================================
   /*! Media Queries */
                     /*
========================================================================== */
@media only screen and (max-width: 1140px) {
  /* ====================
      Lorem Ipsum
     ==================== */
  body {
    font-size: 15px !important; }

  .wrapper {
    width: 90%; }

  .home-feed-thumb {
    max-width: 40%; }

  .leadership-Wraper {
    width: 18%;
    margin: 1%; } }
@media only screen and (max-width: 1000px) {
  #search input[type=text] {
    width: 65%;
    float: left;
    box-sizing: border-box; }

  #search input[type=submit] {
    width: 30%;
    float: right;
    margin-top: -3px; } }
@media only screen and (max-width: 960px) {
  .primary-nav {
    padding-left: 0px; }
    .primary-nav a {
      font-size: 1rem; } }
@media only screen and (max-width: 855px) {
  .wrapper {
    width: 94%; }

  .content-wrap aside li a {
    font-size: .875rem; }

  .leadership-bio-wrap {
    width: 80%; }

  .leadership-Wraper {
    width: 23%;
    margin: 1%; }

  #leadership-container {
    margin: 0 1%; }

  .home-feed-thumb {
    display: none; }

  /* ====================
      Social/Secondary
     ==================== */
  .secondary-container .social-links {
    padding: 0 0 0 11px;
    margin: 0 0 0 0; }

  .footer-content .secondary-nav {
    padding: 0; }

  .footer-content .secondary-nav li {
    padding-right: 2px;
    position: relative;
    margin: 0;
    list-style-type: none; }

  .footer-content .secondary-nav li::after {
    content: "";
    width: 2px;
    height: 22px;
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

  .footer-content .secondary-nav li:last-of-type {
    padding-right: 0; }

  .footer-content .secondary-nav li:last-of-type:after {
    display: none; }

  .footer-content .secondary-nav a {
    display: block;
    line-height: 50px;
    padding: 0 15px;
    position: relative;
    font: bold 0.775em/50px "Arvo", Georgia, Times, "Times New Roman", serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; }

  .footer-content .secondary-nav a::after {
    content: "";
    height: 4px;
    width: 0;
    display: block;
    background-color: #dd8a3e;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }

  .footer-content .secondary-nav a:hover:after {
    width: 90%; }

  .secondary-nav {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 15px 0px 0px 0px; }

  .secondary-nav li {
    display: inline-block;
    text-align: center; }

  .content-wrap aside #sidebar-menu li a {
    width: 80%; }

  h1, .title, h3, .featured-image-wrap .gradientOverlay .title, .h3Style, h4, .tiny-text, .leadership-Wraper p, .leadership-Wraper strong, h5, h6,
  .h4Style, .h5Style, .h6Style, .h1Style, h2, .h2Style {
    }

.news .title {
	font-size: 24px;
	}

  .title {
    }

.feature-label h4 {
	font-size: 13px;
	}

.tiny-text, .leadership-Wraper p, .leadership-Wraper strong, h5, h6,
  .h4Style, .h5Style, .h6Style {
    }

  .primary-nav a:hover::after {
    width: 0px; }

  #don-iframe {
    position: relative;
    z-index: 3;
    -webkit-overflow-scrolling: touch;
    overflow: scroll; } 

	#search {
	margin-bottom:25px;
	}

	}
@media only screen and (max-width: 850px) and (min-width: 768px) {
  .primary-nav a {
    font-size: .875em;
    display: inline-block; }

  .social-links::after {
    display: none !important; } 


}

@media only screen and (max-width: 768px) {
  /* ====================
      General Structure
     ==================== */
  .mobileOnly {
    display: block; }

  .desktopOnly {
    display: none; }

  /* ====================
      Toggle Navigation
     ==================== */
  .nav-toggle.fa {
    display: block;
    padding-left: 45px;
    color: #dd8a3e;
    font: bold 1.4em/60px "Arvo", Georgia, Times, "Times New Roman", serif;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    margin: 0 3%; }

  .nav-toggle.fa:before {
    /* hamburger button */
    content: "\f0c9";
    color: #FFFFFF;
    font: normal 30px/40px 'FontAwesome';
    opacity: 100;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #8d0010;
    position: absolute;
    left: 0px;
    top: 10px;
    text-align: center;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }

  .active-menu-btn.nav-toggle.fa:before {
    font-size: 0;
    opacity: 0; }

  .nav-toggle.fa:after {
    content: "\f00d";
    color: #FFFFFF;
    font: normal 0/40px 'FontAwesome';
    opacity: 0;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #8d0010;
    position: absolute;
    left: 0px;
    top: 10px;
    padding-bottom: 1px;
    text-align: center;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }

  .active-menu-btn.nav-toggle.fa:after {
    font-size: 33px;
    opacity: 100; }

  .primary-nav {
    margin: 0;
    max-height: 0;
    padding: 0;
    width: 100%;
    /*overrides wrapper width*/
    overflow: hidden;
    -moz-transition: max-height 0.7s ease;
    -ms-transition: max-height 0.7s ease;
    -o-transition: max-height 0.7s ease;
    transition: max-height 0.7s ease;
    -webkit-transition: max-height 0.7s ease; }

  .primary-nav ul {
    border-top: 1px solid #8d0010;
    margin: 0 0 10px; }

  .primary-nav ul li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #8d0010;
    border-right: 1px solid #8d0010; }

	.primary-nav ul li:nth-child(3):hover ul {
	  display: block !important;

  }

  .primary-nav ul li:nth-child(3) ul {
	  display: block !important;
	  position: relative !important;
	  width: 100%;
	  padding: 0 25px;
	  background: none;
	  z-index: 1000000000;
	  height: auto;
	  margin-left: 0;
  }

  .primary-nav li::after {
    display: none; }

  .primary-nav li:last-of-type {
    padding-right: inherit; }

  .primary-nav ul li:nth-of-type(even) {
    border-right: none; }

  .primary-nav a {
    padding: 0 6%;
    /*double the 3% wrapper padding*/
    text-align: left;
    font-size: 1em; }

  .social-links::after {
    display: none !important; }

  .active-menu-btn + .primary-nav {
    max-height: 100%;
    /*arbitrary value since just height cant be animated*/
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease; }

  .home-slide-container .bx-controls a {
    display: none; }

  .featured-container.blue-arches {
    background-color: #adbac3; }

  .featured-container .bx-controls a.bx-prev,
  .featured-container .bx-controls a.bx-next {
    background-color: transparent; }

  .bx-controls a.bx-prev::after {
    background-position: center center;
    background-color: transparent;
    background-size: 40%; }

  .bx-controls a.bx-next::after {
    background-position: center center;
    background-color: transparent;
    background-size: 40%; }

  .bx-controls a.bx-next {
    right: 0px; }

  .bx-controls a.bx-prev {
    left: 0px; }

  #sidebar-menu {
    margin-top: 0px; }

  #sidebar-menu li:last-of-type {
    margin-bottom: 10px; }

  #sidebar-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(128, 128, 129, 0)), color-stop(30%, #808081), color-stop(70%, #808081), color-stop(100%, rgba(128, 128, 129, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00808081', endColorstr='#00808081',GradientType=1 );
    /* IE6-9 */
    margin-left: -15px;
    clear: both;
    float: none; }

  #sidebar-menu li {
    float: left;
    margin-right: 15px; }

  #sidebar-menu li a {
    width: auto; }

  /* ====================
      Grid
     ==================== */
  .col-70, .col-30, .col-75, .col-25 {
    width: 100%; }

  /* ====================
    odds and ends
   ==================== */
  .donate-cta h4, .donate-cta .tiny-text, .donate-cta .leadership-Wraper p, .leadership-Wraper .donate-cta p, .donate-cta .leadership-Wraper strong, .leadership-Wraper .donate-cta strong {
    width: 70%;
    display: block;
    margin: 0px;
    text-align: left;
    box-sizing: border-box;
    float: left;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-right: 15px; }

  .donate-cta a {
    width: 30%;
    display: block;
    box-sizing: border-box;
    float: none;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2em;
    padding: 15px;
    margin-left: auto;
    margin-right: auto; }

  .donate-cta hr {
    clear: both; }

  .home-news-feed {
    margin-bottom: 15px; }

  .home-news-feed li a {
    min-height: 0px; }

  .home-news-feed::after, .home-news-feed li::before {
    height: 150px; }

  .tableRow,
  .sidebar-background article.col-70,
  .sidebar-background aside.col-30 {
    width: 100%;
    display: block;
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .sidebar-background {
    background-image: none !important;
    background-color: #dde2e7; }

  aside hr {
    background: -moz-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(128, 128, 129, 0)), color-stop(30%, #808081), color-stop(70%, #808081), color-stop(100%, rgba(128, 128, 129, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00808081', endColorstr='#00808081',GradientType=1 );
    /* IE6-9 */ }

  .sidebar-background aside .donate-cta a {
    text-align: center;
    display: block;
    margin: 0px auto;
    text-align: center;
    float: none; }

  .sidebar-background aside ul#sidebar-menu:before {
    content: "";
    display: block;
    height: 1px;
    border: 0;
    margin: 15px 0;
    padding: 0;
    Width: 100%;
    background: -moz-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(128, 128, 129, 0)), color-stop(30%, #808081), color-stop(70%, #808081), color-stop(100%, rgba(128, 128, 129, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00808081', endColorstr='#00808081',GradientType=1 );
    /* IE6-9 */ }

  .sidebar-background aside ul.asideWrap {
    float: left;
    margin-bottom: 15px; }

  .sidebar-background aside li {
    float: left;
    margin-right: 15px; }

  .half-sidebar li {
    width: auto; }

  .sidebar-background aside ul {
    float: left; }

  .sidebar-background aside li:before {
    margin: 0px 10px 0px 0px; }

  aside .feed-facebook {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: 0px; }

  #contactList {
    float: left;
    width: 100%; }

  #contact aside p.small-bottom {
    width: 50%;
    float: left; }

  #contact aside p.small-bottom + hr {
    display: none; }

  form .col-50:nth-of-type(odd) {
    padding-right: 0px; }

  form .col-50:nth-of-type(even) {
    padding-left: 0px; }

  form .col-50, form .col-100 {
    margin-bottom: 15px;
    width: 100%; }

  hr {
    clear: both;
    float: none;
    display: block;
    width: 100%; }

  .splitColumn a.newsWrapper {
    float: left;
    width: 50%;
    display: block; }

  .splitColumn a.newsWrapper hr {
    display: none; }

  .splitColumn a.newsWrapper:nth-of-type(odd) {
    padding-right: 15px; }

  .splitColumn a.newsWrapper:nth-of-type(even) {
    padding-left: 15px; }

  .content-wrap aside #sidebar-menu li a {
    width: auto;
    margin-right: 15px; }

  .feed-facebook.asideWrap, .documentDownloads.asideWrap {
    display: none; }

  .sidebar-background aside {
    padding-bottom: 0px !important; }

  #categories, #archives, #realtedNews {
    display: none; }

  #search input[type=submit] {
    width: 100px;
    float: left;
    margin-top: -3px;
    margin-left: 10px; }

  /* ====================
      Footer
     ==================== */
  .footer-row {
    background: none; }

  .footer-row .col-50 {
    width: 100%;
    float: none;
    padding: 0 0 10px; }

  .footer-content > div > div:nth-child(1) {
    padding: 0 0 35px;
    background: url(../images/divider-circles-footer-h.png) no-repeat center bottom; }

  .footer-content > div > div:nth-child(2) {
    padding: 0 0 15px; } }
@media only screen and (max-width: 600px) {
  .feeds-container .col-third {
    width: 100%; }

  .home-feed-thumb {
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }

  .home-news-feed::after,
  .home-news-feed li::before {
    background: none;
    display: none; }

  .home-news-feed li {
    float: none;
    min-height: 130px; }

  .home-news-feed li:after {
    content: "";
    display: block;
    height: 1px;
    border: 0;
    margin: 15px 0 0 0;
    padding: 0;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(128, 128, 129, 0)), color-stop(30%, #808081), color-stop(70%, #808081), color-stop(100%, rgba(128, 128, 129, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(128, 128, 129, 0) 0%, #808081 30%, #808081 70%, rgba(128, 128, 129, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00808081', endColorstr='#00808081',GradientType=1 );
    /* IE6-9 */
    clear: both; }

  .home-news-feed li a {
    padding-left: 0px;
    display: block; }

  .donate-cta h4, .donate-cta .tiny-text, .donate-cta .leadership-Wraper p, .leadership-Wraper .donate-cta p, .donate-cta .leadership-Wraper strong, .leadership-Wraper .donate-cta strong {
    width: 100%;
    float: none;
    text-align: center; }

  .donate-cta a {
    width: 40%;
    margin: 0 auto;
    float: none; }

  .leadership-Wraper {
    width: 31%;
    margin: 1%; } }
@media only screen and (max-width: 480px) {
  /* ====================
      Phone tweaks
     ==================== */
  .wrapper {
    box-sizing: border-box; }

  .logo {
    text-align: center;
    float: none;
    padding-bottom: 0px;
    margin-bottom: 0px; }

  .social-links {
    margin: 0;
    padding: 0;
    position: relative; }

  .secondary-container {
    float: none;
    margin: 0px;
    max-width: 100%; }
    .secondary-container ul {
      float: none;
      width: 100%; }

  .mobileOnly.h4Style {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    padding-bottom: 10px; }

  .leadership-Wraper {
    width: 48%;
    margin: 1%; }

  .primary-nav ul li {
    width: 100%; }

  .donate-cta a {
    width: 100%; }

  #sidebar-menu {
    padding: 0px;
    /*		
    		position: relative;
    		
    		width: 100%;
    		
    				
    		&:after{
    			
    			display: block;
    			
    			width:60px;
    			
    			background-color:white;
    			
    			content:"";
    			
    			position:absolute;
    			
    			right:0px;
    			
    			top:0px;
    			
    			bottom:0px;
    			
    			height: 100%;
    			
    			border:thin solid orange;
    							
    			@include gradient-2color-horiz(rgba(221,226,231,0), rgba(221,226,231,1));
    			
    		}			
    		
    */ }
    #sidebar-menu ul {
      padding: 0px;
      margin: 0px;
      overflow: scroll; }
      #sidebar-menu ul li {
        display: inline; }
    #sidebar-menu #sidemenuWrap.count-8 ul {
      width: 400%; }
    #sidebar-menu #sidemenuWrap.count-7 ul {
      width: 400%; }
    #sidebar-menu #sidemenuWrap.count-6 ul {
      width: 300%; }
    #sidebar-menu #sidemenuWrap.count-5 ul {
      width: 300%; }
    #sidebar-menu #sidemenuWrap.count-4 ul {
      width: 200%; }
    #sidebar-menu #sidemenuWrap.count-3 ul {
      width: 200%; }
    #sidebar-menu #sidemenuWrap.count-2 ul {
      width: 100%; }
    #sidebar-menu #sidemenuWrap.count-1 ul {
      width: 100%; }

  h1, .title, h3, .featured-image-wrap .gradientOverlay .title, .h3Style, h4, .tiny-text, .leadership-Wraper p, .leadership-Wraper strong, h5, h6,
  .h4Style, .h5Style, .h6Style, .h1Style, h2, .h2Style {
     }

  .content-wrap h1, .content-wrap .title, .content-wrap h3, .content-wrap .featured-image-wrap .gradientOverlay .title, .featured-image-wrap .gradientOverlay .content-wrap .title, .content-wrap .h3Style, .content-wrap h4, .content-wrap .tiny-text, .content-wrap .leadership-Wraper p, .leadership-Wraper .content-wrap p, .content-wrap .leadership-Wraper strong, .leadership-Wraper .content-wrap strong, .content-wrap h5, .content-wrap h6, .content-wrap .h4Style, .content-wrap .h5Style, .content-wrap .h6Style, .content-wrap .h1Style {
     }

  .content-wrap h2, .content-wrap .h2Style {
      }

  footer li {
    width: 100%; }
    footer li:after {
      display: none !important; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.btn-big, input[type=submit] {
  border: 2px solid #7B8080;
  display: inline-block;
  color: #dd8a3e;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.6);
  font: bold 1.2em/38px "Arvo", Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

.btn-small {
  border: 1px solid #7B8080;
  display: inline-block;
  color: #dd8a3e;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.6);
  font: bold 0.825em/2em "Arvo", Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

a.back-button, a.forward-button {
  color: #7B8080;
  font-family: "Arvo", Georgia, Times, "Times New Roman", serif !important;
  text-decoration: none; }

a.forward-button {
  float: right; }

a.back-button:hover, a.forward-button:hover, a.forward-button:hover {
  color: #614180; }

.pageNav li:before, .pageNav li {
  display: none; }

.pageNav li.show {
  display: block; }

.pageNav .right {
  float: right;
  width: 50%; }

.pageNav .left {
  float: left;
  width: 50%; }

.back-button:before, .forward-button:before {
  content: "";
  width: 10px;
  height: 25px;
  background-size: 10px 50px;
  background-image: url(../images/back-arrow_2x.png);
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: transparent;
  margin-top: -2px;
  padding-right: 30px;
  background-position: bottom center; }

.forward-button:before {
  background-image: url(../images/forward-arrow_2x.png);
  float: right; }

.back-button:hover:before, .forward-button:hover:before, .forward-button:hover:before {
  background-position: top center; }

h2 + .btn-small {
  margin-top: 21px; }

.btn-big:hover, input[type=submit]:hover,
.btn-small:hover,
.gradientOverlay .btn-white:hover {
  color: #614180;
  border-color: #614180;
  background-color: white; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.blue-arches {
  background-color: #adbac3; }

.sidebar-background {
  background-image: url(../images/whiteBackground.png);
  background-repeat: repeat-y;
  background-size: contain; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3,
  .featured-image-wrap .gradientOverlay .title {
    orphans: 3;
    widows: 3; }

  h2,
  h3,
  .featured-image-wrap .gradientOverlay .title {
    page-break-after: avoid; } }
